/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #c9e97d;
	font-size: 13px;
	color: #FFFFFF;
	background: #eaeaea url(img/background_right.png) repeat-x;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 974px;
	height: 150px;
	margin: 0 auto;
	background: url(img/background.png) no-repeat;
}

/* Logo */

#logo {
	height: 113px;
	text-align: center;

}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}



/* Menu */

#menu {
	width: 805px;
	height: 37px;
	padding: 0px 60px;
}

#button_Home_A {
	background: url(img/rollover_Active_Home.png);
	width: 141px;
	height: 37px;
}
#button_Home_I {
	background: url(img/inactiveButton.png);
	width: 141px;
	height: 37px;
}
#button_WhoWeAre_A {
	background: url(img/rollover_Active_Home.png);
	width: 141px;
	height: 37px;
}
#button_WhoWeAre_I {
	background: url(img/inactiveButton.png);
	width: 141px;
	height: 37px;
}
#button_Services_A {
	background: url(img/rollover_Active_Home.png);
	width: 141px;
	height: 37px;
}
#button_Services_I {
	background: url(img/inactiveButton.png);
	width: 141px;
	height: 37px;
}
#button_Products_A {
	background: url(img/rollover_Active_Home.png);
	width: 141px;
	height: 37px;
}
#button_Products_I {
	background: url(img/inactiveButton.png);
	width: 141px;
	height: 37px;
}
#button_Contact_A {
	background: url(img/rollover_Active_Home.png);
	width: 141px;
	height: 37px;
}
#button_Contact_I {
	background: url(img/inactiveButton.png);
	width: 141px;
	height: 37px;
}


#submenu-container {
	clear: both;
	width: 100%;
	background: #77b300;
}


#submenu {
	clear: both;
	width: 805px;
	height: 25px;
	margin: 0px auto;
	padding: 0px 25px;
	background: #ff9c00;
	
}

#submenu_colorbar {
	width: 100%;
	background: #77b300;
	height: 25px;
}
/* Page */

#page {
	width: 855px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF;
}

#productBanner-container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 190px;
	background: #b37700;
}
#productBanner-colorbar {
 	width: 100%;
	margin: 0 auto;
	background: #b37700;
}

#productBanner {
	width: 855px;
	height: 25px;
	margin: 0px auto;
	background: #b37700;

	

}

/* Content */
#content-container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #eaeaea;
}

#content-colorbar {
	width: 100%;
	margin: 0 auto;
	background: #eaeaea;
}

#content  {
	width: 815px;
	margin: 0px auto;
	padding: 10px 20px;
	background: #ffffff;
}

#content p {
	color: #333333;
	line-height: 140%;
}


.post {
	padding: 0 0 20px 0;
}

.post a {
	color: #b37700;
	font-weight: bold;
}

.title {
	margin: 0;
	border-bottom: 2px solid #aeaeae;
	color: #89bd22;
	text-transform: none;
	
}

.byline {
	margin: 0;
	color: #333333;
}

.meta {
	border-top: 1px solid #eaeaea;
	text-align: right;
	color: #333333;
}

.meta a {
	padding-left: 15px;
	color: #b37700;
	font-weight: bold;
}

/* Sidebar */


/* Footer */
#footer-container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #eaeaea;
}

#footer-colorbar {
	width: 855px;
	margin: 0 auto;
	background: #eaeaea url(img/footer.png) no-repeat;
}

#footer  {
	width: 815px;
	margin: 0px auto;
	padding: 10px 20px;
	color:#666666;
	
}

#footer a {
	color: #77b300;
}

