div.box_left_insurance ul li {
   list-style: none;
}
div.box_left_insurance ul {
   padding-left: 8px;
   padding-top: 25px;
}

/* BTN general begin */
.general {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/general.gif);
   background-repeat: no-repeat;
}
.general a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/general.gif);
   background-repeat: no-repeat;
   display: block;
}
.general a:hover {
   background-image: url(../images/buttons/general_over.gif);
   background-repeat: no-repeat;   
}
.general a span {
   display: none;
}
/* BTN general end */

/* BTN QUOTE_REQUEST begin */
.quote_request {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/quote_request.gif);
   background-repeat: no-repeat;
	margin-top: 8px;
}
.quote_request a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/quote_request.gif);
   background-repeat: no-repeat;
   display: block;
}
.quote_request a:hover {
   background-image: url(../images/buttons/quote_request_over.gif);
   background-repeat: no-repeat;   
}
.quote_request a span {
   display: none;
}
/* BTN QUOTE_REQUEST end */


/* BTN SEARCH begin */
.search_properties {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/search_properties.gif);
   background-repeat: no-repeat;
   margin-top: 55px;
}
.search_properties a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/search_properties.gif);
   background-repeat: no-repeat;
   display: block;
}
.search_properties a span {
   display: none;
}
/* BTN SEARCH end */

.contact_our_insurance{
	width: 130px;
	height: 103px;
	background: url(../images/common/contact_our_insurance.gif) no-repeat;
	margin-top: 34px;
}
.contact_our_insurance span {
	display: none;
}
