* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	width: 100%;
	height: 100%;
}
.hide {
	display: none;
}
a {
	font-weight: bold;
	outline: none;
	cursor: pointer;
}

/*
STRUCTURE
*/
#container {
	width: 910px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #fff;
}
	ul#headerTouts {
		width: 880px;
		height: 57px;
		position: absolute;
		top: 3px;
		left: 0px;
	}
	ul#headerTouts li {
		margin-left: 3px;
		float: right;
		list-style-type: none;
	}
ul#nav {
	width: 881px;
	height: 45px;
	position: absolute;
	top: 63px;
	left: 0px;
	z-index: 100;
	font-size: 11px;
	background-color: #000;
}
	ul#nav li.navCategory {
		float: left;
		margin-left: -1px;
		border: 1px solid #fff;
		border-top: none;
		list-style-type: none;
		background: url(../images/nav_bg.png) top left;
	}
	ul#nav li.navCategory ul {
		width: auto;
		margin-left: -1px;
		text-align: center;
		list-style-type: none;
		display: none;
	}
	ul#nav li.navCategory ul li {
		padding: 0 0 10px;
	}
	ul#nav li.navCategory ul li.first {
		padding-top: 10px;
	}
	ul#nav li.navCategory ul li img {
		padding: 0 2px 1px;
	}
	ul#nav a {
		display: block;
		outline: none;
	}
	ul#nav a:link, ul#nav a:visited {
		color: #fff;
		text-decoration: none;
	}
	ul#nav a:hover, ul#nav a:active {
		color: #ED1C24;
		text-decoration: none;
	}
#mainContentContainer {
	width: 910px;
	height: 560px;
	position: absolute;
	top: 108px;
	left: 0px;
	z-index: 99;
	background: url(../images/index_bg.jpg) top left no-repeat;
	overflow: hidden;
}
	body.int #mainContentContainer {
		background: none;
	}
	body.int.sweep #mainContentContainer {
		background: url(../images/sweep_bg.jpg) top left no-repeat;
	}
	body.int.dexterltGift #mainContentContainer {
		background: url(../images/dexterlt_gift_bg.jpg) top left no-repeat;
	}
	#mainContent {
		width: 880px;
		height: 560px;
		font-size: 12px;
		line-height: 120%;
	}
	body.int #mainContent {
		background: #000;
	}
	body.int.sweep #mainContent,
	body.int.dexterltGift #mainContent {
		background: none;
	}
	#mainContent .padding {
		width: 730px;
		height: 410px;
		padding: 75px;
	}
	#mainContent h3 {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 130%;
		font-weight: normal;
		color: #ED1C24;
	}
		#mainContent h3.videoHdr {
			margin-top: -16px;
			margin-bottom: 15px;
		}
	#mainContent p {
		margin-bottom: 5px;
	}
#footer {
	width: 880px;
	height: 60px;
	position: absolute;
	top: 670px;
	left: 0px;
	background-color: #000;
}
	body #footer ul li a {
		height: 60px;
		display: block;
	}
	body #footer ul li.footerDexter,
	body #footer ul li.footerLT,
	body #footer ul li.footerDetails,
	body #footer ul li.footerSho {
		height: 60px;
		float: left;
		list-style-type: none;
	}
	body.index #footer ul li.footerDexter a {
		width: 665px;
	}
	body.int #footer ul li.footerDexter a {
		width: 635px;
	}
	body.index #footer ul li.footerLT a {
		display: none;
	}
	body.int #footer ul li.footerLT a {
		width: 75px;
	}
	body.index #footer ul li.footerDetails a {
		width: 105px;
	}
	body.int #footer ul li.footerDetails a {
		width: 80px;
	}
	body.index #footer ul li.footerSho a {
		width: 110px;
	}
	body.int #footer ul li.footerSho a {
		width: 90px;
	}
	body.index #footer {
		background: url(../images/index_footer.gif) top left no-repeat;
	}
	body.int #footer {
		background: url(../images/int_footer.gif) top left no-repeat;
	}
.legal {
	position: absolute;
	top: 735px;
	left: 0px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #000;
}
	.legal a {
		color: #000;
		font-size: 11px;
	}
	
.scrollDiv {
	overflow: auto;
	width: 730px;
	height: 410px;
}
	
.scrollDiv .scrollDivPadding {
	padding: 40px 30px 30px;
}
	
.scrollDiv.dressTips {
	font-size: 14px;
	line-height: 140%;
	background: #F2F3F3;
	color: #000;
}

.scrollDiv.dressTips h4 {
	font-size: 14px;
	margin: 20px 0 5px;
}

.scrollDiv.dressTips p {
	margin-bottom: 10px;
}

#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ED1C24;
	z-index: 999;
	display: none;
}

form.standard { width:480px; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
form.standard label, form.standard div.optChoice { float:left; text-align:left; margin-right:10px; width:100px; }
form.standard div { padding-bottom:5px; }
form.standard input, form.standard select { font-family:Arial, Helvetica, sans-serif; border:1px solid #fff; background:#000; color:#fff; }
form.standard input.txt, form.standard select {width:200px;}
form.standard div.optCopy { float:left; width:340px; text-align:left; margin-right:0px; }
form.standard div.btns { float:left; padding-left:110px; text-align:left; margin-right:0px; padding-bottom:10px; }
form.standard div.btns input { background:#ED1C24; color:#fff; font-size: 11px; border:none; padding:2px; }
form.standard .btns, form.standard .opt { clear:both; float:left; }
form.standard label.answers { width:50px; margin-right:0px;}
form.standard label.alt { float:left; text-align:left;  }
form.standard em { font-size:10px; color:#ED1C24;  }

.popDiv {
	color: #fff;
	text-align: left;
	z-index: 1000;
	display: none;
}
.popDiv.form,
.popDiv.rules {
	width: 540px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -270px;
	background: #000;
	border: 1px solid #fff;
}
.popDiv.form {
	z-index: 1001;
}
.popDiv.rules {
	font-size: 11px;
	z-index: 1002;
}
.popDiv.rules p {
	font-size: 11px;
	margin-bottom: 5px;
}
.popDiv .popDivClose {
	width: 100%;
	border-bottom: 1px solid #fff;
}
.popDiv .popDivClose a {
	display: block;
	padding: 6px 6px 3px;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	text-align: right;
}
.popDiv .popDivClose a:hover {
	color: #ED1C24;
	background: #fff;
}
.popDiv .popDivPadding {
	padding: 30px;
}
.popDiv.rules .popDivPadding {
	padding: 30px;
	width: 480px;
	height: 450px;
	overflow: auto;
}

/* killer insert */
.popDiv.killer_insert {
	width: 1090px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -545px;
	background: #000;
	border: 1px solid #fff;
}
.popDiv.killer_insert #killer_insert {
	width: 1090px;
	height: 760px;
}
.tout_dexter {
	position: absolute;
	bottom: 10px;
	right: 40px;
}




