/********** CSS RESET **********/
* {
	margin: 0px;
	padding: 0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/********** CSS MAIN **********/
body {
	background-color: #79c1bb;
	font-family: 'Verdana' !important;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #4fb5e3;
	padding-bottom: 23px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #4fb5e3;
}
h4 {
	font-size: 12px;
	color: #848484;
	font-weight: normal;
	padding-bottom: 3px;
	line-height: 20px;
}
h5 {
	font-size: 9px;
	font-weight: normal;
	color: #4fb5e3;
	padding-bottom: 3px;
}
p {
	font-family: 'Verdana';
	color: #848484;
	font-size: 12px;
	line-height: 19px;
}
.container {
	background-color: #fff;
	position: relative;
	height: auto;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: 37px;
	float: left;
}
.banner a, .banner-about a, .banner-news a, .banner-personalhealth a, .benner-corporatehealth a, .banner-diet a, .banner-exertherapy a, .banner-team a, .banner-test a, .banner-location a, .banner-contact a {
	position: absolute;
	width: 780px;
	height: 164px;
}
.banner {
	background-image: url(../images/banner-home.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-about {
	background-image: url(../images/banner-about.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-news {
	background-image: url(../images/banner-news.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-personalhealth {
	background-image: url(../images/banner-personalhealth.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-corporatehealth {
	background-image: url(../images/banner-corporatehealth.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-diet {
	background-image: url(../images/banner-diet.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-exertherapy {
	background-image: url(../images/banner-exertherapy.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-team {
	background-image: url(../images/banner-team.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-test {
	background-image: url(../images/banner-test.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-location {
	background-image: url(../images/banner-location.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.banner-contact {
	background-image: url(../images/banner-contact.jpg);
	width: 780px;
	height: 164px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}
.footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 779px;
	height: 47px;
	margin-right: 11px;
	margin-top: 10px;
	float: right;
	padding-bottom: 10px;
}
.contact-form {
	margin-top: -10px;
}
.contact-form label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-top: 20px;
	font-size: 15px;
	color: #4fb5e3;
}
.contact-form input {
	margin-top: 20px;
	width: 173px;
	font-size: 12px;
	color: #000;
	background-color: #cee9f3;
	border-style: solid;
	border-color: #848484;
	border-width: 1px;
	padding: 5px;
}
.contact-form textarea {
	margin-top: 20px;
	height: 100px;
	padding: 5px;
	width: 173px;
	background: #cee9f3;
	border: none;
	padding: 5px;
	color: #000;
	font-size: 12px;
	font-family: 'Verdana';
	border-style: solid;
	border-color: #848484;
	border-width: 1px;
}
.submit {
	margin-left: 134px;
	width: 120px !important;
	cursor: pointer;
}
.nav {
	margin-left: -210px;
	margin-top: 70px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}
img {
	padding-right: 10px;
}
.nav a {
	text-decoration: none;
	color: #fff;
	position: absolute;
	width: 211px;
	height: 35px;
	padding-top: 13px;
	padding-left: 6px;
}
.nav ul {
	list-style: none;
	float: left;
	position: relative;
}
.nav ul li {
	background: url(../images/nav-bg.gif);
	width: 211px;
	height: 35px;
	font-size: 11px;
	margin-top: 3px;
}
.nav ul li:hover {
	background-position: 30px 105px;
	width: 211px;
	height: 35px;
}
.home-img {
	float: left;
}
.search-txt {
	background-image: url(../images/search-txt.gif);
	width: 63px;
	height: 29px;
	float: left;
}
.search-input {
	border: none;
	background-image: url(../images/input-bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 148px;
	float: left;	
	padding-top: 6px;
	font-size: 14px;
	color: #54add5;
}
.search {
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}
.content ul {
	float: left;
	width: 527px;
}
.content ul li {
	list-style: none;
	margin-top: 14px;
	padding-bottom: 10px;
		font-size: 13px;
	color: #848484;
	line-height: 15px;
	padding-bottom: 3px !important;
	list-style-type: disc !important;
	font-family: 'verdana' !important;
}
.content ul li a {
	text-decoration: none;
	color: #54add5;
}
.content ul li a:hover {
	text-decoration: none;
	color: #79c1bb;
}
hr {
	border: none;
	border-top: dashed 1px #54add5;
	color: #54add5;
	height: 1px;
	margin-top: 10px;
}

.content {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	width: 527px;
}
.diet-btn {
	background: url(../images/fitnessstudio.png) no-repeat;
	width: 266px;
	height: 62px;
	float: right;
	margin-top: 27px;
	margin-right: 268px;
}
.diet-btn a {
	height: 61px;
	width: 266px;
	position: absolute;
}
#map > DIV:first-child + DIV + DIV { display: none !important; }
.contact-details {
	float: right;
	margin-right: 0px;
	margin-top: -349px;
	width: 260px;
	height: 400px;
}
.news-banner {
	width: 542px;
	height: 150px;
	float: left;
	margin-left: -8px;
	margin-top: 15px;
}
.cms-admin a {
	text-decoration:none;
	position: absolute;
	font-family: 'verdana';
	font-size: 10px;
	color: #54add5;
	margin-left: 287px;
	margin-top: 19px;
}
.cms-admin a:hover {
	color: black;
}
.content a {
	color: #54add5;
}
.corporate-list li {
	font-size: 13px;
	color: #848484;
	line-height: 15px;
	padding-bottom: 3px !important;
	list-style-type: disc !important;
	font-family: 'verdana' !important;
}
.diet-link {
	width: 500px !important;
	float: left;
}
.diet-content p {
	float: left;
	margin: 0;
}
img, div { behavior: url(iepngfix.htc) }

/*** MAILING LIST BOX ***/
#mailing-list {
	float: right;
	margin-right: -17px;
	margin-top: -65px;
}
#zoom input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#88bbd4 none repeat scroll 0 0;
	border:1px dashed #567787;
	color:#fff;
	height:23px;
	padding:7px 0 0 10px;
	width:240px;
}
#zoom .submit-button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/form-submit-button.png) no-repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	height:24px;
	margin-top: 10px;
	padding:0;
	text-transform:uppercase;
	width:91px;
}
#zoom label {
	color:#567787;
	float:left;
	font-weight:bold;
	margin-top: 6px;
	padding-right: 10px;
	text-align: right;
}
#mailing-list-box {
	background: #fff;
	float: left;
	display: none;
	z-index: 99999;
	position: absolute;
}
#mailing-list-box form p {
margin-bottom:1em;
}
#mailing-list-box fieldset {
	border: 0 none;
}
legend {
	text-indent: -9999px;
}
.body-image {
	text-align: center;
}
.corporate-list {
	padding: 12px;
}
.google-map {
	height: 205px;
}
img {
	float: left;
}
table {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7;}

table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  

table a:visited {color: #777;}

table a:hover {color: #000;}  

table caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}

table thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}

table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table tbody {border-bottom: 1px solid #EAECEE;}
                      
table tbody td, table tbody th {padding: 10px; background: url("td_back.gif") repeat-x; text-align: left;}

table tbody tr {background: #F3F5F7;}

table tbody tr.odd {background: #F0F2F4;}

table tbody  tr:hover {background: #EAECEE; color: #111;}

table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}
