@charset "UTF-8";
/* CSS Document */

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFCC00;
	background-image:url(../images/body_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.watermark {
	width:940px;
	background-image:url(../images/watermark_logo.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0px auto;
}

.container {
	width:900px;
	margin:0px auto;
}

.header {
	width:900px;
	height:157px;
	overflow:hidden;
}
	.header_left {
		width:400px;
		float:left;
		text-align:left;
		margin-top:10px;
	}
	.header_right {
		width:500px;
		float:right;
		text-align:right;
		margin-top:40px;
	}
	
.banner {
	width:900px;
	height:289px;
	margin:0px;
	padding:0px;
}
	.banner_nav {
		width:900px;
		height:61px;
	}
		.banner_nav ul {
			margin:0px;
			padding:0px;
			text-align:center;
		}
		.banner_nav ul li {
			margin:0px 9px;
			padding:0px;
			display:inline;
			list-style-type:none;
		}
	.banner_mid {
		width:880px;
		margin:0px 10px;
		height:228px;
		background-color:#FFF;
	}
	
.slidenav {
	width:860px;
	height:37px;
        margin:0 0 0 10px;
	background-color:#FFF;
}

.content {
	width:840px;
	margin:0px 10px;
	background-color:#FFF;
	padding:20px;
	overflow:hidden;
}
	.content_left {
		width:520px;
		float:left;
	}
	.content_right {
		width:300px;
		float:right;
	}
	.content_full {
		width:820px;
		overflow:hidden;
	}
		.content_full_left {
			width:400px;
			float:left;
		}
		.content_full_right {
			width:400px;
			float:right;
		}
	
.footer {
	width:880px;
	height:78px;
	margin:20px auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.footer a {
	text-decoration:none;
	color:#FFF;
}
.footer a:hover {
	color:#FFCC00;
}
	.footer_top {
		width:840px;
		margin:8px auto 0px auto;
		height:24px;
		overflow:hidden;
	}
		.footer_top_left {
			width:600px;
			float:left;
			margin-top:8px;
		}
		.footer_top_right {
			width:220px;
			float:right;
		}
		.footer_top ul {
			margin:0px;
			padding:0px;
		}
		.footer_top ul li {
			margin:0px 4px 0px 0px;
			padding:0px;
			display:inline;
		}
	.footer_left {
		width:280px;
		float:left;
		text-align:left;
		margin-top:7px;
		margin-left:20px;
	}
	.footer_right {
		width:280px;
		float:right;
		text-align:right;
		margin-top:7px;
		margin-right:20px;
	}
	
.pics {  
    height:  228px;  
    width:   880px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {    
    border:  0px;    
    width:  880px; 
    height: 228px; 
    top:  0; 
    left: 0 
}

.total{
    color:#EE3B36;
    font-size:18px;
    font-weight:bold;
}
