*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#6f5f3d;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

#index_header h1
{
	text-indent:-9999px;
}

h2
{
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	color:#fff;
	margin-bottom: 10px;
}

/* LIST STYLES *************************/

ul
{
	list-style-type: none;
}

li
{
	list-style-type: none;
	margin-bottom: 3px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
}

/* LAYOUT DIVS *************************/
#wrapper
{
	text-align:left;
	margin-top:59px;
	text-align:center;
}

#index_image
{
	background:url(../images/main_image.jpg) no-repeat 55%;
	height:308px;
}

#index_header
{
	float:left;
	width: 100%;
	display: inline;
	background:url(../images/index_left.gif) repeat;
	height:308px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}

ul#products
{
	position:relative;
	margin-top:-325px;
	width:120px;
	float:left;
	display: inline;
}

#content_wrapper
{	
	clear:both;
	text-align:left;
	width:1064px;
	margin:0 auto;
}

#content
{
	float:left;
	display:inline;
	height:150px;
}

ul#contact_us
{
	margin-top:60px;
	margin-left:-120px;
	float:left;
	display:inline;
}

#logo
{
	margin-top:25px;
	margin-left:225px;
}

#index_nav
{	
	width: 130px;
	margin-left:925px;
	border-right:1px solid #fff;
	padding-right:8px;
}

#index_nav ul#nav
{
	padding-top:100px;
	text-align:right;
	
}