/* 
	Stylesheet for commandcoupon.com
	Written by Evan Heisler of Thorn Creative
	eheisler@thorncreative.com
*/



/* Style Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
	}

/* End Reset */



/* Structure */

body {
	background: #353535 url('../images/bg.jpg') left top repeat-x;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	body#wtb {background: #353535 url('../images/bgWTB.jpg') left top repeat-x;}
	body#ciResults {background: #fff;}
	
#burstWrapper {
	background: transparent url('../images/bgShadowBurst.jpg') center 150px no-repeat;
	width: 100%;
	}
	
#shadowWrapper {
	background: transparent url('../images/bgShadow.jpg') center 160px no-repeat;
	width: 100%;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px;
	}
	
#mainContent {
	background: url('../images/bgMain.jpg') center top no-repeat;
	height: 513px;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	}
	body#wtb #mainContent {
	background: url('../images/bgWTBContent.jpg') center top no-repeat;
	height: 453px;
	padding: 255px 0 0;
	}
	
#videoPlayer {
	background: url('../images/bgPlayer.jpg') center top no-repeat;
	height: 505px;
	padding: 0 0 0 12px !important;
	padding: 0 0 0 14px;
	width: 485px;
	}
	
#wtbForm {
	background: url('../images/bgWTBForm.jpg') right bottom no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 120px;
	padding: 7px 0 0 0;
	}
	
#secondaryContent {
	margin: 0 auto;
	width: 805px;
	height: 113px;
	}
	
#signUpCopy {
	float: left;
	width: 405px;
	}
	
#wtbTable {
	height: 400px;
	margin: 0 auto;
	padding: 0;
	width: 885px;
	}
	
#wtbTable fieldset#left {
	float: left;
	margin: 0 32px 0 0;
	height: 400px;
	width: 280px;
	}
	
#wtbTable fieldset#right {
	height: 400px;
	position: relative;
	}
	
.formColumn {
	border-right: 1px solid #4d4d4d;
	float: left;
	margin: 0 30px 0 0;
	width: 310px;
	}
	
#resultsFrame {
	border: 3px solid #fff;
	margin: 10px 0 0;
	width: 564px;
	}

/* End Structure */



/* Typography */

a#toplogo {
	display: block;
	height: 148px;
	float: left;
	margin: 0 0 0 366px !important;
	margin: 0 0 0 183px;
	width: 255px;
	}

p#headTagline {
	float: right;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	margin: 118px 18px 5px 0;
/* 	white-space: nowrap; */
	}
	
p#bgText {
	display: none;
	}
	
/* Nav Bar */

ul#mainNav {
	background: #353535;
	clear: both;
	color: #999;
	height: 3.4em;
	padding: 0 13px 0 0;
	}

ul#mainNav li {
	line-height: 3.4em;
	float: right;
	}

ul#mainNav li a {	
	color: #999;
	display: block;
	line-height: 3.4em;
	list-style-type: none;
	padding: 0 7px;
	text-decoration: none;
	}
	ul#mainNav li a:hover {color: #fff;}

/* End Nav */

a.btnBig {
	background: url('../images/btnBig.jpg') center top no-repeat;
	color: #595959;
	font-size: 13px;
	font-weight: bold;
	line-height: 4.7em;
	position: absolute;
	top: 226px;
	left: 736px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 238px;
	}
	a.btnBig:hover {background: url('../images/btnBig.jpg') center bottom no-repeat;}
	
body#wtb a.btnBig {
	background: url('../images/btnWTBDownload.jpg') center top no-repeat;
	color: #595959;
	font-size: 11px;
	font-weight: bold;
	line-height: 4.4em;
	position: absolute;
	top: 147px;
	left: 710px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 187px;
	}
	body#wtb a.btnBig:hover {background: url('../images/btnWTBDownload.jpg') center bottom no-repeat;}

/* Home Form */
	
#wtbForm h2 {
	color: #fff;
	font-size: 1.6em;
	margin: 0 0 4px;
	}
	
#wtbForm h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 9px 0 3px;
	}
	
select#selectProduct {
	width: 200px;
	}
	
input#homeSubmit {
	background: url('../images/btnFind.jpg') center top no-repeat;
	border: none;
	color: #595959;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 41px;
	width: 148px;
	position: absolute;
	right: 30px;
	top: 58px;
	text-transform: uppercase;
	}
	input#homeSubmit:hover {background: url('../images/btnFind.jpg') center bottom no-repeat;}

/* End Home Form */	

h1.tagline {
	background: url('../images/secondaryContentTagline.gif') center center no-repeat;
	font-size: 2.6em;
	font-weight: 100;
	padding: 20px 0 10px;
	width: 379px;
	height: 24px;
	text-indent: -9999px;
	}

#signUpCopy h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	}
	
#signUpCopy p {
	font-size: 11px;
	line-height: 1.3em;
	}
	
p#wtbDirections {
	color: #fff;
	font-size: 1.1em;
	left: 770px;
	position: absolute;
	text-align: center;
	top: 300px;
	}
	p#wtbDirections a {color: #fff;}
	
a.btn {
	background: url('../images/btnJoin.gif') center top no-repeat;
	color: #595959;
	display: block; 
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 3.5em;
	margin: 30px 0 0 5px;
	padding: .1em 0 0;
	width: 156px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}
	a.btn:hover {background: url('../images/btnJoin.gif') center bottom no-repeat;}

p#footer {
	clear: both;
	color: #999999;
	margin: 10px;
	text-align: right;
	}
	
#wtbTable h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 32px;
	}
	
#wtbTable h3 {
	color: #4c4c4c;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}
	
#wtbTable h4 {
	color: #4c4c4c;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#productDesc {
	text-align: center;
	}
	
#wtbTable #productInfo p {
	color: #595959;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
	}

#wtbTable select {
	margin: 6px 0 0;
	width: 265px;
	}
	
#wtbTable input#zipcode {
	margin: 6px 0 0;
	width: 134px;
	}
	
input#submit {
	background: url('../images/btnWTBFind.jpg') center top no-repeat;
	border: none;
	color: #595959;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 3.1em;
	width: 136px;
	text-transform: uppercase;
	}
	input#submit:hover {background: url('../images/btnWTBFind.jpg') center bottom no-repeat;}
	
input#online {
	background: url('../images/btnWTBOnline.jpg') center top no-repeat;
	border: none;
	color: #595959;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 3.2em;
	width: 137px;
	text-transform: uppercase;
	}
	input#online:hover {background: url('../images/btnWTBOnline.jpg') center bottom no-repeat;}
	
p#or {
	background: #f7c48d;
	color: #4c4c4c;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 45px;
	left: 301px;
	}
	
p.info {
	color: #4C4C4C;
	font-size: 1.2em;
	margin: 140px 0 0;
	}
	
table#cii_results td {
	vertical-align: middle;
	}

/* End Typography */



/* Image Classes */

#wtbForm img#smallProduct {
	float: left;
	height: 116px;
	margin: 3px 15px 0 0;
	width: 89px;
	}

#dfsLogo {
	float: left;
	margin: 5px 15px 0 0;
	height: 90px;
	width: 213px;
	}
	
#msLogo {
	float: left;
	margin: 25px 15px 0 0;
	height: 67px;
	width: 190px;
	}
	
p#footer img {
	padding: 0 0 0 10px;
	vertical-align: middle;
	}
	
.productShot {
	height: 245px;
	width: 280px;
	}

/* End Image Classes */



/* Custom Divs */

ul#mainNav li.left {
	float: left;
	font-weight: bold;
	}

a#toplogo img, img#smallProduct, #productImg {behavior: url(images/iepngfix.htc);}

/* End Custom Divs */
