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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #808388;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
}

#container {
	width: 752px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 5px;
}

#footer { 
 position: absolute; 
 bottom: 0; 
 width: 100%; 
 text-align: center; 
 }

a {
	color: #00abec;
	text-decoration: none;
}

a:hover {
	color: #00abec;
}

a:visited {
	color: #00abec;
}

h1 {
	font-size: 18px;
	font-style: italic;
	color: #00aba9;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 15px;
}

h1.otherpages {
	font-style: normal;
}

h2 {
	font-size: 11px;
	color: #221e1f;
	font-weight: normal;
	width: 310px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

h3 {
	font-size: 14px;
	color: #00aebc;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 15px;
}

h3.top {
	float: right;
	margin: 0 340px 0 0;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

h4 {
	margin-left: 25px;
	font-size: 10px;
	color: #00aebc;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	color: #00aebc;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 2px;
	width: 280px;
}

span.uppercase {
	text-transform: uppercase;
	font-size: 9px;
}

span.normal {
	text-transform: lowercase;
}

#header {
	width: 752px;
	height: 100px;
}

#logo {
	width: 280px;
	height: 100px;
	background: url(../images/logo.png) no-repeat top left;
	float: left;
}

#phone {
	color: #00aba9;
	font-weight: bold;
	text-align: right;
	float: right;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 20px;
}

#menu {
	width: 440px;
	height: 55px;
	float: right;
	margin-right: 20px;
	font-size: 9px;
}

#menu ul li {
	display: inline;
	margin: 0 3px;
}

#menu ul li a {
	color: #221e1f;
	text-decoration: none;
}

#menu ul li a:hover {
	border-bottom: 1px dotted #00aba9;
	color: #00aba9;
}

#menu .active {
	font-weight: bold;
	color: #00aba9;
}

#menu #uppermenu {
	padding: 7px 0;
}

#menu #lowermenu {
	padding: 7px 0;
}

#content {
	width: 752px;
	height: auto;
}

#leftcontent {
	width: 115px;
	height: auto;
	margin-left: 30px;
	padding-top: 110px;
	float: left;
}

#leftcontent blockquote {
	font-size: 11px;
	color: #00aba7;
	width: 100px;
	line-height: 16px;
}

#rightcontent {
	width: 606px;
	height: auto;
	float: left;
	padding: 0;
	margin-bottom: 20px;
}

#rightcontent p {
	width: 260px;
	color: #221e1f;
	font-size: 9px;
	line-height: 14px;
	margin: 0 0 0 25px;
}

#rightcontent .start {
	background: url(../images/startbg.png) top right no-repeat;
}

#rightcontent .firstvisit {
	background: url(../images/firstvisitbg.png) top right no-repeat;
}

#rightcontent .mark {
	background: url(../images/mlbg.png) top right no-repeat;
}

#rightcontent .conditions {
	background: url(../images/conditions.png) top right no-repeat;
}

#rightcontent .acu {
	background: url(../images/acu.png) top right no-repeat;
}

#rightcontent .chinese {
	background: url(../images/chinesemed.png) top right no-repeat;
}

#rightcontent .sport {
	background: url(../images/sportsbg.png) top right no-repeat;
}

#rightcontent .massage {
	background: url(../images/massage.png) top right no-repeat;
}

#rightcontent .contact {
	background: url(../images/contact.png) top right no-repeat;
}

#rightcontent .faq {
	background: url(../images/faq.png) top right no-repeat;
}

.links1 {
	float: left;
	width: 200px;
	font-size: 10px;
	margin: 0 10px  0 22px;
	display: inline;
}

.conditions1 {
	float: left;
	width: 150px;
	font-size: 10px;
	margin: 10px 0 0 0;
	color: #221e1f;
}

.conditions1 ul li {
	list-style-type: none;
	margin: 0 0 2px 25px;
}

.conditions ul li.listdots {
	list-style-type: disc;
	margin-left: 50px;
}

span.bold {
	font-weight: bold;
}

#popup {
	background-color: #00afad;
	color: #fff;
	padding: 25px;
	width: 330px;
	height: auto;
	line-height: 17px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif
}

#popup img {
	float: right;
	margin: 0 20px 10px 20px;
}

.clear { clear: both; }