BODY {
	background: url(../graphics/body_bg.jpg) repeat-x;
	color: #666;
}
P {
  padding-left:10px;
}
/*### layout ###*/
#hold {
	width: 770px;
	margin: 10px auto;
	padding-top: 80px;
}
#logo {
	background: url(../graphics/jetclean-uk-drainage-solutions-ltd-logo.gif) no-repeat;
	width: 359px;
	height: 60px;
	margin-bottom: 0px;
}
#main{
	border-top: 1px solid #ccc;
	padding-top:10px;
}
#left {
	width: 180px;
	float: left;
}
#nav {
	margin-right: 20px;
	padding-left: 15px;
	list-style-image: url(../graphics/nav_bullet.png);
}
#nav LI {
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
}
#nav LI UL{
	font-size:80%;
	padding-left:10px;
}
#nav LI LI {
	text-transform: none;
}
#nav li a{
	display:block;
	padding: 5px;
	color:#666;
	border-bottom: 1px solid #ccc;;
}
#nav li a:hover, #nav li a.on{
	color:#3994C0;
}
#logos IMG {
	margin-right: 11px;
}
#content{
	width:550px;
	float:left;
	padding-top:20px;
}
	#content h1{
		width:536px;
		height:36px;
		line-height:36px;
		background:url('../graphics/h1_bg.png') no-repeat;
		font-size:120%;
		padding-left:10px;
		font-weight:bold;
	}
#bottom{
	background:url('../graphics/bottom_bg.jpg') repeat-x #40A5D1;
	color:#fff;
	height:23px;
	padding-top:55px;
	width:100%;
	text-align:center;
}
/*### classes ###*/
.imgRight{
	float:right;
	clear:left;
	border: 1px solid #ccc;
	margin:0 0 10px 10px;
}
.imgRightNo{
	float:right;
	clear:left;
	margin:0 0 10px 10px;
}
.imgLeft {
	float:left;
	clear:right;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}
/*### image replacement ###*/
#logo span{
	position:absolute;
	left:-2000px;
}
#caseImgs DIV {
	float: left;
	width: 273px;
	text-align: center;
	padding: 5px 0 15px 0;
}
#content UL {
	margin: 0 0 10px 0;
}
#content UL UL {
	margin: 0;
}
#content LI {
	line-height: 1.5;
}
#services, #services LI {
	margin: 0;
	padding: 0;
	display: block;
}
#services {
	padding-left: 10px;
}
#services LI {
	list-style-type: none;
	margin-bottom: 1px;
	background-color: #EEE;
	font-size: 105%;
	font-weight: bold;
}
#services LI A:LINK, #services LI A:VISITED {
	display: block;
	padding: 5px 10px;
}
#services LI A:ACTIVE, #services LI A:HOVER {
	text-decoration: none;
	background-color: #AAE0FA;
}