
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-image: url(images/backgrounds/green_background19.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
.menuitem {
	font: bold 14px Tahoma;
	border-top: solid 1px #2a551a;
	border-bottom: solid 1px #254518;
	border-right: solid 1px #54AA1B;
	border-left: solid 1px #2f7302;
	width: 80px;
	text-align: center;
	vertical-align: middle;
}
.menuitem1 {
	font: bold 14px Tahoma;
	border-top: solid 1px #2a551a;
	border-bottom: solid 1px #254518;
	border-right: solid 1px #54AA1B;
	border-left: solid 1px #2f7302;
	width: 80px;
	text-align: center;
}
.menuitem a {
	color: white !important;
	text-decoration: none !important;
	display:block;
	height:28px;
	padding-top: 5px;
}
.menuitem a:hover {
	/*color: #ffdd21;*/
	color: #f6bd33 !important;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	text-decoration: none; 
}
#topheader {
	color: white;
	border-collapse: separate;
	background-repeat: repeat-x;
	height: 34px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54aa1b+1,1f8214+43,016000+100 */
	background: #58ad20; /* Old browsers */
	background: -moz-linear-gradient(top,  #58ad20 1%, #1f8214 55%, #015500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #58ad20 1%,#1f8214 55%,#015500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #58ad20 1%,#1f8214 55%,#015500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58ad20', endColorstr='#015500',GradientType=0 ); /* IE6-9 */
}	
#SignIn {
	vertical-align: top;
	text-align: right;
	font: normal 14px arial;
	height: 40px;
	width: 500px;
	float:right;
	padding-top:10px;
}
.ContactMenu {
	font: normal 14px arial;
	text-align: right;
	color: green;
	padding: 0px 10px 0px 15px;
	text-decoration: none !important;
}
.ContactMenu:hover {
	color: orange;
	text-decoration: none !important;
}
#OuterTable {
	background-color:white;
	width: 1005px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0 0 15px 5px rgba(0, 0, 0, 0.8);
  	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
	border-collapse: separate;
}
.InfoBox {
	height: 240px;
	width: 330px;
	background-color: #f5f4f4;
	border: solid 1px #909090;
	margin-left: 17px;
	align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	box-shadow:2px 2px 2px #afafaf;	
	-moz-box-shadow:2px 2px 2px #afafaf;	
	-webkit-box-shadow:2px 2px 2px #afafaf;	
}
.BoxHeader {
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 1%, #cecece 55%, #adadad 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaea 1%,#cecece 55%,#adadad 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8f8f8f  1%,#525252 55%,#181818  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
	height: 40px;
	width: 100%;
	border-bottom: solid 1px #909090;
	color: white;
	font: bold 16px arial;
	text-align: center;
	padding-top: 12px;
}
.PanelDivider {
	float:left;
	width:1px;
	height:105px;
	border-left: groove 2px white;
	margin-top: 2px;
}
.iconrow {
	border-left: groove 2px white;
	padding: 9px 4px 7px 15px;
	height: 80px;
}
.IconRowAnchor {
	font: bold 15px arial;
	color: green;
	text-decoration: none !important;
}
.IconRowAnchor:hover {
	font: bold 15px arial;
	color: orange;
	text-decoration: none !important;
}
.IconRowItem {
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}
.IconRowItem:hover a {
	color: orange;
}
.IconRowItem:hover img {
	opacity: 0.7;
}
.ToolsRow {
	height: 55px;
	/*border-bottom: groove 1px #9dffa7;*/
	padding: 4px;	
	font: normal 15px arial;
}
.ToolsRow:hover {
	background-color: #10771a;
	color: white;
	cursor: pointer;
	cursor: hand;
}
.ToolsRowLast {
	border: none;
}
.ToolsHeader {
	font: bold 18px arial;
	text-shadow: 1px 1px 1px #f3f3f3;
	text-align: center;
	border-top: solid 3px #10771a;
	height: 50px;
	padding-top: 4px;
	/*border-bottom: groove 1px #9dffa7;*/
}
.ToolsRow img:last-child {
	display:none;
}
.ToolsRow:hover img:first-child {
	display:none;
}
.ToolsRow:hover img:last-child {
	display:inline-block;
}

.LowerSectionBox {
	height: 280px;
	width:680px;
	padding:15px 10px 10px 10px;
	background-color: #f5f4f4;
	border: solid 1px #c6c6c6;
	align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	box-shadow:1px 1px 2px #afafaf;	
	-moz-box-shadow:1px 1px 2px #afafaf;	
	-webkit-box-shadow:1px 1px 2px #afafaf;
}

.NewsRow {
	width: 150px;
	float:left;
	text-align:left;
	padding: 5px 8px 0px 5px;
}
.NewsHeader {
	font-weight:bold;
	background-color: #e3e3e3;
	padding:5px;
	text-align:center;
	float:left;
	width:163px;
}
.NewsItem {
	font: normal 12px verdana;
	text-align:left;
	padding: 0px 0px 0px 18px;
	vertical-align: top;
}
.NewsLink {
	color:black !important;
	text-decoration:none !important;
}
.NewsLink:hover {
	color:green !important;
	text-decoration:none !important;
}
.SupplierLink {
	color:black !important;
	position:relative;
	z-index:10;
	text-decoration:none !important;
}
.SupplierLink:hover {
	color:green !important;
	text-decoration: none !important;
}	
.FooterSection {
	border-left: groove 2px white;
	padding-left:20px;
}
.Top:hover {
	color: orange !important;
}