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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #510000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #FCF;
}
a:active {
	color: #FCF;
}
#header {
	margin: 0 auto; /*Center container on page*/
	padding: 0px;
	width: 100%;
	background-color: #000;
}
#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	margin: 0 auto; /*Center container on page*/
	padding: 0px;
	width: 100%;
}
#main {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x; /*Center container on page*/
	padding: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.title {
	width: 977px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 45px;
}
.title2 {
	width: 977px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 45px;
}
.title3 {
	width: 977px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 45px;
}
.box {
	padding: 0px;
	width: 975px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.box2 {
	padding: 0px;
	width: 975px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.cta {
	width: 975px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.thumb_box {
	width: 305px;
	float: left;
	background-color: #510000;
	padding: 0px;
	margin: 9px;
	border: 1px solid #510000;
}
.thumb_desc {
	background-color: #510000;
	color: #FFF;
	padding: 5px;
}
.thumbs {
	background-color: #510000;	
}
/* 
  make the <a> element a relative position (so we can put both images in the top left corner) */
.thumbs a {
	position: relative;
	width:305px;
	height: 190px;
	display: block;
}
/*make both the <img> elements under an <a> absolute positioned in the top left*/
.thumbs a img {
  position: absolute;
  top: 0;
  left: 0;
}
/*by default put the play image on top of the other image with z-index and make it hidden by default (display: none)*/
.thumbs a img.play {
  z-index: 100;
  display: none;
}
/*show the play image when an <a> is hovered*/
.thumbs a:hover img.play {
  display: block;
}
.text {
	width: 650px;
	color: #fff;
	font-weight:bold;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.big_text {
	color: #fff;
	font-size:24px;
	text-align: center;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
.pag {
	width: 220px;
	color: #fff;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.pag a:link {
	color: #FF0000;
}
.pag a:visited {
	color: #FF0000;
}
.pag a:hover {
	color: #FF3300;
}
.pag a:active {
	color: #FF3300;
}
.sm_thumbs {
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 902px;
	padding: 0px;
}
.sm_thumbs2 {
	padding: 10px;
	border: 1px dashed #990000;
	background-color: #510000;
}

