@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
	margin: 0px;
	font-size: 80%;
}
#container {
	height: 567px;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
}

#header {
	height: 172px;
	text-align: center;
	background-image: url(../layout/header_exp.gif);
	background-repeat: repeat-x;
}
#header #logo {
	display: block;
	background-image: url(../layout/logo-v2.png);
	background-repeat: no-repeat;
	width: 93px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	padding-top: 20px;
	background-position: bottom;
}
#logo span {
	display: none;
}
#maincontent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #676067;
	text-align: left;
	height: 520px;
	position: relative;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	background-image: url(../layout/background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#spacer {
	height: 20px;
}
#maincontent #pad {
	padding: 10px;
	margin-left: 250px;
	margin-right: 20px;
}
#maincontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	line-height: 1.8em;
	margin-top: 0px;
}
#maincontent a {
	color: #CCCCCC;
	text-decoration: none;
}
#maincontent  h1 {
	color: #ADA7AE;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 2.2em;
}

#maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #ADA7AE;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #ADA7AE;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
}


#footer {
	height: 170px;
	background-image: url(../layout/footer_exp.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #676067;
}
#controls {
	height: 27px;
	width: 110px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #676067;
	padding-top: 5px;
	padding-left: 10px;
}
#controls a {
	float: left;
	display: block;
	background-repeat: no-repeat;	
}
#controls a span {
	display: none;
}
#controls #prev {
	background-image: url(../layout/previous.gif);
	height: 22px;
	width: 9px;

}
#controls #fullimage {
	background-image: url(../layout/viewimage.gif);
	width: 78px;
	height: 22px;
	margin-left: 10px;
}
#controls #viewtext {
	background-image: url(../layout/viewtext.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 78px;
}

#controls #next {
	background-image: url(../layout/next.gif);
	height: 22px;
	width: 9px;
}
#seasoncontainer {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#season {
	width: 197px;

	height: ;
	position: absolute;
	left: 706px;
	top: 459px;
	z-index: 10;
	height: 140px;
		
}
#season .spacer {
	height: 41px;
}
#thumbnails {
	width: 700px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: absolute;
	left: 0px;
	bottom: 30px;
}
#thumbnails img {
	float: left;
	height: 80px;
	width: 80px;
	margin-left: 30px;
}
#pdf {
	background-color: #767077;
	height: 20px;
	width: 110px;
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 6px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#pdf:hover {
	color: #FFFFFF;
}

