html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body  {
	font: 0.85em Arial, Helvetica, sans-serif;
	background: #fdfdfd;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #808080;
	line-height: 1;
}
a{	color: #808080;}
a:hover{color:#709E32;}
.bold{
	font-weight:bold;
	font-size:1.1em;
}
img {
	border-style: none;
	max-width:100%;
}
a {	text-decoration: none;
}
#container { 
	width: 70%;
	background: #FFFFFF;
	margin: 0 auto;
} 
#header { 
text-align: center;
} 

/*=====start nav======================*/
#nav{
	margin: 30px auto 40px;
	text-align:center;
	font-size: 1.1em;
}

#nav ul, #nav ul li{
	list-style: none;
	margin: -2px;
	text-align: center;
	display: inline;
	line-height:30px;
}

#nav ul li:hover{color:#C2C2C2;}
#nav ul li:active{color:#8cc63f !important ;}
	
#nav ul li.home{
	background:url(../images/home.gif) no-repeat top left scroll;
	padding: 6px 35px;
	overflow:hidden;
	border-right:solid 1px #7a7a7a;
}
#nav ul li.home:hover{
	background:url(../images/home.gif) no-repeat left bottom scroll;
	overflow:hidden;
}
#nav ul li.navli{
	background:url(../images/navbg.gif) repeat-x left top scroll;
	padding: 6px 30px;
	border-right:solid 1px #7a7a7a;
}

#nav ul li.navli:hover{
	background:url(../images/navbg.gif) repeat-x left bottom scroll;
}
#nav ul li.navli:active{
	background:url(../images/navbg.gif) repeat-x left bottom scroll;
	color:#8cc63f !important ;
}
li.contact{
	background:url(../images/contact.gif) no-repeat top right scroll;
	overflow:hidden;
	padding: 6px 22px;
}
li.contact:hover{
	background:url(../images/contact.gif) no-repeat bottom right scroll;
	overflow:hidden;	
}
li.contact:active{
	background:url(../images/contact.gif) no-repeat bottom right scroll;
	overflow:hidden;
	color:#8cc63f !important ;
}
#nav ul li a span{
	color:#7a7a7a;
	text-align:center;
}
#nav ul li span:hover{
/*	font-weight:bold;*/
	text-align:center;
	color:#C2C2C2;
}
#nav ul li span:active{
	color:#8cc63f !important ;
	text-align:center;
}
/*=====finish nav======================*/
h1{
	font-size:1.5em;
	color:#666;
	font-weight:bold;
	margin-bottom:15px;
}
h2{
	font-size:1.1em;
	color:#8cc63f;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom: 1px solid #8cc63f;
	line-height: 1.4em;
}
h3{
	font-size:1.1em;
	color:#808080;
	font-weight:bold;
	margin-bottom:15px;
	line-height: 1.4em;
}
	
#sidebar1, #sidebar11 {
	float: left;
	width: 22%;
	line-height: 2.4em;
	text-align: right;
	padding-left: 10%;
}
#sidebar1 ul li, #sidebar11 ul li{
	list-style-type: none;
}
#sidebar1 ul li:hover{
	border-bottom: solid 1px #CCC;
}
#sidebar1 ul li.active, #sidebar11 ul li.active{
	background:url(../images/sidebar.gif) no-repeat top left;
	text-align:left;
	padding-left:10px;
/*	font-weight:bold;*/
color:#FFF;
}
.blue{
	color:#098bbd;
	font-weight:bold;
}
#mainContent, #mainContent1 {
	margin: 0 10% 20px 35%;
	border-left: 2px solid #ddd;
}
/*#mainwrap{	
}
*/
.prodLeft{
	border: 2px solid #ddd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float:left;
	margin:1.5% 0 2% 4%;
	padding:1.5%;
	width: 40%;
	height: 100%;
	}
.prodRig{
	border: 2px solid #ddd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float:left;
	margin:1.5% 0 2% 4%;
	padding:1.5%;
	width: 40%;
	}
.prodPic{
	border-bottom: 2px solid #ddd;
	margin:0 0 2% 2%;
	}
.prodName{
	font-weight:bold;
	font-size:85%;
	color:#999;
	text-align:left;
	text-indent: 1em;
	line-height: 1.5em;
}
#slideshow{
	width:600px;
	height:250px;
	text-align:center;
	margin:0 auto;
	border:1px solid #D5D5D5;
	box-shadow: 0 0 7px #252525 inset;
}
#outslide{
	width:630px;
	height:280px;
	border:1px solid #d5d5d5;
	padding:4px;
	/*	z-index:210;*/
	text-align:center;
	margin:0 auto;
}
#innerslide{
	width:600px;
	height:250px;
	padding:15px;
	box-shadow: 0 0 10px #D5D5D5 inset;
	text-align:center;
	margin:0 auto;
}
#intro{
	margin-top:20px;
	width:85%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.column{
	float:left;
	width:28%;
	padding-left: 2%;
	padding-right:2%;
	margin-bottom:20px;
}
.column ul li{
		list-style: square;
		line-height:1.4em;
}
#footer {
	background-color:#8cc63f;
	height:28px;
	padding-right: 10%;
	padding-left: 10%;
	text-align: right;
	vertical-align: middle;
} 
#footer p {
	margin: 0;
	color: #666;
	font-size:0.7em;
	text-align:right;
	vertical-align: middle;
}
#footer img{margin-top:5px;;
}
.fltright { 
	float: right;
	margin-left: 8px;
	width:60%;text-align:left; line-height:1.3em;
}
.fltleft {
	float: left;
	margin-right: 8px;
	width:75%; text-align:left; line-height:1.3em; margin-left:30px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1em;
	line-height: 0px;
}
.gray {
	background: #d5d5d5;
	margin: 4%;
	padding: 10px;
	width: 70%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}
#sideimg {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.clearleft{
	clear:left;
	height:0;
	font-size: 1em;
	line-height: 0px;
}
.partner{
	margin:20px;
}
