body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	line-height: 1.4em;

}
h1 {
	font-size: 150%;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 7px;
}
h3 {}
a, a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #A7CA3A;
}
#sub_content_main p, #sub_content_sub p, #sub_content_supp p  {
	padding: 0px;
	margin: 3px 0px 9px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#header{
	width: 945px;
	float: left;
	padding-bottom: 20px;
}
#nav_main {
	width: 900px;
	float: left;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

#nav_main ul {
	list-style-type: none;
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav_main ul li {
  float: left;
  padding: 0;
}
#nav_main ul li a {
  height: 70px;
  display: block;
  outline: 0;
}



#nav_main ul li a#home, #nav_main ul li a#about, #nav_main ul li a#services, #nav_main ul li a#clients, #nav_main ul li a#portfolio, #nav_main ul li a#news, #nav_main ul li a#contact, #nav_main ul li a#home:hover {
	margin-left: 14px;
}







#nav_main ul li a#home {
	width: 65px;
	background:  url(../images/nav-home.png) no-repeat left top;
	text-indent: -9999px;
}

#nav_main ul li a#about {
	width: 89px;
	background:  url(../images/nav-about.png) no-repeat left top;
	text-indent: -9999px;
}

#nav_main ul li a#services {
	width: 78px;
	background:  url(../images/nav-services.png) no-repeat left top;
	text-indent: -9999px;
 }
 #nav_main ul li a#clients {
	width: 62px;
	background:  url(../images/nav-clients.png) no-repeat left top;
	text-indent: -9999px;
}

#nav_main ul li a#portfolio {
	width: 82px;
	background:  url(../images/nav-portfolio.png) left top;
	text-indent: -9999px;
}

#nav_main ul li a#news {
	width: 56px;
	background:  url(../images/nav-news.png) no-repeat left top;
	text-indent: -9999px;
 }
 
#nav_main ul li a#contact {
	width: 83px;
	background:  url(../images/nav-contact.png) no-repeat left top;
	text-indent: -9999px;
}
#nav_main ul li a#home:hover {
	background:  url("../images/nav-home.png") no-repeat left bottom;
	height: 70px;
}

#nav_main ul li a#about:hover {
	background:  url(../images/nav-about.png) no-repeat left bottom;
}
#nav_main ul li a#services:hover {
	background:  url(../images/nav-services.png) no-repeat left bottom;
}
 #nav_main ul li a#clients:hover {
	background:  url(../images/nav-clients.png) no-repeat left bottom;
}
#nav_main ul li a#portfolio:hover {
	background:  url(../images/nav-portfolio.png) no-repeat left bottom;
}
#nav_main ul li a#news:hover {
	background:  url(../images/nav-news.png) no-repeat left bottom;
}
#nav_main ul li a#contact:hover {
	background:  url(../images/nav-contact.png) no-repeat left bottom;
}

#content_main {
	width: 900px;
	float: left;
	clear: both;
}
#content_main_2 {
	width: 515px;
	float: left;
	clear: both;
}
#content_sub{
	width: 385px;
	float: left;
}

#content_portfolio {
	width: 945px;
	float: left;
	padding: 0px;
	clear: both;
}

#clear {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	clear: both;
}

#content_supp_container {
	width: 900px;
	padding-top: 20px;
	float: left;
	
}#sub_content_main {
	width: 275px;
	text-align: left;
	float: left;
	color: #666666;
	padding-right: 25px;
}

#sub_content_sub {
	width: 275px;
	text-align: left;
	float: left;
	color: #666666;
	padding-right: 25px;
}

#sub_content_supp {
	width: 300px;
	text-align: left;
	float: left;
	color: #666666;
}

#site_info {
	clear: both;
	text-align: right;
	width: 880px;
	height: 25px;
	background-color: #FFFFFF;
	padding-right: 20px;
}
#site_info li {
	display: inline;
	list-style-type: none;
}
#site_info a {
	margin-right: 12px;
	color: #666666;
	text-decoration: none;
}
#site_info a:hover {
	color: #99CC33;
}
.top-pad {
	margin-top: 33px;
}
.small {
	font-size: 80%;
}
