body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	margin: 0px;
	padding: 0px;
}
.form-input  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCC;
	width: 200px;
	margin-bottom: 10px;
}
.form-text  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCC;
	width: 300px;
	margin-bottom: 5px;
}
.form-submit  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #769941;
	font-size: 11px;
	border: 1px none #CD0000;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}


#line {
	background-color: #617E29;
	height: 10px;
	width: 100%;
}
#header {
	background-image: url(../img/bg_menu_top.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 220px;
	float: none;
}
#header .box {
	height: 220px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header .box .logo {
	float: left;
}
#.header .box .menu {
	float: right;
	height: 35px;
	margin-top: 15px;
}
#header .box .menu {
	float: right;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 15px;
}
#header .box .menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#header .box .menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #ccc;
	font-size: 21px;
}
#header .box .menu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	text-decoration: none;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
}
#header .box .menu li a:hover {
	color: #333;
	text-decoration: none;
	padding-bottom: 10px;
}
#header .box .menu .active a {
	color: #333;
	padding-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
#middle {
	width: 100%;
	background-image: url(../img/bg_middle.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
}
#middle .box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_content.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
	overflow: hidden;
}
#left_col {
	float: left;
	width: 160px;
	background-image: url(../img/bg_submenu.gif);
	background-repeat: no-repeat;
	padding: 10px;
	min-height: 400px;
}





#left_col h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #769941;
}
#left_col .menu {
	margin: 0px;
	padding: 0px;
}
#left_col .menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left_col .menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_col .menu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	width: 150px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#left_col .menu li a:hover {
	color: #333;
	text-decoration: none;
}
#left_col .menu a.active  {
	color: #333;
	background-color: #FFF;
}
#left_col .menu .noborder a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left_col .menu .sub ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left_col .menu .sub li  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_col .menu .sub li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	width: 140px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 15px;
	font-weight: normal;
}
#left_col .menu .sub li a:hover {
	color: #333;
	text-decoration: none;
}
#left_col .menu .sub a.active  {
	color: #333;
	background-color: #FFF;
}
#left_col .menu .sub .noborder a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#content2 {
	float: left;
	width: 760px;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}


#content2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
}
#content2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	float: left;
	display: block;
	width: 650px;
}
#content2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-style: italic;
}

#content2 .logo {
	float: right;
	text-align: right;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 100px;
}
#content2 .del {
	text-align: center;
	background-color: #E0E0E0;
	height: 1px;
	width: 760px;
}
#content2 .bg {
	background-repeat: no-repeat;
	background-image: url(../img/bg_price.jpg);
	width: 760px;
	overflow: hidden;
	
}

#content2 .price {
	font-weight: bold;
	color: #769941;
	font-size: 12px;
}
#content2 .red {
	color: #B00;
}



#content2 .img_left {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#content2 .img_right {
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}





#content {
	width: 940px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 10px;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #769941;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-style: italic;
}
#content .center {
	width: 940px;
	text-align: center;
	padding-top: 40px;
}
#content .contact {
	line-height: 24px;
}
#content .space {
	font-size: 9px;
}



#content .img_left {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .img_right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#footer {
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	height: 130px;
	width: 100%;
	float: left;
	background-color: #FFF;
	padding-bottom: 30px;
}
#footer .box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	padding-bottom: 10px;
}
#footer .box .menu {
	float: right;
	padding-top: 9px;
	padding-bottom: 13px;
}

#footer .box .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer .box .menu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9D194;
	padding: 0px;
	margin: 0px;
}
#footer .box .menu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DCE8CA;
	text-decoration: none;
	padding-right: 21px;
	padding-left: 19px;
}
#footer .box .menu li a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer .box .menu .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer .box .info {
	padding: 20px;
	width: 960px;
	float: left;
}
#footer .box .info .copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	float: left;
}
#footer .box .info .copy .green {
	color: #76993F;
	font-weight: bold;
}
#footer .box .info .made {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	float: right;
	text-align: right;
}
#footer .box .info .made a {
	color: #76993F;
	font-weight: bold;
	text-decoration: none;
}
