/* ####################### GLOBAL Styles ######################## */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #000 url(../images/bgPage.jpg) repeat-x top center;
	font-size: 12px;
	line-height: 16px;
	color: white;
	height:100%;
}

html {height:100%;}

form {padding: 0;margin: 0;}

a:link, a:visited {
	color: white;	
	text-decoration: underline;
}
a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

/* ####################### Container Divs ######################## */

div#wrapper {
	width: 933px;
	margin: 0 auto;
	height:100%;
}

div#content {
	width: 933px;
	text-align: left;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434;
	min-height: 100%; 
}

/* ####################### GENERAL Styles ######################## */

.sm {
	font-size: .9em;
}

.dkGrey {
	color: #6a6a6a;
}

.styled2 {
	width: 151px;
	height: 27px;
	padding: 7px 0 0 8px;
	background: url(../images/bgTextfield.png) no-repeat;
	border: none;
	color: white;
	font-size: .8em;
}

.alignL {
	text-align: left;
}

/* Checkboxes */
label.checkbox_checked {
	background: url(../images/bgCheckboxOn.gif) no-repeat;	
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}
label.checkbox_unchecked  {
	background: url(../images/bgCheckbox.gif) no-repeat;	
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}
/* Hover State */
label:hover{
	color: white;
}

label.highlighted {
	border: none;
}
.crirHidden {
	position: absolute;
	left: -1000px;
}
.btnPad {
	padding: 30px 0 0 0;
}
.btnPadSm {
	padding: 20px 0 0 0;
}

/* ####################### HOME Divs ######################## */

div#flashcontent {
	overflow: hidden;
	font: 0;
	height: 650px;
}

div#homeOverlay {
	position: absolute;
	z-index: 1;
	margin: -71px 0 0 0;
}

div#homePlayer {
	text-align: center;
	width: 933px;
	height: 277px;
	padding: 8px 0 0 0;
	background: url(../images/bgPlayer.png) no-repeat top left;
	overflow: hidden;
}

div#homeContent {
	background: url(../images/bgHome.gif) repeat top left;
	overflow: hidden;
}

div.homeL {
	float: left;
	width: 303px;
	padding: 20px 20px 0 150px;
}

div.homeR {
	float: left;
	width: 460px;
	background: url(../images/bgHomeR.gif) no-repeat top left;
}

div.homeLoginL {
	float: left;
	width: 165px;	
	padding: 0 0 0 30px;
}

div.homeLoginR {
	float: left;
	width: 235px;	
}

/* ####################### VOTE Divs ######################## */

div#voteTop {
	background: url(../images/bgVote.jpg) no-repeat top left;		
}

div#voteResultsTop {
	background: url(../images/bgVoteResults.jpg) no-repeat top left;	
	overflow: hidden;
}

div#voteResultsWpr {
	font-size: 3.3em;
	line-height: 1.7em;
	width: 566px;
	padding: 0 0 0 367px;
	height: 50px;
}

div.voteResults1 {
	float: left;
	width: 157px;
}

div.voteResults2 {
	float: left;
	width: 409px;
}

div#voteResultsBot {
	height: 446px;
}

/* ####################### DVD FEATURES Divs ######################## */

div#featuresWpr {
	width: 690px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0 0;
}
div.featL {
	float: left;
	width: 110px;
	text-align: left;
}
div.featR {
	float: left;
	width: 580px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* ####################### CONFIRM YOUR INFORMATION Divs ######################## */

div#confirmWpr {
	width: 570px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 200px 0;
}
div.confirmL {
	float: left;
	width: 110px;
	padding: 0 0 0 26px;
}
div.confirmR {
	float: left;
	width: 364px;
	font-weight: normal !important;
}

div#confirmFoot {
	color: #afafaf;
	font-size: .75em;
	line-height: 1.15em;
	padding: 30px 0 0 26px;
}
div#confirmFoot a:link, div#confirmFoot a:visited {  
	text-decoration: underline;
	color: #afafaf;
}
div#confirmFoot a:hover, div#confirmFoot a:active { 
	text-decoration: none; 
	color: #ff0000;
}

/* ####################### GENERAL PAGE Divs ######################## */

div#headerLinks {
	height: 23px;
	color: #3a3a3a;
	font-size: .9em;
	padding: 17px 0 0 94px;
}
div#headerLinks a:link, div#headerLinks a:visited {  
	text-decoration: none;
	color: #3a3a3a;
}
div#headerLinks a:hover, div#headerLinks a:active { 
	text-decoration: none; 
	color: #ff0000;
}

div#insideTop {
	background: #090909 url(../images/bgInside.jpg) no-repeat top left;
	overflow: hidden;
}

div.insideTitle {
	text-align: center;
}
div#genWpr {
	width: 460px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 200px 0;
}
div.genInside {
	font-size: 1.15em;
	line-height: 1.3em;
	font-weight: bold;
}

/* ####################### FOOTER Divs ######################## */

div.footerBgHome {
	background: url(../images/bgFooter1.gif) no-repeat top right;	
}
div.footerBg {
	background: url(../images/bgFooterInside.gif) no-repeat top left;	
}
div#footer1 {
	height: 13px;
	width: 788px;
	padding: 10px 0 0 145px; 
	color: #454444;
	font-size: .9em;
}
div#footer1 a:link, div#footer1 a:visited {  
	text-decoration: underline;
	color: #454444;
}
div#footer1 a:hover, div#footer1 a:active { 
	text-decoration: underline; 
	color: #ff0000;
}

div#footer2 {
	margin: 0;
	padding: 0 20px 50px 20px;
	font-size: .9em;
	line-height: 1.6em;
	color: #888;
}
div#footer2 img {
	padding: 15px 0 12px 0;
}
div#footer2 a:link, div#footer2 a:visited {  
	text-decoration: underline;
	color: #888;
}
div#footer2 a:hover, div#footer2 a:active { 
	text-decoration: underline; 
	color: #ff0000;
}



