html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #000;
	background: #FFFFFF url(images/bg.jpg) repeat-x scroll center top;
	font-family: Arial, Helvetica, sans-serif;
}
#header_contacts {
	float: right;
	margin-top: 58px;
	margin-right: 20px;
	margin-bottom: auto;
}
#header_logo {
	float: left;
}

#main_wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
#header {
	height: 251px;
	width: 1000px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	}
img {
	border-style: none;
}

#navigation {
	background-color: #FFF;
	height: 50px;
	width: 100%;
	margin-bottom: 20px;
	border-top: 2px solid #00A67A;
	border-bottom: 2px solid #00A67A;
	}

/*navigation dropdon menu*/

#navigation ul {
	list-style: none;
	margin-top: 5px;
	margin-left: 200px;
}

#navigation ul li {
	display: block;
	position: relative;
	float: left;
	border-left: 1px solid #00A67A;
	}

#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
 }
 
#navigation li ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 14px;
	border-top: 1px solid #00A67A;
	border-right: 1px solid #00A67A;
	}
	
.last {	border-bottom: 1px solid #00A67A;
border-right: 1px solid #00A67A;
	}
	
.last_nav {border-right: 1px solid #00A67A;
	}	

#navigation li ul { display: none;
 margin: 0;
 padding: 0; 
}
 
#navigation ul li a:hover {
	background: #00A67A url(images/rollover_bg.jpg) repeat-x;
	color: #000;
	}

#navigation li:hover ul {
 display: block;
 position: absolute;
}

#navigation li:hover li {
 float: none;
}

#navigation li:hover a { background: #ffffff; }

#navigation li:hover li a:hover { background: #00A67A; }

.homepage_text {
	text-align: center;
	width: 920px;
	margin: 0px auto 20px;
}
#banner {
	margin-bottom: 20px;
}

#footer {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 40px;
	color: #000;
	text-align: center;
	margin: 0px;
	position: relative;
	overflow: auto;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}
.legals {
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_links {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	position: relative;
	vertical-align: bottom;
	text-align: center;
}

.thumbnails_first {
	margin-right: 20px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	}

.thumbnails {
	position: relative;
	float: left;
	margin-bottom: 20px;
	}
	
.thumbnails_last {
	position: relative;
	float: right;
	margin-bottom: 20px;
	}	
#footer_links a {
	margin-right: 5px;
}


	
.treatments {
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00A67A;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.subheading {
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #696969;
}


.treatments_first {
	position: relative;
	border-top: 1px dashed #00A67A;
	height: auto;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #00A67A;
}

.treatments_blank {
	position: relative;
	height: auto;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
}


.homepage_text {
	text-align: center;
	width: 800px;
	margin: 0px auto 20px;
	border-top: 2px solid #00A67A;
	border-bottom: 2px solid #00A67A;
	padding-top: 20px;
	padding-bottom: 10px;
}
h1 {
	color: #00A67A;
	margin-bottom: -10px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.body_text {
	text-align: left;
	width: 800px;
	margin: 0px auto 40px;
	height: auto;
	position: relative;
	overflow: auto;
}
#services_list {
	padding: 0px;
}

.body_text a {
	text-decoration: none;
	color: #00A67A;
}

strong {
	color: #00A67A;
	font-weight: normal;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}
.cart {
	width: 540px;
	float: left;
	margin-top: -20px;
}
#view_cart {
	margin-left: 3px;
}
.cart_btn {
	margin-left: 3px;
}
	
.product{
	float:left;
	width: 68%;
}
.right_column {
	float: right;
	width: 320px;
}
.text_field {
	height: 25px;
	background-color: #c4f078;
	border: none;
	width: 312px;
}

.text_area {
	background-color: #c4f078;
	border: none;
	width: 312px;
}

.left.column {
	float: left;
	width: 430px;
	margin-right: 40px;
}
.button {
	background: #00A67A repeat-x;
	height: 40px;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	color: #FFF;
	width: 100px;
	border-style: none;
}
