@charset "utf-8";

html{
	overflow-y:scroll
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
}

*{
	margin: 0 auto 0 auto;
	text-align: left;
}

#header {
	display: block;
	height: auto;
	position: relative;
	overflow: hidden;
	width: 800px;
}
.logo {
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;
	float:left;
	height:auto;
	overflow: auto;
}

.menu {
	text-align: center;
	position: relative;
	margin-top:116px;
	font-size: 16px;
	margin-left: 2px;
	width: 111px;
	height: 35px;
	line-height: 35px;
	float: left;
	color:#E43300;
	font: Arial, Helvetica, sans-serif;
	vertical-align:bottom;	
	font-weight: bold;
}
.menu a{
	text-decoration:none;
	color:#E43300;
}
.menu a:hover {
	text-align:center;
	border-bottom:150px;
	color:#FFF;
	display: block;
	width: 111px;
	height:35px;
	background-color:#000;
	font-weight: bold;
}
.menu .current a{
	background-color:#000;
	color:#FFF;
}


.bar {
	background: url(image/menu.jpg);
	background-repeat: repeat-x;
	width: 800px;
	position:	relative;
	display: block;
	bottom: auto;
	overflow: auto;
	
}

.content {
	width: 800px;
	height:auto;
	margin-top: 10px;
	position: relative;
}
.content .inner {
	position: relative;
	width: 780px;
	height:auto;
	top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 35px;
}

.contentTitle
{
font-size:19px;
margin-bottom:0px;
padding-top:18px;
margin-left:15px;
margin-top:15px;
}

.contentText
{
font-size:13px;
line-height:24px;
margin-left:13px;
margin-right:13px;
}

#map {
	float: none;
	height: auto;
	width: 420px;
	margin: 0 auto;
	display: block;
}
#footer {
	background-image: url(image/footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 20px;
	position: relative;
	display: block;
	height: auto;
	overflow: hidden;
	width: 800px;
}

#footer .right{
	float: right;
	text-align: right;
}


#Prod_nav {
	display: block;
	height: auto;
	position: relative;
	overflow: hidden;
	width: 230px;
	background-color:#FFF;
	margin: 0 auto 0 auto;
	display:block;
	text-align: center;
}

.Prod_list {
	text-align: center;
	position: relative;
	margin-top:0px;
	font-size: 14px;
	margin-left: 0px;
	width: 111px;
	height: 35px;
	line-height: 35px;
	float: left;
	color:#000;
	font: Arial, Helvetica, sans-serif;
	vertical-align:bottom;	
	font-weight: bold;
}

.Prod_list a {
	text-decoration: none;
	color:	#000;
}

.Prod_list a:hover {
	text-align:center;
	border-bottom:150px;
	color:#000;
	display: block;
	width: 111px;
	height:35px;
	background-color:#FC0;
	font-weight: bold;	
}

#C_nav{
	display: block;
	height: auto;
	position: relative;
	overflow: hidden;
	width: 380px;
	background-color:#FFF;
	margin: 0 auto 0 auto;
	display:block;
	text-align: center;
}
.C_list {
	text-align: center;
	position: relative;
	margin-top:0px;
	font-size: 12px;
	margin-left: 1px;
	width: 90px;
	height: 15px;
	line-height: 15px;
	float: left;
	color:#000;
	font: Arial, Helvetica, sans-serif;
	vertical-align:bottom;	
	font-weight: bold;
}
.C_list a{
	text-decoration: none;
	color:	#000;
}
.C_list a:hover{
	text-align:center;
	border-bottom:50px;
	color:#000;
	display: block;
	width: 90px;
	height:15px;
	background-color:#FC0;
	font-weight: bold;	
}

table{
	border-collapse:collapse;
	text-align:right;
}
table, td, th{
	border:2px solid black;
	.body .content h3 {
	text-align: center;
}

