@charset 'utf-8';
/* CSS Document */

/*--Services--*/

.step{

}

.step_top{
background:url('../images/services/top_plate.jpg') no-repeat;
width:678px;
height:20px;
}

.bar_block{
background:url('../images/services/bar_block.jpg') no-repeat center;
width:678px;
height:97px;
}

.bar_block img{
margin:-4px 0 0 -13px;
}

.bar_container{
position:relative;
left:84px;
}

.step_middle{
background:url('../images/services/middle_bar.jpg') repeat-y;
width:678px;
}
.step_label{
float:left;
padding-left:17px;
margin-top:-15px;
}
.step_content{
margin:-20px 90px 0 90px;
overflow:hidden;
}
.step_content h1{
font-size:19px;
font-weight:normal;
color:#555;
}
.step_content p{
font-size:15px;
color:#777;
}

.step_content img{
float:left;
border:1px solid #ccc;
padding:3px;
margin-right:20px;
}

.step_bottom{
background:url('../images/services/bottom_plate.jpg') no-repeat;
width:678px;
height:17px;
}

.step_footer{
background:url('../images/services/step_footer.jpg') no-repeat center;
width:678px;
height:29px;
}

/*--FAQ--*/

#services_faqs strong{
font-size:16px;
color:#d72e0d;
border-bottom:1px dotted #ccc;
display:block;
padding-bottom:4px;
}

#services_faqs a{
text-decoration:none;
}

#services_faqs a:hover{
text-decoration:underline;
}
 



