/* CSS Document */

@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

/* --- 	Basic Styles */


/*---		Coupon
----------------------------------------------------------- */

#coupon	{
	position:absolute;
	z-index:100;
	left:50%;
	margin-top:50px;
	margin-left:220px;
	width:121px;
	height:80px;
	
}
#coupon img	{
	position:relative;
	z-index:101;
	width:121px;
	height:80px;
	background:url(../images/coupon-link.png) no-repeat;
}

/*---		Banner
----------------------------------------------------------- */

#banner	{
	margin-left:148px;
	width:538px;
	height:55px;
	background:url(../images/banner.gif) no-repeat;
}



/*---		Link styles, image styles.
----------------------------------------------------------- */

hr	{
	margin:5;
	padding:0;
	height:1px;
	border:1px dotted #d1bda4 !important;
	border:1px solid #d1bda4;
}


/* --- 	General Links
----------------------------------------------------------- */

a:link	{
	color:#992505;
	color:#1a5366;
	text-decoration:underline;
}
a:hover	{
	color:#1a5366;
}
a:visited	{
	color:#1a5366;
}
a:active	{
	color:#1a5366;
}

/* --- 	Menu Links
----------------------------------------------------------- */
#menu	{
	font-size:11px;
}

#menu li a:link {
	
	font-weight:normal;
	color:#2e2e2e;
	text-decoration:none;
}
#menu li a:active {
	
	color:#2e2e2e;
	text-decoration:none;
}
#menu li a:visited {
	
	color:#2e2e2e;
	text-decoration:none;
}
#menu li a:hover {
	
	color:#2e2e2e;
	text-decoration:underline;
}


/* --- 	Misc
----------------------------------------------------------- */


div#wrapper div#content div.ctr	{
	text-align:center;
}

#header #contact img, #header #contact2 img	{
	margin:0 22px 0 22px;
}

.spacer	{
	height:45px;
}

/* --- 	Images
----------------------------------------------------------- */

img.photo 	{
	padding:4px;
	border:1px solid #b2aca5;
	background:url(../images/imgBG.gif);
}

.imgWrapper	{
	background:url(../images/imgShadow.gif) no-repeat bottom right;
	clear:right;
	float:left;
	position:relative;
	margin-left:2px
}

.imgWrapper img	{
	background-color:#fff;
	border:1px solid #9E8D77;
	padding:3px;
	display:block;
	margin:-4px 4px 4px -4px;
	position:relative;
}

.imgCap	{
	text-align:center;
	margin:8px 80px 8px 80px;
	font-size:10px;
	font-weight:bold;
}

#acro	{
	margin-top:50px;
	font-size:10px;
}

/* --- 	Link Icons
----------------------------------------------------------- */

.dl	{
	padding-right:9px;
	background:url(../images/iconDL.gif) no-repeat right 2px;
}
.newWin	{
	padding-right:9px;
	background:url(../images/iconWindow.gif) no-repeat right 2px;
}

.pdf	{
	padding-right:15px;
	background:url(../images/iconPDF.gif) no-repeat right 2px;
}

#server	{
position:fixed;z-index:500;top:0;left:0;margin:2px;background:#fff;border:1px solid #444;padding:4px;
font-variant:small-caps;
}
