body {
	background-color: #9db175;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.3em;
	color:#333333;
	text-align:justify;
}

#header {
	height: 105px;
	width: 700px;
}

.header-left{
	height:105px;
	width:42px;
	background-image:url(images/header-left.jpg);
	background-repeat:no-repeat;
	clear:right;
	float:left;
}

.header-logo{
	height:105px;
	width:160px;
	clear:right;
	float:left;
}

.header-right{
	height:105px;
	width:498px;
	float:left;
	background-image:url(images/header-right.jpg);
	background-repeat:no-repeat;
}

#nav {
	height: 29px;
	width: 700px;
	position:top;
}

.nav-bottom{
	width:700px;
	height:4px;
	background-color:d2ec9d;
	background-image:url(images/nav-bottom.jpg);
}

.edit-region{
	background-image:url(images/content-bckgrnd.jpg);
	background-repeat: repeat-y;
}

.shadow-left{
	width:20px;
	background-image:url(images/shadow-left.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.shadow-left-corner{
	width:20px;
	height:40px;
	background-image:url(images/shadow-left-corner.jpg);
	background-repeat:no-repeat;
}
	

.shadow-right{
	width:20px;
	background-image:url(images/shadow-right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.shadow-right-corner{
	width:20px;
	height:40px;
	background-image:url(images/shadow-right-corner.jpg);
	background-repeat:no-repeat;
}

#content {
	width:620px;
	background-image:url(images/content-bckgrnd.jpg);
	background-repeat: repeat-y;
	padding: 20px 40px 25px 40px;
	margin-top:0;
}

#content a{
	color:#9db175;
	/*text-decoration:underline;*/
}

h1 {
	font-size: 1.4em;
	color: #9db175;
	font-variant: small-caps;
}

.top{
	text-decoration:none;
}

h2 {
	font-size: 1.2em;
	color: #4c714b;
	text-transform: uppercase;
}

hr {
	height:1px;
	color:#ccc;
}

.back-to-top{
	text-align:right;
	padding-bottom:0;
	margin-bottom:0;
	color:#9db175;
}

.contact-form{
	background-color:#edf7d8;
	padding:5px 0 5px 15px;
	border-top:#9db175 1px solid;
	border-bottom:#9db175 1px solid;
	margin-bottom:15px;
}

.product{
	width:100%;
	float:left;
	border-bottom:#9db175 dotted 1px;
	padding:20px 0 30px 0;
}

.product-bottom{
	width:100%;
	float:left;
	padding:20px 0 0 0;
}

.product-h2{
	width:198px;
	border-bottom:#4c714b solid 1px;
}

.products-img{
	width:200px;
	float:left;
	padding-right:25px;
}

.products-text{
	width:395px;
	float:right;
	clear:right;
}

#footer {
	width: 700px;
	height:20px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

.shadow-bottom{
	width:620px;
	height:40px;
	color:#4c714b;
	font-size:9px;
	line-height:1em;
	padding:0 40px 0 40px;
	background-image:url(images/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}

.footer-l{
	height:34px;
	text-align:left;
	vertical-align: text-top;
	padding:6px 0 0 0;
}

.footer-r{
	height:34px;
	text-align:right;
	vertical-align: text-top;
	padding:6px 0 0 0;
}

.footer-r a{
	text-decoration:underline;
	color:#4c714b;
}

.footer-r a:hover{
	text-decoration:underline;
	color:#4c714b;
}

.footer-r a:visited{
	text-decoration:underline;
	color:#4c714b;
}
.red{
color:Red;
}
.error{
	color: Red;
	font-weight: bold;
	font-size: smaller;
}

