* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

/** Layout **/

#container {
	width: 100%;
	height: 100%;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #fff;
}

#header {
	width: 100%;
	height: 120px;
	padding-top: 10px;;
}

#head-wrapper {
	margin: 0 auto;
	width: 900px;
}

#logo {
	float: left;
}

#nav {
	float: right;
	height: 55px;
	margin-top: 30px;
	width: 700px;
	background: url('../img/top-bar-bg.png') repeat-x;
}
#nav-left {
	float: left;
	width: 18px;
	height: 55px;
	background: url('../img/top-bar-left-end.png') no-repeat;
}
#nav-right {
	float: right;
	width: 26px;
	height: 55px;
	background: url('../img/top-bar-right-end.png') no-repeat;
}
#inner-nav {
	height: 34px;
	padding-top: 12px;
}
#inner-nav a {
	color:#FFF;
	font-size:15px;
	margin-left:20px;
	padding:2px 5px;
	text-decoration:none;
	text-shadow:3px 3px 5px #000000;
}
#inner-nav a:hover {
	color: #FCB040;
}

#mid {
	background: #FCB040 url('../img/bar_top_shadow.png') repeat-x;
	width: 100%;
	padding-top: 12px;
}

#mid-wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 4px 0 10px 0;
}

#content {
	width: 100%;
	min-height: 210px;
	background: #fff url('../img/white_top_shadow.png') repeat-x;
	padding-bottom: 40px;
	padding-top: 20px;
	color: #000;
}

#content-wrapper {
	width: 900px;
	margin: 0 auto 2em;
}

#content h2 {
	margin-bottom: 0.2em;
}

#footer {
	background: #FCB040 url('../img/bar_top_shadow.png') repeat-x;
	width: 100%;
	height: 37px;
	background-color: #FCB040;
	position: absolute;
	bottom: 0;
}
#footer-wrapper {
	margin: 0 auto;
	width: 900px;
	padding: 13px;
	color: #444;
}
#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#headline {
	color:#FFFFFF;
	font-size:35px;
	padding-top:8px;
	text-align:center;
	text-shadow:3px 3px 5px black;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.half {
	width: 450px;
}
.onethird {
	width: 300px;
}
.twothirds {
	width: 600px;
}
.clear {
	clear: both;
}
.pleft {
	padding-left: 20px;
}
.pright {
	padding-right: 20px;
}
.justify {
	text-align: justify;
}

p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: justify;
}

#content form {
	background:#FCB040 url('../img/form_bg.png') repeat-x scroll 0 0;
	border:3px solid #231F20;
	margin-bottom:1em;
	padding:15px;
}

form h2 {
	border-bottom: 3px dotted #FFFFFF;
	padding: 5px 0;
	margin-bottom: 15px;
}
form p label {
	float: left;
	text-align: right;
	width: 105px;
	font-weight: bold;
	margin-right: 7px;
}
form p input {
	width: 140px;
}
form.contact p input, form.contact p textarea {
	width: 415px;
}
form.contact p input.button {
	width: auto;
}

form ul.errorlist {
	background-color: #6B5D3E;
	color: #FE7B3D;
	border: 2px outset #FE7B3D;
	margin: 13px 0;
	padding: 2px 2px 2px 20px;

}

input.button {
	background: #8AD32C url('../img/copy/button_bg.png') repeat-x;
	font-weight: bold;
	font-size: 1.8em;
	border: 1px solid #000;
	padding: 20px;
	margin-top: 7px;
	cursor: pointer;
	width: 250px;
}

.quote {
	padding: 10px 20px;
	text-align: justify;
	border: 1px dashed #F1592A;
	margin-bottom: 1em;
}
.quote p {
	font-size: 1.2em;
	line-height: 1.2em;
}
.quote p.attrib {
	font-variant: small-caps;
	float: right;
	font-size: 0.9em;
	margin-top: -1em;
}

#copy {
	width: 565px;
	padding-left: 20px;
	float: right;
}
#copy p {
	text-align: justify;
}

a {
	color: #F1592A;
}

ul, ol {
	padding-left: 30px;
	font-size: 12px;
	margin-bottom: 1em;
}

#pricing {
	width: 100%;
	background-color: #fff;
	color: #3F351F;
	border-collapse: collapse;
	font-size: 13px;
}
#pricing th {
	background: transparent url('../img/form_bg.png') repeat-x;
	color: #fff;
}
#pricing th, #pricing td {
	padding: 5px;
	border: 2px solid #3F351F;
}

.u {
	text-decoration: underline;
}

div.deal {
	border:3px solid black;
	float:left;
	font-size:17px;
	height:86px;
	margin:15px;
	padding:10px;
	width:394px;
}
div.deal form {
	float: right;
}

#disclaimer-wrapper {
	position: absolute;
	bottom: 40px;
	width: 100%;
}
#disclaimer {
	font-size: 11px;
	font-style: italic;
	margin: auto;
	width: 900px;
}
