@charset "UTF-8";
body {
	background-color: #949494;
	background-image: url(images/sitebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Optima, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	color:#C79945;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#80B9E6;
}

#main {
	margin-left:auto;
	margin-right:auto;
	margin-top: 190px;
	width: 950px;
	height:450px;
}
#main_Cal {
	margin-left:auto;
	margin-right:auto;
	margin-top: 190px;
	width: 950px;
	min-height: 450px;
}
#nav {
	width:100px;
	float:left;
	margin-left:70px;
}
#nav a {
	display:block;
	width:90px;
	text-align:left;
	padding: 5px 0px 5px 20px;
}
#nav a:hover {
	color:#FF9;
	background-image: url(images/navbg.png);
	background-position:left;
	background-repeat:repeat-y;
}
#lowerimg {
	float:left;
	clear:left;
	position:relative;
	left:40px;
	top: 40px;
	margin-left:-80px;
}
#pageheader {
	float:right;
	clear:none;
	position:relative;
	top:-125px;
	margin-right:20px;
	text-align:center;
	width:524px;
	z-index:-99;
	margin-bottom:-300px;
}

#pageheaderFlash {
	float:right;
	clear:none;
	position:relative;
	top:-175px;
	margin-right:80px;
	text-align:center;
	width:524px;
	z-index:-99;
	margin-bottom:-300px;
}
#content {
	clear:none;
	width:645px;
	position:relative;
	z-index:99;
	float:right;
	right:40px;
	top: -150px;
}
.shows a {
	color:#FC6;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:30px;
	text-align:right;
	font-size:12px;
	padding-right:40px;
	clear:both;
	position:relative;
	top: -40px;
}
#footer a {
	color:#FC6;
}
.headerError {
	color:#F00;
	font-weight:bold;
}
td .smallText a,
td .productListing-data a {
	color:black;
}