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

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol {
	list-style: none;
}
ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1.4em;	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESETS */


/* BEGIN Utility Styles */				  				  					  				  
.floatLeft 									{ float: left; }
.floatRight									{ float: right; }
.clear 										{ clear: both; }
/* END Utility Styles */


/* BEGIN General Site Styling */
html {
	background: #000;
	}

body {
    font-size: 62.5%;
    font-family: Arial, 'Gill Sans MT', 'Helvetica Neue', Helvetica, 'Myriad Pro', Myriad, sans-serif;
	text-align: center; /* Allows for Centering in Older Browsers */
	background: url("images/headerBarHrepeat.png") top repeat-x;
	height: 74px;
    }

li {
	font-size: 1.4em;
}

a {  text-decoration: none; font-weight: bold; color: #294986; }

a:hover, a:active { text-decoration: underline; color: #192d52; }


h1 {
    font-size: 2.0em;
	font-weight: 600;
	color: #000;
    }
	h1 a {
		background: url("images/gfwTitle.png") no-repeat top left;
		display: block;
		width: 270px;
		height: 65px;
		float: left;
		position: relative;
		}
h1.gfwTitle {
	text-indent: -9999px;
	}


h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding-top: 25px;
	}
h3 {
	font-size: 1.2em;
	color: #FFF;
	}

div#page-wrap {
	width: 960px;
	margin-left: auto; /* margin-left & -right: auto, centers page in browser */
	margin-right: auto;
	text-align: left; /* RESETS default body centering (compatibility for older browsers) */
	position: relative;
    }

span.bold {
	font-weight: bold;
	}
span.italic {
	font-style: italic;
	}
.topLink {
	padding-left: 22px;
	padding-top: 2px;
	}
/* END General Site Styling */


/* BEGIN Header Styling */
div#header {
	background: url("images/headerBarPlain.png") top no-repeat;
	width: 960px;
	height: 74px;
	}
	div#headerTitle {
		position: relative;
		width: 325px;
		height: 65px;
		float: left;
		padding-left: 62px;
		padding-top: 6px;
		}
	div#headerContact {
		position: relative;
		width: 325px;
		height: 55px;
		float: right;
		text-align: right;
		padding-right: 56px;
		padding-top: 4px;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.1em;
		}
div#logoContainer {
	width: 960px;
	height: 250px;
	position: absolute;
	text-align: center;
	z-index: 6;
	}
div#hoverArea {
	width: 905px;
	height: 245px;
	position: absolute;
	z-index: 8;
	right: 26px;
	}
div#box {
	width: 153px;
	height: 332px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 402px;
	}
div#gfwLogo {
	margin-top: 7px;
	position: absolute;
	}
.logoDown {
	display: none;
	}

/* END Header Styling */


/* BEGIN photoSlider Styling */
div#photoSlider {
	background: url("images/photoSliderBG.png") top no-repeat;
	width: 960px;
	height: 255px;
	}
div#aniBox {
	width: 853px;
	height: 198px;
	position: relative;
	top: 25px;
	left: 54px;
	z-index: 1;
	}
/* END photoSlider Styling */


/* BEGIN Navigation Styling */
div#naviBG {
	background: url("images/naviBG.png") top no-repeat;
	width: 960px;
	height: 81px;
	position: relative;
	top: 255px;
	z-index: 2;
	}
	
div#navi {
	width: 529px;
	height: 79px;
	position: absolute;
	z-index: 6;
	top: 321px;
	left: 215px;
	}
	
	#buttonHome a, #buttonHomeON a,
	#buttonServices a, #buttonServicesON a,
	#buttonInv a, #buttonInvON a,
	#buttonContact a, #buttonContactON a
	{
		width: 132px;
		height: 79px;
		position: absolute;
		background-position: 0 0;
		text-indent: -9999em;
		overflow: hidden;
	}
	#buttonServices a, #buttonServicesON a {
		width: 132px;
		}
	#buttonInv a, #buttonInvON a {
		width: 132px;
		}
	#buttonContact a, #buttonContactON a {
		width: 133px;
		}
		
	#buttonHome a, #buttonHomeON a { top: 0; left: 0px;}
	#buttonServices a, #buttonServicesON a { top: 0; left: 132px; }
	#buttonInv a, #buttonInvON a { top: 0; left: 264px; }
	#buttonContact a, #buttonContactON a { top: 0; left: 396px; }
	
	#buttonHome a { background-image: url("images/btnHome.jpg"); }
	#buttonServices a { background-image: url("images/btnServices.jpg"); }
	#buttonInv a { background-image: url("images/btnInv.jpg"); }
	#buttonContact a { background-image: url("images/btnContact.jpg"); }
	
	#buttonHomeON a { background-image: url("images/btnHomeOn.jpg"); }
	#buttonServicesON a { background-image: url("images/btnServicesOn.jpg"); }
	#buttonInvON a { background-image: url("images/btnInvOn.jpg"); }
	#buttonContactON a { background-image: url("images/btnContactOn.jpg"); }
	
	#buttonServices a:hover, #buttonServicesON a:hover,
	#buttonInv a:hover, #buttonInvON a:hover,
	#buttonHome a:hover, #buttonHomeON a:hover,
	#buttonContact a:hover, #buttonContactON a:hover { background-position: 0 79px; }

/* END Navigation Styling */


/* ---------------------------- BEGIN MC Styling ---------------------------- */
/* BEGIN General MC Styling */
div#mainContent {
	background: url("images/mcVrepeat.png") top repeat-y;
	min-height: 450px;
	width: 960px;
	position: relative;
	top: 255px;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.4em;
	}
	div#mcHome, div#mcServices, div#mcInventory, div#mcContact {
		width: 820px;
		padding: 40px 70px 50px 70px;
		}
	div#mcHome p, div#mcServices p, div#mcInventory p, div#mcContact p {
		margin-bottom: 20px;
		}
div#mcBot {
	background: url("images/mcBot.png") top no-repeat;
	width: 960px;
	height: 30px;
	position: relative;
	top: 255px;
	}
/* END General MC Styling */


/* BEGIN home page styling */
/* END home page styling */


/* BEGIN inventory page styling */
#invNav {
	margin-bottom: 50px;
	}
	#invNav li {
		display: inline;
		font-size: 1.3em;
		margin-left: -5px;
		}
	#invNav a {
		text-decoration: none;
		color: #587cc2;
		}
		#invNav a:hover {
			color: #122d51;
			background-color: #aeaeae;
			}
div#mcInvList h3 {
	padding-left: 25px;
	padding-top: 20px;
	}

#invSteel {
	padding-bottom: 20px;
	}
#invSteel li {
	font-size: 1.0em;
	height: 70px;
	}
.steelSubs {
	font-size: 0.7em;
	padding-left: 35px;
	list-style: inside disc;
	}
.bullets {
	font-size: 0.7em;
	padding-left: 8px;
	list-style: inside disc;
	}
/* END inventory page styling */



/* BEGIN contact page styling */
div#mcConMidA {
	width: 960px;
	text-align: center;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
div#mcConMidP {
	width: 960px;
	text-align: center;
	margin-top: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
div#mcConMidE {
	width: 960px;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	div#mcConMidE a {
		color: #FFF;
		}
.hiliteCon {
	width: 250px;
	margin: 0 auto;
	}
.hiliteCon :hover {
	background-color: #069;
	}
/* END contact page styling */



/* ---------------------------- END MC Styling ---------------------------- */


/* BEGIN Footer Styling */
div#footerContainer {
	height: 127px;
	position: relative;
	overflow: hidden;
	margin-top: -127px; /* Required for Sticky Footer */
	clear: both; /* Required for Sticky Footer */
	background: url("images/footerHrepeat.png") repeat-x;
	top: 382px;
	}
	div#footerBG {
		background: url("images/footerBG.png") top no-repeat;
		width: 960px;
		height: 127px;
		margin: 0 auto;
		}
	div#footerContent {
		width: 903px;
		height: 96px;
		position: relative;
		top: 14px;
		left: 28px;
		}
		div#footerGFW {
			width: 225px;
			position: absolute;
			left: 67px;
			top: 26px;
			text-align: left;
			font-size: 1.1em;
			text-transform: uppercase;
			}
		div#footerGFW p {
			padding-top: 4px;
			}
		div#footerCon {
			width: 313px;
			position: absolute;
			left: 336px;
			top: 26px;
			text-align: left;
			font-size: 1.1em;
			text-transform: uppercase;
			}
		div#footerCon p {
			padding-top: 4px;
			}
			div#footerConPhone {
				float: left;
				width: 150px;
				}
			div#footerConEmail {
				float: right;
				width: 163px;
				}
			div#footerConEmail a {
				font-size: 0.9em;
				}
		div#footerNav {
			width: 156px;
			position: absolute;
			left: 691px;
			top: 26px;
			text-align: left;
			font-size: 1.1em;
			text-transform: uppercase;
			}
		div#footerNav a {
			color: #000;
			}
		div#footerNav a:hover, a:active {
			color: #000;
			}
		div#footerNav p {
			padding-top: 4px;
			}
			div#footerNavL {
				float: left;
				width: 77px;
				}
			div#footerNavR {
				float: right;
				width: 78px;
				}
/* END Footer Styling */

