@charset "UTF-8";
/* CSS Document */

body {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	color: #333333;
}

.header  {
	background: #e9eed7;
	border-bottom: medium solid #7e9137;
	margin: 0 0 5px 0;
	padding: 2px;
	border-top: medium solid #7e9137;
	border-top-width: medium;
}

.footer  { 
	background: #11130a; 
	padding: 2px;	
	color: #ffffff; 
	border-top: medium solid #a6ba61; 
	margin: 0 0 0 0;
}

.footer a:link {
 color: #ffffff;
}

.footer a:visited {
 color: #fffffe;
}

.footer a:hover {
 color: #F7F9F0;
}

.footer a:active {
 color: #fffffd;
}

.company { 
	font-weight: bold;
}

hr {
	clear: both;
	border:solid;
	border-width:1px;
	border-bottom-color:#007300;
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	border-right-color:#ffffff;
}
	
.top-news img { 
/*	float: left; */
	margin-right: 5px;
}

.top-news h3, .news h3 { 
	font-size: 1.0em; 
	font-weight: bold; 
}

.accesskey { 
	text-decoration: underline;
}

a:link {
	color:#7E9137;
}

a:visited {
	color:#006600;
}

a:hover {
	color:#535D31;
}

a:active {
	color:#8D9E52;
}

.validation { 
	margin-top: 10px;
}

.product img { 
	float: left;
	margin-right: 5px; 
}

.product h3, .news h3 { 
	font-size: 1.0em; 
	font-weight: bold; 
}

/* Text styles
*/

h1 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	clear: both;
	border-bottom: 1px solid #D8D8D8;
}

h2 {
	font-size: 1.2em;
	color: #7D8C49;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	clear: both;
}

.small {
	font-size: 0.75em;
}

.menu-bar {
	font-size: 1.2em;
	color: #ffffff;
	padding: 2px;	
	background: #7e9137;
}
/*
 * SIMPLE STYLED LIST BOX
 * 
 

ul.list {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: -10px;
	border-bottom: 1px solid #D5D8D8;
	color: #333333;
}
ul.list li {
	background: #F6F6F6 url(../images/sprite-list.png) repeat-x top;
	line-height: 40px;
	display: block;
}
ul.list a {
	padding-left: 10px;
	display: block;
	height: 40px;
	background: url(../images/sprite-open.png) no-repeat right top;
	text-decoration: none;
}
ul.list li:hover {
	background: #82CB20 url(../images/sprite-list.png) repeat-x 0px -50px;
	color: #FFFFFF;
}

ul.list a:link, ul.list a:visited  {
	color: #006600;
}
ul.list a:hover {
	color: #FFFFFF;
	background: url(../images/sprite-open.png) no-repeat right bottom;
	outline: none;
}
ul.list a:active {
	color: #8D9E52;
}

/*note: line height adjusts height*/

/*external link*/
a.external {
	background: url(../images/external.gif) no-repeat right top;
	padding-right: 1em;
}
/*links to ical data*/
/*see 'data-ical' in resources*/
a.ical {
	background: url(../images/ical.gif) no-repeat right top;
	padding-right: 1em;
}

a[href^="mailto:"] {
	background: url(../images/email.gif) no-repeat right top;
	padding-right: 1em;
}

a[href^="tel:"] {
	background: url(../images/tel.gif) no-repeat right top;
	padding-right: 1em;
}

a[href^="sms:"] {
	background: url(../images/sms.gif) no-repeat right top;
	padding-right: 1em;
}
