﻿
/*----------------------------
					 Service Item
----------------------------*/

#serviceItem {
	margin-bottom: 20px;
}

#serviceItem div.content div.serviceImage {
    float: right; margin: 12px 0 6px 10px;
}

/*----------------------------
					 Services Index
----------------------------*/

#servicesIndex {
	margin-bottom: 20px;
}

#servicesIndex .columns{
	margin: 18px 6px 10px 24px;
	height: 0.01%;  /* hasLayout for IE 6/7 */
}

#servicesIndex .columns .column{
	float: left;
}

#servicesIndex .columns .leftCol { width: 49%; }
#servicesIndex .columns .rightCol { width: 50%; }

#servicesIndex .columns .column ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#layout #servicesIndex .columns .column li {
	clear: left;
	display: block;
	height: 0.01%;  /* hasLayout for IE 6/7 */
	background: none;
}

div.service-cat-bullet {
	float: left;
}
div.service-cat-bullet {
	display: block;
}
div.service-cat-bullet {
	width: 12px;
	height: 12px;
	text-align: center;
}
div.service-cat-link {
	margin: 0 auto 0 18px;
}
div.service-cat-link a { font-size: 13px; }



/*----------------------------
					 Equipment SubCategory
----------------------------*/

#servicesSubCategory {
	margin-bottom: 20px;
}

#servicesSubCategory .top-description,
#servicesSubCategory .top-description p
	{ font-size: 13px; }
	
#servicesSubCategory .top-description p:first-child { margin-top: 0; }
	
#servicesSubCategory div.content{
	padding: 3px 10px;
	font-size: 13px;
}

#servicesSubCategory .categoryDescription { margin-bottom: 10px; }




