@charset "UTF-8";
/* CSS Document */

body {
	background-color: #141413;
	margin: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fbeba1;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f3d40e;
	line-height: 1.1pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fbeba1;
	line-height: 1.0pt;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fef5cc;
	text-decoration: underline;
	}

a:hover {
	color: #f3d40e;
	}

.text_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f3d40e;
	}


#main_container {
	background: url(../images/bg02.jpg) repeat-x;
	background-color:#000000;
	margin: 0;
	padding: 0 0 10px 0;
	text-align:left;
	width:100%;
}

#bg_container {
	background:url(../images/header_bg.jpg) no-repeat; 
	width: 1152px;
	margin: 0 auto;
	}
	
#body_container {
	text-align: left;
	margin: 0 auto;
	width: 859px;
	padding: 1px 0 0 0;
	clear: both;
	}
	
#header {
	margin: 43px 0 0 0;
	}
	
	.header img {
		
	}
	

/*NAVIGATION*/
#nav {
	background: url(../images/nav_bg.jpg) no-repeat;
	height: 44px;
	margin: 0;
}
	#nav ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 0 0 0 142px;
		padding: 13px 0 0 0;
		width: 601px;
		height: 17px;
		}
		
	#nav li {
		display: inline;
		margin: 0;
		padding: 0;
		
		}

	#nav ul li a {
		border: none;
		float:left;
		margin: 0px;
		text-indent:-9999px;
		}
		
		#nav ul li a.home {
			background:transparent url(../images/nav_home.jpg) no-repeat  scroll top;
			width: 50px;
			height: 17px;
			margin: 0 39px 0 0;
			padding: 0px;
			}
			
		#nav ul li a.products {
			background:transparent url(../images/nav_products.jpg) no-repeat scroll top;
			width: 85px;
			height: 17px;
			margin: 0 38px 0 0;
			padding: 0px;
			}
			
		#nav ul li a.about {
			background:transparent url(../images/nav_about.jpg) no-repeat scroll top;
			width: 80px;
			height: 17px;
			margin: 0 37px 0 0;
			padding: 0px;
			}
			
		#nav ul li a.heritage {
			background:transparent url(../images/nav_heritage.jpg) no-repeat scroll top;
			width: 134px;
			height: 17px;
			margin: 0 36px 0 0;
			padding: 0px;
			}
		
		#nav ul li a.contact{
			background:transparent url(../images/nav_contact.jpg) no-repeat scroll top;
			width: 74px;
			height: 17px;
			margin: 0;
			padding: 0px;
			}
		
		#nav ul li a:hover {
			background-position: bottom;
			}


/*MAIN BODY CONTENT*/
#main_body {
	background-color: #000000;
	height: 316px;
	border: #f8db21 1px solid;
}


	#home_textbox {
		background: url(../images/home_text_bg.jpg) #000000 no-repeat;
		margin: 7px 10px 7px 6px;
		padding: 10px;
	    width: 301px;
		height: 285px;
		float: left;
		}	
		
	#home_picbox {
		background: url(../images/main_homepic.jpg) no-repeat;
		width: 513px;
		height: 300px;
		margin: 7px 6px 7px 0;
		float: left;
		}
		
		#home_picbox img {
			margin: 162px 0 0 11px;
			padding: 0;
			}
		
		#home_picbox a {
			border: none;
			}	
			
#subpage_body {
	background-color: #000000;
	border: #f8db21 1px solid;
	margin: 0;
	padding: 0;
}
	
	#subpages_textbox {
		background: url(../images/body_bg.jpg) #000000 no-repeat;
		margin: 7px 10px 7px 6px;
		padding: 10px 10px;
	    width: 825px;
		}
		
	#product_wrap {
		width: 700px;
		border: #666666 1px solid;
		padding: 10px 10px;
		margin: 20px auto;
		}
	
	#product_wrap h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #fdeb83;
		margin: 0;
		padding: 0;
		line-height: 1.2em;
	}
		
	#product_info {
		width: 700px;
		height: 220px;
		
		}
		
	#product_pic {
		margin: 8px 0 0 0;
		float: left;
		}
		
	#product_details {
		width: 460px;
		margin: 0 0 0 30px;
		float: left;
		}
	
		
		
/*CALLOUTS*/
#callouts {
	height: 233px;
	width: 859px;
	margin: 8px 0 0 0;
	}
	
	#newsletter {
		background: url(../images/newsletter_bg.jpg) no-repeat;
		width: 335px;
		height: 189px;
		margin: 0 8px 0 0;
		float: left;
		}
		
		#news_content {
			 margin: 21px 0 0 18px;
			 padding: 0;
			}
			
		#news_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	margin-top: 4px;
			}
	
	#products_callout {
		background:url(../images/products_bg.jpg) no-repeat;
		width: 516px;
		height: 189px;
		float: left;
		}
		
		#products_content {
			margin: 21px 0 0 18px;
			padding: 0;
			}
			
		.products_image {
			margin: 15px 0 0 0;
			float: left;
			}
			
			#featured_products {
				width: 140px;
				float: left;
				margin: 6px 6px 0 0;
				padding: 0;
				}
				
				#featured_products a {
					color: #000000;
					}
			
			#featured_products img{
				margin: 20px 0 0 0;
				float: left;
				}
				
			#featured_products p {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000;
				line-height: 14px;
				}
			
			#featured_products h3 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 18px;
				color: #000;
				margin: 0;
				padding: 0;
				line-height: 1.2em;
				}
		

		
/* FOOTER*/			
#footer {
	background: url(../images/footer_bg.jpg) #141413 repeat-x;
	height: 96px;
	clear:both;
	}
	
	#footer_content {
		width: 840px;
		margin: 0 auto;
		}
		
	
	#footer p {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 1.4em;
	color: #fef5cc;
	}
	
	#footer a:link, a:visited {
	font-size: 11px;
	color: #fef5cc;
	background: inherit;		
	}
	
	#footer a:hover {
		color: #f3d40e;
	}
	
	#footer a:active {
	font-size: 11px;
	color: #fef5cc;
	background: inherit;		
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


/* LIGHTBOX */	

a img{
	border:none !important;
}

#lightbox h2{
	margin:0 0 1em 0;
	color: #000000;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}

