/*Always Include*/
* {
	padding: 0px;
	margin: 0px;
}
/*IE Space Around Images Fix*/
img {
	border: none;
	display: block;
}
/*FF3 Image Link Fix*/
a:focus, a:hover, a:active { outline:none }
/*End Always Include*/

body {
	background: #e1e1e1;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #96b2d9;
	padding: 2px 0 2px 0;
}
hr {
	margin: 2px;
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
}
	#header {
		width: 100%;
		height: 110px;
		background: url(images/jpgs/headerbg.jpg) top left no-repeat;
		text-align: right;
		padding: 15px 0 0 0;
	}
	#nav {
		width: 100%;
		height: 30px;
		background: url(images/jpgs/navbg.jpg) top left no-repeat;
		margin: 10px 0 10px 0;
		text-align: center;
	}
	#content {
		overflow: hidden;	
	}
		#left {
			width: 175px;
			float: left;
		}
		#middle {
			width: 430px;
			padding: 0 10px 0 10px;
			float: left;
		}
		#middle p{
   			margin-bottom: 1em;
		}
		#right {
			width: 175px;
			float: left;		
		}
	#footer {
		padding: 20px 0 20px 0;
		text-align: center;
	}
/*Header*/
#header p {
	padding: 2px 15px 2px 0;
	color: #c9ccd1;
}
#header a {
	color: #c9ccd1;
	text-decoration: none;
}
/*Nav*/
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
	padding: 0 15px 0 15px;
}
#nav a {
	font: bold 14px;
	color: #96b2d9;
	padding: 0 0 8px 0;
}
#nav a:hover {
	color: #ffffff;
}
#nav img {
	display: inline;
	vertical-align: middle;
}
.navpad {
	padding-bottom: 8px;
}
/*Pod*/
.pod {
	color: #ffffff;
	background: #242424;
}
.pod a {
	color: #ffffff;
}
.podcontent {
	background: #242424;
	padding: 0 10px 0 10px;
}
.podtop {
	height: 10px;
	width: 100%;
	background: url(images/pngs/podtop.png) top left no-repeat;
}
.podbottom {
	height: 10px;
	width: 100%;
	background: url(images/pngs/podbottom.png) bottom left no-repeat;
}
/*Center*/
#box1 {
	width: 100%;
	height: 265px;
	background: url(images/jpgs/box1.jpg) top left no-repeat;
	margin: 10px 0 10px 0;
}
#box2 {
	width: 100%;
	height: 160px;
	background: url(images/jpgs/box2.jpg) top left no-repeat;
	margin: 10px 0 10px 0;
}
/*Product Search*/
#search {
	width: 151px;
	margin: 10px 0 8px 0;
}
#categories {
	width: 155px;
	margin: 0 0 8px 0;
}
#searchbtn {
	margin: 0 0 10px 0;
}
/*Mailing List*/
#email {
	width: 151px;
	margin: 10px 0 10px 0;
}
/*Footer*/
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	color: #484848;
}
#footer a {
	color: #484848;
}
/*Classes*/
.nostyle {
	list-style: none;
}
.listpad li {
	padding: 2px 0 2px 0;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.pad2 {
	padding: 2px;
}
.pad2v {
	padding: 2px 0 2px 0;
}
.inline {
	display: inline;
}
.lightgreybg {
	background: #5f5f5f;
	color: #ffffff;
	border-top: 1px #272727 solid;
}
.lightgreybg a {
	color: #ffffff;
}
.mediumgreybg {
	background: #494949;
	color: #ffffff;
	border-top: 1px #272727 solid;
}
.products ul {
	list-style: none;
	padding: 40px 10px 10px 10px;
}
.products li {
	width: 116px;
	height: 80px;
	float: left;
	padding: 10px;
	text-align: center;
}
.products li img {
	display: inline;
	padding: 0;
	margin: 0;
}
.products a {
	color: #000000;
}