/*Styles for any page that has categories. i.e. image with green text box underneath*/
/*portfolio.css overrides some of these styles*/


#categories{
	border: 1px solid white;
	/*height: auto !important;*/
	margin-bottom: 0px;
	width: 100%;
	height: 150px;
}
#services #categories{
	height: auto;
}
.xcategory{
	float: left;
	margin-left: 4px;
}
#categories > div:first-child{
	margin-left: 0px;	
}
/*IE5+6*/
#first-child{
	margin-left: 0px;
}
/**/
.category_left{
	float: left;
	background: url(../images/category_shaddow.gif) -67px -1px  no-repeat;
}
.category_image{
	height: 120px;
	width: 160px;
	background-position: right;
}
#image1{
	background-image: url(../images/landscaping.jpg);
}
#image2{
	background-image: url(../images/fencing.jpg);
}
#image3{
	background-image: url(../images/maintenance.jpg);
}
#image4{
	background-image: url(../images/lazy_lawn.gif);
}
#services #image4{
	background-image: url(../images/lazy_lawn_sp.gif);
}
.category_name{
	height: auto !important;
	height: 35px;
	min-height: 35px;
	background-color: rgb(0,67,0);
	width: 150px;
	color: White;
	background-image: url(../images/curve2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 2px;
	font-size: 100%;	
}
.xcategory_name{
	width: 100%;
	height: 35px;
	line-height: 15px;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
}
.category_text{
	float: left;
	width: 400px;
	border: 0px solid black;
	position: relative;
	left: 25px;
	top: 6px;
	line-height: 19px;
	font-weight: bold;
}
table{
	border-collapse: collapse;
}
.clearer2{
	clear: both;
	border: 0px solid black;
	border-top: 25px solid White;
}