* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #413B42;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	/*width: 100%;
	height: 100%;*/
}
.hide {
	display: none;
}
a {
	font-weight: bold;
	outline: none;
	cursor: pointer;
	color: #DF1825;
}

/*
STRUCTURE
*/
#container {
	width: 880px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
h1.masthead {
	height: 125px;	
}
	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: 880px;
	height: 36px;
	position: absolute;
	top: 87px;
	left: 0px;
	z-index: 100;
	font-size: 11px;
}
	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 a {
		margin-bottom: 2px;
	}
	ul#nav li.navCategory ul {
		float: left;
		width: auto;
		/*margin-left: -1px;*/
		text-align: center;
		list-style-type: none;
		display: none;
	}
	ul#nav li.navCategory ul li {
		float: left;
		padding: 0;
	}
	ul#nav li.navCategory ul li.first {
		padding-top: 0;
	}
	ul#nav li.navCategory ul li img {
		padding: 0;
	}
	ul#nav li.navCategory ul li a {
		margin-bottom: 0;
	}
	ul#nav a {
		display: block;
		outline: none;
	}
	ul#nav a:link, ul#nav a:visited {
		color: #DF1825;
		text-decoration: none;
	}
	ul#nav a:hover, ul#nav a:active {
		color: #DF1825;
		text-decoration: none;
	}
	ul#nav li.navCategory.meet {
		margin-right:2px;
		background:url(../images/nav_meet_f2.gif) top left no-repeat;
	}

	ul#nav li.navCategory.pics {
		margin-right:3px;
		background:url(../images/nav_pics_f2.gif) top left no-repeat;
	}
	ul#nav li.navCategory.video {
		margin-right:3px;
		background:url(../images/nav_video_f2.gif) top left no-repeat;
	}
	ul#nav li.navCategory.inbook {
		background:url(../images/nav_inbook_f2.gif) top left no-repeat;
	}

	ul#nav li li {
		background:url(../images/nav_sub_bg.png) top center no-repeat;
	}

	ul#nav li li.ashton a {
		background:url(../images/nav_ashton_f2.gif) top center no-repeat;
	}

	ul#nav li li.chris a {
		background:url(../images/nav_chris_f2.gif) top center no-repeat;
	}
	ul#nav li li.doug a {
		background:url(../images/nav_doug_f2.gif) top center no-repeat;
	}
	ul#nav li li.ryan a {
		background:url(../images/nav_ryan_f2.gif) top center no-repeat;
	}

#mainContentContainer {
	width: 880px;
	height: 640px;
	/*position: absolute;
	top: 108px;
	left: 0px;
	z-index: 99;*/
	background: #fff;
	/*margin-top:38px;
	overflow: hidden;*/
}
	#mainContent {
		width: 880px;
		font-size: 12px;
		line-height: 120%;
		
	}
	#mainContent .padding {
		width: 730px;
		height: 410px;
		padding: 75px;
	}
	#mainContent h3 {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 130%;
		font-weight: normal;
		color: #413B42;
	}
		#mainContent h3.videoHdr {
			margin-top: -16px;
			margin-bottom: 15px;
		}
	#mainContent p, #mainContent h2 {
		margin: 0px;
		padding:0px;
	}
	#mainContent p, #mainContent h2 {
	color:#413B42;
	}
	#mainContent .homedudes img {
		float:left; border:0px;
	}
#footer {
	width: 880px;
	
	margin-top:10px;
	font-size:12px;
	/*position: absolute;
	top: 670px;
	left: 0px;*/
	/*background-color: #000;*/
}
	body #footer ul { 

	list-style:none;
	}
	body #footer ul li a {
		display: block;
		text-align:right;
		padding-right:20px;
		color:#fff;
		text-decoration:none;
	}
.legal {
	/*position: absolute;
	top: 735px;
	left: 0px;*/
	padding: 10px 0px 20px;
	font-size: 10px;
	color: #ccc;
}
	.legal a {
		color: #ccc;
		font-size: 11px;
	}
.guys {
	height: 610px;
	border-top: 10px solid #413B42;
	background-position: top right;
	background-repeat: no-repeat;
}
	.guys.ashton {
		background-image:url(../images/ashton_photo.jpg);	
	}
	.guys.christopher {
		background-image:url(../images/christopher_photo.jpg);	
	}
	.guys.douglas {
		background-image:url(../images/douglas_photo.jpg);	
	}
	.guys.ryan {
		background-image:url(../images/ryan_photo.jpg);	
	}
	
.video-page {
	background-image:url(../images/video_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	text-align: center;
	height: 610px;
}
	.video-page .video-container {
		width: 540px;
		height: 450px;
		margin: 0 auto;	
		padding-top: 121px;
	}
	.video-page .video-container .video-embed {
		width: 540px;
		height: 450px;
		margin: 0 auto;	
	}

.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;
}
#inbook { width:752px; margin:0px auto; }



