@charset "utf-8";

/* ////////////////////////////////////////////////// BASIC ////////////////////////////////////////////////// */

body {
	background: #000000 url(http://www.lloydacoustics.com/test/lloyds/bg/soil-nails.jpg) top center no-repeat;
}

/* ////////////////////////////////////////////////// CONTAINERS ////////////////////////////////////////////////// */
/*
#content {
	display: block;
	width: 940px;
	margin: 200px 0px 10px 0px;	
}
*/
#content .inner .left {
	float: left;
	display: block;	
	clear: left;
	width: 580px;
}
#content .inner .right {
	float: left;
	display: block;	
	clear: right;
	width: 280px;
	margin: 4px 0px 0px 20px; /* DRW 95px 0px 0px 20px; */
}
#content .inner .right p {
	clear: both;
}

div.services {
	clear: left;
	min-height: 235px;
	_height: 235px;
	margin: 20px 20px 0px 0px;
}
/*  this is identical should it be in common/div.call-to-action ? */
div.products {
	min-height: 235px;
	_height: 235px;	
	margin: 20px 20px 0px 0px;
}

div.projects {
/*	clear: right;
*/	min-height: 235px;
	margin: 20px 0px 0px 0px;	
}

#partner {
    margin: 8px 0px 0px 0px;
    }
#newsitem > p.description {
clear:right !important;
height:50px;
overflow:hidden;
}    
/* ////////////////////////////////////////////////// FORMS ////////////////////////////////////////////////// */ 

/* Contact form */

#contact-form {
	clear: both;
	border-top: 1px solid #333333;
	margin: 20px 0px 0px 0px;
	padding: 30px 0px 0px 0px;	
}
fieldset.right {
	margin: 0px 0px 0px 0px;
}
fieldset.buttons {
	text-align: right;
}
#area-of-interest {	
	width: 315px;
}	
#message {
	width: 300px;
	height: 95px;
}


/* ////////////////////////////////////////////////// TEXT REPLACEMENT ////////////////////////////////////////////////// */ 

.latest-news {
	float: left;
	clear: left;
}

/* ////////////////////////////////////////////////// LINKS ////////////////////////////////////////////////// */ 

a.feature {
	display: block;
	clear: both;
	width: 276px;
	height: 136px;
	border: 2px solid #cccccc;
}
a.feature:hover {
	border: 2px solid white;
}
a.feature img {
	display: block;
	clear: both;	
}

/* ////////////////////////////////////////////////// BUTTONS ////////////////////////////////////////////////// */ 

a.subscribe-to-rss {
	float: right;
	clear: right;
	width: 103px;
	height: 16px;
	margin: 3px 0px 7px 0px;
	background: url(http://www.datummonitoring.com/test/images/buttons/subscribe-to-rss.gif) no-repeat;
	line-height: 0.8em;
	text-indent: -9999em;
}
a.subscribe-to-rss:hover {
	background-position: 0px -16px;
}