/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


a {color: #048;}
a:hover {
	color: #06C;
	text-decoration: none;
}

body {
	background: #FFF;
	color: #666666;
	font: normal 75% Tahoma,sans-serif;
	padding-top: 34px;
	padding-bottom: 34px;
}

p,code,ul {padding-bottom: 1.5em;}

li {list-style: none;}

h1,h2,h3 {color: #666666; margin-bottom: 5px;}

h2 {font: bold 130% Tahoma,sans-serif;}
h3 {font: bold 120% Tahoma,sans-serif;}
h4 {font: normal 100% Tahoma,sans-serif; padding-bottom: 4em;}

h2 a {color: #666666; text-decoration: none;}
h2 a:hover {text-decoration: underline;}

img {border: 0px;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.center {width: 100%; text-align: center;}

/* structure */
#outer-container {
	/*border: 1px solid #FF0000;*/
	width: 872px;
	min-height: 777px;
	height: auto !important;
	margin: 0 auto;
	background: url(../img/containerbackground.gif) no-repeat left top;
	padding-left: 13px;
}

/* logo */
#logo {
	float: left;
    padding-left: 15px;
	height: 58px;
	width: 370px;
	/*text-align: center;*/
	padding-top: 12px;
}

/* navigation */
#navigation {
	float: left;
	height: 71px;
	width: 472px;
}
#navigation ul {
	padding: 0;
	height: 71px;
}
#navigation li {
	float: left;
	height: 71px;
}
#navigation li a {
	display: block;
	height: 71px;
}
#navigation li a span {
	display: none;
}

#navigation li#home {
	background: url(../img/but_home.gif) no-repeat right center;
	width: 60px;
}
#navigation li#home a:hover {
	background: url(../img/but_home_hover.gif) no-repeat right center;
}
#navigation li#commercial {
	background: url(../img/but_commercial.gif) no-repeat right center;
	width: 130px;
}
#navigation li#commercial a:hover {
	background: url(../img/but_commercial_hover.gif) no-repeat right center;
}
#navigation li#industrial {
	background: url(../img/but_industrial.gif) no-repeat right center;
	width: 119px;
}
#navigation li#industrial a:hover {
	background: url(../img/but_industrial_hover.gif) no-repeat right center;
}
#navigation li#residential {
	background: url(../img/but_residential.gif) no-repeat right center;
	width: 126px;
}
#navigation li#residential a:hover {
	background: url(../img/but_residential_hover.gif) no-repeat right center;
}
#navigation li#contact {
	background: url(../img/but_contact.gif) no-repeat right center;
	width: 97px;
}
#navigation li#contact a:hover {
	background: url(../img/but_contact_hover.gif) no-repeat right center;
}



/* front page category divs */
.category {
    min-height: 610px;
    float: left;
}

.category img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.category-content {
    width: 247px;
    padding: 20px;
}


#featuredproject a {
    display: block;
    width: 350px;
    height: 260px;
    background: url(../img/featuredproject.png) center center no-repeat;
}

#featuredproject a:hover {
    background: url(../img/featuredproject-hover.png) center center no-repeat;
}

.project-column {
    float: left;
    width: 205px;
}

#sampleParts img {
    border: 1px solid #2c4155;
    margin-right: 4px;
    margin-bottom: 4px;
}

#sampleParts a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.youtube {
    float: left;
    margin-right: 26px;
    margin-bottom: 26px;
}

/* splash */
#splash {
	float: left;
	/*height: 241px;*/
	width: 859px;
	/*border: 1px solid #303030;*/
	text-align: center;
    padding-left: 1px;
}

/* page title */
#pagetitle {
	float: left;
	height: 87px;
	width: 859px;
	text-align: center;
    padding-left: 1px;
    padding-bottom: 10px;
}

/* content */
#content {
	float: left;
	width: 829px;
	min-height: 200px;
	height: auto !important;
	padding-left: 30px;
	margin-right: 55px;
	padding-bottom: 40px;
}
#content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}

.contentImage {
	padding-top: 12px;
	border-left: 22px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	border-top: 12px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
} 

#content-left {
	float: left;
	width: 380px;
	padding-right: 30px;
}

#content-right {
	float: left;
	width: 350px;
    min-height: 300px;
	padding-left: 30px;
	background: url(../img/verticalline.png) center left no-repeat;
}

#content-bottom {
    float: left;
    width: 820px;
    padding-top: 40px;
}


#narrow-left {
	float: left;
	width: 230px;
	padding-right: 30px;
}

#wide-right {
	float: left;
	width: 530px;
    min-height: 300px;
}

/* footer */
#footer {
	width: 821px;
	margin: 0 auto;
	margin-left: 20px;
	font-size: 80%;
	border-top: 3px solid #B8B8B8;
}
#footer p {
	padding-top: 15px;
}

.webmail {
	float: right;
}

/* preload images, put this in a div at bottom */
.preload {
	display: none;
}

/* equipment list */
.equipment {
}

/* products pages */
.product {
	width: 550px;
	height: 130px;
	padding: 20px 10px 10px 10px;
}

.prodImage {
	float: left;
	padding-right: 20px;
}


