/* CSS Document */

img, div, a { behavior: url(iepngfix.htc) }

body {
	margin: 0px;
	padding: 0px;
	color: #806244;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(../images/wallpaper_bg.jpg);
}

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

a:hover,  a:link:hover, a:visited:hover, a:active:hover{
	color: #571C1F;
	font-weight: bold;
}

img {
	padding: 0;
	margin: 0;
}

h3 {
	margin: 0;
	padding: 10px 0 0 30px;
	background: #FFFFFF url(../images/h3_bg.gif) no-repeat left top;
	font-size: 16px;
}

#header-container {
	background: #FFFFFF url(../images/bg_top.gif) top repeat-x;
	height: 125px;
}

#header-1 {
	margin: 0 auto;
	width: 720px;
	height: 35px;
}

#header-2 {
	margin: 0 auto;
	width: 720px;
	height: 31px;
}

#header-3 {
	margin: 0 auto;
	width: 720px;
	height: 59px;
	vertical-align: top;
}

#body-container {
	background: #FFFFFF url(../images/gradient_bg.jpg) bottom repeat-x;
}

#body-content {
	margin: 0 auto;
	padding-right: 270px;
	width: 450px;
	background: #FFFFFF;
	min-height: 310px;
    height: auto !important;
    height: 310px;
}

#body-content p {
	margin: 10px 30px;
	font-size: 12px;
	text-align: justify;
}

#body-content-full {
	margin: 0 auto;
	padding-right: 30px;
	width: 690px;
	background: #FFFFFF;
	min-height: 310px;
    height: auto !important;
    height: 310px;
}

#body-content-full p {
	margin: 10px 30px;
	font-size: 12px;
}

#body-bottom {
	margin: 0 auto;
	width: 720px;
	height: 57px;
	background: #FFFFFF url(../images/body_bottom_bg.gif)  top no-repeat;
}

#footer-container {
	background: #FFFFFF url(../images/bg_bottom.gif) top repeat-x;
	height: 52px;
}

#footer {
	margin: 0 auto;
	padding-top: 19px;
	width: 720px;
	height: 20px;
	background-color: #571c1f;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:link:hover, #footer a:visited:hover, #footer a:active:hover{
	color: #806244;
}

.clr {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

/*----------- srart of nav ---------------*/

#header-2 dl { margin: 0; padding: 0; text-align:center; }

/* IE5 Mac Hack \*/ 
#header-2 { 
			margin: auto;
} 
/*/ 
#header-2{ padding-left: 0px; overflow: hidden; } 
/* End Hack */

#header-2 dt{ float: left; height: 31px; }

#header-2 dt a{
	display: block;
	height: 0px !important;
	height /**/:31px; /* IE 5/Win hack */ 
	padding: 31px 0px 0px 0px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#header-2 dt a:hover{
	background-position: 0px -31px;
}

#header-2 dt.seprator { width: 4px; background-image: url(../images/mainmenu_seprator.gif); text-align: center;}
#header-2 dt#header-2-logo { width: 277px; background-image: url(../images/header_logo_1.gif); text-align: center;}

#header-2 dt#ourproducts,
#header-2 dt#ourproducts a{ width: 79px; background-image: url(../images/main_ourproducts.gif); text-align: center;}

#header-2 dt#ourstory,
#header-2 dt#ourstory a{ width: 55px; background-image: url(../images/main_ourstory.gif); text-align: center; }

#header-2 dt#family,
#header-2 dt#family a{ width: 82px; background-image: url(../images/main_family.gif); text-align: center; }

#header-2 dt#careers,
#header-2 dt#careers a{ width: 47px; background-image: url(../images/main_careers.gif); text-align: center; }

#header-2 dt#trade,
#header-2 dt#trade a{ width: 92px; background-image: url(../images/main_trade.gif); text-align: center; }

#header-2 dt#contact,
#header-2 dt#contact a{ width: 68px; background-image: url(../images/main_contact.gif); text-align: center; }


body.ourproducts dt#ourproducts,
body.ourproducts dt#ourproducts a,
body.ourproducts dt#ourproducts a:hover,
body.ourstory dt#ourstory,
body.ourstory dt#ourstory a,
body.ourstory dt#ourstory a:hover,
body.family dt#family,
body.family dt#family a,
body.family dt#family a:hover,
body.careers dt#careers,
body.careers dt#careers a,
body.careers dt#careers a:hover,
body.trade dt#trade,
body.trade dt#trade a,
body.trade dt#trade a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover{
	background-position: 0px -31px;
}
