*
{
	margin:0;
	padding:0;
}

body
{
	font-family: Arial;
	color: #000;
	font-size:12px;
	line-height: 1.3em;
}

h1, h2
{
	display:none;
}

h3
{
	font-size: 22px;
	color:#a89d7f;
	margin-bottom:10px;
}

h4
{
	font-size: 11px;
	color:#a89d7f;
	margin-bottom:10px;
}

ul
{
	list-style-type: none;
}

p
{
	margin-bottom: 20px;
}

em
{
	color: #00713d;
	font-style: normal;
	font-weight: bold;
}

dd, dt
{
	display: inline;
}

a
{
	text-decoration: none;
}

#container
{
	margin:0 auto;
	border:6px solid #000;
	width: 995px;
	background: url(../images/brown-checkered.gif) repeat-y;
	position: relative;
}

#header
{
	background:#00713d;
	height:34px;
	padding: 16px 30px 0 30px;
}

#content
{
	margin: 43px 30px 23px 195px;
}

#logo
{
	position:absolute;
	left:5px;
	top:12px;
}

/******
	Navigation
******/
#nav
{
	margin-left:165px;
	font-size: 16px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a:link, #nav a:visited
{
	color:#FFFFFF;
}

#nav a:hover
{
	color: #c8ae2e;
}

#nav li
{
	margin-top:3px;
	margin-left:17px;
}

/******
#nav
{
	margin-left: 165px;
}

#nav li
{
	float: left;
	margin-left: 60px;
}

#nav li.order
{
	margin-left:0;
}

#nav li a
{
	display: block;
	text-indent:-1000em;
	overflow: hidden;
	height:20px;
	font-size:0;
}

#nav li.order a
{
	background: url(../images/order.gif) top left no-repeat;
	width: 111px;
}

#nav li.catalog a
{
	background: url(../images/catalog.gif) top left no-repeat;
	width: 108px;
}

#nav li.about-us a
{
	background: url(../images/aboutus.gif) top left no-repeat;
	width: 79px;
}

#nav li.about a
{
	background: url(../images/about.gif) top left no-repeat;
	width: 128px;
}

#nav li.contact a
{
	background: url(../images/contact.gif) top left no-repeat;
	width: 119px;
}

#nav li a:hover, #nav li.active a
{
	background-position: 0 -20px;
}
*****/

/*****
	Footer nav
*****/

ul#footer
{
	background: url(../images/footer-nav.gif);
	width: 208px;
	height:22px;
	line-height:22px;
	text-align: right;
	position: absolute;
	bottom:0;
	right:0;
	font-weight: bold;
	padding-right: 10px;
	font-size:13px;
}

ul#footer a
{
	color: #207042;

}

ul#footer a:hover
{
	color: #c8ae2e;
}

ul#footer li
{
	display: inline;
}
	

/*****
	Clearfix
*****/

.section:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hide from IE Mac \*/
.clearfix 
{
	display:block;
}
/* End hide from IE Mac */


