body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.wrap{
	width:948px;
	border:1px solid #c2c2c2;
	margin:auto;
}

.header{
	position:relative;
}

*:first-child+html .header{
	margin-bottom:-2px;
}

.phone{
	font-weight:bold;
	font-size:14px;
	position:absolute;
	right:10px;
	top:0px;
	color:#333
}

.content{
	width:923px;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	padding:10px;
	padding-left:15px;
}

.shell{
	float:left;
	border:1px solid #c2c2c2;
	background-image:url(../images/bg_services.jpg);
	background-repeat:repeat-x;
	padding:3px;
}

*:first-child+html .shell{
	min-height:350px;
}

.orange{
	height:34px;
	border:1px solid #cd6812;
	background-image:url(../images/bg_orange.jpg);
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

.orange p{
	position:relative;
	left:10px;
	bottom:6px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

*:first-child+html .orange p{
	bottom:0px;
	top:8px;
}

.green{
	height:34px;
	border:1px solid #419b00;
	background-image:url(../images/bg_green.jpg);
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

.green p{
	position:relative;
	left:10px;
	bottom:6px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

*:first-child+html .green p{
	bottom:0px;
	top:8px;
}

.inner{
	float:left;
	background-color:#FFF;
	padding:15px;
	margin-top:3px;
}

.inner p{
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	position:relative;
	bottom:10px;
	margin-left:30px;
}

.inner img{
	float:left;
}

.icon{
	position:relative;
	bottom:10px;
}

#feeds{
	position:relative;
	bottom:13px;
	font-weight:100;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
}

*:first-child+html #feeds{
	bottom:0px;
}

#feeds a{
	text-decoration:none;
}

#feeds a:hover{
	text-decoration:underline;
}

.footer{
	width:100%;
	height:71px;
	background-image:url(../images/bg_footer.jpg);
	text-align:center;
}

.footer p{
	color:#FFF;
	position:relative;
	top:15px;
	font-size:10px;
}

.footer a{
	color:#FFF;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}


/** navigation styles **/
.menu{
	width:100%;
	height:50px;
	background-image:url(../images/bg_menu.jpg);
	position:relative;
}

*:first-child+html .nav{
	position:relative;
	bottom:22px;
}

.menu ul{
	list-style-type:none;
	position:absolute;
}

*:first-child+html .menu ul{
	bottom:0px;
	top:12px;
}

.menu ul li{
	float:left;
}

.menu a{
	display:block;
	padding:5px;
	color:#5b5b5b;
	text-decoration:none;
	text-transform:uppercase;
	height:12px;
	margin-right:20px;
}

.menu a:hover, .menu a.active{
	background-image:url(../images/bg_menu_btn.jpg);
	background-repeat:repeat-x;
	border:1px solid #c95d00;
	margin-right:19px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
}

.inner .intro{
	margin-left:0; border:0px; font-size:18px; font-weight:bold; color:#666;
	margin-top:5px; margin-bottom:-10px;
}

.inner ul{
	position:relative;
	bottom:20px;
}

.contact-wrap{
	background-color:#fff;
	margin-top:3px;