#intro{
	width:100%;
}
#service_view{
	float:right;
	width:665px;
	margin-right:10px;
}
#service_nav{
	float:left;
	width:250px;
	margin-left:10px;
}
#service_nav ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#service_nav ul ul{
	padding-left:10px;
}
#service_nav a.selected{
	background:transparent;
	color:#ec0000;
}
#service_list{
	list-style-type:none;
	margin:0;
	padding:0;
}
#service_list li{
	border-bottom:1px dashed #585858;
	margin-bottom:10px;
}
#service_list li li{
	border:none;
	margin:0;
}
#service_list p a{
	color:#ec0000;
}
#frm_service_app{
    margin:10px 0;
}
#frm_service_app fieldset{
    border:1px solid #E0E0E0;
    padding:5px;
}
#frm_service_app fieldset legend{
    font-size:14px;
}
#frm_service_app input{
    margin-right:10px;
}
#service_pic_list li{
	float:left;
    width:120px;
    height:120px;
    padding:5px;
    border:1px dashed #E0E0E0;
    text-align:center;
    margin:5px;
}
#service_pic_list{
	float:left;
	width:600px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#service_list li:hover {
	background-color: #dedede;
}
