/* CSS Document */
body{
background-image:url(images/bg.jpg);
margin:0px;
font-family:Arial, Helvetica, sans-serif;
color:#454545;
font-size:12px;
background-color:#698b04;
}
.content{
line-height:18px;
padding-right:10px;
}
.content strong{
color:#228DBA;

}
.content a{
font-weight:bold;
	color:#228DBA;
	text-decoration:none;
}
.content a:hover{
	color:#467900;
	font-weight:bold;
	text-decoration:none;
}
.header_topheight_color{
height:25px;
}

.header_bottomheight_color{
height:20px;
}

.header_bg_line{
background-color:#dde3e3;
height:3px;
}
.home-line-active{
background-image:url(images/home-line.jpg);
background-repeat:no-repeat;
height:3px;
}
.aboutus-line-active{
background-image:url(images/about-us-line.jpg);
background-repeat:no-repeat;
height:3px;
}
.products-line-active{
background-image:url(images/products-line.jpg);
background-repeat:no-repeat;
height:3px;
}
.contactus-line-active{
background-image:url(images/contact-us-line.jpg);
background-repeat:no-repeat;
height:3px;
}
.home-line-inactive{
height:3px;
}
.aboutus-line-inactive{
height:3px;
}
.products-line-inactive{
height:3px;
}
.contactus-line-inactive{
height:3px;
}
.height4{
height:4px;
}
.logopadding{
padding-left:15px;
}
.bgcontent{
background-image:url(images/bgcontent.jpg);
background-repeat:repeat-y;
width:51;
}

.bgproducts{
height:19px;
background-image:url(images/products_bg_l.jpg);
background-repeat:repeat-x;
}
.product_link{
	font-size:12px;
	color:#454545;
	text-decoration:none;
	background-image:url(images/arrow.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
}
.product_link a{
	color:#454545;
	text-decoration:none;
}
.product_link a:hover{
	color:#467900;
	text-decoration:none;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:16px;
}
.footer a{
	color:#000000;
	text-decoration:none;
}
.footer a:hover{
	color:#228DBA;
	text-decoration:underline;
}
.imgboarder{
border-color:#cbcecf;
border-width:1px;
}
.error{
color:#228DBA;
}