/* Global Reset and Global Classes */
html, body, h1, h2, h3, h4, h5, h6, form, ul, ol {
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0 0 11px 0;
	line-height: 18px;
}
input, select, textarea {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
form {
	display: inline;
}
a{
	outline: none;
}
/* Sifr Styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1{
	visibility: hidden;
	margin-bottom: 10px;
}
/* Website Styles */
body{
 	background: url(ui/bg.gif) repeat-x #fff;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

h1{
	color: #4e9aeb;
	font-size: 16px;
	text-transform: uppercase;
}

h2 a{
	color: #516497;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

h2 a:hover{
	color: #4e9aeb;
}

h3{
	color: #516497;
	font-size: 16px;
	text-transform: uppercase;
}

#container{
	margin: 0 auto;
	width: 779px;
}

#logo{
	width: 614px;
	height: 81px;
	background: url(ui/logo.gif);
	text-indent: -9999em;
}

#nav{
	height: 39px;
	background: url(ui/nav_bg.gif) repeat-x;
	padding-left: 6px;
}

#nav li {
	float: left;
	line-height: 25px;
	list-style: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 39px;
	text-decoration: none;
	text-indent: -900em;
}

#nav li a:hover {
	color: #fff;
	text-decoration: none;
}

#nav li ul li a {
	padding: 0;
	text-align: left;
	color: #fff;
	width: 200px;
}

#nav li ul li a:hover {
	color: #fff;
}

#nav li ul {
	position: absolute;
	margin: 0;
	width: 200px;
	list-style: none;
	display: none;
	padding: 0;
	top: 120px;
	background: #3288e7;
	z-index: 1000;
}

#nav li ul li a {
	text-indent: 0;
	background: none !important;
	background: url(ui/arrow.gif) no-repeat 7px 7px !important;
	color: #fff;
	font-weight: bold;
	width: 184px;
	padding: 3px 0 3px 16px;
	line-height: 14px;
}

#nav li ul li a:hover {
	text-indent: 0;
	background: #2b6baf url(ui/arrow.gif) no-repeat 7px 7px !important;
	color: #fff;
}

#nav li.over ul, #nav li:hover ul{
	display: block;
	list-style-image: none;
}

#nav-home a {
	background: url(ui/nav-home.gif) no-repeat;
	width: 62px;
}

#nav-home a:hover, #nav-home:hover a {
	background: url(ui/nav-home-over.gif) no-repeat;
}

#nav-news a {
	background: url(ui/nav-news.gif) no-repeat;
	width: 61px;
}

#nav-news a:hover, #nav-news:hover a {
	background: url(ui/nav-news-over.gif) no-repeat;
}

#nav-projects a {
	background: url(ui/nav-projects.gif) no-repeat;
	width: 91px;
}

#nav-projects a:hover, #nav-projects:hover a {
	background: url(ui/nav-projects-over.gif) no-repeat;
}

#nav-quality a {
	background: url(ui/nav-quality.gif) no-repeat;
	width: 77px;
}

#nav-quality a:hover, #nav-quality:hover a {
	background: url(ui/nav-quality-over.gif) no-repeat;
}

#nav-safety a {
	background: url(ui/nav-safety.gif) no-repeat;
	width: 72px;
}

#nav-safety a:hover, #nav-safety:hover a{
	background: url(ui/nav-safety-over.gif) no-repeat;
}

#nav-design a {
	background: url(ui/nav-design.gif) no-repeat;
	width: 71px;
}

#nav-design a:hover, #nav-design:hover a{
	background: url(ui/nav-design-over.gif) no-repeat;
}

#nav-environment a {
	background: url(ui/nav-environment.gif) no-repeat;
	width: 119px;
}

#nav-environment a:hover, #nav-environment:hover a {
	background: url(ui/nav-environment-over.gif) no-repeat;
}

#nav-modular a {
	background: url(ui/nav-modular-built.gif) no-repeat;
	width: 134px;
}

#nav-modular a:hover, #nav-modular:hover a {
	background: url(ui/nav-modular-built-over.gif) no-repeat;
}

#nav-contact a {
	background: url(ui/nav-contact.gif) no-repeat;
	width: 83px;
}

#nav-contact a:hover, #nav-contact:hover a {
	background: url(ui/nav-contact-over.gif) no-repeat;
}

#featured{
	width: 779px;
	height: 211px;
}

#content{
	padding: 10px;
	width: 565px;
	min-height: 255px;
	color: #646464;
}

#content-full{
	padding: 10px;
	min-height: 180px;
	color: #646464;
	line-height: 18px;
}

#content-contact{
	padding: 10px;
	width: 565px;
	min-height: 385px;
	color: #646464;
}

#column{
	width: 161px;
	min-height: 194px;
	background: url(ui/column_bg.gif) repeat-x;
	position: absolute;
	top: 330px;
	margin-left: 585px;
	color: #646464;
	padding: 8px 15px 10px 18px;
	font-size: 10px;
}

#column p{
	padding-top: 10px;
	margin-top: 13px;
}

.image {
	border: 1px solid #2781e6;
	padding: 1px;
	float: right;
	margin: 0 0 15px 15px;
}

#column a{
	color: #5c962f;
	text-decoration: none;
}

#projects{
	list-style: url(ui/bullet_blue.gif);
	margin-left: 20px;
}

#projects a{
	color: #3c8de8;
}

#projects a:hover{
	color: #426e6d;
}

.date{
	background: url(ui/date.gif) no-repeat;
	padding-left: 20px;
}

.client{
	background: url(ui/client.gif) no-repeat;
	padding-left: 20px;
}

.project{
	background: url(ui/project.gif) no-repeat;
	padding-left: 20px;
}

.location{
	background: url(ui/map.gif) no-repeat;
	padding-left: 20px;
}

.engineer{
	background: url(ui/engineer.gif) no-repeat;
	padding-left: 20px;
}

.value{
	background: url(ui/value.gif) no-repeat;
	padding-left: 20px;
}

.qty{
	background: url(ui/qty.gif) no-repeat;
	padding-left: 20px;
}

.map-text {
	line-height: 14px;
	color: #2881e5;
}

#map {
	width: 290px;
	height: 265px;
	border: 1px solid #2881e5;
	margin: 0 0 10px 0;
	float: right;
}

#contact-form {
	width: 265px;
	height: 265px;
	margin: 0 0 10px 0;
	float: left;
}

#contactform .highlight{
	border: 1px solid #dd1f2b;
}

#map span {
	display: none;
}

/* Form Layout Start */
.row {
	clear: left;
}

.row label {
	float: left;
	width: 75px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
}

.row .formw, .row .formbox{
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 3px;
	text-align: left;
}

.form_confirmation{
	clear: both;
	color: #2881e5;
	font-weight: bold;
}

.row p{
	color: #2881e5;
	font-weight: bold;
}

#contactform button {
	background: url(ui/send-enquiry.gif) no-repeat;
	width: 108px;
	height: 25px;
	border: none;
	text-indent: -9999em;
	cursor: pointer;
}

#mFormSubmit{
	float: left;
}

#footer{
	border-top: 1px solid #3d6e6f;
	clear: both;
	text-align: right;
	padding: 10px;
	color: #575757;
	font-size: 10px;
}

#footer img{
	float: left;
	padding: 0 5px 0 5px;
}
#breadcrumb, #breadcrumb a{
	color: #666;
	font-size: 10px;
	text-decoration: none;
}
#breadcrumb a:hover{
	text-decoration: underline;
	color: #000;
}