body {
margin: 0;
background-color: #fff;
font-family: verdana,arial;
font-size: 10px;
color: #444;
}

#body {
	width: 950px;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #ccc;
}

#menuTop {
	display: block;
	background-color: #053c22;
	background-color: #008149;
	border-top: 1px solid #035c32;
	color: #dacf1b;
	height: 22px;
	padding: 6px;
	padding-bottom: 0px;
	margin: 0;
}

.sep {
	display: block;
	clear: both;
	height: 3px;
}

#blockLeft
{
	width: 215px;
	float: left;
	padding-right: 5px;
}
#blockRight {
	width: 730px;
	float: left;
	
}
#greenLine {
	display: block;
	clear: both;
	height: 2px !important;
	padding: 0;
	margin: 0;
	background-color: #035c32;
}
.catSep {
	display: block;
	width: 90%;
	height: 3px;
	background-image: url('../images/catSep.png');
}

a {
	color: #009c00;
}

a.mLeftBut {
	background-image: url('../images/menuArrow.png');
	background-repeat:  no-repeat;
	background-position: 30px 10px;
	padding-left: 50px;
	padding-top: 8px;
	display: block;
	height: 20px;
	border: 1px solid #95aca1;
	background-color: #e3ebf2;
	color: #161817;
	margin-top: 5px;
	text-decoration: none;
}
a.mLeftBut:hover {
	padding-left: 55px;
	color: #053c22;
	text-decoration: underline;
}

a.menuTop {
	color: #dacf1b;
	text-decoration: none;
}
a.menuTop:hover {
	color: #fff;
	text-decoration: underline;
}


input.textSt {
	border: 1px solid #161616;
	height: 14px;
	font-size: 12px;
	color: #777;
}
input.submitSt {
	border: 1px solid #161616;
	height: 18px;
	background-color: #dbdfdd;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

a {
	outline: none;
}

a.products {
	color: #053c22;
	text-decoration: underline;
}
a.products:hover {
	color: #053c22;
}

a.catMain {
	display: block;
	border: 0px solid black;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #161817;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana, tahoma;
	margin: 0;
}
a.catMain:hover {
	color: #009c00;
}

a.catSub {
	display: block;
	background-image: url('../images/menuArrow3.png');
	background-repeat: no-repeat;
	background-position: 9px 2px;
	padding-left: 25px;
	color: #161817;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana, tahoma;
	min-height: 20px;
	height: 20px;
	margin-bottom: 5px;
	height: auto;
}
a.catSub:hover {
	text-decoration: underline;
}

a.catPath {
	background-image: url('../images/menuArrow2.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	color: #161817;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana, tahoma;
}

a.catPath:hover{

	text-decoration: underline;
}

a.itemsList {
	background-image: url('../images/menuArrow4.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	color: #053c22;
	text-decoration: underline;
	width:auto;
	display: block;
	font-size: 11px;
	font-family: verdana, tahoma;
}

.hidden {
	display: none;
	background-color: transparent;
}

.mainKatHeader {
	color: #053c22;
	font-size: 11px;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
}

.subKatHeader {
	color: #060606;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.subProHeader {
	color: #060606;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
td.dTech {
	background-color: #f5f5f5;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding-right: 10px;
	padding-left: 10px;
	height: 18px;

}

.catImg {
	display: block;
	float: left;
	padding: 6px;
	border: 1px dashed #b7b7b7;
}

td.dTech2 {
	padding-right: 10px;
	padding-left: 10px;
	height: 18px;
}
.proDesc {
	line-height: 18px;
}
.block1 {
	clear: both;
	display: block;
	width: 100%;
	margin: 3px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	border: 1px dotted #b7b7b7;
	min-height: 20px;
	height: 20px;
	height: auto !important;
	overflow: hidden;
}

.greenHead {
	
	color: #035c32;
	font-size: 12px;
	font-weight: bold;
}