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

#heroCover {
	height:						375px;
	width:						950px;
	position:					relative;
	overflow:					hidden;
	}
	

img#promoWin { 
	position:					absolute;
	top: 						10px;
	right: 						10px;
}
#mandatories {
	position:					relative;
	overflow:					hidden;
}

#homepageHero {
	border:						1px solid #fff;
}

#tab1, #tab2, #tab3 {
	position:					absolute;
	top: 						0;
	
}
.slide {
	position:					absolute;
	}
	


#tab1.slide {
	left:						10px;
}

#tab2.slide {
	left:						319px;
}

#tab3.slide {
	left:						628px;
}

.mandLink {
	position:					absolute;
	top:						346px;
	width:						308px;
	line-height:				30px;
	font-size:					12px;
	border:						1px solid #fff;
	border-bottom:				none;
	/*background:					#110e0e url(../img/homepage/mandatory_bg.jpg) repeat-x top left; */
	background:					#110e0e
	}
	
.desc {
	padding:					0 10px;
	background:					url(../img/subnav_arrow_down.png) no-repeat 275px center;
}
.slide p {
	padding:					0 10px;
	}
	
#tabs {
	padding:					35px 0 10px 26px;
	width:						922px;
}

#tabs .mytab {
	width:						275px;
	margin-left:				35px;
	float:						left;
	}
	
#tabs .first {
	margin-left:				0;
	}

.mytab a img {
	border:						1px solid #fff;
	}
	
.mytab p {
	margin-top:					15px;
	}
	

#thumbs {
	padding-left: 				10px;
}
#thumbs a {
	margin-right: 				9px;
}
#thumbs a img {
	border: 					3px solid #333;
}
#thumbs a:hover img,
#thumbs a:active img {
	border: 					3px solid #fff;
}

p a {
	color:						#fff;
	}
	
p a:hover,
p a:active {
	color: 						#fff;
	text-decoration:			underline;
	}
	
	
p.fullDate {
	padding-bottom: 			0.5em;
	margin-bottom: 				0;
	line-height: 				1.2em;
}
p.fullDate span {
	display: 					block;
	padding:					0;
	margin: 					0;
	color: 						#999;
	font-weight: 				bold;
}
