

/*IDs------------------------------------------*/
/* MAINNAV */
#mainnav li.selected{
	background:  #992A0C;		
}

/* MAINIMAGE */

#mainimage{
	background-color: #992A0C;
}
#image{
	background-image: url(../images/servicesFront.jpg);	
}


/* CONTENT */

#section1 a{
	color: #992A0C;
}

#section1 #servicesselected {
	background-image: url(../images/selector_red.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	}

#section1 ul{
	font-weight: bold;
	
}

#section1 a {
	padding: 0 0 0 0px;	
}

#section1 ul li {
	padding: 0 0 0 20px;

}

#section1 #servicesselected ul li a{
	background: none;
}

#wh_services{
	padding: 15px 0px 0px 0px;
}

#section1 {
	width: 150px;
	padding: 15px 10px 20px 30px;
	margin: 15px 0 10px 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0033;

}

#section2
{
	width: 500px;
	padding: 18px 30px 15px 10px;
	margin: 15px 10px 0px 0px;
	float: right;
	border: 0px red solid;
}

#section2 ul li{
	list-style-type: square;
	padding: 0 0 0 10px;
	margin: 0 0 0 25px;
	
	
}

/* FOOTER */

#footer {
	clear: both;
}















