@import url("industry.css");
@import url("products.css");
@import url("boxes.css");

/* Main page design*/
body {
	font-family: arial, sans-serif; 
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
	color: #444444; 
	font-size: 13px;
	letter-spacing:0.01em
}
td {
	font-family: arial, sans-serif; 
	color: #444444; 
	font-size: 13px;
}
h1{
	color: #5d9722;
	letter-spacing:0.02em;
	font-size: 24px;
	font-weight: 100;
	padding: 0;
	margin: 0;
}
h2{
	color: #5d9722;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h3 {
	font-weight: normal;
	color: #5a9c16;
	margin: 20px 0 7px 0;
	font-size: 1.2em;
}
a {
	color: #efa900;/*c88e01*/
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}
/* Main page container */
.container {
	width: 990px;
	margin: 0 auto;
	border: 0px solid #bdbebe;
}
/* data and info container */
#data{
	margin-left: auto;
    margin-right: auto;
	width: 95%;
	border: 0px solid #bdbebe;
}
#data .content_table{
	padding: 30px 0 30px 0;
}
#data .content_table td{
	padding:10px;
	font-size: 12px;
	vertical-align:top;
	color: #55595c;
}

#data .content_table .seperator{
	background-image:url(../images/main_seperator.png); 
	background-repeat: no-repeat;
}

#footer {
	background-color:#f4f4f4;
	height: 140px;
	border-bottom: 3px solid #a5a7a7;
}

#footer .leaf_img{
	position: relative; 
	float: left;
	top: -13px;
	left: 715px;
	z-index: 1;
}
#footer #join_us{
	position: relative; 
	float: left;
	bottom: 0px;
	left: 670px;
	z-index: 2;
}

#footer .linkstable{
	position: relative;
	float: left;
	top: 10px;
	left: -130px;
	z-index: 2; 
}
#footer td{
	vertical-align:top;
	color: #434444;
	padding-right: 27px;
	white-space: nowrap;
}
#footer td a{
	color: #444444;
	text-decoration: none;
}
#footer td a:hover{
	color: #5d9722;
	text-decoration: none;
}
#footer ul{
	list-style-image: url(../images/ul_dot_green.png);
	font-size: 11px;
	margin: 8px 0 0 0;
	padding-left: 14px;
	color: #444444;
}
/* Main Menu Navigation
   help: http://www.w3.org/TR/CSS21/selector.html
 * --------------------------------------------------------------------- */
#main_menu {
	margin-left: 30px;
	margin-right: 60px;
}
#main_menu ul {
	list-style-type: none;
}
#main_menu .outer_menu {
	-moz-border-radius: .4em .4em .4em .4em;
	border: 1px solid #bdbebe;
	background-image: url(../images/site_navigation_bg.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	padding: 0 0em;
	font-size:14px;
	height: 1%;
}
#main_menu .outer_menu:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}
#main_menu .outer_menu > li {
	padding: 7px 0;
	float: left;
	border-right: 1px solid #bdbebe;
}
#main_menu .outer_menu > li.first{
	border-left: 0px;
}
#main_menu .outer_menu > li.last{
	border-right: 0px;
}
#main_menu .outer_menu > li > a {
	padding: 7px 1em 7px 1em;
	color: #434343;
	text-decoration: none;
}
#main_menu .outer_menu > li > a img{
	position:relative;
	border: 0px;
	padding-left: 10px;
	left:0; 
	top:1px;
}
#main_menu .outer_menu > li > a:hover {
	
	background-repeat: repeat-x;
	background-position: 0 50%;
	color: #5d9722;
}
body#home #main_menu ul li a.home,
body#industry #main_menu ul li a.industry,
body#contact #main_menu ul li a.contact,
body#products #main_menu ul li a.products,
body#about #main_menu ul li a.about,
body#events_news #main_menu ul li a.events_news
{
	background-color:white;
	background-repeat: repeat-x;
	background-position: 0 50%;
}
/*inner menu*/
#main_menu .inner_menu {	
	margin: 0;
	padding: 8px 0 0 0;
	position: absolute;
	visibility: hidden;
	font-size: 13px;
}
#main_menu .inner_menu  li {
	float: none;
	display: block;
	border-left: 1px solid #bdbebe;
	border-right: 1px solid #bdbebe;
	border-bottom: 1px solid #bdbebe;
}
#main_menu .inner_menu > li > a {
	display: block;
	padding: 6px 30px 6px 11px;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
	color: #434343;
	background: white;
	/* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*doesn't seem to work for ie8*/
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity: .9;
}
#main_menu .inner_menu > li > a:hover {	
	color: #5d9722;
}

/* Sidebar Navigation
 * --------------------------------------------------------------------- */
 
	#sidebar_navigation {
		list-style-type: none;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

		#sidebar_navigation li {
			margin-bottom: .25em;
		}
			#sidebar_navigation li a {
				padding: .2em 1em;
				display: block;
			}
	
	#sidebar_navigation .active{
		color: #000;
		font-weight: bold;
		background-color: #a1cc43;
		text-decoration: none;
		display: block;
		-moz-border-radius: .9em .9em .9em .9em;
		-webkit-border-top-left-radius: .9em;
		-webkit-border-top-right-radius: .9em;
		-webkit-border-bottom-left-radius: .9em;
		-webkit-border-bottom-right-radius: .9em;
	}
	
	#sidebar_content {
		padding: 0 1em;
	}
	

/* contact
 * --------------------------------------------------------------------- */
.form_table dt+dd, 
.form_table dd+dt{
	margin-top:1em;
}
.form_table dt {
	width: 12em;
	display: block;
	float: left;
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-size: .80em;
}
.form_table dd {
	margin-left: 10.5em;
	display: block;
}