body {
	background: #fff;
	margin: 30px 0 20px 0;
	padding: 0px;
}

object:-moz-focus-inner {
	border: 0;
}

object:focus {
	outline: none;
}

#container {
	width: 940px;
	margin: auto;
	background: #fff;
	border: 0;
	overflow: hidden;
	position: relative;
}

#logo {
	width: 940px;
	height: 60px;
}

#acbacon-logo {
	position: absolute;
	width: 123px;
	height: 61px;
	text-align: left;
}

#acbacon-logo a {
	display: block;
	width: 123px;
	height: 61px;
	background: url('/images/acbacon-logo.gif') no-repeat;
}

#other-logos {
	position: absolute;
	margin: 0 0 0 640px;
	width: 300px;
	height: 79px;
	text-align: right;
	background: url('/images/top-right-icons.gif') top right no-repeat;
}

#banner {
	margin: -30px 0 0 0;
	height: 310px;
}

#banner-content {
	
}

#banner-overlay {
	clear: none;
	top: 280px;
	position: relative;
	margin: -87px 0 0 0;
	padding: 20px;
	height: 47px;
	width: 900px;
	background: url('/images/title-bar.png') no-repeat;
	text-indent: -1000px;
}


/** top menu **/
#top-menu {
	clear: both;
	margin: 30px 0 0 0;
	background: #CCC;
	width: 940px;
	min-height: 30px;
}

.top-menu-home, .top-menu-agricultural, .top-menu-maincontractors, .top-menu-industrial {
	background: #333;
	padding: 8px 10px 8px 10px;
	border-right: 2px solid #FFF;
	font-size: 14px;
	line-height: 0.4em;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;	
}

.top-menu-home span {
	margin: auto 0;	
}

.top-menu-home:hover, .top-menu-agricultural:hover, .top-menu-maincontractors:hover, .top-menu-industrial:hover,
.top-menu-home-on, .top-menu-agricultural-on, .top-menu-maincontractors-on, .top-menu-industrial-on {
	background: #007030;
	text-decoration: none;
	color: #FFF;
}

.top-menu-home {
	width: 46px;
}

.top-menu-agricultural {
	width: 110px;
}

.top-menu-maincontractors {
	width: 150px;
}

.top-menu-industrial {
	width: 86px;
}

#top-menu-right {
	float: right;
	height: 30px;
	width: 437px;
	background: #ccc;
	text-align: right;
}

.top-menu-aboutus, .top-menu-contactus, .top-menu-news {
	background: #CCC;
	padding: 9px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 0.6em;
	color: #4C4C4C;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: right;
}

.top-menu-aboutus:hover, .top-menu-aboutus-on, .top-menu-contactus:hover, .top-menu-contactus-on, .top-menu-news:hover, .top-menu-news-on {
	background: #B4B4B4;
	color: #FFF;
	text-decoration: none;
}

.top-menu-aboutus {
	width: 64px;
}

.top-menu-news {
	width: 36px;
}

.top-menu-contactus {
	width: 79px;
}

#home-content {
	margin: 30px 0 20px 0;
	overflow: hidden;
}

#home-left {
	float: left;
	width: 300px;
}

#home-left .satellite-header {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	background: url('/images/home-latest-news.png') top left no-repeat;
}

#home-middle {
	float: left;
	width: 300px;
	margin: 0 20px 0 20px;
}

#home-middle h4 {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	background: url('/images/home-recent-projects.png') 0px 3px no-repeat;
}


#home-right {
	width: 300px;
	float: left;
}

/** home right buttons 
.home-right-agricultural, .home-right-maincontractors, .home-right-industrial {
	margin: 0 0 10px 0;
	width: 300px;
	height: 90px;
	display: block;
}

.home-right-agricultural {
	background: url('/images/home-right-agricultural.gif') no-repeat;
}

.home-right-maincontractors {
	background: url('/images/home-right-maincontractors.gif') no-repeat;
}

.home-right-industrial {
	background: url('/images/home-right-industrial.gif') no-repeat;
}

**/

/* home right buttons */

ul.home-right-menu {
	width: 300px;
	height: 290px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul.home-right-menu li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.home-right-menu li a {
	cursor: pointer;
	display: block;
}

ul.home-right-menu li span {
	overflow: hidden;
	display: block;
}

ul.home-right-menu li a span img {
	border: 0;	
}

#home-right-agricultural, #home-right-agricultural span {
	width: 300px;
	height: 90px;
}

#home-right-maincontractors, #home-right-maincontractors span {
	width: 300px;
	height: 90px;
}

#home-right-industrial, #home-right-industrial span {
	width: 300px;
	height: 90px;
}

#home-right-agricultural, #home-right-maincontractors {
	margin-bottom: 10px;	
}

#quotes {
	clear: both;
	margin: 0 auto;
	width: 940px;
	height: 30px;
	background: #ccc;
}

#footer {
	margin: 10px auto 0 auto;
	padding: 27px 0 0 0;
	width: 940px;
	text-align: left;
	background: url('/images/footer-logos.gif') top right no-repeat;
}


/** default pages **/
#default-content {
	margin: 30px 0 20px 0;
	overflow: hidden;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #fff url('/images/left-menu-bg.gif') repeat-y;
}

#default-banner {
	margin: -30px 0 0 0;
	height: 192px;
}

#default-left {
	float: left;
	display: block;
	width: 180px;
	margin: 0 20px 0 0;
	overflow: hidden;
}

#default-middle {
	float: left;
	width: 460px;
	margin: 0 0 0 10px;
}

.examples {
	float: left !important;
	width: 730px !important;
	margin-left: 10px !important;
}

.examples ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: disc inside;
	text-align: left;
	clear: left;	
}

#default-right {
	width: 240px;
	float: right;
}

#default-right .right-satellite-gallery {
	float: right;
	width: 240px;
}

/** left menu **/

.css-styled-menu {
	margin: 0;
	padding: 0;	
}

.css-styled-menu li {
	display: inline;	
}

.css-styled-menu a {
	display: block;
	width: 170px;
	margin: 0 0 2px 0;
	line-height: 1em;
	padding: 7px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;		
}

.css-styled-menu a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}

.css-styled-menu a.selected {
	background: #007030;
	opacity: 1;
	filter: alpha(opacity=100);
}

/** contact form **/
#contact-default-right {
	float: right;
	width: 240px;
}

.contact-fields-left {
	float: left;
	margin: 5px 5px 5px 0;
}

.contact-fields-right {
	float: left;
	margin: 5px 0 5px 5px;
}

.contact-field-right input, .contact-field-left input {
	width: 217px;
	border: 1px solid #999;
	padding: 2px;
}

.contact-field-right label, .contact-field-left label {
	font-size: 0.95em;
}

.contact-field-right textarea {
	width: 452px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 0 -4px 0;
}

.contact-fields-address {
	margin: 20px 0 0 0;
}

.contact-fields-enquiry {
	margin: 0 0 0 0;
}

.contact-submit input {
	width: 100px;
	height: 30px;
	margin: 10px;
	border: 1px solid #ccc;
	background: #ccc;
	color: #333;
}

#cmsform label.error {
	display: block;
	padding: 2px;
	border: 1px solid #E41C1C;
	border-top: 0px !important;
	background: #F9CCCC;
	color: #E41C1C;
}

.contactbutton {
	display: block;
	width: 85px !important;
	height: 28px !important;
	background: url('/images/submit-button.gif') center center no-repeat !important;
	text-indent: -9999px;
	border: 0px !important;
	margin: 17px 0 20px 0 !important;
}

.contact-map-wrap {
	padding: 15px 0;
}

.contact-map {
	float: left;
	width: 230px;	
}

.contact-map img {
	border: 1px solid #999;	
}

.contact-details {
	float: left;
	width: 215px;
	padding-left: 15px;	
}

#cmsform .error {
	border: 1px solid #E41C1C;
}

.contact-field-right input.error, .contact-field-left input.error, .contact-field-left texarea.error, .contact-field-right textarea.error {
	padding: 3px;
}

#quotes ul {
	margin: 0;
	padding: 7px 10px 9px 10px;
	list-style: none;
}


.sector-picker label.mainheading {
	display: block !important;
	width: 454px !important;
	height: 20px !important;
	background: #999 !important;
	color: #fff;
	font-weight: normal;
	padding: 3px;
	margin: 0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

input.mainheading {
	position: absolute;
	left: -99999px;
}

#maincontractors-sector, #agricultural-sector, #industrial-sector {
	height: 80px;
	width: 420px;
	margin: 0;
	padding: 13px 20px 16px 20px;
	background: #f0f0f0;
}

#maincontractors-sector {
	height: 108px !important;
}

#industrial-sector {
	height: 40px !important;
}

#maincontractors-sector label, #agricultural-sector label, #industrial-sector label {
	font-weight: normal;
	font-size: 0.92em;
}

#agricultural-sector div, #maincontractors-sector div, #industrial-sector div {
	display: block;
	float: left;
	width: 120px;
	padding: 3px;
}

#agricultural-sector div, #maincontractors-sector div, #industrial-sector div {

}







.examples .no-example {
	background: #fff;
}

.examples .no-example {
	background: #fff;
	margin: 0px !Important;
	padding: 0 0 0 0;
}

.examples .block-heading {
	padding: 0 !important;
}

.example .no-example img, .example .no-example .image-container {
	display: none !important;
}





/*** extra info pop ***/
div#fancy_div {
	background: #fff !important;
	color: #333 !important;
}

#fancy_content {
	overflow: auto !important;
	background: #fff !important;
}


/*** Enlarge icon on example images ***/

.enlarge-icon {
	width: 100%;
	height: 100%;
	display: block;
	background: url('/images/enlarge-icon.png') bottom left no-repeat;
	cursor: magnify;
}