﻿body 
{
	background-color: #4b5a20;
	font-family: Arial;
	font-size: 14px;
	margin:0 auto;
	padding:0 0 20px 0;
	color: #232323;
	line-height: 18px;
}
a
{
	color: #4b5a20;
}
a:hover
{
	text-decoration: none;
}
h1
{
	color: #4b5a20;
	font-weight: bold;
	font-size: 26px;
	margin: 0px;
}
img
{
	padding: 3px;
	border: solid 2px #b0b0b0;
}
#topBodyBG
{
	background-image: url(../images/topBodyBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4b5a20;	
	padding: 28px 82px 0px 88px;
}
#pageTop
{
	background-image: url(../images/pageTop.jpg);
	width: 804px;
	height:311px;
	background-repeat: no-repeat;
}
#pageBody
{
	background-image: url(../images/pageBody.jpg);
	width: 804px;
	background-repeat: repeat-y;
	height: auto;
}
#pageFooter
{
	background-image: url(../images/pageFooter.jpg);
	width: 804px;
	background-repeat: no-repeat;
	height: 17px;
	position: relative;
}
#mainContentColumn
{
	float: left;
	width: 538px;
	padding: 10px 20px 20px 20px;
}
#menuColumn
{
	float: left;
	width: 198px;
	padding: 0px 10px 120px 10px;
}
#menuColumn ul
{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menuColumn li a
{
	color: #4b5a20;
	text-decoration: none;
	display:block;
	padding: 10px 0px 10px 18px;
	margin:0px;
	background-image:url(../images/menu_triangle.gif);
	background-repeat:no-repeat;
	width:178px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px #232323 solid;
}
#menuColumn .centerBG
{
	background-position: center;
}
#menuColumn li a:hover, #menuColumn .activeLink
{
	display:block;
	color:#636363;
	text-decoration:none;
	background-image:url(../images/menu_triangle_active.gif);
	background-repeat:no-repeat;
}
#menuColumn li ul li a
{
	margin-left: 20px;
	padding: 10px 0px 0px 15px;
	font-size: 12px;
	border-bottom: 0px;
	width: 160px;
}
#menuColumn .products
{
	border-bottom: none; 
	padding-bottom: 0px;
}
.subProducts
{
	border-bottom:1px #232323 solid; 
	height: 150px;
}
#rightColumnAddress
{
	position: absolute;
	left: 618px;
	top: -80px;
	text-align: right;
	font-size: 13px;
}
#footerCredits
{
	font-size: 12px;
	color: #acabab;
}
#footerCredits a
{
	color: #acabab;
	text-decoration: none;
}
.homeFlashArea
{
	text-align: center; 
	padding: 20px 0px 30px 0px;
}
.testimonialAuthor
{
	padding: 5px 10px 10px 0px; 
	text-align: right; 
	font-weight: bold;
	border-bottom: dotted 1px silver; 
}
/*****************************************************************************************/
/*                                 Photo Album                                            */
/*****************************************************************************************/
.photos td
{
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
.imgCaption
{
	padding-top: 0px;
}
/************************************************************/
/*********************** Menus CSS **************************/
/************************************************************/
.qmclear
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
}
.qmmc
{
	position: relative;
}
.qmmc a
{
	float: left;
	display: block;
	white-space: nowrap;
}
.qmmc div a
{
	float: none;
}
.qmmc div
{
	visibility: hidden;
	position: absolute;
}
/*"""""""" (MAIN) Container """"""""*/
#qm0
{
	background-color: transparent;	
}


/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
	color: #4b5a20;
	text-decoration: none;
	padding: 10px 0px 10px 18px;
	margin:0px;
	background-image:url(../images/menu_triangle.gif);
	background-repeat:no-repeat;
	width:178px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px #232323 solid;
}
/*"""""""" (MAIN) Hover State """"""""*/

#qm0 a:hover

{
	color:#636363;
	text-decoration:none;
	background-image:url(../images/menu_triangle_active.gif);
	background-repeat:no-repeat;
}

/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
	color:#636363;
	text-decoration:none;
	background-image:url(../images/menu_triangle_active.gif);
	background-repeat:no-repeat;
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	
	padding: 5px 0px 5px 0px;	
	border-left: solid 2px #232323;
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
	margin: 0px 0px 0px 20px;
	background-image: none;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	width: 150px;
	border-bottom:1px #232323 dotted;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	text-decoration: underline;
	background-image: none;
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	background-color: #D7F7C6;
	border-color: #999999;
	background-image: none;
}