@charset "utf-8";
/* CSS Document */

#contentTopHalf {
	position:relative;
	width:927px; 
	margin-left:auto; 
	margin-right:auto; 
}

#contestWinnerHeader {
	background-image:url(/img/entry_winner_header.gif); 
	background-repeat:no-repeat;
	width:194px; 
	height:28px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-bottom:27px;
}

#videoContainer {
	 position:relative;
	 float:left;
	 right:5px;
	 width:640px;
	 height:385px;
	 background-color:#000000;
}

#rightSideTopHalfContainer {
	position:relative;
	left:5px; 
	float:left; 
	width:285px; 
}

#threeMonthsImage {
	background-image:url(/img/three_months.jpg);
	width:287px;
	height:201px;
}

#threeStepsContainer {
	 position:relative; 
	 top:10px;
}

.stepFormat {
	width:52px;
	height:49px;
	padding-bottom:13px;
	float:left;
}

.stepCopyFormat { 
	float:left;
	padding-left:5px;
	padding-bottom:10px;
	width:225px;
}

.stepClear {
	clear:both;
}

#stepOneImage {
	background:url(/img/house_1.jpg) no-repeat;
}

#stepTwoImage {
	margin-top:18px;
	background:url(/img/house_2.jpg) no-repeat;
}

#stepThreeImage {
	background:url(/img/house_3.jpg) no-repeat;
}

#contentBottomHalf {
	position:relative; 
	width:925px;
	height:295px;
	top:30px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#brownBoxTop {
	background-image:url(/img/brown_box_top.png); 
	width:925px; 
	height:21px;
}

#brownBoxMiddle {
	background-image:url(/img/brown_box_middle.jpg); 
	width:925px; 
	height:200px;
}

.bottomCopyFormater {
	position:relative;
	top:60px;
	float:left;
	font-size:13px;
}

#prizeDisclaimer {
	font-size:10px;
	position:relative;
	top:140px;
	float:left;
	font-weight:bold;
}

#theDatesSection {
	position:relative; 
	background:url(/img/the_dates_header.jpg) no-repeat;
	width:210px; 
	height:36px;
	left:30px;
	float:left;
}

#theVotingSection {
	position:relative;
	background:url(/img/the_voting.jpg) no-repeat; 
	width:220px;
	height:38px;
	left:105px;
	float:left;
}

#thePrizeSection { 
	position:relative; 
	background:url(/img/the_prize.jpg) no-repeat; 
	width:290px; 
	height:38px; 
	left:180px; 
	float:left;
}

#brownBoxBottom {
	background-image:url(/img/brown_box_bottom.png); 
	width:925px; 
	height:21px;
}

/* main menu */

#homeTab {
	position: absolute;
	left: 0px;
	width:  89px;
	height: 40px;
	z-index: 4;
	overflow: hidden;
	background: url(/img/tab_home.png) no-repeat 0px -40px;
}

#enterTab {
	position: absolute;
	left: 85px;
	z-index: 3;
	width:  153px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_enter_to_win.png) no-repeat 0px 0px;
}

#rulesTab {
	position: absolute;
	left: 233px;
	z-index: 2;
	width:  150px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_official_rules.png) no-repeat 0px 0px;
}

#videosTab {
	position: absolute;
	left: 378px;
	z-index: 1;
	width:  158px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_see_the_videos.png) no-repeat 0px 0px;
}

