#serviceDiv {
	width: 810px;
	margin: 0 auto;
	background: url(i/serviceBgLine.png) repeat-x bottom left #000000;
}
#h30{
 	width: 100%;
	height: 30px;
}
#serviceTitle {
	background: url(i/serviceHeadLine.png) no-repeat top left;
	width: 790px;
	height: 31px;
	color: #ffffff;
	font-size: 18px;
	font-family: "Arial Black", sans-serif;
	font-style: italic;
	padding: 3px 10px 0;
}

#serviceTitle .B_crumb, 
#serviceTitle .B_crumbBox, 
#serviceTitle .B_firstCrumb, 
#serviceTitle .B_lastCrumb, 
#serviceTitle .B_currentCrumb {
	color: #ffffff;
	font-size: 18px;
	font-family: "Arial Black", sans-serif;
	font-style: italic;
	text-decoration:none;
}

#service {
	position: relative;
	width: 100%;
}

.serviceItems li,
.serviceItems p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.serviceItems li p {
	font-size: 1em;
}
.serviceItems {
	position: relative;
	overflow: hidden;
	width: 760px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 8px;
}
#service .back {
	position: absolute;
	top: 185px;
	left: 10px;
	z-index: 2;
}
#service .back a,
#service .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
#service .back a img, 
#service .next a img
{behavior:url(lib/iepngfix.htc);}

#service .back a img,
#service .next a img {
	border: 0;
}
#service .back a:hover img,
#service .next a:hover img {
	background-color: #7db236; 
}
#service .next {
	position: absolute;
	top: 185px;
	right: 10px;
	z-index: 2;
}
.serviceItems ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.serviceItems li {
	float: left;
	display: inline;
	width: 220px;
        padding: 0 15px;
}
.serviceItems li a img{
	border: 1px solid #1d1d1d;
	margin-right: 5px;
}
.serviceItems li a{color: #000;}
.serviceItems li img {border: 1px solid #1d1d1d!important;}
.serviceItems li a:hover img{
	border-color: #a2a2a2;
}
.titles {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	margin-top: -9px;
	font-family: "Arial Black", sans-serif;
}
.before {color: #ff6d00; margin-left: 33px;}
.after {color: #7db236; margin-left: 38px;}

#serviceContent {
	width: 480px;	
	height: 448px;
	float: right;
	margin: 10px 10px 0 0;
	color: #a2a2a2;
	font-size: 12px;
	line-height: 14px;
	position:relative;
}
#imageHover{
	position:absolute;
	width:480px;
	height:190px;
	top:0;
	left:0;
	text-align:center;
	background-color:#000000;
	filter:alpha(opacity=0);    
	-moz-opacity: 0;    
	-khtml-opacity: 0;    
	opacity: 0;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	padding-top: 170px;
	font-family: "Arial Black", sans-serif;
	cursor:pointer;
	
}
#imageLoader {
	position:absolute;
	width:480px;
	height:190px;
	top:0;
	left:0;
	text-align:center;
	padding-top: 170px;
	display: none;
}
#serviceContent img {
	margin-bottom: 15px; border:0;
}
#serviceContent a {color:#FFFFFF; text-decoration: none;}
