/* layout CSS */

@import url(reset.css);
@import url(typography.css);
@import url(navigation.css);

/* ------------------------------------------------------------------------- */


body {
background:url(../images/bigBG.png) repeat-x top center #908f8b;
}
.innerWrap, div#contentArea{
width:950px;
margin:0 auto;
position:relative;
}
.innerWrap{
position:relative;
}

div#contentArea{
-moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.5);
box-shadow: 0px 0px 14px rgba(0,0,0,0.5);
}
div#header{
width:100%;
height:168px;
margin:0 auto;
background: url(../images/header.png) no-repeat top center;
}
h1#logo{
width:437px;
height: 127px;
margin:0;
}
h1#logo a, p.requestQuote a{
display:block;
width:100%;
height:100%;
text-indent:-9999px;
outline:0 none;
}
div#header h2{
text-align: right;
top:79px;
right:0;
width:188px;
position:absolute;
color:#fff;
font-weight:bold;
font-size:21px;
}
div#content, div#subCol{
float:left;
}

div#subCol{
width:280px;
}
div#sidebarInner{
padding:30px;

}

div#content{
width:670px;
}

div#contentInner{
padding:30px;
}

div#addressInner{
background: url(../images/footer.png) 0px 40px no-repeat;
height:146px;
width:596px;
padding:34px 0 0 364px;
}
div#address p{
margin-bottom:9px;
}
div#address p, div#address a{
color:#fff;
text-transform: uppercase;
}
div#address p.smallNav{font-size:10px;line-height:16px;}
div#address p.copyright{text-transform: none;}

p.requestQuote{
width:220px;
height:53px;
margin-top:30px;
}
p.requestQuote a{background: url(../images/requestQuote.png) no-repeat 0px 0px;border:0 none;}
p.requestQuote a:hover{background: url(../images/requestQuote.png) no-repeat 0px -53px;border:0 none;}
p.requestQuote a:focus{background: url(../images/requestQuote.png) no-repeat 0px -106px;border:0 none;}

/*--sticky footer --*/

html, body {height: 100%;}

#container {
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom:-208px;
background:url(../images/col1bg.png) top center repeat-y transparent;
}

#address {
	width:100%;
	background:#526f89;
	position: relative;
	height: 208px;
	} 

.push {
height: 208px; /* .push must be the same height as .footer */
}


/*--- Portfolio Gallery styles ---*/ 

ul.galleryThumbs{
list-style:none;
margin:10px 0;

}
ul.galleryThumbs li{
margin:6px 10px 6px 0;
padding:2px;
border:1px solid #1b8281;
width:150px;
display:-moz-inline-stack;
display:inline-block;
vertical-align:top;
zoom:1;
*display:inline;
}
ul.galleryThumbs li:hover{
border:1px solid #ccc;
}
ul.galleryThumbs li img{
vertical-align:middle;
}
ul.galleryThumbs li h4{
font: bold 12px/18px Helvetica, Arial, sans-serif;
border-bottom:0;
margin:0;
}

/*---search sidebar --*/

div#searchFake{
width:212px;
background:#f1f3f5;
border:1px solid #5c778f;
padding:4px;
margin-bottom:30px;
}
input.header_search{
padding:2px;
margin:0;
background:none transparent;
border:0 none;
font-weight:bold;
font-size:14px;
line-height:14px;
width:184px;
color:#526f89;
}

div#searchFake.focus{
background:#fff;
border:1px solid #001942;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* FF3.5+ */
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* Saf3.0+, Chrome */
box-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* Opera 10.5, IE 9.0 */
}
div#searchFake.focus input.header_search{
color:#001942;
outline:0 none;
}
input#search{
width:22px;
height:23px;
background:url(../images/search.png) 0px 0px no-repeat;
text-indent: -9999px;
overflow: hidden;
border:0 none;
margin:0;
padding:0;
cursor: pointer;
}
*,:focus,:active{outline: 0px none;}
div#searchFake.focus input#search{
background:url(../images/search.png) 0px -45px no-repeat;
}
	    

/*--sidebar block--*/
div#sideBarBlock{
width:220px;
height:241px;
position: relative;
z-index: 75;

}

div#sideBarBlock div#plastics, div#sideBarBlock div#piping{
width:110px;
height:121px;
top:0;
left:0;
position: absolute;
background:url(../images/sideBarBlock.png) no-repeat 0px 0px;
}
div#sideBarBlock div#piping{
background:url(../images/sideBarBlock.png) no-repeat 0px -120px;
top:120px;
left:0;
}
div#sideBarBlock div#fabrication{
width:110px;
height:241px;
position: absolute;
background:url(../images/sideBarBlock.png) no-repeat 0px -241px;
top:0;
right:0;
}

div#sideBarBlock a{
display:block;
width:100%;
height:100%;
text-indent: -9999px;
border:0 none;
}

div#sideBarBlock div#plastics a:hover{background:url(../images/sideBarBlock.png) no-repeat 0px -723px;border:0 none;}
div#sideBarBlock div#piping a:hover{background:url(../images/sideBarBlock.png) no-repeat 0px -843px;border:0 none;}
div#sideBarBlock div#fabrication a:hover{background:url(../images/sideBarBlock.png) no-repeat 0px -482px;border:0 none;}

/*---- sidebar tooltip hovers ----*/
div#tooltip{
position: absolute;
z-index: 3000;
border: 1px solid #516E88;
background-color: #eee;
padding: 5px;
opacity: 0.92;
width:150px;
}
div#tooltip h3{
font: normal 13px/15px Helvetica, Arial, sans-serif;
margin:0;

}
/*---- subpage styles-----*/
div.floatBox{
float:right;
margin:0px 0px 18px 18px;
padding:0; 
width:270px;
text-align:center;
}
div.floatBox a{
border-bottom:0 none;
}

div.col3{
width:189px;
margin-right:20px;
float:left;
}

div.col3Last{
width:189px;
margin-right:0px;
float:left;
}
div.col3 h6, div.col3Last h6{
border-bottom:1px solid #6a0632;
margin-bottom:8px;
}
img.hero{
margin-bottom:30px;
}

ul.attachments{
list-style:none;
margin:18px 0 0 0;
padding:0;
text-align: left;
}
ul.attachments li.head{
color:#690631;
font-weight:bold;
padding:4px;
background:none;
}
ul.attachments li{
padding:4px 4px 4px 20px;
background:url(../images/PDF.png) 0px 3px no-repeat;
}
ul#fabGallery{
list-style:none;
margin:0;
padding:0;
}
a.translate{
display:inline-block;
vertical-align:top;
zoom:1;
*display:inline;
position: relative;
margin:-4px 0 0 4px;
border-bottom:0 none;
}
.blogPost h2{
margin-bottom:18px;
}
.sidebarblog h6{
margin:0 0 9px 0;
}
.sidebarblog h6.newstop{
margin-bottom:0;
border-bottom:1px solid #95a8b8;
}
.sidebarblog h6.newstop a{
color:#6d1130;
}
.sidebarblog h6.newstop a:hover{
color:#9d1140;
border-bottom:0 none;
}
