@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#c9e577;	}
#wrapper{
	margin:0 auto;
	width:900px;
	height:auto;
	background-color:#f3f3b4;
	
	}
header{
	width:900px;
	height:120px;
	background-image:url(images/logo.jpg);
	}
a{
	text-decoration:none;
	}
.text1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	}
.borderToHomeProduct{
	border:1px #003300 solid;
	margin-top:30px;
	}
.heading{
	font-family: Verdana, Arial, Helvetica, sans-serif, Renfrew;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #45451f;
	margin:30px 0px 20px 0 ;
}
nav a:hover{
	color:#99FF99;
	}
a.current{
	color:#99FF99;
	}
.subheading{
	font-family: Verdana, Arial, Helvetica, sans-serif, Renfrew;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #1e1e1d;
	margin:5px 0;
	}
.parafont{
	font-family: Verdana, Arial, Helvetica, sans-serif, Renfrew;
	font-size: 12px;
	color: #1e1e1d;
	line-height:20px;
	text-align:justify;
	font-weight:lighter;
	}
.services{
	padding:0 20px;
	width:860px;
	height:auto;
	}
footer{
	background-color:#26310F;
	width:100%;
	height:30px;
	padding:10px 0 0 0;
	}
footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif, Renfrew;
	font-size: 11px;
	color:#000;
	
	}

footer a:hover{
	color:#dbd6d6;
	text-decoration:underline;
	}
img:hover{
	opacity:0.8;
	}
.table-head{
	font-size:12px;
	font-weight:bold;
	color:#030;
	}
.border-to-img{
	border:#FFF 3px solid;
	border-radius:0 20px 0 20px;
	-moz-border-radius:0 20px 0 20px;
	-webkit-border-radius:0 20px 0 20px;
	}