/*-------------------------------------------------------------------
Site Required
-------------------------------------------------------------------*/
body, td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

a:link, a:visited { text-decoration: underline; color: #383124; }
a:active, a:hover { text-decoration: underline; color: #000000; } 

.title, .h1, h1 { font-family: Verdana, Tahoma, Arial, Helvetica; font-weight: bold; font-size: 22px; color: #015581; margin:0px; padding:0px; }
.heading1, .h2, h2 { font-family: Verdana, Tahoma, Arial, Helvetica; font-weight: normal; font-size: 17px; color: #015581; margin:0px; padding:0px; }
.heading2, .h3, h3 { font-family: Verdana, Tahoma, Arial, Helvetica; font-weight: normal; font-size: 14px; color: #56491D; margin:0px; padding:0px; }
.h4, h4 { font-family: Verdana, Tahoma, Arial, Helvetica; font-weight: normal; font-size: 12px; color: #56491D; margin:0px; padding:0px; }
.secondary_font, .h5, h5 { font-family: Verdana, Tahoma, Arial, Helvetica; font-weight: normal; font-size: 10px; color: #15245D; margin:0px; padding:0px; }
.footnote, .h6, h6 { font-family: Verdana, Tahoma, Arial, Helvetica; font-weight: normal; font-size: 9px; color: #4E483C; margin:0px; padding:0px; }
.footer_text { font-family: Verdana, Tahoma, Arial, Helvetica; font-weight: normal; font-size: 9px; color: #5A471C; margin:0px; padding:0px; }


/*-------------------------------------------------------------------*/

#page {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

#header {
	width: 100%;
}

#logo {
	float: left;
}
#logo a img {
	border: none;
}

#phone_number {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#site_nav {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #6582CE;
}
#site_nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#site_nav li a {
	display: block;
	text-indent: -999em;
}
#site_nav li a.new_products {
	width: 114px;
	height: 67px;
	background: url(/images/new_products.gif) no-repeat;
}
#site_nav li a.online_catalog {
	width: 122px;
	height: 67px;
	background: url(/images/online_catalog.gif) no-repeat;
}
#site_nav li a.our_vendors {
	width: 111px;
	height: 67px;
	background: url(/images/our_vendors.gif) no-repeat;
}
#site_nav li a.about_us {
	width: 90px;
	height: 67px;
	background: url(/images/about_us.gif) no-repeat;
}
#site_nav li a.contact_us {
	width: 101px;
	height: 67px;
	background: url(/images/contact_us.gif) no-repeat;
}
#site_nav li a.order_online {
	width: 122px;
	height: 67px;
	background: url(/images/order_online.gif) no-repeat;
}
#site_nav li a.training {
	width: 122px;
	height: 67px;
	background: url(/images/training.gif) no-repeat;
}
#site_nav li a.green_cleaning {
	width: 120px;
	height: 67px;
	background: url(/images/green_cleaning.gif) no-repeat;
}
#site_nav li.selected a, #site_nav li a:hover {
	background-position: bottom;
}
#home_content {
	/* The header is floated to the content block must be cleared or floated */
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 12px solid #6582CE;
}

#content {
	/* The header is floated to the content block must be cleared or floated */
	clear: both;
	margin: 15px 0 0 10px;
	padding: 0 0 25px 0;
	border-bottom: 12px solid #6582CE;
}
