/* Body Elements */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #DEB644 url('/images/bg-china.jpg') repeat-x top left;
	font-family: "Trebuchet MS", trebuchet, arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}

/* Layout Elements */

.wrapper {
	background: #fff url('/images/content-bg.jpg') repeat-x bottom left;
	width: 800px;
	margin: 22px auto 0 auto;
	}

#header {
	width: 800px;
	height: 172px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	}
	#header h1 {
		float: left;
		width: 271px;
		height: 172px;
		background: url('/images/logobox.gif') no-repeat;
		position: relative;
		overflow: hidden;
		}
		#header h1 * {
			text-indent: -100000px;
			}
		#header h1 a {
			background: url('/images/logo-phoenixofchina.gif') no-repeat;
			display: block;
			width: 280px;
			height: 90px;
			position: absolute;
			top: 41px;
			left: 15px;
			}
		
	#header #header-img {
		float: right;
		width: 529px;
		height: 172px;
		}
		
	#header #flashbox {
		float: right;
		width: 529px;
		height: 172px;
		}
		
#round_corner {
background-image:url('/images/round_curve.gif');
position:absolute;
	left:50%;
	top:22px;
	width:18px;
	height:16px;
	z-index:99;
	margin-left: 382px;
}		
		
.content {
	margin: 0 0 0px 271px;
	padding: 25px 25px 5px 25px;
	}

.content_one_column {
	margin: 0px;
	padding: 25px 25px 25px 25px;
	}

.left {
	margin: 15px 0 0px 0;
	float: left;
	width: 260px;
	padding: 5px;
	background: url('/images/sidebar-bg.gif') no-repeat top left;
	min-height: 175px;
	}
	
.left-home {
	margin: 15px 0 0px 0;
	float: left;
	width: 260px;
	padding: 5px 5px 5px 15px;
	}
.left-home p { margin-bottom: 15px; color: #333; font-size: 13px; }

.left-home form { margin-bottom: 15px; }

.left-home img, .left-home a img {
	border: 1px solid #C2DCE0;
	padding: 4px;
	background: #fff;
	}
.left-home a img:hover { border: 4px solid #C2DCE0; padding: 1px; background: #008492; }

.footer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url('/images/footer-china.gif') no-repeat bottom left;
	clear: both;
	text-align: center;
	height: 77px;
	}
.footer p {
	padding-top: 25px;
	color: #000;
}
.footer p a { color: #000; text-decoration: none; }
.footer p a:hover { color: #333; text-decoration: underline; }

/* Navigation */
ul#nav {
	clear: both;
	margin: 0;
	padding: 0 0 0 8px;
	width: 792px; 
	position: relative;
	display: block;
	height:34px; 
	font-size: 110%; 
	list-style-type: none; 
	background: url('/images/nav-bg.gif') repeat-x top left;
	text-transform: uppercase;
	}
ul#nav li {
	display: block;
	float: left; 
	padding: 0;
	margin: 0; 
	}
ul#nav li a {
	float: left;
	color: #fff;
	text-decoration: none;
	border: none; 
	height:34px; 
	line-height: 34px; 
	display: block; 
	padding: 0 10px; 
	margin: 0;
	}
#nav a:hover {
	color: #B59636; 
	height: 34px; 
	line-height:34px; 
	background:url('/images/nav-hover.jpg') repeat-x top left; 
	margin: 0;
	}

#nav li.active a {
	background: url('/images/nav-active.jpg') repeat-x top left; 
	color: #B59636;
	}
	
#nav li.active a:hover {
	color: #0F389B;
	}

#home #nav-home a,
#about_us #nav-about_us a,
#products #nav-products a,
#quality #nav-quality a,
#find_a_sales_rep #nav-find_a_sales_rep a,
#capabilities #nav-capabilities a,
#request_info #nav-request_info a,
#customer_survey #nav-customer_survey a {
	background: url('/images/nav-active.jpg') repeat-x top left; 
	color: #B59636;
	text-shadow:none;
}

#home #nav-home a:hover,
#about_us #nav-about_us a:hover,
#products #nav-products a:hover,
#quality #nav-quality a:hover,
#find_a_sales_rep #nav-find_a_sales_rep a:hover,
#capabilities #nav-capabilities a:hover,
#request_info #nav-request_info a:hover,
#customer_survey #nav-customer_survey a:hover {
	background: url('/images/nav-active.jpg') repeat-x top left;
}
	
#nav a:active {
	background: url('/images/nav-active.jpg') repeat-x top left; 
	color: #B59636;
}



/* Document Styles */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #B59636;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #B59636;
}	

a, a:active, a:visited {
	color: #B59636;
	text-decoration: underline;
}

a:hover {
	color: #B59636;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #333;
}

.label {
	font-weight:normal;
	font-size: 12px;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}

.clear { clear: both; }


.left h3 {
	margin-left: 20px;
	margin-top: 8px;
	}

.left form {
	margin-left: 20px;
	margin-top: 5px;
	}

.left ul {
	margin-left: 40px;
	margin-top: 5px;
	}

.left p {
	margin-left: 20px;
	margin-top: 5px;
	}

.content ul {
	margin: 0 0 15px 0;
}

.content ul li {
	margin: 0 0 0 0px;
	list-style-type: none;
	padding-left: 18px;
	background: url('/images/arrow.gif') no-repeat left center;
	font-size: 14px;
}

/*ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}*/

/* homepage tabs */

#tab-thingy {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	}

ul.tabset {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	border-top: 1px solid #C2DCE0;
	width: 800px;
	height: 36px;
	background: url('/images/tabnav-bg.jpg') repeat-x top left;
	list-style-type: none;
	}
ul.tabset li {
	display: block;
	float: left;
	padding:0;
	margin:0;
	}
ul.tabset li a {
	float: left;
	list-style-type: none;
	height: 36px;
	line-height: 36px;
	width: 265px;
	text-align: center;
	background: url('/images/tabnav-bg.jpg') repeat-x top left;
	border-right: 1px solid #C2DCE0;
	display: block;
	text-decoration: none;
	}
ul.tabset li a:hover { background: url('/images/tabnav-hover.jpg') repeat-x top left; }
/*
ul.tabset li a.active {
	background: none;
	background-color: #fff;
	}
*/
	
.tabinner { background: #fff; }

.tabinner-left {	
	width: 800px;
	float: left;
	}

/*
.tabinner-left {	
	width: 361px;
	float: left;
	}
.tabinner-right {
	width: 435px;
	float: right;
	background: url('/images/tab-inner-bg.jpg') repeat-x bottom left;
	border-right: 4px solid #fff;
	}
.tabinner-right-header {
	display: block;
	float: left;
	top: 5px;
	left: 144px;
	position: relative;
	font-weight: bold;
}
*/

ul.tab-ul-left {
	float: left;
	width: 175px;
	padding-left: 20px;
	margin: 25px 0 20px 0px;
	font-size: 11px;
	clear: both;
	position: relative;
	bottom: 20px;
}
ul.tab-ul-right {
	float: right;
	width: 175px;
	padding-left: 20px;
	margin: 25px 20px 20px 0px;
	font-size: 11px;
	clear: none;
	position: relative;
	bottom: 20px;
}

#tab5 {
	position: relative;
	visibility: visible;
}
#tab3 {
	position: absolute;
	visibility: hidden;
}
#tab4 {
	position: absolute;
	visibility: hidden;
}
#tab1 {
	position: absolute;
	visibility: hidden;
}
.noBulletList{
			list-style-type: none;
		}
#errorMsg {
	border: 1px dashed maroon;
	background-color: #ffdeea;
	padding: 5px;
}
#errorMsg h3{
	color: maroon;
	font-weight: bold;
	font-size: 16px;
}