@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#bg-top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 308px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#all {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/all-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 45px;
}
#language {
	position: absolute;
	width: 120px;
	left: 277px;
	top: 229px;
	height: 30px;
}
#language a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#language a:hover {
	color: #FFFF99;
	text-decoration: none;
}
#left {
	float: left;
	width: 192px;
}
#right {
	float: right;
	width: 798px;
}
#title {
	height: 45px;
}
.clean-float {
	clear: both;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E6C9F;
	padding-top: 60px;
	padding-left: 216px;
	line-height: 180%;
}
#content {
	width: 720px;
	margin-top: 22px;
	margin-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #000000;
}
#content-contact {
	width: 630px;
	margin-top: 22px;
	margin-left: 70px;
	background-image: url(../contact/images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 226px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	margin-bottom: 20px;
}
.contact-star {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
.contact-form-bg1 {
	background-image: url(../contact/images/contact-form-bg1.jpg);
	background-repeat: no-repeat;
	height: 15px;
	border: 1px solid #DDECFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #496A83;
	padding-left: 3px;
	padding-top: 3px;
}
.contact-form-bg2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #496A83;
	background-image: url(../contact/images/contact-form-bg2.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 397px;
	padding-top: 3px;
	padding-left: 3px;
	border: 1px solid #DDECFB;
}
.contact-btn-send {
	background-image: url(../contact/images/btn-send.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 84px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.contact-btn-reset {
	background-image: url(../contact/images/btn-reset.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 84px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.product-box {
	float: left;
	height: 217px;
	width: 182px;
	margin-right: 35px;
	background-image: url(../product/images/product-box-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 36px;
	padding-top: 18px;
}
#product-page-up {
	padding-right: 84px;
	padding-bottom: 50px;
}
#product-page-down {
	padding-right: 84px;
	padding-bottom: 30px;
}
#content-product {
	margin-top: 22px;
	margin-left: 42px;
}
.product-box-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 13px;
}
.page-mark{
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}

.product-page-a a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.product-page-a a:hover {
	color: #FFCC00;
}
#product-view {
	width: 580px;
	margin-left: 100px;
	background-image: url(../product/images/product-view-bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	margin-top: 22px;
}
.product-view-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #BAD9F0;
	padding-right: 24px;
	padding-left: 35px;
}
#product-view-item {
	padding-top: 30px;
	padding-left: 210px;
}
.product-view-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.product-view-sn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BFFF60;
}
#product-view-pic {
	height: 165px;
	width: 165px;
	position: absolute;
	left: 33px;
	top: 19px;
}
#product-view-back-up {
	position: absolute;
	height: 20px;
	width: 55px;
	top: 5px;
	right: 10px;
}
#product-view-back-down {
	position: absolute;
	height: 20px;
	width: 55px;
	right: 10px;
	bottom: 30px;
}
