/* CSS Document */

/************************************************************************

	Site: Circlehoe
	Author:		eROI		[www.eroi.com] 

	Listing Order:

	==============

	1 - Global
	2 - Structure/layout
	3 - Footer
	

************************************************************************/
/***********************************************************************
	1 - GLOBAL
************************************************************************/
html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td, span { 
	margin: 0; 
	padding: 0; 
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ddd;
	color: #5a5a5a;
}

a {
	color: #493f0b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clearFix {
	clear: both;	
}

div.border {
	border-top: 1px solid #959595;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT
************************************************************************/
div#topBorder {
	margin: 25px 0 0 0;
}

div#bottomBorder {
	padding: 0 0 25px 0;
}

div#container {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position: relative;
}

div#header {
	padding: 20px 0 0 19px;
	height: 1%; /* IE FIX */
}

div#homeNavContainer  {
	position: relative;
}

/***********************************************************************
	3 - FOOTER
************************************************************************/
div#footer {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	text-align: center;
}

div#footer ul {
	list-style: none;
	font-size: 9px;
	padding: 11px 10px 8px 0px;
}

div#footer ul li {
	display: inline;
	padding: 0 10px 0 10px;
	background: url(http://circlehoe.com/images/global_bg_footer.gif) right 2px no-repeat;
}

div#footer ul li a#home { background: url(http://circlehoe.com/images/global_bg_footer.gif) left 2px no-repeat; height: 19px; padding-left: 10px; }
div#footer ul li a#storeLocator { padding-right: 10px; }

div#copyright {
	font-size: 9px;
	color: #493f0b;
	padding-bottom: 25px;
}

/*** FOOTER IMAGES FOR ALL PAGES STARTS HERE ***/
div.footerImages {
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
}

div#homeFooterImage {
	background: url(../images/home_bg-footer-img.jpg) top left no-repeat;
	height: 248px;
}

div#whatIsFooterImage {
	background: url(../images/whatIs_bg-footer-img.jpg) left top no-repeat;
	height: 302px;
}

div#newsFooterImage {
	background: url(../images/news_bg-footer-img.jpg) left top no-repeat;
	height: 297px;
}

div#testimonialFooterImage {
	background: url(../images/testimonials_bg-footer-img.jpg) left top no-repeat;
	height: 220px;
}

div#aboutFooterImage {
	background: url(../images/about_bg-footer-img.jpg) left top no-repeat;
	height: 409px;
}

div#productsFooterImage {
	background: url(http://circlehoe.com/images/prod_bg-footer-img.jpg) left top no-repeat;
	height: 231px;
}