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

body {
	text-align: center;
	padding: 0 0 40px 0;
	margin: 0;
	background-color: #f0e2bd;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #171717;
	text-decoration: none;
}


ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display: block;
}
h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #171717;
	font-style: oblique;
}
p {
	line-height: 18px;
	color: #171717;
}



.container {
	width: 797px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/top_background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #494949;
}

.header {
	width: 797px;
	height: 200px;
	float: left;
}
.navigation {
	width: 480px;
	height: 165px;
	padding: 35px 0 0 0;
	float: left;
}
.navigation ul {
}
.navigation li {
	float: left;
	display: block;
	width: 106px;
	height: 130px;
	margin: 0 13px 0 0;
	text-align: right;
	color: #333333;
}
.navigation a {
	color: #171717;
}
.navigation  .about {
	display: block;
	padding: 90px 7px 0 20px;
	width: 79px;
	height: 40px;
	background-color: #ffdd8c;
	background-image: url(images/susabell_link.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.navigation .products {
	display: block;
	padding: 90px 7px 0 20px;
	width: 79px;
	height: 40px;
	background-color: #ff8030;
	background-image: url(images/products_link.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.navigation .susan {
	display: block;
	padding: 90px 7px 0 20px;
	width: 79px;
	height: 40px;
	background-color: #cc4e00;
	background-image: url(images/susan_link.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.navigation .contact {
	display: block;
	padding: 105px 7px 0 20px;
	width: 79px;
	height: 25px;
	background-color: #700808;
	background-image: url(images/contact_link.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.header img {
	margin: 20px 0 0 10px;
}
.content {
	padding: 40px;
	float: left;
	width: 717px;
}
#index   {
	background-image: url(images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content p {
	padding: 0 5px;
}

.footer {
	float: left;
	width: 767px;
	padding: 15px;
	font-size: 11px;
	color: #999999;
}
.footer a {
	color: #999999;
}
.footer a:hover {
	color: #333333;
}








.clear {
	clear: both;
}
.index_blurb {
	float: left;
	width: 797px;
	height: 365px;
	background-color: #6e9167;
}

.index_blurb img {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.index_bio {
	padding: 20px 20px 0px 20px;
	float: left;
	width: 185px;
}
.index_bio p {
	font-size: 11px;
	float: left;
	width: 185px;
	color: #FFFFFF;
}

.index_bio img {
	margin: 0 0 0 12px;
	border: 1px solid #C2D2BF;
}
.read_more {
	width: 185px;
	display: block;
	text-align: right;
}
.contact_form {
	margin: 0 0 0 5px;
}
.before_after {
	margin: 30px 0 0 0;
	width: 456px;
}
.before_after p {
	margin: 10px 0 0 0;
	padding: 0;
}
.product_pictures {
	margin: 30px 0 0 0;
}
.product_pictures img {
	margin: 0 20px 0 0;
}
