@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #2f313d;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p, h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1, h2, h3, h4 {
	color: #333333;
	}
h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
th { background-color: #EEEEEE; font-weight: bold; padding: 3px; font-size: 1.2em; }
#container {
	margin: 0 auto;
	width: 1000px;
}
#contactNav {
	position: absolute;
	top: 0;
	padding-top: 0;
	background-color: #FFFFFF;
	height: 25px;
	width: 1000px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#header {
	position: absolute;
	top: 25px;
	height: 85px;
	width: 1000px;
}
#contactNav p, #header p {
	padding: 5px 0 0 0;
	margin: 0;
}
#contactNav a:link, #contactNav a:visited {
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 0;
}
#contactNav a:hover, #contactNav a:active {
	color: #666666;
	text-decoration: none;
	padding: 0 5px 0 0;
}
.loginNav {
	text-align: right;
	font-size: 0.8em;
}
.loginNav a:link, .loginNav a:visited {
	text-decoration: none;
	color: #000000;
}
.loginNav a:hover, .loginNav a:active {
	text-decoration: none;
	color: #666666;
}
.code-display {
	font-family:Courier New, Courier, monospace;
	font-size:1.2em;
	padding:5px;
	margin:10px 10px 0 20px;
	background-color: #e4e8f0;
	}

/* NAVIGATION BAR STYLES */
#navBar {
	position: absolute;
	top: 110px; /*Add height values for #contactNav and #header */
	width: 1000px; /* Minus the side padding */
	background-color: #000000;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	z-index: 200;
}
*html #navBar {
	padding: 4px 10px;
}
#navBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1em;
	background-color: #000000;
	z-index: 100;
}
#navBar ul li a:link, #navBar ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px;
}
#navBar ul li a:hover, #navBar ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
	background-image: url(images/navbar-mouseon-bg.jpg);
	padding: 5px 10px;
}
#navBar li {
	float: left;
	position: relative;
	padding: 5px;
	margin: 0;
	background-color: #000000;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	z-index: 10;
}
#navBar li ul {
	display: none;
	position: absolute;
	width: 170px;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	top: 100%;
	left: 5px;
	background-color: #FFFFFF;
}
#navBar li ul li {
	position: relative;
	width: 168px; /* Subtract width of padding+border from #navBar li ul */
	display: block;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-size: 0.8em;
	background-color: #EEEEEE;
}
#navBar li li a:link, #navBar li li a:visited {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.5em 0.8em;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: none;
}
#navBar li li a:hover, #navBar li li a:active {
	padding: 0.5em 0.8em;
	color: #FFFFFF;
	display: block;
	background-color: #cb5e00;
	background-image: none;
}
#navBar li:hover ul, #navBar li.over ul {
	display: block;
}
/*END NAVIGATION BAR STYLES */

#pageBody {
	position: absolute;
	top: 136px;
	width: 1000px; /* Subtract padding */
	background-color: #FFFFFF;
	z-index: 1; /* Must make sure this z-index is low for drop-down menu to work */
	padding: 0;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}
#content {
margin-left: 240px; /* #leftNav width plus side padding plus 10 */
padding: 15px 20px;
}
#content h1 {
color: #333333;
}
#content h2, h3, h4 {
color: #666666;
}
#leftNav {
float: left;
width: 200px;
padding: 15px 20px;
}
#leftNav h1 {
	background-image: url(images/leftnav-h1.gif);
	margin: 0 -20px;
	padding: 5px 20px;
	font-size: 1em;
	}
#leftNav ul {
	margin: 0;
	padding: 15px 0 10px 15px;
	font-size: 0.8em;
	list-style-type: square;
	line-height: 1.5em;
	}
#leftNav ul ul {
	font-size: 0.9em;
	padding: 5px 0 5px 15px;
	list-style: none;
	}
#leftNav ul li a:link, #leftNav ul li a:visited {
	color: #000000;
	text-decoration: none;
	}
#leftNav ul li a:hover, #leftNav ul li a:active {
	color: #666666;
	text-decoration: none;
	}
#leftNav img { padding-top: 10px; }
#footer {
	clear: both;
	width: 960px;
	background-color: #CCCCCC;
	padding: 10px 20px;
	text-align: center;
	font-size: 0.8em;
	}
.activeChoice {
	font-weight: bold;
	}
.leftFloat {
	float: left;
	padding-right: 10px;
	}
.rightFloat {
	float: right;
	padding-left: 10px;
	}
.altDisclaimer {
	text-align: center;
	font-style: italic;
	border: solid 1px #EBEBEB;
	}
.contactForm {
	border: solid 1px #EBEBEB;
	padding: 1px;
	}
.finePrint {
	font-size: smaller;
	font-style: italic;
}

/*Wizard styles */

#wizard-container {
	margin-left:20px;
	padding-left:20px;
	padding-bottom:50px;
	float:left;
	clear:right;
	overflow:visible;
	}

#wizard-top {
	width: 654px;
	height: 35px; 
	background-image:url(/images/wizard_easy-advanced.jpg);
	float:left;
	}

#wizard-advanced-top {
	width: 654px;
	height: 35px; 
	background-image:url(/images/wizard-advanced-tab.jpg);
	}

#wizard-why-top {
	width: 654px;
	height: 35px; 
	background-image:url(/images/wizard-why-usn-tab.jpg);
	}

#wizard-panel {
	width: 654px;
	background-image:url(/images/wizard_text_panel.jpg);
	background-repeat:no-repeat;
	height:auto;
	float:left;
	}

#wizard-advanced-panel {
	width: 654px;
	background-image:url(/images/wizard_text_panel.jpg);
	background-repeat:no-repeat;
	height:auto;
	}
	
#wizard-advanced-back {
	background:url(/images/wizard_bg.jpg) repeat-y #fff;
	}

#wizard-questions {
	width: 267px;
	float:left;
	padding:20px 20px 20px 40px;
	height:auto;
	background-image:url(/images/wizard_text_panel.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}

#wizard-recommendations {
	width: 287px;
	float:right;
	padding:20px 20px 0px 20px;
	height:auto;
	background-position:right;
	background-repeat:no-repeat;
	}

.wizard-movie-specs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	border:2px #d27d00 solid;
	padding:5px;
	background-color:#FFFFFF; 
	background-repeat:no-repeat;
	}

.more-info-popup-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}

.wizard-input {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	background: #ffffff;
	margin:5px 10px 0 0;
	border: 1px solid #781351;
	}

.wizard-content {
	font-family:Arial, Helvetica, sans-serif;
	width:590px;
	}

.wizard-notes {
	font-size:12px;
	}

.wizard-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}

.wizard-questions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 30px 0 0 0;
	}


#wizard-sliver {
	width: 654px;
	background-image:url(/images/wizard_bg.jpg);
	background-repeat:repeat-y;
	}

#wizard-bottom {
	width: 654px;
	height: 40px; 
	background-image:url(/images/wizard-bottom.jpg);
	float:left;
	display:inline;
	}

#wizard-advanced-bottom {
	width: 654px;
	height: 40px; 
	background-image:url(/images/wizard-bottom.jpg);
	}

table.tblborder { border-top: solid 2px #e9b76f; border-right: solid 2px #e9b76f; }
table.tblborder td { border-left: solid 1px #e9b76f; border-bottom: solid 1px #e9b76f; padding: 4px;}
p.table-head{color:#000000; font-weight:bold; font-size:14px; margin: 0; padding:0 0 5px 0;}
p.table-price{color:#CC0000;margin: 0; padding:2px 0 2px 0; font-size:12px}
tr.table-head{background-image:url(/images/table-header.jpg); background-repeat:no-repeat;}

tr.compare{background-image:url(/images/table-header.jpg)}
tr.alt{background-color:#fff8ee;}


/*** LEGAL DOCS ***/

.indent_1 {
	padding-left:50px;
	}













