
html 
{
	margin: 0;
	padding: 0;
	overflow-x:hidden; 
}
	
body 
{ 
	 
    font-size:12px;
	color:#000;
	background-color:#c3cd99;
	 
    margin: 0; 
	padding: 0;
	 
	font-family:Georgia, "Times New Roman", Times, serif;
}

	

#main_container
{
	background-image:url("../images/background.png");
	background-position:0 0;
	background-repeat:repeat-y;  
	width:1100px;
	 
	margin: 0px  auto; 
	
}


h1
{
	color:#a84d0f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	text-transform:uppercase;
	margin: 0 0 15px 0;
}

h1 span.first
{
	font-size:60px;
}

h2, h4
{
	color:#a84d0f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin: 20px 0 10px 0;
}

h3
{
	text-align: left;
	color:#a84d0f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 0 0 4px 0;
}

#shopping h3
{
	font-size:20px;
	margin: 20px 0 20px 0;
}

#content
{
	float: right;
	margin-right: 25px;
	width: 712px;
	padding-bottom:31px;
}


#content table.contact
{
	margin-left:30px;
	margin-top:5px;
	margin-bottom:5px;
    color: #000;
    float:left;
    border:0; 
    cellpadding:3px;
	cellspacing:0px;
    align:left; 
	width:55%;
}

#content div.left_div
	{
		float:left; 
		width:690px;
		margin-bottom:10px;
	}
	


#content ul.list
{
	list-style: disc outside none; 
	margin-left:50px;
	margin-bottom:15px;
}

#content img.left_side
{
	float:left;
	display:block;
	margin:0 15px 15px 15px;
	width:200px;
}

p
{
	margin:0 0 15px 0;
	line-height: 17px;
}
#content strong
{
	/*color:#95542d;*/
}

a
{
	outline:none;
	color:#000000;
} 

a:hover
{
	 color:#93a445;
}

#container_div 
{ 
    width: 980px;
	padding: 0px;
	margin: 0px  auto; 
	 
     
	background-color:#FFF;
	/*background-image:url("../images/box.png") no-repeat;
	z-index:10;*/
}

#waves
{
	width:980px;
	height:18px;
	background-color:#FFF;
	background:url("../images/waves/waves.png") 3px 0px   no-repeat;
}

#logo
{
	width:420px;
	height:88px;
	background-color:#FFF;
	background:url("../images/logo.jpg") no-repeat;
	position:relative;
	float:left;
}

 


#navigation_div
{}
 
#navigation_div ul
{
	list-style: none outside none;/*type position image*/	
}

#navigation_div span.first_letter
{
	font-size:17px;
}
#navigation_div li
{
	padding-top:74px;
	padding-left:26px;
	
	
	text-transform:uppercase;
	float:left;
	width:85px;
	 
	height:16px;
	background:url("../images/line_arrow.jpg") no-repeat;
	
	cursor:pointer;
	display:block;
	 
}

#navigation_div a 
{
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bolder;
	color:#a84d0f;
}

#navigation_div a:hover, #navigation_div a.active
{
	color:#93a445;
}

#header_div img
{
	clear:both;
	padding:0;
	margin:0;
	padding-top:20px;
	display:block;
}

#left
{
	padding:0;
	margin:0;
	width:212px;
	height:441px;
	background:url("../images/left.jpg") 1px 0 no-repeat;
	float:left;
}


#left ul
{
	list-style: none outside none;/*type position image*/	
	margin-top:80px;
	text-indent:50px;
	margin-left:12px;
	padding-bottom:5px;	 
}


#left li
{
	
	 
	padding-top:9px;
	 
	width:200px;
	height:24px;
	background:url("../images/sub.png") no-repeat;
}

 


#left li a 
{
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform: uppercase;
	font-variant:small-caps;
	font-weight:bolder;
	
	color:#a84d0f;
}

#left li a:hover, #left li a.active
{
	color:#93a445;
}

#left span.first_letter
{
	font-size:17px;
}
