
/* [ structure changes ] */

#breadcrumb,
#sidebar{
	display: none;
}

#content{
	width: 950px;
	padding: 0 0 20px 0;
	margin: 0;
}

/* home styles */

#home_feature{
	width: 940px;
	height: 280px;
	padding: 4px;
	border: solid 1px #cacdd0;
	margin: 0 0 30px 0;
}


#home_feature #slideshow{
	background: #eee;
	width: 940px;
	height: 280px;
}

#home_content{
	min-height: 1px;
}

* html #home_content{
	height: 1px; 
}

#home_content:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}

#welcome{
	width: 580px;
	float: left;
}

#welcome .welcome_note{
    font-family:'TrajanProBold';
	margin: 0 0 24px;
	line-height: 24px;
	font-size: 20px; 
	font-weight:normal;
	
}

#clients{
	border-top: solid 1px #d9d9d9;
	margin: 0px 0 0;
	padding: 20px 0 0px;
}

#clients img{
	/* border-right: solid 1px #d9d9d9; */
	padding: 0 12px;
}

#clients .last{
	border-right: none;
}

#home_services{
	line-height: 18px;
	width: 290px;
	float: right;
	padding: 0px 10px 20px;
	background: url(home_service.gif) no-repeat right bottom;
	border-bottom: solid 1px #d9d9d9;
	display: block;
	color: #231F20;
	position: relative;
}
/*
#home_services:hover{
	background: #F5F5F5 url(contact.gif) no-repeat 282px 207px;
} */

#home_services img{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CACDD0;
	display: block;
	left: 10px;
	padding: 4px;
	position: absolute;
	top: 35px;
}

#home_services h2{
    font-family:'TrajanProBold';
	margin: 0;
	font-size: 14px; 
	color: #231f20;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #CACDD0;
	margin: 0 -10px 160px;
	
	
}

#home_services ul{
	padding: 0;
	margin: 0;
}

#home_services li{
	list-style: none;
	margin: 0;
	padding-left: 18px;
	line-height: 24px;
	background: url(home_services_li.gif) no-repeat 0 6px;
}

.slideshow{
	background: #eee;
	border: red;
}

.enquire_button{
	display: block;
	width: 290px;
	height: 40px;
	background: url(enquire_button.gif) no-repeat 0 0;
	margin: 20px 0 0;
}

.enquire_button:hover{
	background: url(enquire_button.gif) no-repeat 0 -40px;
}