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

body {
	color: #488642;
	font-family: "Times New Roman", Georgia, Times, serif;
	background-color: #f1f6e4;
	font-size: .9em;
	line-height: 1.3em;
}
p {
	margin-bottom: 0;
}
a {
	text-decoration: none;
	color: #FF9F55;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	color: #D47F00;
	font-weight: bold;
}
.about-us{
	margin-top: 0;
	color: #018d40;
}
.image{
	float: right;
	padding: 10px 0 10px 10px;
}
.image-left{
	float: left;
	padding: 10px 10px 10px 0;
}
#search-box {
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}
.button{
	padding: 2px 0;
	margin: 5px 0;
}
#pagewrapper{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#top{
	margin: 0;
	padding: 0;
	width: 750px;
	height: 20px;
	background-image: url(images/top-bg.gif);
}
#header{
	width: 710px;
	height: 120px;
	background-color: #FFFFFF;
	background-image: url(images/header-1.jpg);
	background-repeat: no-repeat;
	margin:0 0 20px 0;
}
#content-wrapper{
	margin: 0;
	padding: 0 20px 0 20px;
	width: 710px;
	background-color:#FFFFFF;
	background-image: url(images/wrapper-bg.gif);
	background-repeat: repeat-y;
	float: left;
}
#sidebar {
	width: 160px;
	padding-right: 10px;
	float: left;
}
/* #sidebar-top{
	width: 160px;
	height: 20px;
	background-image: url(images/menu-top-bg.gif);
	background-repeat: no-repeat; 
}
#sidebar-bottom{
	width: 160px;
	height: 20px;
	background-image: url(images/menu-bottom-bg.gif);
	background-repeat: no-repeat; 
}
#sidebar-center{
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/menu-center-bg.gif);
	background-repeat: repeat-y;
}*/
#product-menu {
	margin: 0;
	padding: 0;
}
#product-menu li {
	list-style: none;
	padding: 5px 0;
}
#legals {
	margin: 0;
	padding: 0;
}
#legals li {
	list-style: none;
	padding: 5px 0;
}
#content {
	width: 515px;
	margin: 0 0 20px 0;
	padding-left: 20px;
	float: left;
	border-left: #FF9F55 dashed 1px;
	background-color: #FFFBF0;
}
#bottom{
	margin-bottom: 0;
	padding: 0;
	width: 750px;
	height: 20px;
	background-image: url(images/bottom-bg.gif);
	clear: both;
}
#footer{
	background-color: #f1f6e4;
	margin-top: 0;
	padding-top: 5px;
	width: 750px;
	height: 50px;
	text-align: center;
	font-size: .8em;
}
#footer a{
	color: #555F00;
}