@charset "utf-8";
/* CSS Document */
body {
	text-align:left;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	background-color: #f1f1f1;
}
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
/*header css*/
#header {
	background-image: url(images/header-back.jpg);
	background-repeat: repeat-x;
	height: 79px;
}
#top {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 79px;
}
#logo {
	width:319px;
	float:left;
	display:block;
	overflow:hidden;
	height: 79px;
}
#top-right {
	float: left;
	height: 79px;
	width: 681px;
}
.menu {
	margin-left: 11px;
	width: 669px;
	position:relative;
	z-index:100;
	margin-top: 25px;
	background-image: url(images/home-back.png);
	height: 31px;
	padding-top: 3px;
}
.menu .home a:link {
	color: #63b90e;
	display:block;
}
.menu li {
	float:left;
	text-decoration:none;
	width: 133px;
	list-style-type: none;
	text-align: center;
	height: 32px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu li a:link, .menu li a:visited {
	color:#FFF;
}
#banner-wrap {
	overflow:hidden;
	margin-bottom: 30px;
}
#banner {
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/banner.jpg);
	height: 317px;
}
#banner-left {
	height: 317px;
	width: 412px;
	float: left;
	background-image: url(images/banner-left.jpg);
	position: absolute;
	top: 0px;
	left: -412px;
}
#banner-right {
	height: 317px;
	width: 377px;
	float: left;
	background-image: url(images/banner-right.jpg);
	position: absolute;
	left: 1130px;
	top: 0px;
}
/*footer css*/
#footer {
	text-align:left;
	overflow:hidden;
	background-color: #4c4c4c;
	padding-bottom: 20px;
}
.footer-txt {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c0c0c0;
}
.footer-txt a {
	color: #ffffff;
}
.review-title h3 {
	font-size: 20px;
	font-weight: normal;
}
