@charset "UTF-8";

* {
padding:0px;
margin:0px;
border:0px;
}

p {
	padding: 0px 0px 10px 0px;
	color: #333333;
	font-size: 80%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f3f7fa url(img/bg_body.jpg) repeat-x center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('img/bg_main.png');
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}


#top {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('img/bg_top.png');
	height: 12px;
	margin: 0px auto;
	}
	
#bottom {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('img/bg_bottom.png');
	height: 20px;
	margin: auto;
	}

#content {
	text-align: left;
	width: 845px;
	margin: auto;
	position: relative;
	padding: 10px 0px 10px 0px;
}

#homephoto {
	background: url(img/homephoto.jpg);
	height: 441px;
	width: 845px;
}


#photo {
	background: url(img/banner.jpg);
	height: 117px;
	width: 845px;
}

#homecontent {
	background: url(img/bg_photo.png) repeat;
	width: 825px;
	bottom: 0px;
	padding: 10px;
	position: absolute;
	}

#homecontent p {
	color: #FFFFFF;
	font-size: 80%;
}

.featured p, .featured a {
	color: #666666;
	font-size: 90%;
	text-decoration: none;
}

#homephoto {
	padding: 0px;
	width: 845px;
	position: relative;
}

#homecontentright {
	float: right;
	width: 240px;
	text-align: center;
	font-size: 110%;
	margin: 0px 0px 0px 10px;
}

#featuredproducts {
	background: url(img/bg_featured.gif) no-repeat;
	height: 125px;
	width: 240px;
	padding: 10px 0px;
}

.featured {
	width: 66px;
	float: left;
	color: #666666;
	margin: 6px;
	text-align: left;
}

#nav {
	margin: auto;
	width: 825px;
	background: url(img/bg_nav.jpg) no-repeat center top;
	text-align: left;
	padding: 10px;
	color: #666666;
	font-size: 90%;
}

#nav li, #topbuttons li {
	display:inline;
	padding: 0 10px;
	}
	
#nav a, #topbuttons a {
	color:#666666;
	text-decoration:none;
}

#nav a:hover, #topbuttons a:hover {
	color:#000000;
	text-decoration:none;
}

#productsgroup {
	height: 156px;
	width: 845px;
	background: url(img/bg_products.jpg) no-repeat;
	margin: auto;
	padding: 15px 0px;
}

img.products {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#products {
	width: 140px;
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
	left: 8px;
	top: -8px;
}

#products h2 {
	padding: 0px 0px 3px;
}

.productsbtn {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.signup {
	float: right;
	position: relative;
	top: -10px;
}

.footer {
clear:left;
	color: #666666;
	padding: 20px 20px 0px 20px;
	text-align: center;
}

h1 {
	color: #0B4272;
	font-size: 110%;
	padding: 0px 0px 10px 0px;
}

a {
	color: #0B4272;
}

a:hover {
	color: #01284A;
}

#topbuttons {
	background: url(img/bg_topbuttons.jpg) no-repeat;
	height: 25px;
	width: 241px;
	position: absolute;
	right: 0px;
	font-size: 90%;
	padding: 5px 15px 0px 15px;
	bottom: 0px;
	text-align: center;
}

#search {
	position: absolute;
	top: 0px;
	right: 0px;
}


#header {
	margin: auto;
	height: 85px;
	width: 845px;
	position: relative;
	text-align: left;
}


#logos{
float:left;
padding: 10px 0px 0px 0px;
}

.featured_text{
float:left;
text-align:left;
color:#000000;
font-size:70%;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:140px;
padding: 0px 20px 10px 0px;
}

ul{
color: #333333;
list-style:none;
font-size: 80%;}

h5 {
font-weight:700;}
