/* CSS Document */

body {
	background-color: #b9d888;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	margin:0 auto;
	font-size:12px;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 16px;
	margin: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

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

a:hover {
	text-decoration: underline;
}

.main {
	width: 992px;
	margin: 0 auto;
	line-height: 18px;
}

.text-area {
	padding: 25px;
	text-align: justify;
	
}
.text-area-contact {
	padding: 25px;
	text-align: justify;
	height:500px;
	
}

.text {
	width: 673px;
	background-color: #0d9a48;
	float: left;
	border-left: solid 3px #eb9f3e;
	border-right: solid 1px #eb9f3e;
}
.text-video {
	width: 901px;
	background-color: #0d9a48;
	float: left;
	border-left: solid 3px #eb9f3e;
	border-right: solid 1px #eb9f3e;
}

.sidebar {
	width: 228px;
	background-color: #0d9a48;
	float: left;
}

.shadow {
	width: 14px;
	background-image: url(images/sub/sidebar-shadow.gif);
	background-repeat: repeat-y;
	float: left;
}

.title {
	border-bottom: solid 1px #eb9f3e;
	padding-left: 10px;
	background-color: #b9d888;
	padding: 6px 0 6px 10px;
}

.sidebar-title {
	border-bottom: solid 1px #eb9f3e;
	padding-left: 10px;
	background-color: #b9d888;
	padding: 6px 0 6px 10px;
}

.shampoo {
	width: 226px;
	height: 500px;
	float: left;
	background-image: url(images/shampoo.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.conditioner {
	width: 226px;
	height: 500px;
	float: left;
	background-image: url(images/conditioner.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.collage {
	width: 919px;
	height: 500px;
	float:left;
	background-image: url(images/collage-all-products.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.soap {
	width: 225px;
	height: 500px;
	float: left;
	background-image: url(images/soap.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.lotion {
	width: 242px;
	height: 500px;
	float: left;
	background-image: url(images/lotion.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.product-info {
	padding-top: 270px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 992px;
	height: 41px;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
}

#footer a {
	color: #0d9a48;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#sub-footer {
	background-image: url(images/sub/sub-footer.jpg);
	background-repeat: no-repeat;
	width: 992px;
	height: 43px;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
}

#sub-footer a {
	color: #0d9a48;
	text-decoration: none;
}

#sub-footer a:hover {
	text-decoration: underline;
}

.input-field {
	width: 200px;
	height: 16px;
	border: solid 1px #eb9f3e;
	margin-bottom: 3px;
}

.text-field {
	width: 197px;
	height: 100px;
	border: solid 1px #eb9f3e;
	margin-bottom: 3px;
}

.btn {
	border: solid 1px #ffffff;
	background-color: #eb9f3e;
	color: #ffffff;
	height: 20px;
	width: 70px;
}