a:link {
	color: #3C8612;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #3C8612;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #3C8612;
	font-size: 12px;
	text-decoration: underline;
}
a:active {
	color: #3C8612;
	font-size: 12px;
	text-decoration: none;
}

html { height: 100% }

body.normal {
	/*background-color: #FFFFCC;*/
	background-color: #7DB619;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	/*background-image: url(images/bg.jpg);*/
}

#container {
	width: 790px;
	height: 100%;
	min-height: 100%;
	background-image: url(images/bg2.jpg);
	position: absolute;
	margin-left: 50%;
	left: -395px;
}

html>body #container { height: auto;}

#main {
	height: 100%;
	min-height: 100%;
	width: 780px;
	margin-left: 5px;
}

html>body #main { height: auto;}

body.simple{
	background-color: #FFFFCC;
}
.greentext {
	font-size: 12px;
	font-weight: bold;
	color: #3C8612;
	font-family: Arial, Helvetica, sans-serif;
}

.blacktext {
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.blackBtext {
	font-size: 12px;
	color: black;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
}

.redtext {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: red;
	//text-align: center;
}

.sredtext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: red;
	//text-align: center;
}

.smallredtext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	
	//font-weight: bold;
	color: red;
	//text-align: center;
}

.rightbox {
	background-image: url(images/suppliers/bg.jpg);
}

.listnavbar {
	background-color: #D1E485;
	text-align: center;
}

.titlebar {
	background-color: #EAFAB3;
	padding: 5px;
	height: 18px;
	vertical-align: middle;
}

.backbar {
	background-color: #D1E485;
	height: 25px;
	text-align: right;
}

.chosenbar {
	background-color: #D1E485;
	height: 25px;
	text-align: left;
	padding-left: 5px;
}

.chosenbar2 {
	background-color: #D1E485;
	height: 25px;
	text-align: right;
	padding-right: 50px;
}

.details {
	height: 40px;
	vertical-align: top;
	text-align: left;
}

.bottom_nav {
	background-image: url(images/bg_bottom.jpg);
	text-align: center;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	
}

a.bnav:link {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
a.bnav:visited {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
a.bnav:hover {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
a.bnav:active {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

a.tnav:link {
	color: black;
	font-size: 12px;
	text-decoration: none;
}
a.tnav:visited {
	color: black;
	font-size: 12px;
	text-decoration: none;
}
a.tnav:hover {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}
a.tnav:active {
	color: black;
	font-size: 12px;
	text-decoration: none;
}

.prbox1 {
	border-right: thin dotted #D1E485;
	border-bottom: thin dotted #D1E485;
	padding-right: 5px;
}
.prbox2 {
	border-bottom: thin dotted #D1E485;
	padding-left: 5px;
}
.prbox3 {
	border-right: thin dotted #D1E485;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.prbox4 {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

input.cart {
	width: 30px;
	text-align: center;
}

.suppliers {
	text-align: center;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	background-color: #EAFAB3;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #3C8612;
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {color: #FF0000; font-size: 12px;font-family: Arial, Helvetica, sans-serif;	}
.style6 {font-size: 12px}
.style7 {font-size: 12px; color: #FF0000; }
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #3C8612;
}
.style14 {
	color: #3C8612;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

.newsdate {
	color: #3C8612;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.newstitle {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bg1 { background-color: #EAFAB3 }
.bg2 { background-color: #D1E485 }