@charset "utf-8";
/* CSS Document */
#main_content{
	width:850px;
}

#header_area{
	background:#cdcccc url(/images/services_header.png) no-repeat;
}

.service_content{
	float:left;
	width:400px;
	margin: 25px 0 30px 15px;
	text-align:left;
}

.service_content_header {
	padding: 3px 0 2px 5px;
	border: 2px solid #eaeae9;
}

.service_content_text {
	padding: 10px;
	border-left: 2px solid #eaeae9;
	border-right: 2px solid #eaeae9;
	border-bottom: 2px solid #eaeae9;
}

.service_content_text p {
	margin: 0;
	margin-top: 6px;
}

.service_content_features {
	border-left: 2px solid #eaeae9;
	border-right: 2px solid #eaeae9;
	border-bottom: 2px solid #eaeae9;
}

.service_content_features table {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: repeat-y;
}

.service_content_features table td {
	width: 50%;
	padding: 10px;
}

#services_link{
	width:410px;
	margin-top: 20px;
}

#service_content{

	border:#eaeae9 1px solid;
	border-top:#eaeae9 1px solid;
	padding:10px;
	color:706f6f;
	}
#service_left_menu{
	float:left;
	width:215px;
	margin-top:25px;
	margin-bottom:30px;
}
	#service_left_menu ul.left_menu{
		margin:0;
		padding:0;
		list-style-type:none;
		display:block;
	
		line-height:165%;
		width:215px;
		background-color:#d7d6d6;
	}
		#service_left_menu ul.left_menu li{
			margin:0;
			padding:0;
		}
		#service_left_menu ul.left_menu li a{
			display:block;
			text-decoration:none;
			color:#FFFFFF;
			background:#d7d6d6;
			padding-left:20px;
			text-align:left;
		}
		#service_left_menu ul.left_menu li a:hover{
			background:#9b8a78;
			}
		#service_left_menu ul.left_menu li a.current,ul.left_menu li a.current:hover{
			background:#9b8a78;
			}
.service_right_content{
	width:195px;
	float:left;
	font-size:10px;
	margin-top:25px;
	padding-left:15px;
	text-align:left;
}