/* CSS Document */

body {
	background: #709F9F url(../../../../images/custom/main-bg.jpg) repeat-x top left;
	background-color: #709F9F;
	padding-top: 20px;
}

/***********************************************   Header   *************************************************/

div#header {
	width: 100%;
} 
 
	img#logo {
		float: left;
		border: none;
	}
	
	div#search {
		float: right;
		height: 60px;
		color: #FFF;
		font: normal bold 16px arial;
		/*line-height: 30px;*/
	}
		
		#search p {
			margin: 0 0px 5px 5px;
			padding: 0;
			font-size: 18px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #FFF;
			text-align: right;
		}
		
			#search p span {
				font-size: 15px;
			}
	
		#search form {
			display: inline;
		}
		
		#search input[type="text"] {
			background-image: transparent url(../../../../images/custom/t-search.gif) no-repeat center center;
			color: #990000;
			display: inline;
			vertical-align: middle;			
		}
		
		#search input[type="image"] {
			vertical-align: middle;
		}
		
	ul#topNav, ul#topNav li {
		margin: 0;
		paddign: 0;
		list-style: none;
	}
	
	#topNav {
		background: transparent url(../../../../images/custom/navigation-bg.jpg) no-repeat top left;
		clear: both;
		width: 922px;
		height: 35px;
		padding: 2px 0 0 2px;
	}
	
		#topNav li {
			float: left;
		}
	
			#topNav li a img {
				border: none; 
			}

/** Slide show - appears only on home page **/
div#main-banner {
	margin-top: 1px;
	width: 922px;
	height: 253px;
	background-image: url(../../../../images/custom/slideshow/shanghai.jpg);
	opacity: 1.0;
	filter:alpha(opacity=100);
	position: relative;
}

img#main-banner2 {
/*	background-image: url(../../../../images/custom/main-banner.jpg); */
	opacity: 0;
	filter:alpha(opacity=0);
	width: 922px;
	height: 253px;
}


p#slideNav {
	width: 100%;
	float: right;
	position: relative;
	left: 605px;
	bottom: 55px;
	margin-bottom: -35px;
	padding-top: 10px;
	/*bottom: 10px;
	margin-top: -14px; *margin-top: -26px;
	margin-bottom: 0;*/
}

p#slideNav span {
	display: block;
	float: left;
	margin: 0 3px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	clear: none;
}

#slideNav0 { background-color: #595860; }	/* Shanghai */
#slideNav1 { background-color: #B2B0BE; }	/* Our Hospitals */
#slideNav2 { background-color: #FDE4F7; }	/* Breast and Thyroid */
#slideNav3 { background-color: #5A7B66; }	/* Cancer */
#slideNav4 { background-color: #DDECF3; }	/* Dentistry */
#slideNav5 { background-color: #360429; }	/* Gamma Knife */
#slideNav6 { background-color: #014479; }	/* Gastrointestinal */
#slideNav7 { background-color: #543837; }	/* Gynecology */
#slideNav8 { background-color: #000000; }	/* Heart */
#slideNav9 { background-color: #A7B881; }	/* IVF */
#slideNav10 { background-color: #4B7CCB; }	/* Joint */
#slideNav11 { background-color: #D3DAB8; }	/* Liver */
#slideNav12 { background-color: #7E96FA; }	/* Lung */
#slideNav13 { background-color: #141124; }	/* Plastic & Reconstruction */
#slideNav14 { background-color: #1D554A; }	/* Sexual Reassignment */
#slideNav15 { background-color: #7AB36F; }	/* Spine */
#slideNav16{ background-color: #F8C3CB; }	/* Stem Cell */
#slideNav17 { background-color: #70ACB7; }	/* Transplantation */
#slideNav18 { background-color: #FFFFFF; }	/* Urology */




/*
div#bannerText {
	float: right;
	margin: 20px 30px 30px 0; *margin-bottom: -270px;
	width: 300px;
	color: #FFF;
	position: relative;
	z-index: 99;
}

	#bannerText h1 {
		color: #f31212;
		font-size: 24px;
	}
	
	#bannerText p {
		color: #FFF;
	}  */

/***********************************************   Home Page   *************************************************/

div#homeTop {
	background: url(../../../../images/custom/contbox-1.gif);
	width: 482px;
	height: 6px;
}

div#homeCont{
	background: url(../../../../images/custom/contbox-2.gif);
	width: 452px;
	repeat: repeat-y;
	padding: 0 15px 20px;
	color: #FFF;
}

div#homeBottom {
	background: url(../../../../images/custom/contbox-3.gif);
	width: 482px;
	height: 6px;
	clear: both;
}

h1.homeSubHeader {
	clear: both;
	padding-top: 0px;
	color: #000;
	font-size: 20px;
}

img.homeThumbImg {
	float: left;
	margin: 0 15px;
}


/*** Text Pages ***/

div#pageTop {
	background: url(../../../../images/custom/page-content-top.gif);
	width: 482px;
	height: 7px;
}

div#pageCont{
	width: 452px;
	padding: 0 15px 20px;
	color: #000;
	background-color: #FFF;
}

div#pageBottom {
	background: url(../../../../images/custom/page-content-bottom.gif);
	width: 482px;
	height: 7px;
	clear: both;
}


/*** Catalog ***/

div#catalog_top {
	background: url(../../../../images/custom/content-box-top.gif);
	width: 687px;
	height: 7px;
}

div#catalog_cont{
	/*background: url(../../../../images/custom/catalog_cont_box.gif);
	repeat: repeat-y;*/
	width: 657px;
	padding: 0 15px 20px;
	color: #000;
	background-color: #FFF;
}

div#catalog_bottom {
	background: url(../../../../images/custom/content-box-bottom.gif);
	width: 687px;
	height: 7px;
	clear: both;
}

h1.catalog_header {
	clear: both;
	padding-top: 15px;
	margin-top: 0;
	color: #000;
}

/************   Text Pages   **************/
h2.pageHeader {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: -5px;
	color: #B00E0C;
	border-bottom: 2px dotted #B00E0C;
}
	
/*** Hospitals Text Page ***/

div#hospitals_page p a{
	text-decoration: underline;
	font-weight: bold;
	color: #00F;
}

div#hospitals_page p a:hover, div#hospitals_page p a:active {
	color: #309;
}

/***********************************************   Boxes   *************************************************/

/***   Category Box   ***/
div#catBoxShadow {
	background: url(../../../../images/custom/catBoxShadow.png) repeat-y top right;
	width: 213px;
}

div#catBoxTop {
	background: url(../../../../images/custom/catBoxTop.png);
	width: 213px;
	height: 13px;
}

div#catBoxCont {
	background-color: #6f9f9f;
	background-image: url(../../../../images/custom/cat-box-bg.jpg);
	background-repeat: repeat-x;
	width: 205px;
	margin-left: 1px;
}

	#catBoxCont * {
		background: transparent;
	}
	
div#catBoxBottom {
	background: url(../../../../images/custom/catBoxBottom.png);
	width: 213px;
	height: 17px;
}

/***   News Box   ***/
div#newsBoxTop {
	background: url(../../../../images/custom/newsBoxTop.png);
	width: 214px;
	height: 13px;
}

div#newsBoxCont{
	background: url(../../../../images/custom/newsBoxMid.png) repeat-y;
	width: 205px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 9px;
}

	div#newsBoxCont h2 {
		margin-top: 0;
		margin-left: 15px;
		color: #f31212;
		font-size: 18px;
	}
	
	div#newsBoxCont p {
		margin-right: 15px;
		margin-left: 15px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #f31212;
	}
	
div#newsBoxBottom {
	background: url(../../../../images/custom/newsBoxBottom.png);
	width: 214px;
	height: 17px;
}



div#boxLeft1Top {
	background: url(../../../../images/custom/boxLeft1Top.png);
	width: 213px;
	height: 14px;
}

div#boxLeft2Top {
	background: url(../../../../images/custom/boxLeft2Top.png);
	width: 213px;
	height: 14px;
}

div#boxRight1Top {
	background: url(../../../../images/custom/boxRight1Top.png);
	width: 214px;
	height: 14px;
}

div#boxRight2Top {
	background: url(../../../../images/custom/boxRight2Top.png);
	width: 214px;
	height: 14px;
}



div#boxLeft1Mid {
	background: url(../../../../images/custom/boxLeft1Mid.png) repeat-y;
	width: 195px;
	padding: 0 13px 0 5px;
}

div#boxLeft2Mid {
	background: url(../../../../images/custom/boxLeft2Mid.png) repeat-y;
	width: 195px;
	padding: 0 13px 0 5px;
}

div#boxRight1Mid {
	background: url(../../../../images/custom/boxRight1Mid.png) repeat-y;
	width: 195px;
	padding: 0 6px 0 13px;
}

div#boxRight2Mid {
	background: url(../../../../images/custom/boxRight2Mid.png) repeat-y;
	width: 195px;
	padding: 0 6px 0 13px;
}



div#boxLeft1Bottom {
	background: url(../../../../images/custom/boxLeft1Bottom.png);
	width: 213px;
	height: 19px;
}

div#boxLeft2Bottom {
	background: url(../../../../images/custom/boxLeft2Bottom.png);
	width: 213px;
	height: 19px;
}

div#boxRight1Bottom {
	background: url(../../../../images/custom/boxRight1Bottom.png);
	width: 214px;
	height: 19px;
}

div#boxRight2Bottom {
	background: url(../../../../images/custom/boxRight2Bottom.png);
	width: 214px;
	height: 19px;
}


/***********************************************   Footer   *************************************************/

table#footer {
	background: url(../../../../images/custom/bottom-bg.png);
	background-repeat: no-repeat;
	height: 70px;
	vertical-align: top;
}