/*********************************
	Home Styles - NE Treaters
*********************************/

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif; 
	color: #000000;
	margin:10px 0px; padding:0px;
	text-align: center;
	background-image: url('../imgs/bg-gradient.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
 border: 0px;
}

.hidden {
	display: none;
}

A:link {color: #cc6600; text-decoration: underline}

A:visited {color: #cc6600; text-decoration: underline}

A:active {color: #cc6600; text-decoration: underline}

A:hover {color: #cc6600; text-decoration:none}

#container {
	width:920px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

#header{
	padding-left: 14px;
	float: left;
	width: 900px;
	height: 81px;
}

#header #top_logo {
	float: left;
}

#header #top_nav{
	margin-top: 20px;
	float:right;
}

.divide {
	border-right: 2px solid #825f2c;
	height: 30px;
}

/* Search Bar */
#search_bar{
	width: 900px;
	height: 40px;
	background: #b4841f;
	float: left;
}

#search_bar #breadcrumb_container{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#search_bar #breadcrumb_container ul.breadcrumbs{
	list-style-type: none;
	padding: 0px;
	margin:0px;
}

#search_bar #breadcrumb_container ul.breadcrumbs li{
	float: left;
	padding-right: 10px;
}

#search_bar #breadcrumb_container ul.breadcrumbs li.divide{
	float: left;
	border-left: 2px solid #CAB893;
	border-right: 0px;
	height: 18px;
	padding-right:8px;
}

#search_bar #breadcrumb_container ul.breadcrumbs li a{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fbaa29;
}

#search_bar #breadcrumb_container ul.breadcrumbs li a:hover{
	text-decoration: underline;
}

#search_bar #breadcrumb_container ul.breadcrumbs li a.white{
	color: #FFFFFF;
	text-decoration: none;
}

#search_bar #breadcrumb_container ul.breadcrumbs li a:hover.white{
	color: #FFFFFF;
	text-decoration: underline;
}

#search_bar form{
	padding: 0px;
	margin: 0px;
}

#search_bar #search_items{
	float: right;
	padding-top: 8px;
	padding-right: 10px;
}

#search_bar #search_items input.searchtext{
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #B49B66;
	float: left;
}

#search_bar #search_items input.searchbtn{
	border: 0px;
	padding: 0px;
	width: 72px;
	height: 22px;
	background-image: url('../imgs/btn-search.gif');
	background-repeat: no-repeat;
	float: left;
}

/*Shadow containers*/

#shadow-container{
	background-image: url('../imgs/shadow.png');
	background-repeat: repeat-y;
	float: left;
	width: 930px;
	padding-left: 14px;
	
}

/*Content COL */
#contentCol {
	background: #FFFFFF;
	width: 900px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-bottom: 10px solid #E2D8C5;
}

#contentCol .mainImage{
	background-image: url('../imgs/main-home-image-v3.jpg');
	background-repeat: no-repeat; 
	background-attachment:scroll;
	background-position: top left;
	width: 900px;
	height: 241px;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 100;
}

.rightImage {
	margin-top:-40px;
	float:right;
	margin-right: 10px;
}

#contentCol .homeCopy {
	float: left;
	margin: 0px;
}

#contentCol .homeCopy p.homeText{
	line-height: 2em;
	/*color: #fa9d0a;*/
	color: #000000;
	padding-left:20px;
	padding-right:20px;
	padding-top:255px;
	*/padding-top: 20px;*/
	margin:0px;
	}


#contentCol #homeProductContainer {
	float: left;
	width: 900px; 
	background-image: url('../imgs/bg-products-gradient.gif');
	background-repeat:repeat-x;
	background-position: bottom center;
	padding-top: 20px;
}

#contentCol #homeProductContainer h3{
	color: #9B7935;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left:20px;
	border-bottom: 2px solid #E2D8C5;
}

#contentCol #homeProductContainer img.productImage{
	margin-left:20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding:0px;
}

/* Stocking Items Borders */
table.stocking {
    border-width: 0 0 0 0;
}

table.stocking td {
    border-width: 0 0 2px 0;
    border-collapse: collapse;
	border-color: #e2d8c5;
	border-style: solid;
}





/* FOOTER */
#footer {
	color: #9C7A36;
	font-size: 10px;
	padding-top: 10px;
	width: 900px;
	float: left;
	padding-left: 14px;
	padding-bottom: 20px;
}

#footer #address{
	float: left;
	width: 450px;
	line-height: 1.5em;
}

#footer #links{
	float: right;
	text-align: right;
	width: 450px;
	line-height: 1.5em;
}

#footer #links a{
	font-weight: bold;
}