@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: none;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #be0002;
	text-decoration: none;
	font-weight: bold;
}
.top-container {
	width: 100%;
	height: 100px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
.top {
	width: 800px;
	height: 100px;	
	margin: 0 auto 0 auto;
}
.logo {
	height: 100px;
	width: 312px;
	float: left;
}
.top-links {
	background-image: url(../images/top-link-bg.jpg);
	width: 325px;
	height: 27px;
	margin-top: 31px;
	margin-right: 2px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	padding-top: 11px;
	text-transform: uppercase;
}
.top-links a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.top-links a:hover{
	color: #be0002;
	text-decoration: none;
	font-weight: normal;
}
.highlight a{
	text-transform: uppercase;
	color: #be0002;
	font-weight: bold;
}
.highlight a:hover{
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.navigation {
	width: 100%;
	height: 34px;
	background-image: url(../images/navi-bg.jpg);
	background-repeat: repeat-x;
	float: left;
}
.navi-links {
	width: 820px;
	height: 34px;	
	margin: 0 auto 0 auto;
}
.navi-links a {
	font-size: 11px;
}
.link {
	float: left;
	height: 32px;
	padding: 2px 18px 0 18px;
	border-right: 1px #cdd2d6 solid;
	border-left: 1px #ffffff solid;
	text-align: center;
	font-weight: bold;
}
.link1 {
	float: left;
	height: 32px;
	padding: 2px 18px 0 16px;
	border-right: 1px #cdd2d6 solid;
	text-align: center;
	font-weight: bold;
}
.link2 {
	float: left;
	height: 32px;
	padding: 2px 10px 0 18px;
	border-left: 1px #ffffff solid;
	text-align: center;
	font-weight: bold;
}
.content-container {
	width: 100%;
	float: left;
	margin: 0 auto 0 auto;
}
.banner {
	width: 790px;
	height: 257px;
	padding: 5px;
	margin: 0 auto 0 auto;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.banner img {
	float: left;
}
.banner-text {
	width: 450px;
	height: 242px;
	float: left;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin-left: 165px;
	text-transform: uppercase;
}
.banner-text ul{
	width: 300px;
	font-size: 15px;
	text-align: left;
	line-height: 22px;
	display: block;
	margin: 10px 0 10px 30px;
	padding: 0px;
	float: left;
}
.banner-text li {
	list-style-image: url(../images/check-big.gif);
	margin: 0 0 0 15px;
	padding-left: 10px;
}
.banner-text img {
	margin-left: 20px;
}
.red {
	color: #be0002;
}
.learnmore {
	width: 136px;
	margin: 20px auto 0 auto;
}
.content {
	width: 790px;
	padding: 5px;
	margin: 0 auto 0 auto;
}
.right {
	width: 545px;
	float: left;
	line-height: 17px;
}
.left {
	width: 237px;
	float: right;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #be0002;
}
.tab-container {
	float: left;
	height: 30px;
	width: 237px;
	font-size: 10px;
}
.tab {
	float: left;
	height: 30px;
	padding: 0 5px 0 5px;
	margin: 0 1px 0 0;
	text-align: center;
	border-top: 1px #a8a8a8 solid;
	border-left: 1px #a8a8a8 solid;
	border-right: 1px #a8a8a8 solid;
}
.tab a{
	font-weight: normal;
}
.tab a:link{
	font-weight: normal;
}
.tab a:active{
	font-weight: normal;
}
.tab a:visited{
	font-weight: normal;
}
.tab a:hover{
	font-weight: normal;
}
#left-content1 {
	width: 227px;
	padding: 5px;
	background-color: #e6e6e6;
	border: 1px #a8a8a8 solid;
	float: left;
}
#left-content1 ul {
	margin-left: 20px;
	padding-left: 15px;
	list-style: none;
	line-height: 17px;
}
#left-content1 li{
	list-style-image: url(../images/check.jpg);
}
.button {
	width: 111px;
	height: 32px;
	background-image: url(../images/button.jpg);
	margin: 5px auto 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 17px 10px 0 60px;
}
.button a {
	color: #FFFFFF;
}
.button a:hover {
	color: #000000;
}
.reviews {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.footer {
	width: 100%;
	height: 54px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
}
.foot-content {
	width: 800px;
	margin: 15px auto 0 auto;
	text-align: center;
}
.foot-content a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.foot-content a:hover{
	color: #be0002;
	text-decoration: none;
	font-weight: normal;
}
.big {
	font-size: 14px;
}
.rating {
	width: 210px;
	margin: 20px 0 20px 10px;
	border-top: 1px #aeaeae dashed;
	padding-top: 10px;
	float: left;
}
.rating img {
	float: left;
	margin: 3px;
}
.label {
	float: left;
	margin-top: 5px;
}