/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, span, a { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
a {
	color: #6d6d6d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* GENERAL */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.left {	float: left; }
.right { float: right; }

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #404040;
	width: 100%;
	background: #404040;
	
}

.container {
	width: 995px;
	margin: 0 auto;
	position: relative;
}

.container a span {
	font-size: 14px;
	color: #7aa328;
	font-weight: bold;
}

#top_line {
	display: block;
	height: 3px;
	width: 100%;
	background: #7ba329;
}

/* HEADER */
/* ----------------------------------------- */

#head_line {
	display: block;
	height: 187px;
	width: 100%;
	background: url(../img/header_bg.jpg) repeat-x top left;;
}

h1#logo {
	float: left;
}

h1#logo a img {
	margin: 70px 0 0 75px;
}

#current_pg a {
	display: block;
	width: 447px;
	height: 97px;
	background: url(../img/current_pg.jpg) no-repeat top left;
	float: right;
	margin: 48px 6px 0 108px;
	padding: 10px 25px 10px 20px;
	text-decoration: none;
	font-size: 12px;
	color: #404040;
}
#current_pg a:hover, #current_pg a.current {
	background: url(../img/current_pg_ho.jpg) no-repeat top left;
}
#current_pg a span {
	font-size: 14px;
	display: block;
	color: #7aa328;
	margin-bottom: 5px;
}
p.slogan {
	position: absolute;
	top: 124px;
	left: 195px;
	color: #7ba329;
	font-size: 14px;
}

/* NAVIGATION */
/* ----------------------------------------- */

#nav_line {
	height: 163px;
	background: #fff;
	width: 100%;
}

#navigation {
	display: block;
	width: 995px;
	height: 163px;
}


#navigation a {
	display: block;
	width: 447px;
	height: 97px;
	background: url(../img/nav_big.jpg) no-repeat top left;
	float: left;
	color: #404040;
	font-size: 12px;
	padding: 10px 25px 10px 20px;
	text-decoration: none;
	margin: 24px 5px 22px 0;
	display: inline;
}
#navigation a:hover, #navigation a.current {
	background: url(../img/nav_big_ho.jpg) no-repeat top left;
}
#navigation a span {
	font-size: 14px;
	display: block;
	color: #7aa328;
	margin-bottom: 5px;
}



#mid_line {
	height: 4px;
	width: 100%;
	background: #678823;
}

/* SUB NAVIGATION */
/* ----------------------------------------- */

#sub_nav {
	width: 100%;
	background: #7ba329;
}

#subnav li a {
	display: block;
	width: 156px;
	height: 36px;
	background: url(../img/sub_nav1.jpg) no-repeat top left;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #404040;
	float: left;
	margin: 5px 22px 5px 0;
}
#subnav li a:hover, #subnav li.current a {
	background: url(../img/sub_nav2.jpg) no-repeat top left;
}

/* CONTENT */
/* ----------------------------------------- */

#content {
	width: 100%;
	background: #7ba329;
	overflow: hidden;
	
	

}
.work {
	margin: 15px 0 28px;
	font-size: 13px;
}
.work img {
	float: left;
	border: 1px solid #9dd337;
}
.work h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #caff6f;
	font-size: 14px;
	margin-left: 17px;
	float: left;
	width: 503px;
}
.work h1 a:hover {
	text-decoration: underline;
}
.work .info {
	float: left;
	width: 220px;
	margin: 0 25px 0 17px;

	
}
.work .info2 {
	float: left;
	width: 240px;
}
.work .info h3, .work .info2 h3 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-top: 13px;
}
.work .info p, .work .info2 p {
	font-size: 13px;
	margin-left: 8px;
}

.news {
	width: 975px;
	background: #83ad2d;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;


	
}
.news h1 {
	display: block;
	width: 995px;
	text-align: center;
	color: #caff6f;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.news h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 13px;
}
.news li {
	list-style-type:disc;
	margin-left:25px;
}
.news img {
	margin: 0 6px 6px 0;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	height: 164px;
	background: #353535;
	color: #bbbbbb;
	width: 100%;
}

.article {
	width: 290px;
	float: left;
	font-size: 12px;
	margin-top: 30px;
}
.article a.more {
	text-decoration: none; 
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.article a.more:hover {
	text-decoration: underline;
}
.foot_sep {
	width: 1px;
	height: 122px;
	background: #83ad2d;
	float: left;
	margin: 24px 23px 0;
}
#contact a {
	color: #dfdfdf;
	font-weight: bold;
}
#contact .col1 {
	margin-top: 30px;
	float: left;
	font-size: 12px;
}
#contact .col2 {
	color: #fff;
	margin: 30px 0 0 12px;
	float: left;
	font-size: 12px;
}
/*            CLIENTS            */



.list_panel  {
list-style:none outside none;
padding-left:0;
}

#list_clients li {
width:145px;
}

.list_panel li.one {
clear:both;
}

.list_panel li {
float:left;
margin-bottom:30px;
width:260px;
}

.list_panel  {
list-style:none outside none;
}

#list_clients li .panel_img {
background:url("../images/bg_panel_img_small.gif") no-repeat scroll center bottom transparent;
padding-bottom:6px;
position:relative;
}

#list_clients li.two, #list_clients li.three, #list_clients li.four, #list_clients li.five {
margin:0 0 0 30px;
}







