* {
	margin: 0;
	padding: 0;
}

#main {
	width: 790px;
}

h1 span {
	display: none;
}

h2 {
	font: bold 1.3em Arial, verdana, Helvetica, sans-serif;
	text-align: center;
}

h3 {
	font: bold 1.1em verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px
}

.preload {
	display: none;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #608cc9;
	text-decoration: none;
	font-style: normal;
}

/*-------------nav----------------------------------*/

#side {
	background: url(../assets/Image/top_nav_2.gif) no-repeat;
	width: 178px;
	float: left;
	padding-top: 159px;
}

#side span {
	display: none;
}

#side ul li a#introduction {
	background: url(../assets/Image/but_introduction.gif) 0 0 no-repeat;
	width: 178px;
	height: 30px;
	display: block;
	
}

#side ul li a#introduction:hover {
	background: url(../assets/Image/but_introduction_over.gif) 0 0 no-repeat;
}

#side ul li a#products {
	background: url(../assets/Image/but_products.gif) 0 0 no-repeat;
	width: 178px;
	height: 30px;
	display: block;
	list-style-type: none;
}

#side ul li a#products:hover {
	background: url(../assets/Image/but_products_over.gif) 0 0 no-repeat;
}

#side ul li a#quality {
	background: url(../assets/Image/but_quality.gif) 0 0 no-repeat;
	width: 178px;
	height: 30px;
	display: block;
	list-style-type: none;
}

#side ul li a#quality:hover {
	background: url(../assets/Image/but_quality_over.gif) 0 0 no-repeat;
}

#side ul li a#information {
	background: url(../assets/Image/but_informtion.gif) 0 0 no-repeat;
	width: 178px;
	height: 30px;
	display: block;
	list-style-type: none;
}

#side ul li a#information:hover {
	background: url(../assets/Image/but_informtion_over.gif) 0 0 no-repeat;
}

#side ul li a#contact {
	background: url(../assets/Image/but_contact.gif) 0 0 no-repeat;
	width: 178px;
	height: 30px;
	display: block;
	list-style-type: none;
}

#side ul li a#contact:hover {
	background: url(../assets/Image/but_contact_over.gif) 0 0 no-repeat;
}

#side ul li ul {
	list-style: none;
	width: 168px;
	border-bottom: 1px solid #505050;
}

#side ul li {
	position: relative;
}

#side li ul {
	position: absolute;
	left: 178px;
	top: 0;
	display: none;
}

#side li:hover ul, #side li.over ul {
	display: block; }

#side li:hover ul { display: block; }

/* Holly Hack. IE Requirement \*/
* html #side ul li{ float: left; height: 1%; }
* html #side ul li a{ height: 1%; }
/* End */

#side ul li ul li a {
	font: 0.65em verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	color: #3462a6;
	background: #fff;
	border-top: 1px solid #9B9EA1;
	border-left: 1px solid #9B9EA1;
	border-right: 1px solid #505050;
	padding: 3px;
	width: 160px;
}

#side ul li ul li a:hover {
	background: #e0e4eb;
}

.search {
	border: 1px solid #9B9FA2;
	width: 120px;
	height: 56px;
	padding: 5px;
	background: #CF9134;
	color: #fff;
}

.search p {
	padding: 0;
}

/*--------------nav end----------------------------*/

#border {
	border: 2px solid #CF9134;
	border-top: 0;
	background: #f3f3f3;
	width: 786px;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.right_img {
	float: right;
	margin: 0 10px;
	border: 1px solid #000;
}

#footer {
	clear: both;
	padding-bottom: 5px;
	width: 780px;
	font: 0.6em verdana, Arial, Helvetica, sans-serif;
}

.bluetitle {
	color: #0b67af;
	font-size: 1.2em;
	font-weight: bold;
}

#footer em {
	font: bold 1em verdana, Arial, Helvetica, sans-serif;
	color: #0b67af;
}
#footer p {
	margin-left: 30px;
	padding: 1px;
}

#footer b {
	font: bold 1.2em verdana, Arial, Helvetica, sans-serif;
	color: #0b67af;
}

.space {
	margin-left: 20px;
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: none;
	color: #0b67af;
}

#maincontent {
	float: left;
	width: 580px;
	font: 0.7em verdana, Arial, Helvetica, sans-serif;
	padding: 2em 0 0 2em;
	text-align: justify;
}

p {
	padding: 1em;
}

#maincontent ul {
	list-style-position: inside;
}

#maincontent li {
	list-style-type: disc;
	padding-left: 40px;
}

#footertext {
	text-align: center;
	font: 0.7em verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#footertext a {
	color: #000;
	font-weight: bold;
}

#footertext a:hover {
	color: #0b67af;
	text-decoration: none;
}

#side form {
	font: 0.8em verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
}

#date {
	font: bold 0.6em verdana, Arial, Helvetica, sans-serif;
	color: #0b67af;
	float: right;
	padding: 0;
}

#group {
	text-align: center;
	margin: auto;
	font: bold 0.8em verdana, Arial, Helvetica, sans-serif;
}

.banner {
	text-align: center;
	margin: 5px auto;
}

#nav b {
	color: red;
}

.center {
	margin: auto;
	text-align: center;
}

.tour_pic {
	margin: 0 15px 0 0;
}

label {
	float: left;
	width: 7em;
	font: 1em Verdana, Arial, Helvetica;
	text-align: right;
}

input{
	margin-bottom: 2px;
	background: #fff;
	border: 1px solid #ccc;
}

#floatleft {
	float: left;
	width: 50%;
	text-align: center;
}

#floatright {
	float: right;
	width: 50%;
	text-align: center;
}
