@import url("industry.css");
@import url("products.css");
@import url("boxes.css");
@import url("extra.css");
@import url("customers_slider.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;
}
p{
	text-align:justify;
}
.block_center{
	margin-right:auto;
	margin-left:auto;
}
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;
}
.icon{
	width:32px;
	height:32px;
}
.inline_block{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
/* 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: 100%;
}
#data .content_table{
	padding: 30px 0;
}
#data .content_table td{
	padding:0px;
	font-size: 12px;
	vertical-align:top;
	text-align: left;
}
#data .content_table td.justify{
	text-align: justify;
}
#data .content_table .seperator{
	background: white;
	background-repeat: repeat-y;
}
#data .content_table .title{
	height: 70px;
	vertical-align: middle;
	padding-left: 9px;
}
#data .content_table .product_box{
	padding-right: 9px;
}
#data .content_table .links{
	padding-top: 7px;
}
#footer {
	background-color:#f4f4f4;
	height: 140px;
	border-bottom: 3px solid #a5a7a7;
}

#footer .leaf_img{
	position: relative; 
	float: left;
	top: -13px;
	left: 730px;
	z-index: 1;
}
#footer #linkstable{
	position: relative;
	float: left;
	top: 10px;
	left: -90px;
	z-index: 2; 
}
#footer #linkstable td{
	width:auto;
}
#footer #linkstable #join_us{
	position: relative; 
	float: left;
	bottom: 20px;
	left: 670px;
	z-index: 2;
	margin-top: -10px;
}
#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;
}
.container #home_link{
	background-image: url(../images/home_small.png);
	width:12px;
	height:12px;
}
/* Main Menu Navigation
 * --------------------------------------------------------------------- */
#mini_menu{
	position:relative;
	top:23px;
	text-align:right;
	font-size:0.85em;
}
#main_menu {
	margin-left: 0px;
	margin-right: 0px;
}
#main_menu ul {
	list-style-type: none;
}
#main_menu .outer_menu {
	border-radius: .4em .4em .4em .4em;
	-moz-border-radius: .4em .4em .4em .4em;
	-webkit-border-radius: .4em .4em .4em .4em;
	border: 1px solid #bdbebe;
	background-image: url(../images/site_navigation_bg.png);
	background-repeat: repeat-x;
	
	padding: 0 0em;
	font-size:14px;
	height: 30px;
}
#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: 0;
}
#main_menu .outer_menu > li.last{
	border-right: 0;
}
#main_menu .outer_menu > li > a {
	padding: 7px 5px 7px 8px;
	color: #434343;
	text-decoration: none;
	width:100%;
}
#main_menu .outer_menu > li > a img{
	position:relative;
	border: 0px;
	padding-left: 8px;
	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#downloads #main_menu ul li a.downloads,
body#purchase #main_menu ul li a.purchase,
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: 0;
	padding-top: 8px;
	position: absolute;
	visibility: hidden;
	font-size: 13px;
	z-index:3;
}
#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;
		border-radius: .9em .9em .9em .9em;
		-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;
	}
/* forms
 * --------------------------------------------------------------------- */
.form_container {width:490px;border:1px solid #a6bf8e;padding:15px;margin-bottom:20px;border-radius:.4em;-moz-border-radius:.4em;-webkit-border-radius: .4em;}
.form_container td {padding:8px 14px;}
.form_container em {color:red}
.form_container input[type=text]{width:278px;border:1px solid #a6bf8e;width:275px;height:17px}
.form_container .required_fields{font-size:11px;color:#777777;font-family:verdana;font-size:11px;}
.form_container .error {color:red;display:block;margin-top:4px;}

/* download
 * --------------------------------------------------------------------- */
.download_block_container {
	background-color: #f7fcee;
	border-bottom: 1px solid #5A9C16;
	border-top: 1px solid #5A9C16;
	margin-top: 12px;
	padding: 12px;
	width: 548px;
	margin-bottom:15px;
}
.product_box{
	margin: 45px 0;
}
#tab-trial .product_box, #tab-purchase .product_box{
	margin: 45px auto;
}
.products_table, .products_table table {
	border-spacing:0;
}
.product_box td{
	margin:auto 0;
	vertical-align:top;
}
.product_box .product_info td{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
}
.product_box .product_info .field_title{
	color:gray;
}
.product_box .highlight{
	color: #A91106;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 22px;
}
