/* CSS Document */

@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

/* --- 	Basic Styles

				Link styles, image styles.
----------------------------------------------------------- */

body, html	{
	background:url(../images/bg.gif) repeat-y center;
	margin:0;
}

/* --- 	Coupon
----------------------------------------------------------- */

#coupon	{
	position:absolute;
	z-index:100;
	left:50%;
	margin-top:48px;
	margin-left:72px;
	width:129px;
	height:129px;
	
}
#coupon img	{
	position:relative;
	z-index:101;
	width:129px;
	height:129px;
	background:url(../images/coupon.png) no-repeat;
}
#coupon a	{
	border:none;
}

#hours	{
	position:absolute;
	z-index:101;
	left:50%;
	margin-top:3px;
	margin-top:226px;
	margin-top:286px;
	margin-top:364px;
	margin-left:-400px;
	margin-left:-140px;
	width:339px;
	width:433px;
	height:51px;
	height:68px;
}
#hours img	{
	position:relative;
	z-index:101;
	width:339px;
	width:433px;
	height:51px;
	height:68px;
	background:url(../images/hours.png) no-repeat;
}

#popup	{
	position:absolute;
	z-index:102;
	left:50%;
	margin-top:-200px;
	margin-left:-400px;
	width:800px;
	height:800px;
	background:url(../images/popup.png) no-repeat;
	cursor:pointer;
}

/* --- 	General Links
----------------------------------------------------------- */

a:link, a:active, a:visited, a:hover	{
	color:#4F5F00;
	text-decoration:none;
	border-bottom:1px solid #BFAC8F;
}
a:active	{
	
}
a:visited	{
	
}
a:hover	{
	color:#343F00;
	border-bottom:1px solid #6F6045;
}


/* --- 	Menu Links
----------------------------------------------------------- */

#menu a	{
	font-weight:bold;
	color:#272626;
}
#menu a:link, menu a:active, menu a:visited, menu a:hover		{
	text-decoration:none;
	border-bottom:1px solid #4F5F00;
}
#menu a:active	{
	border-bottom:1px solid #D3FF00;
}
#menu a:visited	{
border-bottom:1px solid #D3FF00;
}
#menu a:hover	{
	border-bottom:1px solid #D3FF00;
}


/* --- 	Menu Links
----------------------------------------------------------- */




/* --- 	Images
----------------------------------------------------------- */



/* --- 	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;
}


/* --- 	Misc
----------------------------------------------------------- */


hr	{
	float:left;
	width:494px;
	margin:4px 0 4px 0 !important;
	margin:4px 0 -8px -14px;
	line-height:1px;
	border:1px solid #d8d3c2;
}
#tour hr	{
	float:left;
	clear:both;
	width:100%;
	margin:4px 0 4px 0 !important;
	margin:4px 0 -8px -14px;
	line-height:1px;
	border:1px solid #d8d3c2;
}

#server	{
position:fixed;z-index:500;top:0;left:0;margin:2px;background:#fff;border:1px solid #444;padding:4px;
font-variant:small-caps;
}
