/* ============================= 
				INSIDE PAGE STYLES
===============================*/

body	{
	background-color:#446026; 
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.wrapper	{
	width:800px;
	margin:0px auto 15px auto;
	}

.spacer	{
	display:block;
	height:1px;
	width:100%;
	clear:both;
	}

.errorText {
	font-weight: bold;
	color: #FF0000;
}

.required	{
	color:#FF0000;
	}
	
/*=================================
					HEADER STYLES
=================================*/	
.topHeaderWrap	{
	width:798px;
	height:88px;
	background:url(../images/first_head_right.jpg) no-repeat right;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}

	.topHeaderWrap a.bannerImg	{
		float:left;
		}

.secondHeaderWrap	{
	width:798px;
	height:79px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background:#fff;
	}

img.headerGraphic	{
	float:left;
	}
	
.loginAcctLinks	{
	float:right;
	margin:10px 15px 0px 0px;
	color:#fff;
	font-size:10px;
	height:50px;
	}

.loginAcctLinks a	{
	color:#fff;
	text-decoration:none;
	}

.loginAcctLinks a:hover	{
	text-decoration:underline;
	}

.cartButtonWrap	{
	float:right;
	clear:right;
	padding-right:16px;
	width:230px;
	color:#fff;
	}

.cartButtonWrap img	{
	position:relative;
	top:3px;
	}

.cartButtonWrap a	{
	font-size: 10px;
	color:#fff;
	text-decoration:none;
	}

.cartButtonWrap a:hover	{
	text-decoration:underline;
	}

/* ---------- SEARCH STYLES ---------- */

div.searchForm	{
	float:right;
	font-size:10px;
	text-align:right;
	background:#fff;
	width:290px;
	}

div.searchForm label	{
	padding:0px 0px 0px 10px;
	}

div.searchForm p	{
	margin:5px 0px 0px 0px;
	padding:0px;
	}

.searchForm .search_form_left	{
	float:left;
	width:80%;
	}

.searchForm .search_form_right	{
	float:right;
	width:18%;
	}

form.searchForm	{
	margin:15px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.searchForm input.searchBox{
	padding:2px 1px 2px 1px;
	width:170px;
	}

input.radio	{
	width:15px;
	border:none;
	padding:2px 0px 2px 0px;
	}
	
input.searchSubmit{
	width:60px;
	background:#f47321;
	color:#fff;
	font-weight:bold;
	padding:3px 4px 2px 4px;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	}

input.searchSubmit:hover{
	background:#5A6842;
	}

.searchResults .search_form_left	{
	float:left;
	width:240px;
	}

.searchResults .search_form_right{
	float:right;
	width:285px;
	}

.submit	{
	border:1px solid #000;
	background-color:#f47321;
	color:#fff;
	font-weight:bold;
	padding:3px 4px 2px 4px;
	text-decoration:none;
	font-size:12px;
	}	
	
a.submit:hover {
	background-color: #5A6842;
}



/*=================================
					MAIN CONTENT AREA
===================================*/

.contentWrap	{
	clear:both;
	background-color:#C0C5B5;
	padding-top:10px;
	width:798px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}

/*------ LEFT SIDE -----*/

.contentLeft	{
	float:left;
	width:205px;
	margin:0px 0px 0px 14px;
	border:1px solid #6C6D6B;
	background-color:#fff;
	}

.contentLeft h3	{
	background-image:url(../images/green_blade_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#5A6842;
	padding:2px 5px 0px 30px;
	margin-top:0px;
	font-size:12px;
	color:#fff;
	height:18px;
	}

.contentLeft h3.second	{
	border-top:1px solid #000;
	margin:0px 0px 8px 0px;
	}

.contentLeft ul	{
	margin-top:-5px;
	}

.contentLeft li	{
	margin:2px 0px 5px -8px;
	list-style-image:url(../images/shop_link_bg.jpg);
	}

.contentLeft li a	{
	font-size:11px;
	color:#000;
	text-decoration:none;
	display:block;
	}
	
.contentLeft li a:hover	{
	text-decoration:underline;
	}

.navBox	{
	background-color:#D9DFCF;
	padding:5px 5px 5px 10px;
	font-size:10px;
	border-top:1px solid #6C6D6B;
	}

.navBox h3	{
	background-image:none;
	padding:5px 0px 0px 0px;
	background-color:#D9DFCF;
	margin-bottom:1px;
	}

.navBox h3 a	{
	color:#5D684B;
	font-style:normal;
	font-size:12px;
	font-style:italic;
	}

.navBox h3 a:visited	{
	color:#5D684B;
	font-style:normal;
	font-size:12px;
	font-style:italic;
	}

.navBox li	{
	list-style:none;
	margin:2px 0px 0px -20px;
	list-style-image:url(../images/offer_li.jpg);
	}

.exclusiveText	{
	padding:5px 5px 10px 5px;
	margin-top:-12px;
	font-size:10px;
	}

.exclusiveText form	{
	margin:0px;
	}

.exclusiveText input	{
	width:95%;
	}

/*------ RIGHT SIDE -----*/

.contentRight	{
	float:right;
	width:548px;
	border:1px solid #6C6D6B;
	margin:0px 14px 0px 0px;
	}

.contentRight h1	{
	background-image: url(../images/h1_bg.jpg);
	background-color: #BAC2AD;
	background-repeat: repeat-x;
	color:#fff;
	font-size: 24px;
	font-weight: normal;
	padding:10px 5px 5px 15px;
	margin:0px 0px 0px 0px;
	}

.mainContent	{
	padding:10px;
	background:#fff;
	}

.mainContent h1	{
	font-size:16px;
	font-weight: bold;
	background:none;
	border-bottom: none;
	color:#000;
	padding:0px;
	margin:0px 0px 5px 0px;
	}

.mainContent h3	{
	margin:2px 0px 2px 0px;
	font-size:14px;
	}

.mainContent a	{
	color:#221e1f;
	text-decoration:underline;
	}
	
.mainContent a:hover {
	text-decoration: none;
	color: #f47321;
	/*background-color: #f4ede8;*/
}

.mainContent a.submit	{
	color:#fff;
	text-decoration:none;
	}

.mainContent .leftColumn	{
	float:left;
	width:45%;
	}

.mainContent .rightColumn	{
	float:right;
	width:50%;
	}

.mainContent .middleColumn {
	clear: both;
	float: none;
	padding-bottom: 30px;
}

.mainContent .spacer	{
	clear:both;
	height:1px;
	width:100%;
	}

.mainContent .subTitle	{
	font-weight:bold;
	}

.mainContent ol	{
	line-height:18px;
	}

.errorContainer	{
	background-color:#EFEFEF;
	padding:0px 5px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #000;
	}

.arrowHeader	{
	font-size:14px;
	border-bottom:1px solid #D9DFCF;
	margin-bottom:5px;
	font-weight:bold;
	}

.orderInformation	{
	border-top:1px solid #D9DFCF;
	border-bottom:1px solid #D9DFCF;
	padding:1px 5px 1px 5px;
	margin:10px 0px 4px 0px;
	font-size:11px;
	}

.orderInformation table	{
	width:100%;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	}

.orderInformation table th	{
	text-align:left;
	border-bottom:1px solid #D9DFCF;
	}

.orderInformation table tr.bottom	{
	border-bottom:1px solid #D9DFCF;
	}

.orderInformation table td	{
	vertical-align:top;
	padding:2px;
	}

.orderInformation table .leftBorder	{
	border-left:1px solid #D9DFCF;
	}

.formTable	{
	width:90%;
	border-collapse:collapse;
	}

.formTable td	{
	padding:4px;
	vertical-align:top;
	}

.formTable h3	{
	border-bottom:1px solid #D9DFCF;
	}
	
/* ------- Part display styles ----*/

.form_cartAdd { 
	display: block;
	width: 300px;
	text-align: right;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}


.field_qty {
	width: 40px;
	border: 1px solid black;
	padding: 2px;
	background-color: #f5f5f5;
}

.add_btn {
	padding: 1px 5px 1px 5px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f47321;
	border:1px solid black;
	text-transform: uppercase;
	width: auto;
	
}

.add_btn:hover {
	background-color: #5A6842;
	cursor: pointer;
}

.part_table {
	border: 1pt solid black; 
	border-collapse: collapse; 
	width: 300px;	
}

.part_tableTD1 { 
	background: #5D684B; 
	vertical-align: top;
	color: white; 
	font-size: 8pt;
	font-weight: bold; 
	padding: 3px; 
	border-bottom: 1pt solid black;
}
	
.part_tableTD2 { 
	vertical-align: top; 
	padding: 3px; 
	border-bottom: 1pt solid black;
	font-size: 8pt;
}


a.mainContentLink	{

	}
	
.parts_head	{
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	clear:both;
	}

/*--------- SEARCH RESULT STYLES ----*/

form.searchResults	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	}

ul.search_list li	{
	clear:both;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px -20px;
	border-top:1px dashed #BAC2AD;
	list-style:none;
	}

	ul.search_list li.alt_row	{
		background:#efefef;
		}

	ul.search_list .search_left	{
		float:left;
		width:9%;
		font-size:20px;
		padding:5px 0px 5px 5px;
		color:#BAC2AD;
		}
	
	ul.search_list li.alt_row .search_left	{
		color:#BAC2AD;
		}
	
	ul.search_list .search_right	{
		float:right;
		padding-left:2px;
		width:89%;
		}

/*--------- BREAD CRUMB STYLES ----- */

.breadCrumb	{
	padding:0px 0px 2px 0px;
	margin:0px 0px 5px 0px;
	font-size:10px;
	/*border-bottom:1px solid #e8dacf;*/
	}

.breadCrumb a	{
	font-size:10px;
	}

.gray	{
	color:#ccc;
	}

.gray a	{
	color:#f47321;
	text-decoration:none;
	}

.gray a:hover	{
	text-decoration:underline;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

/*------------ FOOTER STYLES --------*/

.footer	{
	background-color:#4F544F;
	padding:10px 5px 10px 5px;
	color:#fff;
	font-size:11px;
	text-align:center;
	clear:both;
	}

.footer a	{
	color:#fff;
	text-decoration:none;
	font-variant:small-caps;
	padding:0px 3px 0px 3px;
	}

.footer a:hover	{
	text-decoration:underline;
	}

.printFooter	{
	display:none;
	}

.clear	{
	clear:both;
	}


/*=================================
						GREEN NAV
==================================*/
	
.greenBarNav {
	background:url(../images/green_bar_bg.jpg) repeat-x;
	width:798px;
	height:37px;
	border-top:1px solid #3D5216;
	border-bottom:1px solid #3D5216;
	color:#fff;
	margin:0px 0px 14px 0px;
	}

.greenBarLeft {
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 10px 20px;
	}
	
.greenBarRight	{
	/*width:490px;*/
	float:right;
	background:url(../images/dark_green_bar_bg.jpg) repeat-x;
	height:37px;	
	border-right:1px solid #000;
	text-align:center;
	margin-right:10px;
	}

a.greenBarLink {
	float:left;
	display: block;
	height:17px;
	padding:10px 10px 10px 10px;
	border-left: 1px solid black;
	color: white;
	text-decoration: none;
	}

a.greenBarLink:hover {
	background-color: #abb796;
	}

	
/* ===============================
					FORM STYLES
=================================*/

input	{
	border:1px solid #000;
	width:200px;
	padding:2px;
	}

select	{
	border:1px solid #000;
	width:202px;
	}

.checkBox	{
	width:10px;
	border:none;
	position:relative;
	top:1px;
	}

.smFont	{
	font-size:10px;
	}

.textarea	{
	border:1px solid #000;
	width:250px;
	height:100px;
	}

input.searchBox	{
	width:206px;
	border:1px solid #000;
	padding:2px;
	}

.callOutBox {
	border-top: 5px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;			
	background-color: #e5e5e5;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}

.callOutBox h4 {
	margin: 0px;
	padding: 0px;
	}

/*=================================
					MY ACCOUNT STYLES
==================================*/

table.orderHist	{
	border:1px solid #6C6D6B;
	border-collapse:collapse;
	padding:5px;
	width:100%;
	text-align:center;
	}

table.orderHist tr.top	{
	border-bottom:1px solid #000;
	}

table.orderHist tr.altRow	{
	background-color:#E8E9E3;
	}

table.orderDetail	{
	width:100%;
	padding:5px;
	}	

.orderStatus	{
	margin:5px 0px 5px 0px;
	background:#E8E9E3;
	border-bottom:1px solid #446026;
	padding:5px;
	}

.orderStatus h3	{
	
	}

div.pages	{
	padding:0px 0px 5px 0px;
	}
	
.pages a	{
	border:1px solid #f47321;
	text-decoration:none;
	padding:0px 2px 0px 2px;
	
	}

.pages a:hover	{
	border:1px solid #f47321;
	text-decoration:none;
	padding:0px 2px 0px 2px;
	background:#f47321;
	color:#fff;
	}

.pages .pageLinksOn	{
	border:1px solid #f47321;
	text-decoration:none;
	padding:0px 2px 0px 2px;
	background:#f47321;
	color:#fff;
	}



/*================================
			VIEW CART STYLES
=================================*/

.dollarColumn { 
	text-align: right;
	}

.productTable { 
	border: 1pt solid black; 
	border-collapse: collapse;
	width: 100%;
	}

table.productTable th { 
	background: #5d684b; 
	color: white; 
	font-size: 8pt;
	font-weight: bold; 
	padding: 3px; 
	text-align: left;
	}

table.productTable td { 
	vertical-align: top; 
	padding: 3px; 
	border-bottom: 1pt solid black;
	font-size: 8pt;
	}

.field_qty {
	width: 40px;
	border: 1px solid black;
	padding: 2px;
	background-color: #E8E9E3;
	}

img.prod_image	{
	float:right;
	margin:0px 0px 5px 10px;
	border:1px solid #000;
	}

/*==================================
		TRADE SHOW STYLES
===================================*/

.tradeShowTable { 
	border: 1pt solid black; 
	border-collapse: collapse;
	width: 100%;
	margin-top:10px;
	}

table.tradeShowTable th { 
	background: #5d684b; 
	color: white; 
	font-size: 8pt;
	font-weight: bold; 
	padding: 3px; 
	text-align: left;
	}

table.tradeShowTable td { 
	vertical-align: top; 
	padding: 3px; 
	border-bottom: 1pt solid black;
	font-size: 8pt;
	}

/*===================================
		SHIPPING RATE TABLES
====================================*/

table.shippingRates	{
	width:100%;
	border:1px solid #000;
	border-collapse:collapse;
	}
	
table.shippingRates th	{
	border:1px solid #000;
	padding:5px;
	background:#BAC2AD;
	color:#fff;
	}

table.shippingRates td	{
	border:1px solid #000;
	padding:5px;
	}

/*===================================
							LINKS TABLE
====================================*/

table.linksTable	{
	width:100%;
	border:1px solid #000;
	border-collapse:collapse;
	}
	
table.linksTable th	{
	border:1px solid #000;
	padding:5px;
	background:#BAC2AD;
	color:#fff;
	}

table.linksTable td	{
	border:1px solid #000;
	padding:5px;
	}
	
/*===================================
						SITEMAP STYLES
====================================*/

ul.sitemap	{
	margin:0px 0px 0px 25px;
	padding:0px;
	}

ul.sitemap ul li	{
	margin:0px 0px 0px -15px;
	line-height:16px;
	}
