body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
}
li {
	list-style-type: square;
}
p {
	padding: 5px;
}

#topContainer {
	width: 100%;
	background-image: url(../images/bg_top.gif);
	height: 26px;
}
#headContainer {
	background-color: #E62001;
	width: 100%;
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7C8B90;
}
.mainContainer {
	text-align: left;
	width: 950px;
	display: inline-block;
	clear: both;
	position: relative;
	margin: 0px auto
}

#topPic {
	background-image: url(../images/top_pic.gif);
	background-repeat: no-repeat;
	float: right;
	height: 70px;
	width: 243px;
	z-index: 0;
	position: absolute;
	right: 0px;
}
#langPick {
	text-align: right;
	padding-top: 8px;
}
#logoContainer {
	font-size: 30px;
	float: left;
	font-family: "微软雅黑", "黑体", "华文中宋", "宋体";
	padding-top: 25px;
	height: 70px;
}
#slagonContainer {
	font-size: 12px;
	margin-top: 5px;
}
#navContainer {
	background-color: #3E3A36;
	float: right;
	z-index: 100;
	position: absolute;
	top: 40px;
	right: 0px;
}
#navLeft {
	background-image: url(../images/nav__left.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 16px;
	float: left;
}
#nav {
	float: left;
	padding-top: 5px;
	text-align: center;
}
#nav a {
	color: #FFFFFF;
}

#navRight {
	background-image: url(../images/nav_right.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 16px;
	float: left;
}
#headContainer #sep {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mainContainer {
	margin-top: 10px;
	margin-bottom: 10px;
}
#menuContainerA {
	float: left;
	width: 180px;
}

#contentContainer {
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	width: 628px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9E3E5;
}
.menuTitle {
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCC44;
	font-weight: bold;
	margin-top: 20px;
}

#mainImage {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 618px;
}

#menuContainerB {
	float: right;
	width: 50px;
	background-color: #F2F2F2;
	height: 100%;
	position: relative;
}

#footContainer {
	background-color: #D9E3E5;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footContainer #sep {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E62001;
	margin-bottom: 5px;
}
#footContainer a {
	color: #000000;
}

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}

.valignBottom {
	vertical-align: bottom;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearBoth {
	clear: both;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E62001;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #E62001;
}
.borderAll {
	border: 1px double #0000FF;
}

.content {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.marginTop {
	margin-top: 10px;
}
.marginBottom {
	margin-bottom: 10px;
}

.paddingTop {
	padding-top: 10px;
}
.paddingAll {
	padding: 10px;
}

#newsList {
	padding: 0px;
	margin: 0px;
}

#newsList li {
	border-bottom:1px dashed #ccc;
	list-style-image: url(../images/arrow.gif);
	line-height: 28px;
	margin-left: 15px;
}
.newsTime {
	color: #999999;
	float: right;
}
#productList {
	list-style-type: none;
}

#productList li {
	text-align: center;
	width: 24%;
	float: left;
}
#productList li img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#productList li span {
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.fontSubject {
	font-size: 24px;
	font-weight: bold;
	color: #FF3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
.fontFleet {
	color: #777777;
}
.fontBig {
	font-size: 14px;
}
.fontBold {
	font-size: 14px;
	font-weight: bold;
}
.fontRed {
	color: #FF0000;
}
.inputButton {
	background-color: #E62001;
	border: 1px solid #333333;
	color: #FFFFFF;
}
.bgFleet {
	background-color: #F2F2F2;
}
.msg {
	background-color: #FFFFD9;
	margin: 10px;
	padding: 10px;
	border: 1px solid #F1F1F1;
}
.moreLinks {
	float: right;
	margin-top: -10px;
	font-weight: normal;
}
