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

/* ---------------BODY AND HTML-------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: white;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------TEXT AND LINKS-------------------- */
.body-text {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #565656;
	font-size: 18px;
	line-height: 1.3;
	word-spacing: 1.6pt;
}
.body-text a:link {
	color: #618f07 !important;
	text-decoration: none;
}
.body-text a:visited {
	color: #618f07 !important;
	text-decoration: none;
}
.body-text a:hover {
	color: #565656 !important;
	text-decoration: underline;
}
.body-text a:active {
	color: #618f07 !important;
	text-decoration: none;
}
h1 {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #565656;
	font-size: 22px;
	line-height: 1.3;
	word-spacing: 1.6pt;
	margin: 0;
	vertical-align: baseline;
	font-weight: 100;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #565656;
}
h2 {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #565656;
	font-size: 22px;
	line-height: 1.3;
	word-spacing: 1.6pt;
	margin: 0;
	vertical-align: baseline;
	font-weight: 100;
	padding: 0px 20px 0px 0px;
	text-transform: capitalize;
}
h2 a:link {
	color: #618f07 !important;
	text-decoration: none;
}
h2 a:visited {
	color: #618f07 !important;
	text-decoration: none;
}
h2 a:hover {
	color: #565656 !important;
	text-decoration: none;
}
h2 a:active {
	color: #618f07 !important;
	text-decoration: none;
}
h3 {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #565656;
	font-size: 22px;
	line-height: 1.3;
	word-spacing: 1.6pt;
	margin: 0;
	vertical-align: baseline;
	font-weight: 100;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #565656;
}
.footer-text {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #565656;
	font-size: 13px;
	line-height: 1.3;
	word-spacing: 1.6pt;
}
.footer-text a:link {
	color: #618f07 !important;
	text-decoration: none;
}
.footer-text a:visited {
	color: #618f07 !important;
	text-decoration: none;
}
.footer-text a:hover {
	color: #565656 !important;
	text-decoration: underline;
}
.footer-text a:active {
	color: #618f07 !important;
	text-decoration: none;
}
.bluecross-text {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #666;
	font-size: 10px;
}
.form-text {
	color: #625632;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* -------------------HEADER LOGO---------------- */
.headercontainer {
	width: 100%;
	z-index: 999;
	background-image: url(../images/stainless.jpg);
	background-repeat: repeat-x;
}
.header {
	height: 160px;
	margin: auto;
	width: 960px;
	text-align: center;
}
/* -------------------MENU (FANCY / SITEWIDE)---------------- */

/* tabs */

ul.tabs {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}
ul.tabs a {
	position: relative;
	display: block;
}
/* -------------------MENU (FANCY / SITEWIDE)---------------- */

/* menu specific */

.navi-wide {
	width: 100%;
	margin: auto;
	height: 64px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #666;
	z-index: 999;
}
#menu {
	z-index: 5;
	top: 0;
	left: 0;
	margin: auto;
	width: 960px;
	height: 64px;
	line-height: 64px;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #65804d;
	font-size: 14px;
	letter-spacing: 1.8pt;
	word-spacing: 1.8pt;
	text-transform: uppercase;
}
#menu a:link {
	text-decoration: none;
	color: #565656 !important;
}
#menu a:visited {
	text-decoration: none;
	color: #565656 !important;
}
#menu a:hover {
	text-decoration: none;
	color: #fff !important;
}
#menu a:active {
	text-decoration: none;
	color: #565656 !important;
}
#menu ul {
	margin: 0 auto;
}
#menu ul li a {
	color: #fff;
	padding-left: 4px;
}
#menu ul li a img {
	vertical-align: middle;
}
#menu ul li a:hover {
	background-color: #565656;
}
#menu ul li a {
	display: block;
	padding: 0 12px 0 12px;
}
#menu ul li a:hover span {
	background-color: #565656;
}
/* -------------------------------SLIDESHOW (HOMEPAGE ONLY)------------------------------ */

.photocontainer {
	width: 960px;
	height: 350px;
	margin: auto;
	z-index: -999;
	padding: 10px 0px 0px 0px;
}
.photo {
	height: 260px;
	width: 920px;
	background-color: #FFF;
	padding: 0px 10px 10px 10px;
	z-index: -999;
}
/* ------------ALTERNATING INFO BOXES------------ */

.homecontainer {
	width: 100%;
	margin: auto;
	padding: 10px 0px 0px 0px;
}
.homer {
	margin: auto;
	width: 960px;
	background-image: url(../images/white.png);
	overflow: auto;
}
.homeleft {
	width: 435px;
	text-align: left;
	float: left;
	padding: 30px 15px 15px 30px;
}
.homeright {
	width: 435px;
	text-align: left;
	float: left;
	padding: 30px 30px 15px 15px;
}
.homeleft2 {
	width: 435px;
	text-align: left;
	padding: 30px 15px 15px 30px;
	float: left;
}
.homeright2 {
	width: 435px;
	text-align: left;
	padding: 30px 30px 15px 15px;
	float: left;
}
/* ------------2 COLUMN------------ */
.aboutcontainer {
	width: 100%;
	margin: auto;
	padding: 10px 0px 0px 0px;
}
.about {
	margin: auto;
	width: 960px;
	background-image: url(../images/white.png);
	overflow: auto;
}
.aboutleft {
	width: 435px;
	text-align: left;
	float: left;
	padding: 30px 15px 15px 30px;
}
.aboutright {
	width: 435px;
	text-align: left;
	float: left;
	padding: 30px 30px 15px 15px;
}
/* ------------2 COLUMN SIDE BAR ON LEFT------------ */
.equipment-container {
	width: 100%;
	margin: auto;
	padding: 10px 0px 0px 0px;
}
.equipment {
	margin: auto;
	width: 960px;
	background-image: url(../images/white.png);
	overflow: auto;
}
.equipmentleft {
	width: 235px;
	text-align: left;
	float: left;
	padding: 30px 15px 15px 30px;
}
.equipmentright {
	width: 635px;
	text-align: left;
	float: left;
	padding: 30px 30px 15px 15px;
}
/* -----------------------CENTER CONTAINER--------------------- */
.centercontainer {
	width: 960px;
	margin: auto;
	overflow: auto;
	text-align: center;
	padding: 20px 0px;
	background-image: url(../images/white.png);
}
.centercontact {
	width: 956px;
	margin: auto;
	overflow: auto;
	text-align: center;
	padding: 10px 0px 15px 0px;
	background-color: #fff;
	border: 2px #fff solid;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.metal-container {
	width: 100%;
	margin: auto;
	padding: 10px 0px 0px 0px;
}
.metal {
	width: 960px;
	margin: auto;
	text-align: center;
	background-image: url(../images/white.png);
}
.metalslide {
	width: 920px;
	margin: auto;
}

/* -----------------------FOOTER (SITEWIDE)--------------------- */

.footercontainer {
	width: 100%;
	background-image: url(../images/footer.png);
	background-repeat: repeat;
	margin: auto;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px dashed #565656;
}
.footer {
	margin: auto;
	width: 960px;
}
.footbottom {
	width: 960px;
	margin: auto;
	float: left;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.subfoot {
	width: 100%;
	margin: auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-image: url(../images/footer.png);
}
