.service_item {
	height: 45px;
	margin: 7px;
}

.service_link {
	height: 45px;
	white-space: nowrap;
	font-size: 10px;
	color: #b77d00;
	font-weight: normal;
	float: left;	
}
.service_link a {
	font-weight: normal;
}
.service_link_on {
	background-image: url(../img/product_select_bg.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	height: 45px;
	font-size: 10px;
	color: #b77d00;
	font-weight: normal;
	float: left;
	width: 250px;
}

.service_link h1, .service_link_on h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
}

#red_service {
	background-image: url(../img/red_service.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 45px;
	float: left;
}
#blue_service {
	background-image: url(../img/blue_service.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 45px;
	float: left;
}
#green_service {
	background-image: url(../img/green_service.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 45px;
	float: left;
}

#red_service_on {
	background-image: url(../img/red_service_on.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 45px;
	float: left;
}
#blue_service_on {
	background-image: url(../img/blue_service_on.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 45px;
	float: left;
}
#green_service_on {
	background-image: url(../img/green_service_on.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 45px;
	float: left;
}
