/* //////////////////////////////////////////////////////////////////////// */
/* GREEN STYLE SHEET */
/* Logic Red Design  */
/* //////////////////////////////////////////////////////////////////////// */

body {
	font-family:tahoma; 
	font-size: 12px; 
	line-height: 18px; 
	color: #363636;
	background: #4E4E4E url(../images/green/background.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}

#template {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

#header {
	height: 138px;
	background: url(../images/green/header.jpg) 0 0 no-repeat;
}

#footer {
	height: 100px;
	width: 650px;
	background: url(../images/green/base.jpg) 0 0 no-repeat;
}

#top {
	margin-top: 10px;
	height: 28px;
	width: 650px;
	background: url(../images/green/top.jpg) 0 0 no-repeat;
}

#menu {
	font-family: arial;
	text-align: center;
	height: 35px;
	padding: 0;
	margin: 0;
	width: 735px;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#menu li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

#menu a {
	height: 35px;
	border-right: none;
	padding: 0 20px 0 20px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 29px;
	
	/* border-left: 1px solid #7CB704; */
	color: #f5d7b4;
	font-size: 14px;
	float: left;
}

#menu li a:hover {
	color: white;
	background: Black;
	background: url(../images/menu_back_hover.jpg) 100% 0 no-repeat;
}

#mainbody {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: white;
}

#mainbody li {
	list-style: circle;
	margin-left: 15px;
	text-indent: 15px;
}

.heading {
	font-family: georgia;
	font-size: 24px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.heading2 {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
}

a {
	text-decoration: underline; 
	color:#6DB138;
}

a:hover {
	text-decoration: underline; 
	color:#332809;
}

.inputbox {
	background: #ffffff url(../images/inputbackground.gif) no-repeat ;
}

.image-border {
	border: 1px solid #BABABA;
	padding: 2px;
}

body#index a#index,
body#about a#about,
body#services a#services,
body#faqs a#faqs,
body#gallery a#gallery,
body#contact a#contact {
	color: #fff;
	background: Black;
	background: url(../images/menu_back.jpg) 100% 0 no-repeat;
	border-left: 1px solid #6A9B04;
	border-right: 1px solid #6A9B04;
}

strong {
	color:#457023;
}

.heading {
	color: #4F7403;
}

.heading2 {
	color: #4F7403;
}

/* //////////////////////////////////////////////////////////////////////// */



