@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;	
}
body {
	font: 12px/16px Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #404040 url(../images/body_bg.png) repeat-x;
	color: #333;
}
p {
	margin: 0px 20px 20px;
	padding: 0px;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 20px;
	padding: 0px 0px 5px;
	border-bottom: 2px solid #9dc440;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 20px;
	padding: 0px 0px 5px;
	border-bottom: 2px solid #9dc440;
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 20px;
	padding: 0px 0px 5px;
	border-bottom: 2px solid #9dc440;
}
h4 {
	margin: 0px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
	background: #545454;
}
h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #9DC440;
}
h6 {
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 0px 20px;
	color: #333;
}


a img {
	border-style: none;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
}
#header {
	float: left;
	width: 900px;
	line-height: 0px;
}
#logo {
	width: 560px;
	float: left;
}

#contact_details {
	float: right;
}
#menu {
	background: url(../images/menu_bg.png);
	height: 21px;
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	height: 21px;
	line-height: 21px;
	margin-left: 20px;
	padding: 0px;
}
#menu li a {
	text-decoration: none;
	color: #585858;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/menu_link_bg.png) repeat-x left top;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#menu li a:hover {
	background: url(../images/menu_link_over_bg.png) repeat-x left top;
}
#content {
	width: 900px;
	height: auto !important;
}
#content_left {
	background: #FFF url(../images/content_top_shadow.png) repeat-x;
	float: left;
	width: 560px;
	padding-bottom: 40px;
	min-height: 800px;
}
#content_left_fabrication {
	background: #FFF url(../images/content_top_shadow.png) repeat-x;
	float: left;
	width: 560px;
	padding-bottom: 40px;
	min-height: 1000px;
}
#content_right {
	background: #FFF url(../images/content_top_shadow.png) repeat-x;
	float: right;
	width: 320px;
	padding-bottom: 40px;
	min-height: 800px;
}
#content_right_fabrication {
	background: #FFF url(../images/content_top_shadow.png) repeat-x;
	float: right;
	width: 320px;
	padding-bottom: 40px;
	min-height: 1000px;
}
#content_right ul {
	background: url(../images/list_bg.png) repeat-x left top;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
}
.list-show {
	margin-right: 20px;
	margin-left: 20px;
}
#constructionNews {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.minimised {
	background: #545454 url(../images/h4_bg.png) no-repeat right bottom!important;
}
.maximised {
	background: #545454 url(../images/h4_bg_over.png) no-repeat right bottom!important;
}
#gallery {
	line-height: 0px;
	list-style: none;
	margin: 0px 20px;
	padding: 0px;
}
#gallery img {
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 0px;
	float: left;
}
img.last-item {
	margin-right: 0px!important;
}
#services {
	margin: 20px;
	padding: 20px 20px 10px;
	background: #FFF url(../images/services_bg.png) repeat-x left top;
	border: 1px solid #CCC;
}
#services p {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#services img {
	margin-bottom: 20px;
	line-height: 0px;
	float: left;
}
#services_images {
	width: 180px;
	float: right;
	padding-bottom: 60px;
	padding-left: 20px;
}
.pdf_link {
	font-weight: bold;
	background: #545454 url(../images/pdf_link_bg.png) no-repeat right bottom;
	border-bottom: 1px solid #FFF;
	margin: 0px 20px;
}
.pdf_link a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}



#footer {
	background: url(../images/footer_bg.png) repeat-x;
	clear: both;
}
#footer_inner {
	background: url(../images/footer_inner_bg.jpg);
	height: 300px;
	width: 900px;
	margin: 0px auto;
	padding-top: 20px;
}
#footer_inner a {
	color: #333;
}
#footer_inner a:visited {
	color: #333;
}
#footer_inner a:hover {
	text-decoration: none;
	color: #666;
}
#info {
	float: left;	
}
#links {
	float: right;
	width: 320px;
}
#links img {
	border: 1px solid #545454;
}
