/*-------
// global 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,b,u,i,center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover {
	background-color: #EFEFEF;
}
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #666666	;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #6d6e65;
}
#page {
	font-size: 1.1em;
	color: #424242;
	width: 883px;
	padding: 8px 8px;
	margin: 0 auto;
	background: #FFFFFF;
}

#top {
	width: 100%;
	overflow: hidden;
	background: url(../img/top-bg.jpg) repeat-y 100% 0;
}
	#logo {
		float: left;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 155px;
			height: 90px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#motto {
		float: right;
		padding:  40px 20px 0 0;
		font-size: 118%;
		font-weight: normal;
		line-height: 1.6;
		text-align: right;
		height: 51px;
		color: #FFFFFF;
	}
	#menu {
		clear: both;
		width: 100%;
		height: 32px;
		background: url(../img/menu-bg.jpg) no-repeat 0 0;
		font-size: 118%;
	}
		#menu ul {
			padding: 5px 0 0 160px;
		}
			#menu li {
				float: left;
				width: 90px;
				margin: 0 5px 0 0;
				font-weight: bold;
				text-transform: uppercase;
				position: relative;
			}
				#menu li a:link, #menu li a:visited {
					display: block;
					float: left;
					width: 90px;
					text-align: center;
					position: relative;
					z-index: 10;
					padding: .3em 0;
					color: #081a0e;
				}
				#menu li.active a:link, #menu li.active a:visited {
				}
				#menu li span {
	position: absolute;
	z-index: 5;
	left: 76px;
	top: -58px;
	width: 90px;
	height: 22px;
	background: #FFFFFF;
	opacity: 0.3;
	-moz-opacity: 0.3;
				}

#wrap {
	background: #d9d9d9 url(../img/side-bg.png) repeat-x 0 100%;
	position: relative;
	min-height: 500px;
}
	#wrap2 {
	float: right;
	width: 728px;
	min-height: 610px;
	overflow: hidden;
	padding: 0 0 0 0px;
	background-color: #FFF;
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	bottom: auto;
	}
.products {
	line-height: 45%;
	font-size: 90%;
	border-bottom: 0;
}
		#content {
	float: left;
	width: 440px;
	font-size: 136%;
	margin-left: 50px;
		}
#content2 {
	float: left;
	width: 610px;
	font-size: 136%;
	margin-left: 50px;
	margin-top: 40px;
}
		#side2 {
			float: right;
			width: 175px;
			min-height: 380px;
			padding: 25px 10px 0;
			background: #e2e2e2 url(../img/box-1.png) no-repeat 0 0;
			font-size: 109.09%;
		}
	#side {
		float: left;
		width: 155px;
		background: url(../img/side-t.jpg) no-repeat 0 0;
		padding: 20px 0 150px;
	}


#content h1 {
	font-size: 133%;
	font-weight: bold;
	color: #39892f;
	padding: 0 0 .5em;
	margin: 0 0 .75em;
	border-bottom: solid 1px #333333;
}
#content h2 {
}


#content a:link, #content a:visited {
	color: #39892f;
	text-decoration: underline;
}
#content a:link:hover, #content a:visited:hover {
	text-decoration: none;
}


#content p {
	margin: 0 0 1.25em;
	line-height: 1.6;
	font-family: Georgia, serif;
}
#content p.small {
	font-size: 80%;
	line-height: 1.4;
}
	#content p.small a:link, #content p.small a:visited {
		font-weight: bold;
	}
	#content p.small strong {
		font-size: 116.67%;
	}
#content ul {
	list-style: disc;
	line-height: 1.3;
	margin: 0 0 1em 1.5em;
}

#content2 h1 {
	font-size: 133%;
	font-weight: bold;
	color: #39892f;
	padding: 0 0 .5em;
	margin: 0 0 .75em;
	border-bottom: solid 1px #333333;
}
#content2 h2 {
}


#content2 a:link, #content a:visited {
	color: #39892f;
	text-decoration: underline;
}
#content2 a:link:hover, #content a:visited:hover {
	text-decoration: none;
}


#content2 p {
	margin: 0 0 1.25em;
	line-height: 1.6;
	font-family: Georgia, serif;
}
#content2 p.small {
	font-size: 80%;
	line-height: 1.4;
}
	#content2 p.small a:link, #content p.small a:visited {
		font-weight: bold;
	}
	#content2 p.small strong {
		font-size: 116.67%;
	}
#content2 ul {
	list-style: disc;
	line-height: 1.3;
	margin: 0 0 1em 1.5em;
}


#header {
	margin: 0 0 40px 0px;
}


#side2 h2 {
	color: #39892f;
	font-size: 116.67%;
	padding: 0 .5em .5em;
	margin: 0 0 1em;
	border-bottom: solid 1px #aaaaaa;
}
#products {
	width: 100%;
	overflow: hidden;
	font-family: Georgia, serif;
	padding: 0 0 8px;
	border-bottom: solid 1px #aaaaaa;
	margin: 0 0 8px;
}
	#products li {
		padding: 5px 0 5px 35px;
		background: url(../img/bullet-1.gif) no-repeat 10px 50%;
	}
#side2 p {
	font-weight: bold;
	color: #39892f;
	padding: 0 0 0 35px;
}
	#side2 p a:link, #side2 p a:visited {
		color: #39892f;
	}


#menu2 {
	margin: 0 0 30px 15px;
}
	#menu2 ul {
	}
		#menu2 li {
			padding: 6px 0 4px;
			border-bottom: solid 1px #b9b9b9;
		}
			#menu2 li a:link, #menu2 li a:visited {
				position: relative;
				left: -5px;
				color: #424242;
				padding: 1px 5px 0px;
			}
			#menu2 li.active a:link, #menu2 li.active a:visited {
				background: #ececec;
			}

#quote {
	margin: 0 0 0 10px;
}
	#quote a:link, #quote a:visited {
		display: block;
		width: 138px;
		height: 67px;
	}
		#quote a:link span, #quote a:visited span {
			background: url(../img/but-quote.jpg) no-repeat 0 0;
		}

#contact {
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 125px;
	color: #424242;
}
	#contact p {
		margin: 0 0 10px;
		line-height: 1.35;
	}
		#contact a:link, #contact a:visited {
			color: #FFFFFF;
			text-decoration: underline;
		}
#contact a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A0A0A0;
		}


#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: .5em 0;
	text-align: right;
}
#wrap2copy {
	float: right;
	width: 678px;
	min-height: 610px;
	overflow: hidden;
	padding: 0 0 0 50px;
	background-color: #FFF;
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-x;
	background-position: 0 162px;
}
#googleMap {
	height: 180px;
	width: 600px;
	left: 50px;
}
.directions {
	font-size: 90%;
	line-height: 115%;
}
#products2 {
	width: 100%;
	overflow: hidden;
	font-family: Georgia, serif;
	padding: 0 0 8px;
	margin: 0 0 8px;
}
#products2 li {
	padding: 5px 0 5px 35px;
	background: url(../img/bullet-1.gif) no-repeat 10px 50%;
}

