@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7a7b79;
	line-height:18px;
	width:100%;
	text-align:center;
}
body {
	background-color: #7f705e;
	background-image: url(../../images/bg_1.gif);
	background-repeat: no-repeat;
}

*{
margin:0;
padding:0;
}

#container{
	margin:0px auto 0px auto;
	width:942px;
	text-align:left;
}

p{
padding: 0 0 1em 0;
}

br{
padding: 0 0 0.5em 0;
}

.clearBoth{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}
#border{
	background:url(../../images/brdr_lr.png) repeat-y;
}

#bg_content_grad{
	width:902px;
	margin:auto;
	background:url(../../images/bg_content_grad.jpg) repeat-x;
	min-height:480px;
}

#header{
	background:url(../../images/header_bg.png) no-repeat;
	width:942px;
	height:205px;
}

#header_image{
	width:902px;
	margin:auto;
}

#container_content{
	padding-top:4px;
	width:902px;
	margin:auto;
}

#content_full{
	width:850px;
	margin:25px 0 0 35px;
}

#content_subnav{
	width:902px;
	margin:25px 0 0 35px;
}

#content_paragraph{
	width:600px;
	margin:25px 0 0 35px;
}

#content_left{
	float:left;
	width:535px;
	padding:25px 0 0 35px;
}

#content_right{
	float:right;
	width:300px;
}

#footer{
	background:url(../../images/footer.png) no-repeat;
	width:942px;
	height:49px;
}

/* ######## SUPPLIERS ######## */
#container_supplier{
	margin-right:45px;
	line-height:20px;
}

a.supplier:link {color:#b4bf9a; font-size:16px; text-decoration: none; }
a.supplier:visited {color:#b4bf9a; font-size:16px; text-decoration: none; }
a.supplier:hover {color:#b4bf9a; font-size:16px; text-decoration: underline; }
a.supplier:active {color:#b4bf9a; font-size:16px; text-decoration: none; }


/* ######## NAVIGATION ######## */
#navigation{
	text-align:right;
	height:35px;
	padding:166px 20px 0 0;
}

#dropmenudiv {
	position: absolute;
	border: none;
	font: normal 13px  Arial, Helvetica, sans-serif;
	line-height: 24px;
	z-index: 100;
	text-align: left;
	padding:10px;
}
#dropmenudiv a {
	color:#5d6d39;
	text-decoration: none;
	width: 100%;
	display: block;
	text-indent: 15px;
}
#dropmenudiv a:hover {
	background: #b4bf9a;
	color:white;
}

/* ######## SUB-NAVIGATION ######## */

#container_subnav {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	background:#B4C09A;
}

#container_subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

#container_subnav ul li { 
	display: inline; 
}

#container_subnav ul li a {
	text-decoration: none;
	padding: 5px 10px;
	color:#fff;
}

#container_subnav ul li a:hover {
	color: #fff;
	background:#9DA985;
}

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

a:link {color:#5d6d39; text-decoration: none; }
a:visited {color:#5d6d39; text-decoration: none; }
a:hover {color:#5d6d39; text-decoration: underline; }
a:active {color:#5d6d39; text-decoration: none; }

h1{
	font-size:28px;
	color:#5d6d39;
	font-weight:normal;
	padding:0 0 12px 0;
	line-height:28px;
}

h3{
	font-size:16px;
	color:#5d6d39;
	font-weight: bold;
	padding:20px 0px 5px 0px;
	margin:0px;
}

.copyRight{
	padding:40px 50px 0 0;
	color:white;
	font-size:9px;
	text-align:right;
}


/* ######## ReMooz ######## */

.list-products
{
	list-style: none;
	margin: 0;
}
 
.list-products li
{
	float: left;
	padding: 5px;
	text-align: center;
	height: 100px;
	width: 100px;
}

