/* BASE STYLES AND WRAPPER ------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../img/bg.gif) repeat;
}

#wrapper {
	background-color: #fff;
	width: 837px;
	margin: 0 auto;
	padding: 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}




/* HEADER ---------------------------------- */

#header {
	height: 120px;
	background: #00334D url(../img/header_bg.gif) top right no-repeat;
}

#hero {
	margin-bottom: 10px;
	border-bottom: 7px solid #95B8D4;
}

#hero img {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.nav {
	list-style: none;
	padding-top: 6px;
	margin-left: 2px;
}

ul.nav li {
	float: left;
	margin: 0 10px;
}

ul.nav li a {
	display: block;
	padding: 2px 0;
	font-family: georgia;
	color: #fff;
}

ul.nav li a:hover, ul.nav li a.selected {
	background: transparent url(../img/underline.gif) bottom left repeat-x;
}





/* MAIN CONTENT ----------------------------- */
#content {
	padding: 0 10px;
}

#logos {
	margin-top: 30px;
}

img.alignRight {
	float: right;
	margin: 0 20px 20px 50px;
}

img.alignLeft {
	float: left;
	margin: 0 20px 20px 0;
}



/* FOOTER ------------------------------------ */

#footer {
	clear: both;
	margin-top: 10px;
	height: 20px;
	border-top: 4px solid #00334D;
	padding: 4px 2px 0;
}

#footer a {
	font-weight: 700;
}

#footer .left, #footer .right {
	width: 400px;
	clear: none;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
	text-align: right;
}




/* TYPE -------------------------------------- */

h1, p, ul li, label, input, textarea {
	font-family: arial;
	color: #222;
}

h1 {
	font-family: georgia;
	font-size: 30px;
	font-weight: 300;
	color: #95B8D4;
	padding: 10px 0;
}

h2 {
	font-family: georgia;
	font-size: 20px;
	font-weight: 300;
	color: #95B8D4;
	padding: 6px 0;
}

h3 {
	font-family: georgia;
	font-size: 20px;
	font-weight: 300;
	color: #00334D;
	padding-bottom: 14px;
}

h4 {
	clear: both;
	font-family: georgia;
	font-size: 15px;
	color: #685A37;	
	background-color: #E1DBC8;
	padding: 4px;
	height: 18px;
	margin-bottom: 8px;
	margin-top: 10px;
}

h5 {
	font-family: georgia;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	
}

h5.sub {
	margin: 8px 0;
}

a {
	color: #222;
	text-decoration: none;
}

p {
	clear: both;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 14px;
}





/* SIGN UP FORM -------------------------------- */

input.input, textarea {
	font-size: 12px;
	width: 212px;
	border: 1px solid #95B8D4;
	padding: 2px;
	margin-bottom: 8px;
	margin-top: 2px;
	background: #fff url(../img/inout_bg.gif) repeat-x;
}

textarea {
	height: 50px;
}

label {
	font-size: 12px;
	font-weight: 700;
}

#submit {
	float: right;
	margin-right: 2px;
}





/* HOME PAGE --------------------------------- */

ul.services {
	list-style: none;
	width: 460px;
	overflow: hidden;
}

ul.services li {
	float: left;
	width: 230px;
	font-size: 13px;
	line-height: 1.5em;
}

p.highlight {
	font-size: 17px;
	margin-bottom: 4px;
}

#content.homepage {
	width: 550px;
	float: left;
}

#signup {
	float: right;
	width: 220px;
	border: 1px solid #95B8D4;
	border-right: 2px solid #95B8D4;
	border-bottom: 2px solid #95B8D4;
	padding: 10px;
	padding-top: 0;
	margin-top: 18px;
	background-color: #F4F8FB;
}





/* PRIVACY PAGE ------------------------------ */

.privacy p {
	width: 600px;
}


/* WHAT WE DO */

.step {
	width: 398px;
	height: 100px;
	margin: 10px 0;
	float: left;
}

.step.left {
	padding-right: 20px;
}

.price {
	font-weight: 700;
}






/* WHAT WE COST ------------------------------ */

.pdf {
	clear: both;
	height: 45px;
}

.pdf a {
	display: block;
	float: left;
	clear: both;
	padding: 12px 0 4px 34px;
	font-weight: 700;
	background: transparent url(../img/pdf.gif) 0 10px no-repeat;
}

.pdf img {
	float: left;
	margin-left: 30px;
}

.clear {
	clear: both;
}


/* WHAT WE RECOMMEND ------------------------------ */

.brands {
	clear: both;
}

.brand {
	float: left;
	width: 220px;
	padding-bottom: 30px;
	padding-right: 50px;
}


/* WHAT WE LOOK LIKE ------------------------------ */


.storeInfoBlock {
	clear: both;
}

.storeInfo {
	float: left;
	width: 250px;
	padding-bottom: 30px;
	padding-right: 22px;
}

.storeInfo p {
	padding: 10px 10px 10px 0;
}







