@charset "utf-8";
/* CSS Document */

body { 
	background-color:#e6e6e6; 
	background-image:url(../images/home_banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0; 
	padding:0; 
}

html, body, td { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px; color:#656565; 
}

a {
	color:#3069bf;
	text-decoration:underline;
}

a:hover {
	color:#3069bf;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-weight:normal;
}

h1 {
	font-size:32px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:16px;
}

h3.blue {
	color:#1b8db6;
	margin-bottom:5px;
}

h3.grey {
	color:#555555;
}

p {
	padding:0;
	margin:0;
}

#services {
	height:120px;
}

#mainBodyLetf ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainBodyLetf ul li {
	padding-left: 22px;
	background-image: url(../images/home_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:20px;
}

.right-sep {
	background-image:url(../images/right_sep.gif);
	background-repeat:repeat-x;
	width:100%;
	height:15px;
}

#serviceblock {
	float:left;
	width:250px;
	height:110px;
	font-size:12px;
	background-image:url(../images/service_bg.gif);
	background-position:top;
	border:1px solid #dedede;
	background-color:#FFF;
	background-repeat:no-repeat;
	margin:0px 22px 0px 0px;
	padding:10px;
	text-align:left;
}

#container { 
	width:960px; 
	margin:0px auto 0px auto; 
}

#nav-menu { 
	height:40px; 
	background-image:url(../images/nav_menu.gif);
	background-repeat:no-repeat;
	padding:0px 35px 0px 32px; 
	text-align:right;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float:right;
}

#nav-menu ul li
{ 
	list-style:none;
	float: left;
	margin: 0 0.35em;
	width:8.5em;
}

#nav-menu li a
{
	height: 2.9em;
	line-height: 2.8em;
	float: left;
	padding:0em 1em 0em 1em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:hover
{
	background: #414141;
}

#nav-menu li a.selected
{
	background: #fb9d09;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}
/* End hide */

#homeBanner {
	width:960px;
	height:335px;
}

#serviceList {
	clear:both;
	color:#000;
	padding:160px 0px 0px 45px;
	width:500px;
	line-height:18px;
}

#mainBody {
	padding:50px 38px 28px 45px;
}

#homebody {
	clear:both;
	margin:0px 0px 0px 0px;
}

#mainBodyLetf {
	width:600px;
	float:left;
}

#mainBodyRight {
	width:230px;
	float:left;
	margin-left:30px;
}

#testimonial {
	font-style:italic;
}

#service-blocks {
	clear:both;
	display:inline;
	text-align:center;
}

#footer {
	height:120px;
	padding-top:35px;
	color:#c3c3c3;
	background-color:#000;
	text-align:center;
}

#footermain {
	width:960px; 
	height:90px;
	margin:0px auto 0px auto;
}

#footerleft {
	float:left;
	width:600px;
	margin-left:45px;
	text-align:left;
}

#footerright {
	float:right;
	width:270px;
	text-align:left;
}

#footer a {
	color:#c3c3c3;
	text-decoration:none;
}

#footer a:hover {
	color:#c3c3c3;
	text-decoration:underline;
}

.copyright {
	color:#555555;
}

.more {
	font-size:11px;
	text-align:right;
	margin-top:7px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}