@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

P, H1, H2, H3, H5 {
	margin:0;
	padding:0;
}
*{
	margin:0;
	padding:0;
}
Html, Body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	height:100%;
}
Div{
	border: #000000 0px solid;
}
UL {
	list-style-type:square;
	margin: 5px 30px 0 30px;
	font-size:12px;
	color:#5f5f5f;
}
.Clear {
	clear: both;
}
.Spacer{
	height: 10px;
}
.TableBorderBrown{
  border: #6C4725 1px solid;
}
.TableRowBrown{
 background-color: #ECD4BB;
 height: 28px;
}
.TableBorderGrey{
  border: #999999 1px solid;
}
.TableTBodyGrey{
 background-color: #CCCCCC;
 font-weight: bold;
 height: 28px;
}
.TableRowGrey{
 background-color: #EFEFEF;
 height: 28px;
}
.TableRowHeight{
 height: 30px;
}
#Page, #SubHead, #TopMain-Navigation, #Main-Body {
	width: 1001px;
	overflow: hidden;
}

/*Logo*/
#Logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:117px;
	height:132px;
	position:absolute; 
	margin:8px 0px 0px 8px;
}

/*Header*/
#SubHead{
}
			#SubHead #Head-Background-Verbage {
				background-image:url(images/bg_text.gif);
				background-repeat:repeat-y;
				margin-left: 130px;
				height: 120px;
				width: 430px;
				float:left;
				border: #000000 0px solid;
			}
			#SubHead #Head-Background-Verbage P {
				width: 400px;
				padding-left: 20px;
				padding-top: 10px;
			}
		
			#SubHead #Toll-Phone {
				background-image:url(images/phone_number.gif);
				background-repeat:no-repeat;
				background-position:left;
				margin-top:20px;
				color: #603E2D;	
				height: 65px;		
				width: 170px;
				float:right;
				border: #000000 0px solid;
			}
		
			#SubHead #CartInfo {
				background-image:url(images/shopping_basket.gif);
				background-repeat:no-repeat;
				background-position:top;
				height: 25px;	
				padding-top: 30px;
				text-align:center;
				margin: 20px 12px 0px 0px;
				border: #000000 0px solid;		
			}

/*Top Navigation*/
#TopMain-Navigation{
	background-image:url(images/bg_top_navigation.gif);
	background-repeat:repeat-x;
	height:41px;
	font-weight: bold;
	text-transform:uppercase;
	padding-top:3px;
	margin-top:5px;
	border: #000000 0px solid;
}
			#TopMain-Navigation ul {
				margin:0; 
				padding: 0;
				list-style: none;
			}
			#TopMain-Navigation li A{
				color:#000000;	
				font-size:13px;
				float: left;
				padding: 6px 8px 6px 8px;	/*top, right, bottom, left*/
				text-decoration:none;
			}
			#TopMain-Navigation li A:Hover{
				background-image:url(images/bg_top_navigation_hover.gif);
				background-repeat:repeat-x;
				
				color:#000000;	
				font-size:13px;
				float: left;	
				padding: 6px 8px 8px 8px;	/*top, right, bottom, left*/
				text-decoration:none;
				border: #000000 0px solid;
			}
			
			#TopMain-Navigation .Selected{
				background-image:url(images/bg_top_navigation_hover.gif);
				background-repeat:repeat-x;
				
				color:#000000;	
				font-size:13px;
				float: left;	
				padding: 6px 8px 8px 8px;	/*top, right, bottom, left*/
				text-decoration:none;
				border: #000000 0px solid;
			}

/*Main Body*/	
#Main-Body{
	overflow:inherit;
	margin: 0px 5px 3px 0px;
}
			#Main-Body #Col-Left{
				width:230px;
				float: left;
				border: #000000 0px solid;
			}
					#Main-Body #Col-Left .Shadow .Category-Box{
						position: relative;				
						bottom: 2px;
						right: 2px;			  
						width: 220px;				
					}
					#Main-Body #Col-Left .Shadow{
						float: right;
						background-color:#000000;
					}
					#Main-Body #Col-Left .Category-Box{
						float: right;		
						background-color: #ffffff;
						color: #444444;
						border: 1px solid #000000;
						padding: 0;
					}	
						
		#Main-Body #Col-Right{
			width:768px; 
			float: right;
			border: #000000 0px solid;	
		}

/*Top Nav*/
#TopLinks{
	margin-top:4px;
	height:26px;
	width: 100%;
}
		#TopLinks ul {
			margin:0; 
			padding: 0;
			list-style: none;
		}
		#TopLinks li A{
			color:#ffffff;	
			font-size:12px;
			float: left;	
			padding: 0px 0px 0px 16px;	/*top, right, bottom, left*/
			text-decoration:none;
		}
		#TopLinks li A:Hover{
			color:#ffffff;	
			font-size:12px;
			float: left;	
			text-decoration:underline;
		}

/*Products*/
#Products{
}
	#Products-Image-Border{
		margin: 0px 3px 0px 0px; 
		padding: 3px 3px 3px 3px;
		border: #444444 1px solid;
	}

	#Products H1{
		font-size: 14px;
	}

	#Products H2{
		font-size: 14px;
		color:#4D8D51;
	}

	#Products H3{
		font-size: 15px;
		color:#FF0000;
	}

	#Products-Details H1{
		font-size: 18px;
		color:#84553E;
	}
		
	#Products-Details H3{
		font-size: 15px;
	}		

	#Products-Details H4{
		font-size: 14px;
		color: #4D8D51;		
	}
	
	#Products-Details H5{
		font-size: 14px;
		color:#FF0000;		
	}	


			
/*Footer*/
#Footer{
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;	
	height: 252px;
	color: #444444;
}

		#Footer #Col-Left{
			width:720px;
			float: left;
			margin: 15px 0px 10px 5px;				
			border: #000000 0px solid;
		}

				#Footer #Col-Left #Cat-Col{
					color: #999999;
					width: 175px;
					float:left;
					margin-left: 2px;
					border:#000000 0px solid;
				}	
	
				#Footer #Col-Left H5{
				}		
				
				#Footer #Col-Left H6{
					color: #AAAAAA;				
					font-size:11px;
					padding-left: 20px;
				}
					
		#Footer #Col-Right{
			width:245px;
			float: right;
			margin: 15px 5px 10px 0px;								
			border: #000000 0px solid;
		}
						

/*Input*/		
Textarea, Input, Select{
	color:#000000;	
	font-family: Arial;	
	font-size:12px;
	padding:5px;
	border: 1px #CCCCCC solid;	
}

.Button{
	font-size:13px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	height: 30px;
	text-transform:uppercase;	
	background-image:url(images/bg_categories.gif);
	background-repeat:repeat-x;
	background-color: #6C4725;	
	border: #CCCCCC 2px solid;
}

.ButtonImp{
	font-size:13px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	height: 30px;
	text-transform:uppercase;	
	background-image:url(images/bg_redbutton.gif);
	background-repeat:repeat-x;
	background-color: #6C4725;	
	border: #CCCCCC 2px solid;
}

.ButtonGreen{
	font-size:13px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	height: 30px;
	text-transform:uppercase;	
	background-image:url(images/bg_greenbutton.gif);
	background-repeat:repeat-x;
	background-color: #339933;	
	border: #CCCCCC 2px solid;
}

/*Category Background*/
#Category {
	background-image:url(images/bg_categories.gif);
	background-repeat:repeat-x;
	padding: 6px 0px 6px 5px;
	color: #FFFFFF;
	margin: 1px 1px 3px 0px;
}

#SubCategory {
	padding: 2px 5px 0px 7px;
	font-size:11px;
	font-weight:bold;
}

#Doted-Line {
	padding: 1px 5px 0px 7px;
	background-image:url(images/doted_line.gif);
	background-repeat:repeat-x;
	height:6px;
}

/*Links*/
A:Link, A:Visited {
	text-decoration:underline;
	color:#84553E;
}
A:Hover {
	text-decoration:none;
}

A.Black:Link, A.Black:Visited {
	text-decoration:none;
	color:#444444;
}
A.Black:Hover {
	text-decoration:underline;
}

A.Gray:Link, A.Gray:Visited {
	text-decoration:none;
	color:#999999;
}
A.Gray:Hover {
	text-decoration:underline;
}

/*Text color, font, size*/
.TxtRed {
	color:#FF0000;
}

.TxtGrey {
	color: #999999;
}

/*Headings*/
H1{
	font-size: 20px;
}
H4{
	font-size: 15px;
}
H5{
	font-size: 13px;
}
H6{
	font-size:10px;
}