@charset "utf-8";
/* CSS Document */
.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	line-height:15px;
	text-align:justify;
}
.main {
	width:1025px;
	margin:auto;
	align:center;
	height:768px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#F7F7F7;
	border:1px solid #999;
	box-shadow:0px 0px 1px 1px #CCCCCC;
}
.header {
	width:1025px;
	height:281px;
}
.logo{
	float:left;
	width:284px;
	height:245px;
}
.headright {
	float:right;
	width:741px;
	height:245px;
}
.headrighttop {
	float:left;
	height:82px;
	width:100%;
	background-image:url(../images/head_right_top.png);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:bottom;
}
.menudiv {
	float:left;
	width:300px;
	height:420px;
}
.home {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#da251c;
	margin-top:20px;
	margin-right:20px;
	background-image:url(../images/menu%20bg.png);
	background-position:right;
	padding-right:35px;
	padding-top:6px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}
.home:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#da251c;
	margin-top:20px;
	margin-right:20px;
	background-image:url(../images/menu%20arrow_hover.png);
	background-position:right;
	padding-right:35px;
	padding-top:6px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}
.about {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#da251c;
	margin-top:20px;
	margin-right:55px;
	background-image:url(../images/menu%20bg.png);
	background-position:right;
	padding-right:35px;
	padding-top:6px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}
.about:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin-top:20px;
	margin-right:55px;
	padding-right:35px;
	background-position:right;
	text-align:right;
	background-image:url(../images/menu%20arrow_hover.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}

.products {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#da251c;
	margin-top:20px;
	margin-right:93px;
	padding-right:35px;
	background-position:right;
	text-align:right;
	background-image:url(../images/menu%20bg.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}

.products:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin-top:20px;
	margin-right:93px;
	padding-right:35px;
	background-position:right;
	text-align:right;
	background-image:url(../images/menu%20arrow_hover.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}

.inquiry {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#da251c;
	margin-top:20px;
	margin-right:130px;
	padding-right:35px;
	background-position:right;
	text-align:right;
	background-image:url(../images/menu%20bg.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}

.inquiry:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin-top:20px;
	margin-right:130px;
	padding-right:35px;
	background-position:right;
	text-align:right;
	background-image:url(../images/menu%20arrow_hover.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}

.contact {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#da251c;
	margin-top:20px;
	margin-right:168px;
	padding-right:35px;
	background-position:right;
	text-align:right;
	background-image:url(../images/menu%20bg.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}

.contact:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin-top:20px;
	margin-right:168px;
	padding-right:35px;
	background-position:right;
	text-align:right;
	background-image:url(../images/menu%20arrow_hover.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}
.middletext{
	float:left;
	margin-left:15px;
	width:auto;
	height:auto;
}
.welcome {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#000;
	padding:15px;
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	font-size:12px;
	margin-top:20px;
	float:left;
	margin-left:10px;
}