#accordion-container {

}

.accordion-header {
	font-size: 20px;
	margin: 0px 0 0px 0;
	padding: 16px 0 8px 0px;
	cursor: pointer;
	color: #a09ebc;
    border-bottom: 1px solid #DDD7D5;
	text-transform:uppercase

}

.active-header {
	background: url(images/active-header.png) #fff;
	background-repeat: no-repeat;
	background-position: right 50%;
	
}
.active-header:hover {
	background: url(images/active-header.png) #fff;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(images/inactive-header.png) #fff;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(images/inactive-header.png) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;

}

.accordion-content {
	display: none;
	padding: 30px 36px ;
	background: #ffffff;
	border-bottom: 0px solid #cccccc;
	border-top: 0;
/*	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
}
h2.accordion-header span{  margin-right:15px; width:40px; height:40px; display:inline-block}
h2.accordion-header span.icon1 { background:url(../images/icon_serv_03.png) left 0 no-repeat;}
h2.accordion-header span.icon2 { background:url(../images/icon_serv_05.png) left 0 no-repeat;}
h2.accordion-header span.icon3 { background:url(../images/icon_serv_07.png) left 0 no-repeat;}
h2.accordion-header span.icon4 { background:url(../images/icon_serv_09.png) left 0 no-repeat;}
h2.accordion-header span.icon5 { background:url(../images/icon_serv_15.png) left 0 no-repeat;}
h2.accordion-header span.icon6 { background:url(../images/icon_serv_16.png) left 0 no-repeat;}
h2.accordion-header span.icon7 { background:url(../images/icon_serv_17.png) left 0 no-repeat;}
h2.accordion-header span.icon8 { background:url(../images/icon_serv_18.png) left 0 no-repeat;}
	
	