/**********************************

Use: Main Screen Import

***********************************/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
div.autosize { display: table; width: 1px; }
div.autosize > div { display: table-cell; }

body {
	overflow-x: hidden;
	margin:0;
	padding:0;
	width:100%;
	font-size:62.5%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bodyBG.gif);
	background-position:top right;
	background-repeat:repeat-x;
}
p {
	font-size:1.2em;
	line-height:1.2em;
	margin: 20px 0;
}
a {
	font-weight:bold;
	color:#333333;
}
h1 {
	font-size:1.4em;
	margin-top:0;
	color:#333333;
	font-weight:bold;
}
.smaller {
	font-size:1em;
}
#wrapper {
	width:700px;
	margin: 0 auto;
	background-color:#330000;
}

#header {
	line-height:0;
	width:700px;
	height: 206px;
	position:relative;
	margin-top:17px;
}
#logo {
}
label.error {
	display:block;
	color:#FF0000;
	font-weight:bold;
}
#tagline {
	width:275px;
	margin:0 0 16px 130px;
}
#left { width:500px; height:576px;  padding-left:25px;float:left;z-index:3;position:absolute;}
#right { width:100%; _width:100%; height:400px;float:left;z-index:2;position:absolute;margin-top:0px;}

#headerImage {
	margin:13px 0 0 20px;
}
#container {
	width:700px;
	margin: 0 auto;
}

#content {
	position:absolute;
	width:420px;
	float:left;
	margin:22px 0 22px 20px;
	z-index:3;
}
#contentConfirm {
	width:650px;
	float:left;
	margin:22px 0 22px 20px;
	z-index:3;
}
#contentConfirm p {
	font-size:1.3em;
	color:#333333;
	line-height:normal;
}
#submitForm {
	color:#333333;
	margin-top:17px;
}
.blackborder {
	border: solid 1px #000000;
}
#submitForm.error {
	font-size:.9em;
	width: 240px;
}
.formLabel {
	float:left;
	display:block;
	width:145px;
	line-height:1.3em;
	font-size:1.2em;
	margin-top:3px;
}
#submitForm input {
	border:solid 1px #b3b3b0;
	width: 240px;
	height:20px;
}
#FourteenDay {
	width:240px;
	float:left;
	text-align:center;
	position:relative;
}
#FourteenDay input {
	height:auto;
	width:auto;
	border:0;
}
#buyItNow {
	position:absolute;
	top:62px;
	left:42px;
	z-index:1;
}
#btnChoices {
	top:14px;
	width:245px;
	left:0;
	display:none;
	position:relative;
	z-index:5;
}
.fieldContainer {
	float:left;
	width:240px;
	padding-bottom:16px;
}
label.fieldContainer {
	font-size:.9em;
	width:240px;
}
#replaceme {
	cursor:pointer;
}
#footer {
	margin:585px 0 40px 0;
	color:#828282;
	clear:both;
}
#footerConfirm {
	margin:0 0 40px 0;
	color:#828282;
	clear:both;
}
#footerText {
		width:700px;
	margin: 0 auto;
	padding-left:41px;
	padding-top:15px;
}

