/*
----------------------------------------------------------------
	T Y P O G R A P H Y
---------------------------------------------------------------- */

h1 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: black;
	font-size: 24px;
	font-weight: bold;
	}
	
h2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: black;
	font-size: 20px;
	font-weight: bold;
	}
	
h3 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: black;
	font-size: 15px;
	font-weight: normal;
	}
	
p {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 15px;
	line-height: 21px;
	}

/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body { 
	vertical-align: top; 
	}
	
/* L I N K S */

a:link, a:visited {
	color: black;
	}	

a:hover {
	}
	
/* S T R U C T U R E */
	
#wrapper { 
	margin: 0 auto; 
	width: 980px;
	background: white url(../images/bkg.jpg) no-repeat top center;
	}
	
#wrapper2 { 
	margin: 0 auto; 
	width: 980px;
	background: white;
	background: white url(../images/title.jpg) no-repeat top center;
	}
	
#container { 
	height: 1235px;
	width: 980px;
	margin: 0 auto;
	}

#container2 { 
	height: auto;
	width: 980px;
	margin: 0 auto;
	}

/* L A Y O U T  P R E S E T S */

img {
	margin: 5px;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.alignrightclear {
	float: right;
	clear: right;
	}
	
.alignleftclear {
	float: left;
	clear: left;
	}

/* F O R M  */

.formrow {
	
	}

label {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	color: white;
	float: left;
	margin: 8px 10px 0 10px;
	}

.textboxhalf {
	width: 114px;
	}
	
.textboxfull {
	width: 254px;
	}
	
.selectboxhalf {
	width: 120px;
	}

.textbox2 {
	width: 22px;
	}
	
.textbox4 {
	width: 33px;
	}
	
.checkbox {
	float: left;
	margin: 10px 0 0 10px;
	}

#agree {
	float: left;
	margin: 10px 0 0 5px;
	font-size: 12px;
	line-height: 15px;
	width: 239px;
	}
	
#button {
	position: relative;
	top: 30px;
	right: -50px;
	cursor: pointer;
	}

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

#content {
	float: right;
	margin: 0;
	}
	
#tagline {
	position: relative;
	top: 49px;
	right: 78px;
	text-align: right;
	}
	
#formbox {
	width: 280px;
	height: 550px;
	position: relative;
	top: 103px;
	right: -620px;
	padding: 0 10px;
	}
	
#enterbelow {
	margin-top: 10px;
	text-align: center;
	padding-bottom: 20px;
	}
	
#paragraph {
	position: relative;
	top: 102px;
	right: -43px;
	width: 877px;
	}
	
#paragraph2 {
	position: relative;
	top: 115px;
	right: -43px;
	width: 877px;
	}
	
#paragraph2 p {
	font-size: 11px;
	line-height: 14px;
	}
	
#paragraph2 a:link {
	color: #6db748;
	}

#paragraph2 a:visited {
	color: #6db748;
	}	

#specs {
	background: white url(../images/footerbkg.jpg) no-repeat top center;
	position: relative;
	top: 140px;
	right: -43px;
	width: 829px;
	padding: 24px;
	height: 167px;
	}
	
#specs p {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	}
	
#speclist li {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	margin: 12px 0 0 60px;
	}
	
#footer {
	text-align: center;
	position: relative;
	top: 180px;
	padding-bottom: 50px;
	}
	
#footer p {
	font-size: 11px;
	}
	
#footer a {
	margin: 3px;
	}
	
#footer2 p {
	font-size: 11px;
	}
	
#footer2 a {
	margin: 3px;
	}
	
	
/*
----------------------------------------------------------------
	O F F E R  P A G E
---------------------------------------------------------------- */

body#offer {
	background-color: #FFFFFF;
}

#offer h1 {
}

#offer h2 {
}

#offer h3 {
}

#offer img {
	border: 0;
	margin: 0;
}

#offer iframe {
	width: 100%;
	height: 1000px;
}

#offer_container {
	width: 1040px;
	margin: 30px auto 0 auto;
	text-align: left;
	min-height: 600px
}

#offer_header {
}

#offer_logo {
	background: url(../images/offer_logo.jpg) no-repeat top center;
	width: 890px;
	height: 68px;
	margin: 0 auto 20px auto;
}

#offer #adBox {
	width:1000px;
	border:1px solid #000000;
	margin: 20px auto 0 auto;
	text-align: center
}

#offer #offerBox {
}

#offer #arrowsTop {
}

#offer #arrowsBottom {
	margin-top: 20px;
}

#offer .prevLarge {
	float: left;
}

#offer .nextLarge {
	float: right;
}

#offer .prevSmall {
	float: left;
}

#offer .nextSmall {
	float: right;
}

/* Clear DIVs with floated elements */
#offer_header:after, #arrowsTop:after, #arrowsBottom:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}