@charset "utf-8";

/* CSS Document */

.service_main img {
	display: inline-block;
	margin: 20px;
	padding: 5px;
	border: 2px solid #333;
}
.service_main #contact_service {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.specials {
	display: block;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.specials_item {
	display: block;
	float: left;
	border: 1px dashed #999;
	padding-top: 5px;
	width: 185px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.specials_item h4 {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 40px;
}
.specials_item h5 {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006;
	font-size: 14px;
	font-weight: normal;
	display: block;
	height: 130px;
}
.service_main .specials .specials_item .service_contact    {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	padding: 6px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	text-align: center;
}
.service_main .specials .specials_item .service_contact:hover  {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	background-color: #F6F6F6;
	color: #006;
	border-right-style: none;
	border-bottom-style: none;
}
.service_main #service_specials {
	display: block;
	border: 2px groove #000;
	margin-bottom: 10px;
}
.service_main #imgRepair {
	float: left;
	margin: 5px;
}
.service_main #pRepair {
	float: right;
	width: 420px;
	display: block;
	text-align: left;
}

