body {
	padding: 0;
	font-family: 'Gill Sans MT', 'Trebuchet MS', arial, verdana;
	background: #444;
	color: #ccc;
	font-size: 13px;
	margin: 0 auto auto auto;
	text-align: center;
	}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin: 3px 0 10px 0;
	}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 13px 0 2px 0;
	/*padding: 3px 6px 3px 6px;*/
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 13px 0 2px 0;
	}

p {
	margin: 0 0 10px 0;
	}

a {
	color: #ccc;
	}
	
a:hover {
	
	}

ul {
	margin-bottom: 25px;
	}
	
img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
div {
	padding: 0;
	margin: 0;
	}

form {
	padding: 0;
	margin: 0;
	}
	
input.button {
	font-size: small; 
	background: #0b4cb1 url("/images/special_bg.jpg"); 
	border: 1px solid #000; 
	color: #fff;
	}

div#container {
	background: #222;
	text-align: left;
	width: 800px;
	margin: auto;
	}

div#main {
	background: #333;
	border: 1px solid #666;
	text-align: left;
	width: 800px;
	margin: auto;
	}
	
div#header {
	margin: 0 0 0 0;
	line-height: 0;
	float: right;
	position: relative;
	}
	
div#topnav {
	width: 500px;
	min-width: 500px;
	background: #333;
	margin-top: 1px;
	margin-bottom: 0;
	height: 27px;
	z-index: 5;
	}
	
div#greenline {
	border-bottom: 4px solid #a2bd4c;
	margin-bottom: 8px;
	}
	
div#topnav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
div#topnav ul li {
	float: left;
	display: block;
/*	margin-right: 3px; */
	}
	
div#topnav ul li a {
	float: left;
	margin: 0 0 0 4px;
	padding: 5px 7px 5px 7px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 17px;
	background: #5ba0d7;
	vertical-align: middle;
	font-size: 13px;
	}
	
div#topnav ul li a:hover {
	background: #a2bd4c;
	}

div#topnav ul li a.selected {
	background: #a2bd4c;
	}

/*
div#topnav {
	margin: 0 0 7px 0;
	display: block;
	line-height: 0;
	height: 26px;
	}
	
div#topnav table.topnav {
	width: 784px;
	border: none;
	}

div#topnav table.topnav tr td {
	vertical-align: middle;
	}

div#topnav table.topnav tr td.link {
	font-size: 14px;
	line-height: 14px;
	width: 774px;
	background: url("/images/nav.jpg") no-repeat;
	height: 31px;
	width: 784px;
	padding: 0 20px 0 20px;
	}
*/

td.link a {
	color: #fff;
	text-decoration: none;
	}
	
div#leftnav {
	margin: 0 0 0 0;
	text-align: left;
	padding: 5px 0 5px 0;
	background: url("/images/products.jpg") no-repeat #fff;
	height: 252px;
	width: 184px;
	max-width: 184px;
	font-size: 13px;
	line-height: 20px;
	}
	
div#leftnav a {
	color: #000;
	}

div#leftnav a:hover {
	color: #666;
	}

div#leftnav ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	}
	
div#leftnav ul li {
	margin: 0;
	padding: 0 0 0 15px;
	}
	
div#leftnav ul li.selected {
	}

div#leftnav ul li.selected a {
	color: #5b2c79;
	}

div#contact {
	margin: 0 0 10px 0;
	line-height: 0;
	text-align: center;
	background: url("/images/contact.jpg") no-repeat #fff;
	}
	
div#contact a {
	color: #0b4cb1;
	}
	
div.text {
	text-align: left;
	padding: 5px 0 5px 15px;
	max-width: 184px;
	height: 113px;
	font-size: 13px;
	line-height: 20px;
	color: #0b4cb1;
	}
	
table.body {
	margin: 0;
	padding: 0;
	clear: both;
	width: 784px;
	}
	
table tr td {
	vertical-align: top;
	}
	
table tr td.leftnav {
	background: #fff url("/images/filler_bg.jpg") repeat-y;
	width: 184px;
	max-width: 184px;
	}

div#content {
	width: 800px;
	min-height: 400px;
	}
	
div.content {
	padding: 0 15px 15px 15px;
	}
	
hr {
	color: #db9a00;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
span.heading {
	font-weight: bold;
	}
	
table.data {
	width: 550px;
	border: 1px solid #ccc;
	}

table.data tr th {
	padding: 3px;
	background: #db9a00;
	}
	
table.data tr td {
	padding: 3px;
	border: 1px solid #ccc;
	}
	
.copyright {
	font-size: x-small;
	padding: 110px 0 0 0;
	margin: 0;
	}
	
.caption {
	font-size: x-small;
	}

.outline {
	background: #efe1d2;
	border: 1px solid #8d421e;
	width: 300px;
	padding: 0 5px 0 5px;
	margin: 0 0 15px 0;
	}
	
.outline h2 {
	color: #8d421e;
	padding: 0;
	margin: 0;
	}
	
.outline p {
	padding: 0;
	margin: 0;
	}
	
div.locations {
	margin: 10px 0 0 0;
	padding: 0;
	}
	
div.locations h2 {
	margin: 0;
	}
	
img.map {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
div#footer {
	border-top: 2px solid #a2bd4c;
	width: 800px;
	text-align: right;
	height: 49px;
	}
	
div#siteby {
	width: 790px;
	padding: 9px 10px 0 0;
	text-align: right;
	color: #ccc;
	font-size: 9px;
	font-family: 'Trebuchet MS';
	}
	
div#siteby a {
	color: #ccc;
	}

table.data tr td.field {
	background: #fff;
	}

table.data tr th {
	font-size: 16px;
	background: #0b4cb1;
	color: #fff;
	}

table tr td.submit {
	background: #ccc;
	text-align: right;
	}
	
.error {
	color: #c00;
	}
	
.help {
	color: #c00;
	vertical-align: middle;
	}
	
.help img {
	vertical-align: middle;
	}
	
table.products_ind {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	width: 100%;
	}

table.products_ind tr th {
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	background: #efefef;
	color: #000;
	}
	
table.products_ind tr td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 2px 0 2px;
	}
	
table.shoppingcart {
	border: 1px solid #ccc;
	}

table.shoppingcart tr th {
	padding: 3px;
	font-weight: bold;
	color: #fff;
	background: url("/images/special_bg.jpg") repeat-x #0b4cb1;
	border: 1px solid #ccc;
	text-align: center;
	}
	
table.shoppingcart tr td {
	padding: 3px;
	border: 1px solid #ccc;
	}
	
label {
	
	}
	
label:hover {
	text-decoration: underline;
	}