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


/* ----------------------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

a:hover,
a:focus,
a:active
{
	color: #CCC;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body {
	color: #797979;
	font: 1.2em Arial, Helvetica, sans-serif;
	background: #0b1013 url(../images/bkgnd_tile.png) repeat center top;
}


dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 0px 5px;
	margin: 0px 0px 15px;
	border: 1px solid #EEEEEE;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #E8E9EA;
}

h1 {

}

h2 {
	font-size: 2em;
	margin: 0px 0px 10px;
}

h3 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #393939;
	font-weight: normal;
}

h4 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
}

h5 {
	font-size: 1.2em;
	margin: 0px 0px 5px;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

html {
	font-size: 62.5%;
}

img {
	border: none;
}

label {
	cursor: pointer;
}

legend {
	padding: 5px 5px 0px;
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	border: none;
	margin: 0px 0px 5px;
}

p {
	line-height: 1.5em;
	margin: 0px 0px 15px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

th {
	background: #999999;
	color: #FFFFFF;
}

ol {
	margin: 0px 0px 15px;
	padding: 0px;
}

ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

li ul {
	margin: 5px 0px 10px;
	list-style: circle;
}


/* ----------------------------------------------------------------------------------- Primary structure */


#background {
	background: url(../images/bkgnd.png) no-repeat center top;
}

#wrapper {
	width: 760px;
	overflow: hidden;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 260px;
	position: relative;
	margin-bottom: 10px;
}

#primaryContent {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#footer {
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px;
	background: url(../images/indent_line.gif) repeat-x center top;
	font-size: 0.9em;
	text-align: center;
}


/* ----------------------------------------------------------------------------------- Secondary structure */

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 4px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #999999;
	background: #FFFFFF;
}

.imageCenter {
	padding: 4px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

.imageFeatured {
	padding: 10px;
	background: url(../images/bkgnd_images.png) no-repeat center center;
}

#copyright {
	
}

/* ----------------------------------------------------------------------------------- Headings */

#logo a,
#logo a:visited {
	height: 150px;
	width: 180px;
	position: absolute;
	display: block;
	left: 290px;
	top: 30px;
}

#logo a span {
	display:none;	
}

#pageHeading {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	text-indent:-9999px;
}
#headerPhone {
	position: absolute;
	right: 0px;
	bottom: 8px;
	background: url(../images/header_phone.png) no-repeat right center;
	height: 15px;
	width: 118px;
	text-indent: -9999px;
}


#page_home #pageHeading {
	
}

#page_products_services #pageHeading {
	background-image: url(../images/heading_products_and_services.png);
}

#page_contact #pageHeading {
	background-image: url(../images/heading_contact_us.png);
}
/* ----------------------------------------------------------------------------------- Navigation */

#primaryNavigation {
	margin: 0px;
	position: absolute;
	height: 30px;
	bottom: 12px;
	width: 760px;
	left: 0px;
}

#primaryNavigation ul,
#primaryNavigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#primaryNavigation li {
	float: left;
	margin: 0px 10px 0px 0px;
}

#primaryNavigation a,
#primaryNavigation a:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	float: left;
	height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

#primaryNavigation a:hover,
#primaryNavigation a:focus,
#primaryNavigation a:active {
	background-position: bottom left;
}

#primaryNavigation a span {
	display: none;	
}

#primaryNavigation a#nav_home {
	background-image:url(../images/nav_home.png);
	width: 47px;
}

#primaryNavigation a#nav_products_services {
	background-image:url(../images/nav_products_services.png);
	width: 135px;
}

#primaryNavigation a#nav_contact {
	background-image:url(../images/nav_contact.png);
	width: 78px;
}

#footerNavigation {

}

#footerNavigation ul,
#footerNavigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerNavigation li {
	display: inline;
	margin: 0px 5px 0px 0px;
	font-size: 0.8em;
}

/* ----------------------------------------------------------------------------------- Home page */

#introduction {
	color: #CCC;
	text-align: justify;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/indent_line.gif) repeat-x center bottom;
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
}

#introText {
	background: url(../images/intro_text.png) no-repeat left center;
	margin: 0px 0px 20px;
	padding: 0px;
	height: 14px;
	width: 760px;
	text-indent: -9999px;
}

#homeServices {
	float: left;
	width: 510px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}


#homeImages .imageBlock,
#productImages .imageBlock {
	width: 253px;
	height: 156px;
	float: left;
	margin: 0px 0px 5px;
	background: url(../images/bkgnd_images.png) no-repeat center center;
	text-align: center;
	padding: 10px 0px;
}

#homeImages_slideWrapper {
	float: right;	
}

#homeImages_slideWrapper,
#productImages_slideWrapper {
	background: url(../images/bkgnd_images.png) no-repeat center center;
	position: relative;
	margin: 0px;
	width: 228px;
	height: 176px;
}

#homeImages_slider,
#productImages_slider {
	position: relative;
	margin: 0px auto;
	width: 208px;
	height: 166px;
	overflow: auto;
}

#homeImages_slider .imageBlock,
#productImages_slider .imageBlock {
	display: block;
	width: 208px;
	height: 166px;
	padding: 10px 0px 0px;
}

.prevButton,
.nextButton {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	top: 76px;
	background-repeat: no-repeat;
	background-position: top center;
}

.prevButton span,
.nextButton span {
	display: none;
}

.prevButton {
	left: -18px;
	background-image:url(../images/prev_arrow.png);
}

.nextButton {
	right: -18px;
	background-image:url(../images/next_arrow.png);	
}

.prevButton:hover,
.nextButton:hover {
	background-position: bottom center;
}

#homeImages_slideWrapper .prevButton,
#homeImages_slideWrapper .nextButton {
	display: none;	
}

/* ----------------------------------------------------------------------------------- Products services page */

#heading_materials_used {
	text-indent:-9999px;
	background: url(../images/heading_materials_used.png) no-repeat left top;
	display: block;
	height: 22px;
	margin: 0px 0px 10px;
}

/* ----------------------------------------------------------------------------------- Contact page */

#contactForm {
	width: 425px;
	margin: 0px 20px 10px 0px;
	float: left;
}

#form_contact_us {
	position: relative;
	height: 380px;
	width: 425px;
	background: url(../images/bkgnd_contact_form.png) no-repeat center top;
}

#contactForm label,
#contactForm dd.description {
	display:none;	
}

#contactForm div.messageBlock {
	
}

#contactForm #contact_name,
#contactForm #contact_email,
#contactForm #contact_message,
#contactForm #send {
	position: absolute;
	background-color: transparent;
	border-style: none;
	width: 226px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactForm #contact_name {
	left: 162px;
	top: 37px;
}

#contactForm #contact_email {
	left: 162px;
	top: 77px;
}

#contactForm #contact_message {
	left: 37px;
	top: 137px;
	width: 351px;
	height: 161px
}

#contactForm #send {
	left: 35px;
	top: 320px;
	width: 55px;
	height: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/send_button.png);
	cursor: pointer;
}

#contactForm #send:hover, 
#contactForm #send:active,
#contactForm #send:focus {
	background-position: center bottom;	
}

#contactForm #send span {
	display:none;
}

#contactList {
	margin: 0px 0px 10px;
	padding: 14px 0px 0px;
	overflow: hidden;
	width: 300px;
}

#contactList dt {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 100px;
	float: left;
	border-bottom: 1px solid #393939;
}

#contactList dd {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 105px;
}



/* ----------------------------------------------------------------------------------- Miscellaneous */

.messageBlock {
	color: #FFF;
	background: #666;
	padding: 4px;
	margin-bottom: 5px;
}

.messageFail, .formError {
	background: #A80004;	
}

.messageNone {
	background: #0C60A5;
}

.messageNotice {
	background: #0C60A5;
}

