/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2B2933;
	background:url(../images/bodybg.jpg) repeat-x #fff;
}

a{ color:#2C88B1; text-decoration:underline;}
a:hover{ text-decoration:none;}

.bg{background:url(../images/bg.jpg) repeat-x #EAEAEC;}

h1{
	font-size:22px;
	font-weight:normal;
	color:#2B2A32;
	line-height:normal;
}

h2{
	color:#E9E9E9;
	font-size:22px;
	font-weight:normal;
	<!--background:url(../images/logoshape1.png) no-repeat;-->
	padding-left:35px;
}


h3{
	font-size:18px;
	font-weight:normal;
	color:#999;
	line-height:normal;
}

h4{
	font-size:18px;
	font-weight:normal;
	color:#69A319;
	line-height:normal;
	margin-top:20px;
}

h4 small{color:#2B2933;}
 

p{
	margin:10px 0;
	line-height:24px;
}  

#main{
	width:950px;
	margin:10px auto;
}

#header{
	width:950px;
	float:left;
} 

.logo{
	float:left;
	margin:10px 0 0 0;
	width:296px; <!--width:153px; 314-->
	
} 


.logomid{
	float:center;
	margin:10px 0 0 0;
	width:470px; <!--width:400px; height:82px;-->
	
	
} 
.logomid:hover{opacity:0.6;}

.logomid2{
	float:right;
	margin:10px 0 0 0;
	width:310px; <!--width:400px; -->
	
} 
.logo:hover{opacity:0.5;}

#social{
	float:right;
	margin:12px 0;
}

#social a:hover{
	opacity:0.6;
}

#nav{
	float:left;
	width:948px;
	margin-top:15px;
}

#nav {
  border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background:url(../images/nav-bg.jpg) repeat-x;
  text-transform:uppercase;
  font-weight:bold;
  border:1px solid #fff;
  box-shadow:0px 0px 3px 0px #ccc;
  -o-box-shadow:0px 0px 3px 0px #ccc;
  -moz-box-shadow:0px 0px 3px 0px #ccc;
  -webkit-box-shadow:0px 0px 3px 0px #ccc;
  height:32px;

}


#slide{
	float:left;
	width:950px;
	margin-top:3px;
}


#middle{
	float:left;
	width:950px;
}

#services{
	float:left;
	width:950px;
	margin: 17px 0 16px 0;
}

#services h1{
	color:#69A11C;
	border-bottom:1px solid #595A5E;
	padding-bottom:5px;
}

#services h2{
	color:#69A11C;}

#services:last-child{
	margin-right:0;
}

.service{
	float:left;
	width:302px;
	margin:16px 14px 0 0;
}

.service p{
	color:#8A8A8A;
	line-height:22px;
}

.readmore{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #EBEBEB 0%, #DCDCDC 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #EBEBEB 0%, #DCDCDC 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #EBEBEB 0%, #DCDCDC 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEBEB), color-stop(1, #DCDCDC));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #DCDCDC 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #EBEBEB 0%, #DCDCDC 100%);
	
	width:93px;
	height:34px;
	display:block;
	text-align:center;
	font-size:13px;
	line-height:34px;
	text-decoration:none;
	color:#373737;
	font-weight:bold;
	margin-top:20px;
	
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
		
	transition:background 2s;
	-moz-transition:background 2s; /* Firefox 4 */
	-webkit-transition:background 2s; /* Safari and Chrome */
	-o-transition:background 2s; /* Opera */
}

.readmore:hover{
	background:#CCCCCC;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#back-top a {
	width: 47px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 47px;
	height: 43px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/top.jpg) no-repeat center center;
	/* rounded corners */
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


#clients{
	margin:30px 0 46px 0;
	float:left;
}

#bottomlinks{
	float:left;
	width:950px;
	margin:15px 0;
	font-size:12px;
}

.linkblock:last-child{
	margin:0;
	width:190px;
	color:#818181;
}
#bottomlinks .linkblock p{margin:8px 0 0 0;}

.linkblock{
	float:left;
	width:150px;
	margin-right:40px;
}

.linkblock ul{
	list-style:none;
	margin:8px 0 0 0;
}

.linkblock ul li{
	background:url(../images/arrow.png) no-repeat 0 12px;
	padding-left:10px;
	border-bottom:1px solid #383539;
	line-height:25px;
}

.linkblock ul li a{
	color:#818181;
	text-decoration:none;
}

.linkblock ul li a:hover{
	color:#2D86B1;
}

/*#footer{
	background:#D5D5D7;
	width:100%;
	height:133px;
	float:left;
}*/

#footerinner{
	width:950px;
	margin:0 auto;
}

#footerinner p{
	float:left;
	color:#767676;
	margin:12px 0;
}

.bluetxt{
	color:#2D86B1;
}

#footer, #innerpagefooter{
	background:url(../images/inner-footer-bg.jpg) repeat-x;
	float:left;
	width:100%;
}

#content{
	float:left;
	width:600px;
	margin:20px;
}

#content h1{ color:#2D86B2; font-size:22px; border-bottom:1px dotted #A1E0FF;}

#content ul{ margin:5px 0 0 20px;}
#content ul li{line-height:20px; margin-bottom:5px;}
#right_module{ width:290px; float:left; text-align:center; margin:40px 0 0 0;}
#right_module p{ text-align:left;}
#right_module ul { text-align:left; margin-left:55px; line-height:25px;}

/*form form*/
#forform{
	width:600px;
	float:left;
	background:#f0f0f0;
	margin:12px 0 0 0;
}

form{
	width:500px;
	margin:25px auto 20px auto;
}

#forform label{
	float:left;
	width:210px;
	margin:5px 10px 5px 0;
	padding:0;
	text-align:right
}

#forform input{
	float:left;
	width:200px;
	margin:5px 0 5px 0;
	padding:0;
	height:20px;
}
#forform form textarea{
	margin:5px 0 5px 0;
	width:199px;
}

#forform form .button{
	width:80px;
	background:#e1e1e1;
	height:25px;
	border:1px solid #999999;
	margin:5px 0 0 220px;
	cursor:pointer;
}

#forform form .button:hover{ background:#999;}

/*ending for form code*/

.clear{ clear:both;}

.logos{
	background:#F7F7F7;
	border:2px solid #f0f0f0;
	padding:10px;
	float:left;
}