@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-y;
	margin-top: 0px;
}
#wrapper img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topheader {
	height: 83px;
}
#banner {
	height: 293px;
}
#nav {
	float: right;
	width: 177px;
	margin-right: 20px;
}
#left {
	width: 585px;
	padding-left: 15px;
}
#maincontent {
	margin-top: 10px;
}
#products {
	background-image: url(../images/productbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 595px;
}
#footer {
	clear: both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
#footertxt {
	margin-top: 10px;
}
#footertxt a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.style4 {
	font-size: 28px;
	color: #FF0000;
}
