*{
	outline: none;
}
body,
body.index{
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #555;
	margin: 0;
	padding: 0;
}
body {
	background:#fff url(img/bg.jpg) left top repeat-x;
}

body.index{
	background:#fff url(img/index_bg.jpg) left top repeat-x;
}
#container{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	/*background-image: url(img/leaves.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}


#logo{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	height: 136px;
	background-image: url(img/bodybalancewellness.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#hidden{
	display: none;
}
#logo h1{
	font-family: Verdana, Arial;
	font-size: 35px;
	font-weight: normal;
	color: #005A93;
	margin-left: 300px;
}
h1{
	text-align: left;
	font-weight: bold;
}
#mainmenucontainer{
	width: 100%;
	background-image: url(img/mainmenu_bg.jpg);
	border-bottom: 2px solid #BCCBE2;
	border-top: 2px solid #DCEBF2;
	height: 40px;
	clear: both;
}
#mainmenu{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
#mainmenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#mainmenu ul li{
	display: inline;
}
#mainmenu ul li a{
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 11px 10px 9px 10px;
	color: #E3E3E3;
	margin-right: 2px;
}
#mainmenu ul li a:hover{
	/* color: #06578F; */
	color: #FFF;
	background-image: url(img/mainmenu_hover.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#mainmenu ul li.active a{
	/*color: #06578F;*/
	color: #FFF;
	background-image: url(img/mainmenu_hover.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#mainmenu ul li a.highlight{
  color: #AAFF99;
  font-weight: bold;
}
#subwrapper{
	width: 240px;
	float: left;
	padding-right: 20px;
	border-right: 1px dotted #DDD;
}
#submenu{
	width: 240px;
}
#submenu ul{
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#submenu ul li{
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
}
#submenu ul li a{
	width: 230px;
	height: 100px;
	text-decoration: none;
	display: block;
	color: #999;
	margin: 0 5px 0 5px;
	padding: 0;
	border-bottom: 5px solid #EEE;
}
#submenu ul li a span{
	display: none;
}
#beautytekbutton{
	background-image: url(img/beautytek_button3.jpg);
}
#beautyteklightbutton{
	background-image: url(img/beautytek_light_button.jpg);
}
#sonodynbutton{
	background-image: url(img/sonodyn_button3.jpg);
}
#algonixbutton{
	background-image: url(img/algonix_button3.jpg);
}
#vantagebutton{
	background-image: url(img/vantage_button.jpg);
}

#submenu ul li.active a {
	border-bottom: 5px solid #D2DBEA;
}
#submenu ul li a:hover{
	border-bottom: 5px solid #D2DBEA;
}
#subcontent{
	width: 240px;
	font-size: 12px;
}
#subcontent h1{
	font-family: "Georgia", "Garamond", "Times New Roman", "Times", serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 5px;
	background: #EEE;
	color: #53A32A;
}
#subcontent a{
	color: #53A32A;
	text-decoration: none;
}
#subcontent a:hover{
	text-decoration: underline;
}
#subcontent p{
	margin-left: 5px;
}
#toppic{
	background-image: url(img/leaves.jpg);
	width: 645px;
	height: 115px;
	margin-left: 190px;
	padding-top: 110px;
	padding-left: 20px;
}
#toppic h1{
	font-family: "Garamond", "Times New Roman", "Times", serif;
	font-size: 30px;
	font-weight: normal;
}
#contentwrapper{
	width: 580px;
	margin-left: 265px;
	padding-top: 10px;
}
#maincontent{
	width: 500px;
	text-align: justify;
	padding-left: 20px;
}
#maincontent p{
	
}
#maincontent h1, #maincontent h2{
	margin: 0;
	font-family: "Georgia", "Garamond", "Times New Roman", "Times", serif;
	font-weight: normal;
	color: #53A32A;
	/*color: #3366FF;*/
}
#maincontent h1{
	font-size: 18px;
	line-height: 100%;
	margin: 5px 0 5px 0;
}
#maincontent h2{
	font-size: 16px;
	margin: 5px 0 5px 0;
}
#maincontent a{
	color: #53A32A;
	text-decoration: none;
}
#maincontent a:hover{
	text-decoration: underline;
}
#footer{
	/*border-top: 1px solid #E3E3E3;*/
	padding-top: 20px;
	clear: both;
	font-size: 12px;
	text-align: center;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: #888;
}
#footer a{
	text-decoration: none;
	color: #AAA;
}
#footer a:hover{
	color: #222;
}
dl{
	
}
dt.first{
	color: #FFDE00;
}
dt.second{
	color: #00B9B4;
}
dt.third{
	color: #007DC6;
}
dd{
	margin-left: 0px;
	margin-bottom: 12px;
}
#order{
	color: #F00;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#order a{
	border: 1px solid #F00;
	padding: 5px 15px 5px 15px;
	margin-bottom: 10px;
	color: #F00;
	text-decoration: none;
}
#order a:hover{
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}
input, textarea{
	border: 1px solid #666;
	width:200px;
}
input.radio{
	border: 0;
	width:auto;
}

input.btn{
	border: 1px solid #666;
	width:auto;
}

span.formleft{
	width: 130px;
	float: left;
	
}
span.formright{
	
}

body.index img {
border:0;
padding:0;
margin:0;
display:block;
float:left;
}

body.index img {
border:0;
padding:0;
margin:0;
display:block;
float:left;
}

body.index div#wrapper a {
display:block;
float:left;
}

body.index div#wrapper a:link {
border-bottom: 5px solid #fff;
}

body.index div#wrapper a:visited {
border-bottom: 5px solid #fff;
}

body.index div#wrapper a:hover {
border-bottom: 5px solid #96B3D1;
}
