* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	text-decoration: none;
	font-size: .98em;
	color: #fff;
}
input, select, option {
	color: #222;
	padding: 2px 5px;
	font-size: 14px;
}
a {
	color:#e3bb76;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
select, option {font-size: 12px; padding: 1px 3px;}
p {
	padding: 5px 15px;
}
/*----		Structure		----*/
body {
	background: #393f4a url('images/bodyBG.png') repeat-x top left;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
#navBar {
	text-align: right;
}
#gallery, #logo {
	position: relative;
	margin: 36px 0;
}
#gallery {
	overflow: hidden;
	height: 324px;
}
#gallery img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer {
	padding: 20px 0;
	margin-top: 20px;
	background-color: #484f5d;
	height: 20px;
}
#content {
	width: 900px;
}

/*---			Content			---*/
#content a img {
	border: 0px;
}
#content ul {
	margin: 15px 0px 15px 40px;
}
#content li {
	margin-left: 30px;
}
#content blockquote {
	margin-left: 70px;
}
#content h1 {
	background: #586071 url('images/contentHead.png') no-repeat top left;
	width: 900px;
	height: 35px;
}
#content h1 img {
	padding: 9px 0 0 25px;
}
#content div.inner {
	padding: 1px 35px 75px 35px;
	min-height:336px;
	height:auto !important;
	height:336px;
	background: #586071 url('images/columnBG.png') repeat-x bottom left;
}
#content h2 {
	font-weight: lighter;
	padding: 5px 10px;
	margin-top: 20px;
	background-color: #484f5d;
	font-size: 22px;
}

#content h3 {
	font-weight:bold;

	margin-top: 8px;
	font-size: 15px;
	border-bottom: 2px solid #939cab;
}
/*----		NavBarStyles	----*/
#navBar li {
	display: inline;
}
#navBar li a {
	padding: 0 8px;
	display: inline-block;
	line-height: 40px;
	color: #a6a8a9;
}
#navBar li a:hover { color: #fff; }
/*----		Columns			----*/
.column, #firstColumn {
	float: left;
	margin-left: 30px;
}
#firstColumn {
	margin: 0px;
}
.column h2, #firstColumn h2 {
	height: 35px;
	width: 280px;
	background: url('images/columnHead.png') no-repeat top left;
}
.column h2 img, #firstColumn img {
	margin: 10px 0 0 15px;
	_margin: 8px 0 0 15px;
}
.column .cBody, #firstColumn .cBody {
	padding: 5px 0;
	height: 341px;
	width: 280px;
	font-family: arial;
	font-size: .92em;
	*width: 280px;
	background: url('images/columnBG.png') repeat-x top left;
}
.column a, #firstColumn a {
	color: #80a9ce;
}
/*----		Footer			----*/
#footer img {
	border: 0px;
	padding: 5px 0;
}
#footer a {
	margin-left: 50px;
	opacity: .3;
	filter: alpha(opacity=30);
}
#footer a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*----		Extras			----*/
.proLink {
	margin: 20px 30px 0 0;
	text-align: right;
}
.proLink a {
	color: #fad38e;
}
span#phoneNumber {
	margin-right: 20px;
	float: right;
	color: #fff;
	font-size: 22px;
	display: block;
}

.metalcrafters {
	border: 6px solid #fff;
}


.isc{
	border: 6px solid #fff;
}


.clear {
	clear: both;
}

/* Table Styling ---------------------------- */


table.data {
	font-size:.9em;
	border-collapse: collapse;
	
	}

table.data td{
border:1px solid #7d8491;
padding:2px;
	}
	

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

td.width {
	width: 190px;
	}

td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
