/*guide*
	div {
		outline: 1px solid red;
		border: 1px solid red;
	}

/*Body defaults*/
	body {
		background-color: #FFF;
		margin: 0;
		padding: 0;
		font: normal 62.5% 'Lucida Grande', Veranda, sans-serif;
		text-align: center;
	}
	
	img {
		border: 0;
	}
	
	.centeralign p{
		text-align: center;
	}
	
/*headings*/
	h1 {
		font-size: 2.2em;
		color: blue;
		text-decoration: underline;
		margin: 0;
		padding: 0;
	}

	h3 {
		text-align: center;
		padding: 0 10px;
		line-height: 150%;
		font-size: 1.4em;
		color: blue;
	}
	
	h4 {
		font-size: 1.4em;
		color: blue;
		text-decoration: underline;
		margin: 0;
		padding: 0;
	}
	
/*container div*/
	#container {
		width: 756px;
		margin: 2px auto 0 auto;
		padding: 0;
		
	}
	
/*Nav div*/
	#nav {
		float: left;
		width: 139px;
		margin: 0;
		background: #0277BF url(navbg.jpg) no-repeat;
		border: 1px 1px 0 0 solid #fff;
	}
	
	#nav ul {
		list-style: none;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	
	#nav li {
		color: #fff;
		line-height: 150%;
		border-bottom: 1px solid #FFF;
		width: 130px;
		padding: 10px 0 5px 10px;
		margin: 0 0 0 0;
	}
	
	#nav sup {
		font-size: 0.6em;
		font-weight: normal;
	}
	
	#nav li a:link, #nav li a:visited {
		text-decoration: none;
		font-size: 1.4em;
		font-weight: bold;
		color: #FFF;
	}
	
	#nav li a:hover, #nav li a:active {
		text-decoration: none;
		font-size: 1.4em;
		font-weight: bold;
		color: #C2DBFA;
	}

	/*HIGHLIGHT CURRENT PAGE*/
	#hlhome #nav a.hlhome {
		color: #C2DBFA;
	}
	
	#hlproducts #nav a.hlproducts {
		color: #C2DBFA;
	}
	
	#hl3500 #nav a.hl3500 {
		color: #C2DBFA;
	}
	
	#hl1200 #nav a.hl1200 {
		color: #C2DBFA;
	}
	
	#hlorder #nav a.hlorder {
		color: #C2DBFA;
	}
	
	#hlpayonline #nav a.hlpayonline {
		color: #C2DBFA;
	}
	
	#hlfaq #nav a.hlfaq {
		color: #C2DBFA;
	}
	
	#hltest #nav a.hltest {
		color: #C2DBFA;
	}
	
	#hlfield #nav a.hlfield {
		color: #C2DBFA;
	}
	
	#hlhospital #nav a.hlhospital {
		color: #C2DBFA;
	}
	
	#hlbeijing #nav a.hlbeijing {
		color: #C2DBFA;
	}
	
	#hlservice #nav a.hlservice {
		color: #C2DBFA;
	}
	
	#hlabout #nav a.hlabout {
		color: #C2DBFA;
	}
	
	#hlcontact #nav a.hlcontact {
		color: #C2DBFA;
	}
	


	
	/*NEWS*/
	#news p {
		font-size: 1.2em;
		color: blue;
		font-weight: normal;
		line-height: 150%;
		padding: 0 5px;
		text-decoration: none;
		
	}
	
	#news a:link, #news a:visited {
		font-size: 1.0em;
		color: blue;
		text-decoration: none;
		font-weight: bold;
	}
	
	#news {
		border-top: 1px solid #FFF;
		margin-top: 30px;
		background: #C2DBFA;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
/*main div*/
	#main {
		background: url(bg.jpg) no-repeat;
		float: right;
		width: 612px;
		padding: 110px 0 10px 0;
	}
	
	#main sup {
		font-size: 0.6em;
	}
	
	#main p {
		text-align: left;
		padding: 0 10px;
		line-height: 150%;
		font-size: 1.4em;
		color: blue;
	}
	
	#main img {
		margin: 0 auto 0 auto;
	}
	
	#main .bold {
		font-weight: bold;
	}
	
	#main .italic {
		font-style: italic;
	}
	
	#main .underline {
		text-decoration: underline;
	}
	
	#main .psize {
		font-size: 1.4em;
	}	
	
	#main .smallprint {
		font-size: 0.9em;
	}
	
	#main a:link, #main a:visited {
		color: blue;
	}
	
/*products page*/
	.producttable {
		width: 450px;
		margin: 0 auto;
		vertical-align: top;
		text-align: center;
		padding: 0 10px;
		line-height: 150%;
		font-size: 1.4em;
		color: blue;
		
	}
	
	.producttable  img {
		border: none;
	}
	
	.producttable a:link, .producttable a:visited{
		font-weight: bold;
	}
	
	.producttable td {
		width: 220px;
	}
	
	.producttable .space {
		width: 10px;
	}
	
	.productsul {
		text-align: left;
		list-style: circle;
		font-size: 1.4em;
		color: blue;
	}
	
/*Product details*/
	.detailsul {
		text-align: left;
		list-style: circle;
		font-size: 1.4em;
		line-height: 150%;
		color: blue;
	}
	
/*contact page*/
	.contacttable {
		width: 300px;
		margin: 0 auto 0 auto;
	}
	
	.contacttable td {
		text-align: left;
	}
	
	.contacttable {
		text-align: left;
		font-size: 1.4em;
		color: blue;
	}
	
	.contacttable input, .contacttable textarea {
		width: 90%;
		border: 1px solid #333;
		margin: 5px 0 5px 0;
		padding: 5px;
		font: normal 100% 'Lucida Grande', Veranda, sans-serif;
	}

	.contacttable textarea {
		height: 150px;
	}
	
	.contacttable .contactbuttons input {
		width: 46%;
	}
	
/*footer*/
	#footer {
		clear:both;
		width: 753px;
		background: #fff;
	}
	
	#footer ul {
		list-style: none;
		margin: 0;
		padding: 5px 0 5px 0;
	}
	
	#footer li {
		color: blue;
		padding: 0 0 0 10px;
		display: inline;
		font-size: 1em;
		font-weight: bold;
	}
	
	#footer sup {
		font-size: 0.6em;
		font-weight: normal;
	}
	
	#footer li a:link, #footer li a:visited {
		text-decoration: none;
		font-size: 1em;
		font-weight: bold;
		color: blue;
	}
	
	#footer li a:hover {
		text-decoration: underline;
	}
	
	
/*LIGHTBOX EFFECT FOR GALLERY*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
