@charset "utf-8";
/* CSS Document */

#wrapper{
	width:960px;
	margin:auto;
	background:#FFF;
}

#header{
	width:960px;
	height:200px;
	background:#2d2927 url(../images/headerimg.gif) no-repeat;
}

#flashheader{
	width:960px;
	height:306px;
	background:#f4f0ee url(../images/slider.gif) no-repeat;
}

#content{
	height:470px;
	width:960px;
	background:#FFF url(../images/contshad.gif) top repeat-x ;
	background-color:#FFF;
}

#content .insidetext{
	padding-left:30px;
	padding-right:50px;
	font-size:13px;
	color: #4b4745;
	text-align:left;
	padding-top:10px;
	
}


#services{
	width:627px;
	float:left;
	height:470px;
	border-right:dashed 1px #eae1db;
}

#services img{
}


#services h2 {
	font-size:22px;
	color: #4b4745;
	font-weight: normal;
}

#services ul{
	overflow: hidden;
	list-style-type: none;
}

#services ul li {
	float: left;
	width: 200px;
	margin: 0px 70px 25px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 45px;
}

#services ul li#first {
	background: url(../images/service1.jpg) 0px 11px no-repeat;
}

#services ul li#second {
	background: url(../images/service2.gif) 0px 11px no-repeat;
}

#services ul li#third {
	background: url(../images/service3.gif) 0px 11px no-repeat;
}

#services ul li#fourth {
	background: url(../images/service4.gif) 0px 11px no-repeat;
}

#services ul li#fifth {
	background: url(../images/service5.gif) 0px 11px no-repeat;
}

#services ul li.last {
	margin-right: 0px;
}

#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom:-10px;
}

#services ul li p {
	color: #4d4c4c;
	font-size:12px;
}



#contactinf{
	width:292px;
	float:right;
	height:470px;
	background:url(../images/contactbg.gif) bottom no-repeat;
}

#contactinf p{
	padding-top:12px;
	font-size:13px;
	padding-left:20px;
	color: #4b4745;
	line-height:1.2;
}

#footer{
	width:960px;
	height:261px;
	border-top:dashed 1px #eae1db;
	background: url(../images/footer.gif) no-repeat;
	color:#8f7c66;
	font-size:13px;
}

#footer .left{
	text-align:left;
	padding-top:20px;
	width:470px;
	float:left;
	padding-left:40px;
	font-size:16px;
	font-weight:bold;}
	
#footer img{
	padding-top:20px;
	vertical-align:middle; padding-right:35px;}

#footer .right{
	text-align:right;
	padding-top:20px;
	float:right;
	padding-right:40px;
	line-height:20px;
	}
