body {
	margin: 0;
	background: #FFFFFF url(images/bodyback.gif) repeat-x;
	font: 13px Georgia, "Times New Roman", Times, serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	padding: 0;
	text-align: center;
	color: #000000;
}

img {
	border: none;
	margin: 0;
}

img.other {
	border: none;
	margin-top: 15px;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

li {
	margin: 0;
	line-height: 250%;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

#wrapper {
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header */

#header { 
	padding: 0 0 0 20px;
	height: 190px;
	margin: 0 auto;
	background: #000000 url(images/logo.jpg) no-repeat;
}

#headerpic {
	float: right;
	margin-right: 10px;
}

/* Logo */

#logo {
	float:left;
	width: 785px;
	height: 175px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: none;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 100%;
}

#menu a {
	font-size: 1.3em;
	text-align: center;
	color: #444;
	display: block;
	width: 120px;
	text-decoration: none;
	background: #000000 url(images/menuback.jpg) no-repeat;
	margin: 0;
	padding: 9px 16px;
	/*border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;*/
}

#menu a:hover, #menu a:active { 
	background: url(images/menuselected.jpg);
}

#menu a.active:link, #menu a.active:visited , #menu a.activemenu {
	position: relative;
	background: #BBBBBB;
	font-weight: bold;
}

#menucontainer br { clear: both; }

#home .home, #about .about, #services .services, #works .works, #testimonials .testimonials, #contact .contact {/*commands for highlighted navigation*/ 
	color: #000000;
	background: url(images/menuselected.jpg);
}

/* Page */
#page {
	position:relative;
	background:#FFFFFF; 
}

/*Round text boxes*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

div#topbox {
	height: 1px;
}

div#bottombox {
	margin-top: 25px;
	background:url(images/callusbackground.gif) no-repeat bottom;
	padding-bottom: 25px;
}

div#bottomboxhead {
	border-bottom: 5px solid;
	font: 130% Georgia, "Times New Roman", Times, serif;
}

div#privacystatement {
	position: relative;
	top: 5px;
	height: 50px;
	border: #ccc solid 1px;
	background-color: #fb8b0f;
}

div#promotion {
	background: url(images/promotion.jpg) no-repeat;
	position: relative;
	top: 5px;
	width: 450px;
	height: 460px;
	float: right;
}

div#promotion a {
	width: 450px; 
	height: 460px; 
	display: block; 
	text-align: center; 
	font-weight: normal; 
	text-decoration: none;
}

div#promotion a:hover {
	background: url(images/promotionhover.jpg) no-repeat;
}

div#promotion a:link { color: #000000;}
div#promotion a:visited { color: #000000;}
/*end teach in hunan buttons*/

.infoSidebox { 
	font-size: 100%;
	white-space:normal;
	position: relative;
	top: 5px;
	margin-top: 20px;
	width: 450px;
	background:url(images/leftInfoBoxtop.jpg) no-repeat top;
}

.boxhead {
	width: 99%;
	height: 30px;
	font: 150% Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	text-align: left;
}

.boxbody {
	width: 99,45%;
	background-color:#EEEEEE;
	position: relative;
	margin-top: 0;
	border: #aaff7a solid 1px;
}

/*img floating*/
img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right; 
}
/*Tagline paragraph*/


/* Footer */

#footer {
	height: 10px;
	margin: 30px auto;
	padding: 20px 0 15px 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color:#000000;
}

/*image gallery*/
#gallery {
	padding-top: 10px;
}

#gallery ul { 
	list-style: none;
	padding: 5px;
}

#gallery ul li { 
	display: inline;
	margin-left: 3px;
}

#gallery ul li p{
	margin-left: 5px;
}

#gallery ul img {
	border: 5px solid #DDDDDD;
	border-width: 5px 5px 20px;
}

#gallery ul a:hover img {
	border: 5px solid #CCCCCC;
	border-width: 5px 5px 20px;
	color: #000000;
}
#gallery ul a:hover { 
	color: #000000; 
}

/*testimonials*/
blockquote {
	font: 1.0em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 900px;
	background: url(images/quote.gif) no-repeat right bottom;
	margin-top: 20px;
	margin-left: 5px; 
}

blockquote:first-letter {
	background: url(images/quote.gif) no-repeat left top;
	padding-left: 15px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

p.customer {
	float: right;
	padding-bottom: 10px;
	margin-top: 0;
	font-size: 125%;
}

p.error {
	color: #900;
}

/*Contact form*/
#contact-wrapper {
	margin-top: 10px;
	width: 870px;
	height: 1450px;
	padding: 15px;
	border: #CCC solid 1px;
}

#product {
	border: #ccc solid 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 28px;
}

#contact-wrapper div {
	clear:both;
	margin:0;
}

#contact-wrapper label {
	display:block;
	float:none;
	font-size:100%;
	width:auto;
}

form#contactform input {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin-bottom: 10px;
}

form#contactform textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	width: 850px;
	height: 300px;
}

form#contactform img {
	margin-right: 35px;
	margin-top: 10px;
}

.fltrt { /*float right*/
	float: right;
	margin-left: 8px;
}
.fltlft { /* float left */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* clearing float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.centred {
	text-align: center;
}