@charset "utf-8";
body {
	margin: 0px;
	border: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	width: 1000px;
}
#logo {
	float: left;
}
#logo img {
	border: 0px;
}
#call {
	width: 145px;
	height: 97px;
	background: #FFFFFF url(images/call.gif) no-repeat;
	float: right;
}
#topnav {
	background: #3E3E3E;
	width: 1000px;
	clear: both;
}
#topnav img {
	border: 0px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 1000px;
	background: #3E3E3E;
}
#topnav li {
	float: left;
}
#middle {
	clear: both;
	width: 1000px;
	margin-top: 15px;
}
#content {
	width: 75%;
	float: right;
}
#sidenav {
	width: 25%;
	float: left;
	background: #3E3E3E;
	padding-bottom: 15px;
}
#sidenav ul {
	margin-left: 0px;
	padding-left: 25px;
}
#sidenav li {
	list-style-image: url(images/bullet.gif);
	margin-bottom: 12px;
}
#sidenav a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidenav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidenav img {
	border: 0px;
}
#navhead {
	width: 100%;
	height: 25px;
	background: url(images/navhead.gif) no-repeat;
}
#navmid {
	width: 100%;
	height: 25px;
	background: url(images/navmid.gif) no-repeat;
}
#bottom {
	width: 1000px;
	text-align: center;
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	background: #3E3E3E;
	padding-top: 7px;
	padding-bottom: 7px;
}
.padding {
	padding-left: 14px;
	text-align: justify;
}
.products {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #3E3E3E;
}
.products th {
	background: #3E3E3E;
	color: #FFFFFF;
}
.products th h2 {
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
}
.products td {
	text-align: center;
	padding: 7px;
}
.products img {
	border: 0px;
}
.padding2 {
	padding-top: 7px;
	padding-bottom: 7px;
}
.padding3 {
	padding: 14px;
	color: #CCCCCC;
}
.prices {
	background: #3E3E3E;
	width: 95%;
}
.prices th {
	background: #3E3E3E;
	color: #FFFFFF;
	text-align: center;
}
.prices td {
	background: #FFFFFF;
	text-align: center;
}
.prices2 {
	background: #3E3E3E;
}
.prices2 th {
	background: #3E3E3E;
	color: #FFFFFF;
	text-align: center;
}
.prices2 td {
	background: #FFFFFF;
	text-align: center;
}
img {
	border: 0px;
}