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

body {
	background: #15273f;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #59626a;
}
li {
	list-style: none outside;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	margin-bottom: 5px;
}
h2 {
	font-size: 22px;
	color: #3678b1;
}
.clear { clear: both; }

/* *** header *** */
h1 {
	height: 120px;
	width: 866px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat center center;
	margin-bottom: 6px;
	text-indent: -9999px;
}

/* *** wrapper *** */
#wrapper {
	background: url(images/wrapper.gif) repeat-y top center #FFF;
	margin: 0 auto;
	width: 856px;
}
	
#content {
	background: url(images/top.gif) no-repeat top center;
	padding: 30px 55px;
	padding-bottom: 0;
}
	#content p, #content ul, #content ol {
		margin-bottom: 20px;
		line-height: 140%;
		position: relative;
	}
	#content h2 {
		margin-bottom: 20px;
	}
	#left {
		float: left;
		padding-bottom: 190px;
		padding-right: 25px;
		width: 354px;
		background: url(images/divider.gif) repeat-y top right;
	}
		#guarantee {
			padding-top: 64px;
			margin-left: -35px;
			height: 144px;
			background: url(images/guarantee.gif) no-repeat center left;
			font-size: 11px;
			position: relative;
			padding-left: 168px;
			padding-right: 20px;
			margin-top: -40px;
		}
		
	#right {
		float: left;
		padding-left: 25px;
		width: 342px;
	}
		#email {
			background: url(images/blockquote.gif) no-repeat top center #cad9e5;
			padding: 12px 14px;
			padding-bottom: 10px;
			font-size: 11px;
			line-height: 140%;
			color: #415463;
			width: 303px;
			margin-bottom: 0 !important;
		}
			#email p {
				margin-bottom: 10px;
				position: relative;
			}
		.emailBottom {
			margin-top: -30px;
			display: block;
			height: 35px;
			width: 331px;
			background: url(images/blockquote_bottom.gif) no-repeat bottom center #cad9e5;
			margin-bottom: 20px;
		}
		
	/* *** call to action *** */
	#callToAction h3 {
		font-size: 30px;
		margin-bottom: 27px;
		text-align: center;
		margin-top: 50px;
		color: #3678b1;
	}
	#callToAction a {
		display: block;
		height: 113px;
		width: 339px;
		background: url(images/order.gif) no-repeat top center #6e9444;
		margin: 0 auto;
		text-indent: -9999px;
		outline: none;
	}
	
/* *** bottom *** */
#bottom {
	height: 46px;
	background: url(images/bottom.gif) no-repeat bottom center;
}

/* *** footer *** */
#footer {
	margin: 0 auto;
	margin-bottom: 40px;
	padding-top: 20px;
	width: 916px;
	height: 114px;
	background: url(images/footer.gif) no-repeat top center #213752;
	text-align: center;
	color: #FFF;
}
	#footer p {
		font-weight: bold;
		line-height: 140%;
		font-size: 14px;
	}
	#footer p span {
		font-size: 12px;
		font-weight: normal;
	}
	#footer p span a { color: #83b6f6; }
