﻿@charset "utf-8";
/* CSS Document */

body	{
	margin-top: 0px;
	font-family: verdana;
	font-size: 12px;
	color: black;
	background: #3c3c3a url(../images/sk-bg.jpg) top repeat-x;  /* #858679 */
}


a:link	{ text-decoration: none; color: #4e9027; }
a:visited	{ text-decoration: none; color: #4e9027; }
a:hover	{ text-decoration: underline; }


h1	{
	color: black;
	font-size: 11px;
}
.seo	{
	font-size: 11px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 0px;
	color: #317023;
	font-weight: bold;
}

h2	{
	color: black;
	font-size: 15px;
	margin-bottom: 2px;
}
h3	{
	color: black;
	font-size: 13px;
	text-align: center;
}
h4	{
	color: black;
	font-size: 11px;
}
h5	{
	color: black;
	font-size: 9px;
	margin-bottom: 0px;
}

h1.title	{
	font-size: 11px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 0px;
	color: #317023;
	font-weight: bold;
	text-transform: uppercase;
}

h3.title {
	font-size: 13px;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 0px;
	color: #317023;
	font-weight: bold;
}

h4.title {
	font-size: 11px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #317023;
	font-weight: bold;
}

h4.title-blk {
	font-size: 11px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

img { border: none; }

p { margin-top: 0px; }



img, div { behavior: url(iepngfix.htc); }




/* =============================================================================== */



#canvas	{  /* OVERALL CONTAINER -- FOR USE WHEN ABSOLUTE POSITIONING SOMETHING IN THE PAGE/CONTENT AREA */
	margin: 0 auto;
	z-index: 1;
	position: relative;
	width: 840px;
	height: 100%;
}


#top	{
	width: 832px;
	height: 144px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	background: transparent url(../images/top.png) no-repeat; /* NO BG COLOR, OR ELSE PNG WON'T BE TRANSPARENT */
}


#link-to-home { /* FOR TRANSPARENT GIF OVER LOGO TO LINK BACK TO HOME PAGE */
	width: 219px;
	height: 100px;
	position: absolute;
	top: 18px;
	left: 63px;
}


#container	{
	background: transparent url(../images/container-bg.png) repeat-y; /* NO BG COLOR, OR ELSE PNG WON'T BE TRANSPARENT */
	width: 832px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
}

#container-content	{
	margin: 0 auto;
	margin-bottom: 0px;
	width: 800px;
	height: 100%;
	clear: both;
	padding-top: 2px;
}




#left-col	{
	width: 200px;
	height: 100%;
	float: left;
	display: block;
}


#right-col	{
	width: 590px;
	height: 100%;
	float: right;
	margin-right: 5px;
	background: transparent url(../images/right-col-bg.jpg) top no-repeat;
}



.extender {
	clear: both; font-size: 1px;
}



#container-closer	{
	background: transparent url(../images/container-closer.png) no-repeat;  /* NO BG COLOR, OR ELSE PNG WON'T BE TRANSPARENT */
	width: 832px;
	height: 122px;
	margin: 0 auto;
	clear: both;
}






.center-divbox-content	{
	margin: 0 auto;
	width: 588px;
	height: 100%;
}
.center-divbox-content-padding	{
	margin: 0 auto;
	width: 602px;
}




#center-left-col {
	width: 342px; height: 100%; float: left; margin-left: 16px; padding-top: 14px;
}
#center-right-col {
	width: 214px; height: 100%; float: right; margin-right: 26px; margin-top: 10px;
}
#center-wide-col {
	width: 556px; height: 100%; float: left; margin-left: 16px; padding-top: 14px;
}









.rightdivboxtop	{
	margin: 0 auto;
	width: 214px;
	height: 11px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 12px;
	background: #e8e7e7 url(../images/rightdivboxtop.jpg) no-repeat;
}
.rightdivboxcontent	{
	margin: 0 auto;
	width: 214px;
	height: 100%;
	color: #000000;
	font-size: 10px;
	background: #e8e7e7 url(../images/rightdivboxcontent-bg.jpg) repeat-y;
}
.rightdivboxcontent-padding	{
	margin: 0 auto;
	width: 188px;
	padding-left: 4px;
}
.rightdivboxbottom	{
	margin: 0 auto;
	width: 214px;
	height: 11px;
	line-height: 10px;
	background: #e8e7e7 url(../images/rightdivboxbottom.jpg) no-repeat;
}






.div-for-padding	{
	margin: auto; 
	width: 96%;
}




.centerer	{
	margin: 0 auto;
	text-align: center;
}



/* =============================================================================== */






#bottom-nav	{
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding-top: 42px;
	font-size: 10px;
	text-align: center;
	clear: both;
	color: white;
}
#bottom-nav-links	{
	text-align: center;
}
#bottom-nav-links a:link	{
	color: white;
}
#bottom-nav-links a:visited	{
	color: white;
}






#copyright {
	width: 800px; margin: 0 auto; text-align: center; clear: both;
}
#copyright a:link {
	color: white;
}
#copyright a:visited {
	color: white;
}





#center-left-col ul	{
	margin-top: 4px;
	margin-bottom: 0px;
	padding-left: 18px;
}
#center-left-col ul li	{
	list-style-type: none;
	/* margin-left: -20px; */
}

#center-left-col ol	{
	margin-top: 0px;
	margin-bottom: 0px;
}
#center-left-col ol li	{
	margin-left: -7px;
}




/* =============================================================================== */





#scrolling-thumbs {
	width: 180px; height: 60px; text-align: center; position: absolute; top: 33px; right: 52px;
}

#scrolling-thumbs-i { margin: 0 auto; border: 0px; }






#search-floater {
	width: 205px; height: 55px; background: transparent url(../images/search-floater-bg.png) no-repeat; font-size: 10px; text-align: center; padding-top: 8px; position: absolute; top: 101px; right: 40px; z-index: 888;
}
#search-floater form {
	position: absolute; top: 27px; right: 14px;
}







.preloadpic {display:none;}



.mfg-name	{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}



.block-content {
	width: 100%;
}
.block-content img {
	border: 1px solid gray;
	float: right;
	margin: 6px;
}
.block-content table {
	width: 58%; font-size: 10px;
}
.block-content-left img {
	border: 1px solid white;
	float: left;
	margin: 6px;
}

.models {
	font-size: 10px;
}



.header {
	font-weight: bold; font-size: 14px;
}


.left-align {
	text-align: left;
	width: 450px;
	margin: 0 auto;
}



.load {background:url(../images/loader.gif) no-repeat center;}






.locations-info {
	border: 0px; width: 340px; padding: 0px; margin: 0px; font-size: 11px;
}
.locations-info td {
	width: 50%; vertical-align: top;
}




.email-addy {
	background: url(../images/email.jpg) no-repeat; padding-left: 24px;
}
.email-addy-white {
	background: url(../images/email-white.jpg) no-repeat; padding-left: 21px;
}




.sitemap-ul { font-size: 11px; }
.sitemap-ul li { margin-left: -10px; }
.new-graphic {
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 232px;
	background-image: url('../images/sparrow-graphic.jpg');
	background-repeat: no-repeat;
}
.text-move {
	width: 300px;
	height: 16px;
	position: absolute;
	top: 360px;
	left: 268px;
}


.text-move a{
	color:black;
}
