@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 85%/2em Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
		color: #4b4942;
		background: #D7E5AD;
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top.png) left bottom no-repeat;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 902px;
		margin: 24px auto 0 auto;
		background: #171A0F;
		padding-bottom:10px;
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.6em;
		text-transform: lowercase;
	}
	h1 a,h1 a:hover{
		display: block;
		width: 500px;
		height: 30px;
		padding-top:10px;
		margin-left:18px;

		padding-left:52px;
		color: #7b8266;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28;
		height: 35px;
		width: 861px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:0px;
		height: 37px;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 5px 10px 5px 10px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.25em;
		font-weight: bold;

		color: #fff;
	}
	#navigation li a:hover{
		color: #D7E5AD;
		background: #171A0F;

	}

/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: -10px auto 5px auto;
	}

/* =BANNER */
	#banner_wrapper{
		width: 874px;
		overflow: hidden;
		padding:12px 0 0 28px;
	}
	.banner{
		float: left;
		width: 245px;
		float: left;
		background: #353C2C url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:16px;
		position: relative;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #181B0F; margin: 10px 0 0 0;}
	.banner_last{margin-right:0;}
	.banner h2{
		height: 30px;
		background: #171A0F url(../images/banner_top.gif) left no-repeat;
		font:1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: lowercase;
		color: #fff;
		padding: 10px 0 5px 17px;
		line-height: 1em;
	}
	/* for the rounded bottom */

	
	.image_wrapper span{
		position: absolute;
		width: 245px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #353C2C url(../images/banner_bottom.gif) bottom no-repeat;
	}
	
/* =SERVICES */
	#services{
		width: 858px;
		margin:10px auto 0 auto;
		position: relative;
		border: 2px solid #3B3F2D;
	}
	#servicescontent{
		width: 858px;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B url(../images/services_bg.jpg) bottom repeat-x;
		padding: 30px 0 0px 0;
	}
	
	#content {
	margin: -20px;
	color: #ffffff;
	padding: 0 65px 30px 50px;
	
	}
	
	#content img {
	border: 3px solid #181B0F;
	}
	
	#content p {
	font-size: 1.2em;
	padding: 10px 0 10px 0;
	line-height: 1.4em;
	}
	/* sevices header */
	#services h2{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 35px;
		font-size:1.6em;
		color: #fff;
		padding: 10px 0 0 10px;
		border-bottom: 1px solid #2b2e1f;
		font-weight: bold;
	}
	
	#services h3{
	font-size: 1.4em;
	font-weight: bold;
	}
	/* top rounded image */
	#services h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: url(../images/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		background: url(../images/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:lowercase;
		font-size: 1.2em;
		background: url(../images/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
		background: #313B24 url(../images/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 10px;
		float: left;

	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 30px;
		padding-right: 10px;
		padding-left: 10px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:15px;
		padding-right:15px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #fff;
	}