/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #8f8f8f;
	text-align: center;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 15px;
}

h3 {
	font-weight: normal;
	font-size: 17px;
	border-bottom: 1px solid #969696;
	margin-bottom: 5px;
}

h3.contactform {
	padding-top: 15px;
}

ul {
	margin-bottom: 15px;
}

li {
	margin-left: 1em;
	list-style-type: disc;
}

p {
	margin-bottom: 20px;
	vertical-align: middle;
}

.right {
	float: right;
	margin: 10px;
}

p.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #000055;
}

.left-column {
	float: left;
	width: 470px;
	padding: 10px;
}

.right-column {
	float: left;
	width: 470px;
	padding: 10px;
}

.services_section_title {
	width: 930px;
	height: 24px;
	padding: 8px 20px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.showcase_module {
	background-image: url(../images/showcase/module_bg.gif);
	padding: 0px 5px 5px 5px;
	width: 460px;
	height: 245px;
}

.showcase_title {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}

.showcase_details {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	float: right;
}

.showcase_body {
	font-size: 11px;
	padding: 20px;
	line-height: 18px;
	clear: both;
}

.showcase_body a img {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 6px;
	border: none;
}

.showcase_body a:link img, .showcase_body a:visited img {
	background-image:url(../images/projects/thumb_bg.gif);
	background-position: 0px 0px;
	background-attachment: scroll;
}

.showcase_body a:hover img {
	background-image:url(../images/projects/thumb_bg.gif);
	background-position: 0px -80px;
	background-attachment: scroll;
	display: block;
	padding: 6px;
	border: none;
}

.header-link {
	width: 1000px;
	height: 160px;
	border: none;
}

#container {
	width: 1034px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#header {
	width: 1000px;
	height: 160px;
	background-image: url(../images/header.png);
	margin-left: auto;
	margin-right: auto;
}

#nav {
	width: 1000px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	background-color: #99BB1A;
}

#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
}

#nav a:hover, #nav a:active {
	color: #002D5F;
}

#nav li{
	float: left;
	display: block;
	width: 20%;
	padding-top: 8px;
	margin: 0;
	text-align: center;
}

#nav ul {
	margin: 0;
}

#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	background-color: #FFFFFF;
	border-top: 15px solid #99BB1A;
	border-bottom: 15px solid #004689;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 15px;
	clear: both;
}

#contact_column_left {
	float: left;
	width: 326px;
}

#contact_column_middle {
	float: left;
	width: 320px;
	padding-left: 6px;
}

#contact_column_right {
	float: left;
	width: 320px;
	padding-left: 6px;
}

#services_section_esd{
	background-image:url(../images/services/esd.gif);
}

#services_section_lighting {
	background-image:url(../images/services/lighting.gif);
}

#services_section_fire {
	background-image:url(../images/services/fire.gif);
}

#services_section_electrical {
	background-image:url(../images/services/electric.gif);
}

#services_section_construction {
	background-image:url(../images/services/const.gif);
}

#services_section_mechanical {
	background-image:url(../images/services/mech.gif);
}

#services_section_hydraulic {
	background-image:url(../images/services/hydro.gif);
}