body {
	background-color: #adc9c0;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link {
	cursor: pointer;
	
	
}

table.pro{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

table.progr{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

th.pro {
	font-size: 10px;
	font-weight: bold;
}

tr.d{
	background-color: #adc9c0;
}

tr.l{
	background-color: #e2ece8;
}

td.side {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	
}

td.text {
	padding: 10px;
	font-size: 12px;

}

td.toplink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #3c7e6c;
}

.menulink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #3c7e6c;
	text-transform: uppercase;
}

.menulink:hover{
	color: #1c3737;
}

.menulink1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #1c3737;
}

.menulink1:hover{
	color: #3c7e6c;
}

td.prlinks {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	color: #3c7e6c;
	font-weight: bold;
	}
	
a{
	color: #3c7e6c;
}
a.prlinks, a.prlinks:visited, a.prlinks:link{
	font-size: 13px;
	color: #3c7e6c;
	font-weight: bold;
	text-decoration: none;
}

a.prlinks:hover{
	text-decoration: underline;
}

a.productLink{
	color: #3c7e6c;
	text-decoration: none;
}

a.productLink:hover{
	text-decoration: underline;
}

td.footer, a.footer{
	font-size: 10px;
	font-weight: bold;
	color: #3c7e6c;
}

h1{
	margin-top: 0px;
	color: #3c7e6c;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}

h2{
	margin-top: 0px;
	color: #3c7e6c;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}


.brandlink{
	cursor: pointer;
}

.form{
	font-size: 10px;
	background-color: #e2ece8;
	border: 1px solid #3c7e6c;
}

.img_txt{
	margin-bottom: 10px;
	margin-right: 10px;
}

div#productMenu{
	
	position:absolute;
	left:50%;
	top: 130px;
	margin-left:-50px;
	z-index:1;
	overflow:hidden;
	width:200px;
	height: 310px;
	visibility:hidden;

}