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

* {
	margin:0 auto;

}

li {
list-style-type:inherit;
margin-left:35px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:0 auto;
	
}
img {
	border:0
}

.wrapper {
	width:100%;
	height:100%;

}

.header {
	width:100%;
	height:130px;
	background:url(images/header_bg.png) repeat-x;

}

.menu_bar {
	width:760px;
	height:41px;
	background:url(images/menu_bar.png) no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	margin-top:10px;
	float:right;
	
}

.menu_bar a{
	text-decoration:none;
	color:#FFFFFF;

}

.menu_bar a:hover{
	text-decoration:none;
	color:#464646;
	
}

.shadow_black {
	width:100%;
	height:1px;
	background-color:#000000;
	
}

.shadow_gray {
	width:100%;
	height:1px;
	background-color:#9d9d9d;
	
}

.slider {
	width:100%;
	background: url(images/slider_bg.png) repeat-x;

}

.banner {
	height:180px;
	background:url(images/banner_bg.png) repeat-x;
	
}

.main {
	width:100%;
	height:100%;
	background:#e9e9e9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	
}

.footer {
	width:100%;
	background:#999999;
	clear:both;
	font-size:14px;
	padding-top:20px;
	color:#FFFFFF;
	
}


