/* combine all css files into one before site goes live and remove non-necessary likns in html */

/*------reset-------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
 img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, 
 dd, ol, ul, li, fieldset, form, label, legend {
	border: none;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus { outline: 0; }

blockquote, q { quotes: "" ""; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

/* Remove border around linked images and fix Firefox odd spaces */

img { border: 0; vertical-align: bottom; }

caption, th, td { font-weight: normal; text-align: left; }

/*debug border on all divs*/

div { border: 0; }

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */

html {
	height: 100%;
	margin-bottom: 1px; /* added for flash detection */
}

/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse: separate; border-spacing: 0; }

.nav ul, .topnav ul, .leftnav ul, .footnav ul { list-style: none; }

/* Class for clearing floats */
.clear { clear: both; }

/*----------------begin--------------------*/
body {
	background: #98a2a5 url(../_media/bg.png) repeat-x center top;
	font: 62.5%/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 auto;
	/* make IE center the site */
	text-align: center;
}

/*------ basic styles ------------*/

.goleft {
	float: left;
	margin: 0 10px 10px 0;
}

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

strong {
	font-weight:bold; font-size: 1.2em;
	color: #ff0505;
}

/*--------content----------------*/

#container { margin: 0 auto; 
	text-align: left;
	width: 968px;
	background: url(../_media/bgContent.png);min-height: 450px;
}

#containerBtm {
	margin:0 auto;
	width: 968px;
	height:24px;
	background: url(../_media/bgContainerBtm.png);
}

#content { 
	width: 958px; background: #fff;
	margin-left: 5px;min-height: 450px;
}

#header {
	position: relative;
	height: 181px;width: 960px;
	background: url(../_media/bgMap.png) no-repeat 580px top;
}

/* setting the logo index link - change values to reflect logo dimmensions*/

.logo {
	height: 93px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 530px;
	background: url(../_media/logo2.png) no-repeat center top;
}

#logoImg {
	height: 93px;
	left: 8px;
position: absolute;
	top: 13px;
	width: 530px;
	clear: both;
}

#subnav {
	width:318px;height:28px;
	background: url(../_media/bgSubnav.png);
	position:absolute;
	top: 0;left: 627px;
}

/* image rollover technique */
	
#subnav a {
	float: left;
	height: 0px !important;
	height: 22px; /* for IE5/Win only */
	margin: 0;
	overflow: hidden;
	padding: 22px 0 0 0;
}

#subnav a:hover, #subnav a:active { background-position: 0 -22px; }

#subnav li {
	display: inline;
	height: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul {
	position: relative; top: 5px;left: 20px;
}

.subnav01 a {
	background: url(../_media/subnav01.png) no-repeat top left;
	width: 83px;
}

.subnav02 a {
	background: url(../_media/subnav02.png) no-repeat top left;
	width: 83px;margin-left: 14px !important;
}

.subnav03 a {
	background: url(../_media/subnav03.png) no-repeat top left;
	width: 84px;margin-left: 14px !important;
}


/*------nav------------------------------*/

#nav {
	width:960px;height:32px !important;overflow: hidden !important
}

/* image rollover technique */	

#nav a {
	float: left;
	height: 0px !important;
	height: 32px; /* for IE5/Win only */
	margin: 0;
	overflow: hidden;
	padding: 32px 0 0 0;

}

#nav a:hover, #nav a:active { background-position: 0 -32px; }

#nav li {
	display: inline;
	height: 32px !important;overflow: hidden !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	position: absolute;
	top: 110px;width: 960px;left: -1px;
	height: 32px !important; overflow: hidden !important;
}


.nav01 a {
	background: url(../_media/nav01.png) no-repeat top left;
	width: 62px;
}

.nav02 a {
	background: url(../_media/nav02.png) no-repeat top left;
	width: 146px;
}

.nav03 a {
	background: url(../_media/nav03.png) no-repeat top left;
	width: 178px;
}

.nav04 a {
	background: url(../_media/nav04.png) no-repeat top left;
	width: 136px;
}


.nav05 a {
	background: url(../_media/nav05.png) no-repeat top left;
	width: 107px;
}


.nav06 a {
	background: url(../_media/nav06.png) no-repeat top left;
	width: 137px;
}


.nav07 a {
	background: url(../_media/nav07.png) no-repeat top left;
	width: 67px;
}


.nav08 a {
	background: url(../_media/nav08.png) no-repeat top left;
	width: 127px;
}

/*---center ----------------------*/

#mid {
	width: 889px;
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}

#flash {
	width:826px;
	height:286px;
	position: relative; left: 63px;
	background: url(../_media/BgFlash.jpg) no-repeat center top;
}

#leftCol {
	float: left;
	width: 189px;
	margin-top: 46px;
}

	#callout {

}

/* image rollover technique */	

#callout a {
	float: left;
	height: 0px !important;
	height: 186px; /* for IE5/Win only */
	margin: 0;
	overflow: hidden !important;
	padding: 186px 0 0 0;
}

#callout a:hover, #callout a:active { background-position: 0 -186px; }

#callout li {
	height: 186px !important; overflow: hidden !important;
	list-style: none;
	margin: 0;
	padding: 0;margin-bottom: 16px;
}

.callout01 a {
	background: url(../_media/callout01.png) no-repeat top left;
	width: 189px;
}

.callout02 a {
	background: url(../_media/callout02.png) no-repeat top left;
	width: 189px;height: 186px !important;
}

.callout03 a {
	background: url(../_media/callout03.png) no-repeat top left;
	width: 189px;
}

.callout04 a {
	background: url(../_media/callout04.png) no-repeat top left;
	width: 189px;
}

.callout05 a {
	background: url(../_media/callout05.png) no-repeat top left;
	width: 189px;
}

#rightCol {
	float: right;
	width: 637px;
	margin-top: 50px;
}

	#copyBox1, #copyBox2 {
		width: 637px;	
		margin-bottom: 60px;
	}
	
	.copyBoxTop {
		width: 637px;
		height: 29px;
		background:url(../_media/copyBoxTop.png) no-repeat center top;
	}
	
	.copyBoxMid {
		width: 607px;
		min-height: 350px;
		background: url(../_media/copyBoxMid.png) no-repeat center top;
		padding: 3em 1em 0 2em;
	}
	
	.copyBoxBtm {
		width: 637px;
		height: 17px;
		background: url(../_media/copyBoxBtm.png) no-repeat center top;
	}
	

	
/*----- footer ------------------------*/

#emergency {
	clear: both;
	border-top: 1px solid #908d8d;
	width: 894px;
	font: 1.2em/2.4em Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

/*----- add 15px for each new link ------------------------*/
#footer {
	clear: both;
	border-top: 1px solid #908d8d;
	border-bottom: 1px solid #908d8d;
	height: 180px;
	width: 894px;	
	font: 1.2em/2.4em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 0 20px;
	color: #908d8d;
	padding: 0 10px;
}

#footer a {
	color: #908d8d;
}

#footer a:hover {
	background-color: #908d8d;
	color: #fff;	
}

#footer a:active {
	color: red;
}

ul.footer01 {
	position:relative;
	left: 270px;
	list-style: none;
	position: relative;
	top:-120px;
	line-height:2.0em;
}

ul.footer02 {
	position:relative;
	left:380px;
	list-style: none;
	position: relative;
	top: -213px;
	line-height:2.0em;
}

ul.footer03 {
	position:relative;
	left: 540px;
	list-style: none;
	top: -283px;
	line-height:2.0em;max-width: 300px;	
}

ul.footer04 {
	position:relative;
	left: 730px;
	list-style: none;
	top: -400px;
	line-height:2.0em;max-width: 300px;	
}

ul.footer03, ul.footer02, ul.footer01, ul.footer04   {
	width: 200px;margin-top: -3px;
}
/*------- reflection ----------------------*/

#reflection {
	margin: 0 auto;
	background: url(../_media/bgReflection.png) no-repeat center top;
	width: 960px;
	height: 88px;
	clear: both;
}

/*----- actives -----------------------------*/

body#index .subnav01 a,body#about .subnav02 a,body#contact .subnav03 a {
	background-position: 0 -22px;
}

body#tanks .nav01 a, body#process-vessels .nav02 a, body#stacks-stackliners .nav03 a,
body#pipes-ducts .nav04 a, body#field-services .nav05 a, body#industries-served .nav06 a,
body#gallery .nav07 a, body#request-quote .nav08 a {
	background-position: 0 -32px;
} 

body#contact #leftCol.contact .callout01 a, body#tanks #leftCol.tanks .callout02 a, body#process-vessels #leftCol.process-vessels .callout03 a,
body#stacks-stackliners #leftCol.stacks-stackliners .callout04 a,body#pipes-ducts #leftCol.pipes-ducts .callout05 a {
	background-position: 0 -186px;
}

/*----- move up left and right col for inner pages---------------*/

body#about #rightCol, body#contact #rightCol, body#tanks #rightCol, 
body#process-vessels #rightCol, body#stacks-stackliners #rightCol, 
body#pipes-ducts #rightCol,body#field-services #rightCol, 
body#industries-served #rightCol, body#request-quote #rightCol, 
body#sitemap #rightCol, body#fiberglass-tanks #rightCol, body#fiberglass-bulk-storage-tanks #rightCol, body#fiberglass-fabrication #rightCol, body#fiberglass-water-tanks #rightCol, body#chimney-liners #rightCol, body#fiberglass-storage-tank #rightCol, body#fiberglass-tank #rightCol  {
	margin-top:0;
} 

/*--------- gallery changes ---------------------*/

body#gallery #leftCol {display: none;}

body#gallery #rightCol {
    float: left;
width: 960px !important;float: none;position: relative;top: -50px;
}

/*------ page elements -------------*/

.addyBox {
border-bottom: 1px solid #ff0505;width: 598px;
}

#printable {
	display: none;
}

/*---------- Brett 06/30/09 -------------*/
.autoheight {
	min-height: 0px; 
	height: auto;
}

.copyBoxMid ul li {
	line-height: 1.2em;
	padding: 0;text-indent: 0;
margin: 14px 0;
}

/*----- added styles ------*/

#linkbox {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #98a2a5;
    border: 1px solid #ffc000;
    padding: 10px;
    width: 500px;
	margin: 0 0 2em 2em;
}

#linkbox ul {
    margin: 0 ; padding: 0 !important;
}

#linkbox li a {
    color: #666666 !important;
	font-size: 1em;
	margin-left: 15px;
	padding: 0;
    line-height: 5px;
	text-decoration: underline;
}

#linkbox li a:hover {
	color: #white !important;
	font-size: 1em;
	margin-left: 15px;
	background-color: red;
	padding: 0;
	line-height: 5px;
	text-decoration: underline;
}
h2.linkbox {
	font-size: 14px;
	color: red;
	font-weight: bold;
}
.img {
	border: #c4c5a6 solid 1px;
	padding: 2px;
}
.imgL {
	border: #c4c5a6 solid 1px;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 2px;
}
.imgR {
	border: #c4c5a6 solid 1px;
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 2px;
}
.imgNM {
	border: #c4c5a6 solid 1px;
	padding: 2px 2px 2px 2px;
}
.imgL_NB {
	float: left;
	margin: 0px 10px 5px 0px;
}
.imgR_NB {
	float: right;
	margin: 0px 0px 5px 10px;
}