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

body {
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	background-color:#2aa794;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 24px;
	color:#545656;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl,button {
	margin:0px;
	padding:0px;
	}
	
#topcontain { width: 1000px; text-align:center; margin: 0px auto 0px; }

h1 span {display: none;}

h2 span {display: none;}

#logo {
	width: 587px;
	height: 108px;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#logo span { display: none;}

#address {
	width: 413px;
	height: 108px;
	background-image: url(../images/index-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#address span{display: none;}

#textbg {
	background-image: url(../images/index-03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 353px;
	clear: both;
}

#textbg p{ text-align: left; padding: 70px 60px 0px 345px; line-height: 32px;}

#mid {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../images/bg-contact.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#2aa794;
	color:#bcfff5;
}

#midcontain { width: 1000px; margin: 0px auto 0px auto; text-align: center; }

#midtop {
	width: 1000px;
	background-image: url(../images/index-04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
}

#midtop h2 span { display: none;}

#contact { width: 316px; float: left;}

#smartlipo { width: 684px; float: left;}

#smartlipo p { line-height: 26px; padding: 0px 60px 0px 30px; text-align: left;}

#results {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../images/bg-results.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#1d8373;
	float: left;
}

#resultscontain { width: 1000px; margin: 0px auto 0px auto; text-align: center; }

#resultstop {
	width: 1000px;
	height: 76px;
	background-image: url(../images/index-07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#bnacontain { margin-left: 107px; margin-right: 100px; }

.picfloat {float: left;}

#bottom {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../images/index-12.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

#bottomcontain { width: 1000px; margin: 0px auto 0px auto; text-align: center; }

#bottomcontain p { text-align: left; padding: 20px 0px 20px 30px; color: #bdefe7;}

#bottomcontain a { color: #bdefe7; text-decoration: none;}

#bottomcontain a:hover { color: #01fed7; text-decoration: none;}

/*-------------------------- Quick Contact Form --------------------------- */
	
#contactform {width: 316px; }
.input {
	font:12px Helvetica; 
	border:1px solid #0e7a6a;
	background-color:#fff;
	width:250px;
	color:#545656;
	margin: 5px;
	padding: 3px;
}
.select {
	font:12px Helvetica; 
	border:1px solid #0e7a6a;
	background-color:#fff;
	width:250px;
	color:#545656;
	margin: 5px;
	padding: 3px;
}

.textarea {
	font:12px Helvetica; 
	border:1px solid #0e7a6a;
	background-color:#fff;
	width:250px;
	height: 75px;
	color:#545656;
	margin: 5px;
	padding: 3px;

}

.submit { width: 92px; margin-left: 180px; margin-top: 5px; border: none; margin-bottom: 20px;}


.subject	{ display: none; }

.required { text-align: right; padding-right: 25px; padding-bottom: 5px; color:#95f4e5; }

.clear { clear: both;}