@charset "UTF-8";

*	{
	margin: 0;
	padding: 0;
}


body,td,th {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 100%;
}
body {
	background-color: #FFFFFF;
	min-height: 100px;
}


#nav-wrapper {
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0;
/* Adds shadow to the bottom of the bar */
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
	background-color: rgba(1, 1, 1, 0.8);
	color: rgba(1, 1, 1, 0.8);
	z-index: 100;
}

#home #homelink, 
#products #productslink,
#support #supportlink, 
#news #newslink, 
#about #aboutlink,  
#contact #contactlink	{
	background-color: #94D609;
}
#home #homelink a, 
#products #productslink a,
#support #supportlink a, 
#news #newslink a, 
#about #aboutlink a,  
#contact #contactlink a	{
	color: #297de2;
}
#products #productslink ul li a,
#support #supportlink ul li a	{
	color: #000;
}

nav {
	background-color: #FFE804;
	height: 40px;
	padding-right: 7%;
}
nav ul	{
	text-align: center;
	line-height: 40px;
}
nav ul li	{
	display: inline;
	width: 70px;
	float: right;
}

nav ul li a	{
	text-decoration: none;
	color: black;
	font-size: .9em;
	display: block;
	font-weight: bold;
}
nav ul li a:hover	{
	text-decoration: none;
	color: #297DE2;
	font-weight: bold;
}
nav li ul	{
	display: none;
	background-color: #FFE804;
}
nav li:hover ul	{
	display: block;
	position: absolute;
	/*z-index: 200;*/
}
nav li:hover li {
	float: none; 
}
nav li:hover li a {
	background-color: #FFE804;
	border-bottom: 1px solid #297de2;
	color: #000;
	padding: 0 10px;
}
nav li li a:hover {
	background-color: #94D609;
	color: #FFE804
}
#wrapper	{
	width: 85%;
	margin: 0 auto;
	overflow:hidden;
}
header {
	height: 180px;
	margin-top: 60px;
}
#header-left	{
	float: left;
	width: 40%;
}
#header-right	{
	float: right;
	width: 40%;
}
#header-right img	{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.fb-like	{
	float: left;
	margin-top: 5px;
	/*z-index: -1;*/
}
#wrapper a	{
	color: #0072bc;
	text-decoration: none;
}
#wrapper a:hover	{
	color: #61a60d;
	text-decoration: underline;
}

#box1 {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3%;
	margin-top: 10px;
	bottom: 0%;
}
section {
	clear: both;
	float: left;
	width: 57.44680851%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
aside {
	float: right;
	width: 39.42553191%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#home aside	{
	border: 2px solid #297DE2;
	padding: 1%;
}
#products .left1, #subproduct .left1 {
	float: left;
	width: 55.44680851%;
	border: 2px solid #297DE2;
	padding: 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#products .right1, #subproduct .right1, #products section {
	border: 2px solid #297DE2;
	padding: 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom: 20px;
}
#products .right1 img	{
	float: right;
	width: auto;
}
#box2 {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3%;
}
.left2 {
	float: left;
	width: 38.42553191%;
}
.right2 {
	float: right;
	width: 59.44680851%;
}
section img, aside img	{
	display: block;
	width: 100%;
}


#people	{
	overflow:hidden;
}
.people-left	{
	float: left;
	width: 48%;
	padding-right: 2%;
}
.people-img	{
	float: left;
	width: 18%;
}
#people .people-img img	{
	float: left;
	border: 2px solid #000;
	margin-top: 3%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#box3 {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3%;
}

ol	{
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 25px;
}
ol li	{
	font-size: 1.1em;
	line-height: 1.4em;
	bottom: auto;
	margin-bottom: 2%;
}

footer {
	clear: both;
	width: 100%;
	border-top: 4px solid black;
	background-repeat: repeat;
	background-color: #94D609;
	margin-top: 20px;
}


#footer-wrapper	{
	width: 85%;
	margin: 0 auto;
	max-width: 1600px;	
}


#footer-nav1, #footer-nav2   {
	float: left;
	width: 30%;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 5px;
}

#footer-nav1 ul.footer-navs, #footer-nav2 ul.footer-navs  {
	text-align:center;	
	list-style-type: none;
}

#footer-nav1 ul.footer-navs li, #footer-nav2 ul.footer-navs li  {
	display: block;
	font-size:.9em;
	color: #597635;
}

#footer-nav1 ul.footer-navs li a, #footer-nav2 ul.footer-navs li a  {
	text-decoration: underline;
	color: #33451C;
}

#footer-nav1 ul.footer-navs li a:hover, #footer-nav2 ul.footer-navs li a:hover   {
	text-decoration: underline;
	color: #0F75BC;
}



#footer-social	{
	float: right;
	width: 30%;
	margin: 0 auto;
	margin-top: 10px;
}
#footer-social p	{
	text-align: left;
	font-size: 1.1em;
}
#footer-social img	{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#footer-social .fb-like	{
	float: left;
	margin-top: 5px;
}


#copyright  {
	line-height:40px;
	clear:both;
	border-top: 1px dotted #597635;
	margin-top: 10px;
}

#copyright ul#copyrights  {
	text-align:center;	
	list-style-type: none;
}

#copyright ul#copyrights li  {
	display: inline;
	padding: 0 3%;
	font-size: .8em;
	color: #74A807;
}

#copyright ul#copyrights li a  {
	text-decoration: underline;
	color: #5B8405;
}

#copyright ul#copyrights li a:hover  {
	text-decoration: underline;
	color: #314802;
}




#faqs dt, #faqs dd { 
	padding: 0 0 0 50px;
}
#faqs dt { 
	font-size:1.5em; 
	color: #9d9d9d; 
	cursor: pointer; 
	height: 45px; 
	line-height: 45px; 
	margin: 0 0 15px 25px;
}
#faqs dd { 
	font-size: 1.1em; 
	margin: 0 0 20px 25px;
	line-height: 1.4em;
}
#faqs img {
	width: 100%;
}
#faqs dt { 
	background: url(../images/expand-icon.png) no-repeat left;
}
#faqs .expanded { 
	background: url(../images/expanded-icon.png) no-repeat left;
}



h1 {
	font-family: "tekton-pro", sans-serif;
	font-size: 2.3em;
	color: #61A60D;
	margin-top: 10px;
	padding-bottom: 1%;
	font-weight: bold;
}
h1 #oline	{
	font-size: .9em;
	font-weight: normal;
}
h2 {
	padding-top: 1%;
	font-family: "tekton-pro", sans-serif;
	font-size: 1.8em;
	color: #0F75BC;
	font-weight: bold;
}
h2 #oline	{
	font-size: .9em;
	font-weight: normal;
}
h3 {
	padding-top: 1%;
	font-size: 1.3em;
	font-family: "tekton-pro", sans-serif;
	color: #f28a01;
}
h3 #oline	{
	font-size: .9em;
	font-weight: normal;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 2%;
}


/* form styling */

fieldset	{
	width: 80%;
	border: 4px solid #297DE2;
	padding: 20px;
	margin-left: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}

h4	{
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-bottom: 4px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
input[type=text], input[type=email], input[type=tel]	{
	display: block;
	width: 90%;
	margin-bottom: 10px;
	height: 22px;
	background-color: rgba(255,255,255,0.50);
	}
	
input[type=submit], input[type=reset]	{
	border: 1px solid #0072bc;
	border-radius: 6px;
	padding: 5px;
	background-color: #297DE2;
	color: #fff;
	cursor: pointer;
	}
	
input[type=checkbox]	{
	margin-right: 10px;
	}
	
input[type=radio]	{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	}
	
select	{
	height: 30px;
	padding: 5px;
	}
	
label	{
	display: block;
	margin-bottom: 5px;
	}
	
label[for=respond]	{
	display: inline;
	margin-right: 5px;
	}

label[for=comments], label[for=products] {
	margin-top: 20px;
	}
	
textarea	{
	width: 90%;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.50);
	}
em	{
	color: #F28A01;
}
h2 img	{
	max-width: 269px;
}
.right1 ul	{
	margin-left: 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#special	{
	color: #F28A01;
	font-weight: bold;
}
.news	{
	max-height: 150px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-bottom: 20px;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
hr	{
	width: 95%;
	margin: 5px auto;
	color: #fff;
	background-color:#fff;
	border-top:#94d609 2px dotted;	
}
.whysun	{
	font-weight: bold;
	font-style: oblique;
	color: #f28a01;
}
	