body {
	background-position:center top;
	background-image: url(../images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0px;
	line-height: 150%;
}

a {
	color: #000000;
}
li {
	list-style-type: square;
}
p {
	padding: 0px;
}

td {
	white-space:nowrap;
}

#topContainer {

}

#headContainer {
	width:1024px;
}

#mainContainer {
	width:1024px;
}

#footContainer {
	width:1024px;
	background-color: #D9E3E5;
	padding:inherit;
}

.headContainer {
	margin:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	width: 100%;
}

.mainContainer {
	position: relative;	
	margin-top: 0px;
	margin-bottom: 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: ;*/
	float: left;
	z-index: 100;
	position:absolute;
	top:149px;
	left:275px;
	height:auto;
}

#menu {
	float:left;
	width:100%;
	/*background:#efefef;*/
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}                    
                                        
/*
#navLeft {
	
	background-image: url(../images/nav__left.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 16px;
	float: left;
	
}
#nav {
	background-image: url(../images/nav.gif);
	float: left;
	padding-top: 5px;
	text-align: center;
}
#nav a {
	color:#0033CC;
}

#navRight {
	
	background-image: url(../images/nav_right.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 16px;
	float: left;
	
}
*/

#headContainer #sep {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



#menuContainerA {
	background-image:url(../images/home_left.jpg);
	float: left;
	width: 286px;
	height:758px;
}

#contentContainer {
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	width: 650px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9E3E5;
}

.menuTitle {
	padding-left: 10px;
	border-left-width: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCC44;
	font-weight: bold;
	font-size:16px;
	margin-top: 20px;
}

#mainImage {
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
	height: 147px;
	width: 618px;
}

#menuContainerB {
	float: right;
	width: 50px;
	background-color: #F2F2F2;
	height: 100%;
	position: relative;
}



#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 {
	display: inline;
	list-style-type: none;
	padding:10px;
}

#productList li {
	width: 24%;
	float: left;
}
#productList li img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#productList li span {
	text-align: center;
	display: block;
}
.fontSubject {
	font-size: 20px;
	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;
}
.price {
	font-size:14px;
	color:#FF0000;
}

              
                    