/*HEADERS*/
	body 
	{
		height:100%; 
		overflow-y: auto; 
		margin:0; 
		border:0; 
		padding: 0; 
		background:black;
		font: 14px arial, sans-serif;
	}

	div#page 
	{
		width:784px; 
		margin: 103px 0 0 0; 
		border-right: 1px solid #7C6024;
		border-bottom: 1px solid #7C6024;
		padding: 0;
		background:#AC946A url("images/pagebg.gif"); 
	}

/*CONTENT*/

	div#content
	{
		float: right;
		width: 600px;
		margin: 0;
		padding: 0 3px 5px 5px;
	}

	h1
	{
		margin: 0;
		padding: 8px 5px 0 0;
		
		font: bold 26px georgia, serif;
		color: white;
		text-transform: uppercase;
		text-align: right;
	}

	h1:first-letter
	{
		font: bold 32px georgia, serif;
	}

	h2
	{
		font: bold 24px georgia, serif;
		color: #433623;
		text-transform: uppercase;
	}

	h2:first-letter
	{
		font: bold 28px georgia, serif;
	}
	
	h3
	{
		margin: 7px 0 0 0;
		font: bold 18px georgia, serif;
		color: #5A161A;
		text-transform: uppercase;
	}

	h3:first-letter
	{
		font: bold 23px georgia, serif;
	}
	
	h3.small:first-letter
	{
		font: bold 18px georgia, serif;
	}
	
	p.retailer
	{
		margin: 5px 0 0 15px;
	}
	
	div.hr
	{
		clear: both;
		margin: 10px 0 0 0;
		border-top: 3px dashed #7C6024;
		padding: 10px 0 0 0;

	}

	a:link, a:visited, a:active
	{
		font-weight: bold;
		color: #2C4B50;
		text-decoration: none;
	}

	a:hover
	{
		color: #355C63;
	}

	li
	{
		margin: 6px 0 0 0;
		list-style: none;
		font: 13px arial, sans-serif;
	}
		
	img
	{
		border: 0;
	}

	img.product
	{
		float: left;
		margin-top: 6px;
		margin-right: 10px;
		margin-left: 8px;
	}

	img.tall
	{
		margin-bottom: 57px;
	}

	div#testimonial
	{
		display: none;
	}

	/*   \*/
	div#testimonial
	{
		display: block;
		border: 2px dashed #7C6024;
		padding: 0 5px 0 5px;
		font: italic 12px arial, sans-serif;
		text-align: justify;
	}
	/* End  */

	div#testimonial img
	{
		float: right;
		margin: 3px 0 10px 15px;
		border: 1px solid black;
	}

	img#packcolors
	{
		margin: 10px 0 0 0;
		border: 1px solid black;
	}

	.caption
	{
		font: italic 12px arial, sans-serif;
	}

/*HOME*/
	img#feature
	{
		display: none;
	}
	
	/*  \*/
	img#feature
	{
		display: block;
		float: left;
		margin: 0 10px 0 -10px;
	}
	/* End */
	

	div#home
	{
		margin: 5px 0 0 5px;
		border: 2px dashed #7C6024;
		padding: 0 5px 0 5px;
	}

	p.home
	{
		margin: 15px 15px 0 5px;
		font: bold 15px arial, sans-serif;
		text-align: justify;
	}

	div.highlight
	{
		width: 535px;
		margin: 25px 0 0 0;
	}

	div.highlight img
	{
		float: left;
		margin: 0 8px 0 0;
	}

	h3.jimhorn
	{
		width: 224px;
		margin: 20px 0 0 260px;
		padding: 15px 0 13px 3px;
		background: url("images/highlight.gif");
		background-repeat: no-repeat;
		font: bold 17px georgia, serif;
		text-transform: normal;
		text-align: center;
	}

	h4
	{
		font: bold 16px arial, sans-serif;
	}
	
	p.siteby
	{
		clear: both;
		margin: 15px 0 5px 0;
		font: 11px arial, sans-serif;
		text-align: center;
		color: #222;
	}

	p.siteby a:link, p.siteby a:visited, p.siteby a:active
	{
		font-weight: normal;
		color: #222;
	}

	p.siteby a:hover
	{
		color: #000;
	}

/*MATHEWS PAGE*/
	h3.mathews
	{
		color: black;
	}

	p.mathews
	{
		margin: 0;
		text-align: center;
		font: 12px arial, sans-serif;
	}
	
	div.mathews
	{
		border-color: black;
	}

	img.mathews
	{
		margin-top: 14px;
		margin-right: 12px;
		margin-left: 0;
	}

/*FOOTERS*/
	div#footer
	{
		clear: both;
		width: 784px;
		height: 18px;
		margin: 5px 0 0 0;
		border-top: 1px solid #7C6024;
		padding: 0;
		background-color: #355C63;
		background-image: url("images/footer.gif");
		background-repeat: repeat-x;
		font: 11px arial, sans-serif;
	}

	div#copyright
	{
		top: 1px;
		left: 3px;
		margin: 0;
		padding: 0;
		color: #CFB994;
	}

	div#newvendor
	{
		float: right;
		clear: none;
		width: 191px;
		margin: 0;
		padding: 0;
	}

	div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
	{
		color: #CFB994;
	}
	#top
	{
		display:block; 
		position: fixed;
		top: 0;
		left: 0; 
		width:784px; 
		height: 120px;
		margin: 0;
		border-right: 1px solid #7C6024;
		padding: 0;
		background: url("images/top.gif");
	}

	* html #top
	{
		position:absolute;
	}

	#top div
	{
		display: block;
		float: right;
		margin: 80px 5px 0 19px;
	}

	#menu 
	{
		display:block; 
		position:fixed; 
		top:100px; 
		left: 2px; 
		width:165px; 
		margin: 0;
		padding: 20px 0 0 0;
	}

	* html #menu 
	{
		position:absolute;
	}

	div#menu div
	{
		margin: 4px 0 6px 0;
		padding: 5px 0 5px 1px;
		background: url("images/menubg.gif");
	}

	.inactive:link, .inactive:visited, .inactive:active
	{
		font: bold 13px arial, sans-serif;
		color: black;
	}

	.inactive:hover, .active:link, .active:visited, .active:hover, .active:active
	{
		font: bold 13px arial, sans-serif;
		color: white;
	}

