/* 
    AUTHOR: Zechariah Tanner
            ztanner@newvisualsolutions.com
*/

* { margin: 0; padding: 0; }
html { 

}
body {
	text-align: center;
	background: #a7d5a0;
}
ul { 
	list-style: none inside;
}
p {
}
a {
	outline: none;
}
a img {
	border: none;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

#container {
	width: 860px;
	height: 601px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg_inside.png) bottom left no-repeat #fff;
	border: solid 1px #000;
	border-top-width: 0;
}

#home #container {
	border-width: 0;
	background: url(images/bg_home.jpg) no-repeat;
}

/*#topleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 68px;
	background: url(images/bg_inside_top.png) no-repeat;
	z-index: 500;
}*/

h1, h2, #home h1, #home h2, #home p {
	text-indent: -8000px;
}

h2 {
	position: absolute;
	top: 546px;
	left: 312px;
	width: 491px;
	height: 17px;
	background: url(images/footertext.png) no-repeat;
}

#home h2 {
	background: none;
}

form#entry {
	width: 180px;
	position: absolute;
	top: 420px;
	left: 15px;
	text-align: center;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

form#entry input {
	width: 180px;
	margin: 3px 0;
}

#enter {
	width: 184px;
	height: 39px;
	position: absolute;
	top: 500px;
	left: 85px;
	background: url(images/enter.gif) no-repeat;
}

#enter a {
	display: block;
	width: 184px;
	height: 39px;
}

#nav {
	position: absolute;
	top: 68px;
	left: 0;
	width: 860px;
	height: 33px;
	background: #a7d5a0;
	text-indent: -8000px;
}

#nav ul {
	margin-left: 42px;
	height: 33px;
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
}

#nav li {
	float: left;
	height: 33px;
	margin: 0 1.5em;
}

#nav a {
	height: 33px;
	display: block;
}

a#services {
	width: 79px;
	background: url(images/b_services.png);
}

a#services:hover, a#services.current {
	background: url(images/b_services_over.png);
}

a#hydra {
	width: 75px;
	background: url(images/n_hydrafacial.png);
}

a#hydra:hover {
	background: url(images/n_hydrafacial_over.png);
}

a#news {
	width: 137px;
	background: url(images/b_news.png);
}

a#news:hover, a#news.current {
	background: url(images/b_news_over.png);
}

a#directions {
	width: 130px;
	background: url(images/b_directions.png);
}

a#directions:hover, a#directions.current {
	background: url(images/b_directions_over.png);
}

a#response {
	width: 120px;
	background: url(images/b_response.png);
}

a#response:hover, a#response.current {
	width: 120px;
	background: url(images/b_response_over.png);
}

#content {
	position: absolute;
	top: 129px;
	left: 285px;
	width: 507px;
	height: 387px;
	font: 11px Avenir, "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #111;
}

#content a, #content a:visited {
	color: #006D67;
}

#services #content {
	background: url(images/serviceslist.gif) top center no-repeat;
}

#hydrafacial {
	text-indent: -8000px;
	background: url(images/b_hydrafacial.png);
	width: 184px;
	height: 39px;
	position: absolute;
	top: 480px;
	left: 619px;
}

#hydrafacial a {
	text-indent: -8000px;
	background: url(images/b_hydrafacial.png);
	width: 184px;
	height: 39px;
	display: block;
}

#news #content {
	overflow-y: scroll;
	overflow-x: hidden;
	top: 137px;
	left: 267px;
	width: 527px;
	height: 387px;
	border: solid 1px #c8c7c7;
}

#content p {
	margin: 0.75em 25px;
}

#content h4 {
	margin: 20px 0 20px 25px;
	font-size: 16px;
	font-weight: normal;
	color: #006d67;
}

#news #content h3 {
	text-indent: -8000px;
}

#news #content h4 {
	margin: 20px 0 20px 25px;
	font-size: 16px;
	font-weight: normal;
	color: #006d67;
}

#news #content h4#top {
	margin-top: -50px;
}

#header {
	width: 512px;
	height: 140px;
	background: url(images/header_news.png) top center no-repeat;
}

#response #content h4 {
	margin-top: 80px;
}

#responseform {
	text-indent: -8000px;
	background: url(images/b_responseform.png);
	width: 184px;
	height: 39px;
	display: block;
	position: absolute;
	top: 370px;
	left: 427px;
}

#responseform a {
	text-indent: -8000px;
	background: url(images/b_responseform.png);
	width: 184px;
	height: 39px;
	display: block;
}
