/* @override 
	http://organicbalance.com/_css/styles.css
	http://www.organicbalance.com/_css/styles.css
*/

/* =Global
---------------------------------------------------------------------
*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { 
	background: #339933; 
	font-size: 62.5%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #808285; 
	text-align: center;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr { 
	display: none; 
}

#skip { 
	position: absolute; 
	text-indent: -9999px; 
	list-style: none; 
}

*+html #skip{
   position: static;
   height: 0;
}

#outer-container {
	margin: 0 auto;
	width: 980px;
}

#container {  
	width: 980px; 
	text-align: left;
	background: #FFFFFF url(/_img/container_bg.png) no-repeat;
}

a { 
	overflow: hidden; 
}

/* =Header
---------------------------------------------------------------------
*/

#header {
   width: 980px;
   height: 100px;
   position: relative;
   margin-bottom: 15px;
}

h1 {
	position: absolute;
	width: 175px;
	height: 67px;
	bottom: 0;
	left: 81px;
}

h1 a { 
	display: block;
	width: 175px;
	height: 67px;
	background: url(/_img/h1_a.png) no-repeat;
	text-indent: -9999px;
}
	
#tm { 
	position: absolute;
	width: 398px;
	height: 14px;
	top: 23px;
	left: 350px;
	background: url(/_img/tm.png) no-repeat;
	text-indent: -9999px;
}

#meta-nav {
	position: absolute;
	width: 105px;
	top: 30px;
	right: 10px;
}

#meta-nav ul {
	width: 105px;
}

#meta-nav ul li {
	float: left;
}

#meta-nav ul li a {
	display: block;
	width: 105px;
	height: 22px;
	text-indent: -9999px;
}

#meta-nav ul li#mn-shop a {
	background: url(/_img/metanav_shop_btn.png) no-repeat;
}

#search{
	position: absolute;
	bottom: 4px;
	right: 10px;
}

#search fieldset{
	width: 110px;
	border: 1px solid #006838;
}

#search input#search_term {
	padding: 3px 3px 0 3px;
	background: #FFFFFF ;
	height: 17px;
	border-style: none;
	width: 82px;
	color: #666666;
	float: left;
	font-size: 1.1em;
}

#search a#search_go {
    display: block;
	height: 20px;
	width: 22px;
	background: url(/_img/search_go.gif) no-repeat;
	text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav {
	position: absolute;
	width: 566px;
	height: 22px;
	bottom: 8px;
	left: 270px;
}

#nav li	{ 
	float:left;  
}
		
#nav li a {
	display:block;
	height: 22px;
	background: url(/_img/bg_nav.png) no-repeat top left;
	text-indent: -5000px;
}

#nav li#nav_home a {background-position:0 top; width:53px;}
			#nav li#nav_home a:hover, #nav li#nav_home.current a {background-position:0 bottom;}	
			
#nav li#nav_about a {background-position:-53px top; width:72px;}
			#nav li#nav_about a:hover, #nav li#nav_about.current a {background-position:-53px bottom;}	
			
#nav li#nav_technology a {background-position:-125px top; width:117px;}
			#nav li#nav_technology a:hover, #nav li#nav_technology.current a {background-position:-125px bottom;}

#nav li#nav_products a {background-position:-242px top; width:94px;}
			#nav li#nav_products a:hover, #nav li#nav_products.current a {background-position:-242px bottom;}
			
#nav li#nav_news a {background-position:-336px top; width:65px;}
			#nav li#nav_news a:hover, #nav li#nav_news.current a {background-position:-336px bottom;}
			
#nav li#nav_events a {background-position:-401px top; width:76px;}
			#nav li#nav_events a:hover, #nav li#nav_events.current a {background-position:-401px bottom;}
			
#nav li#nav_contact a {background-position:-477px top; width:89px;}
			#nav li#nav_contact a:hover, #nav li#nav_contact.current a {background-position:-477px bottom;}
						
#nav ul ul {
	display: none;
}

/* =Inner Container
---------------------------------------------------------------------
*/

#container-inner { 
	float: left;
	display: inline;
	width: 895px;
	margin-left: 85px;
	margin-bottom: 15px;
    background: url(/_img/container_inner_bg.gif) repeat-y;
}

/* products detail */
body#products-detail #container-inner, 
body#default-third-nav #container-inner { 
	background: url(/_img/container_inner_bg_productsdetail.gif) repeat-y;
}

/* products */
body#products #container-inner { 
	background: url(/_img/container_inner_bg_products.gif) repeat-y;
}

/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	float: left;
	width: 895px;
	background: url(/_img/content_wrap_bg.gif) no-repeat;
}

/* products detail */
body#products-detail #content-wrap, 
body#default-third-nav #content-wrap { 
	background: url(/_img/content_wrap_bg_productsdetail.gif) no-repeat;
}

/* products */
body#products #content-wrap { 
	background: url(/_img/content_wrap_bg_products.gif) no-repeat;
		padding-bottom: 20px;
}

/* =Container Cap - bottom
---------------------------------------------------------------------
*/

#container-cap { 
	float: left;
	width: 895px;
	height: 20px;
	background: url(/_img/container_cap_bg.gif) no-repeat;
}

/* products detail */
body#products-detail #container-cap, 
body#default-third-nav #container-cap { 
	background: url(/_img/container_cap_bg_productsdetail.gif) no-repeat;
}

/* products detail */
body#products #container-cap { 
	background: url(/_img/container_cap_bg_products.gif) no-repeat;
}

/* =Content
---------------------------------------------------------------------
*/

#content { 
 	float: right; 
	display: inline;
	width: 709px;
	margin-right: 14px;
}

body#products-detail #content { 
 	float: right; 
	display: inline;
	width: 709px;
	margin-right: 14px;
}

body#products #content { 
 	float: none; 
	display: block;
	width: 881px;
	margin-right: 0;
}

#content #text {
	padding: 35px 20px 10px 20px;
}

body#default-third-nav #content #text {
	float: left;
	width: 539px;
}

body#products #content #text {
	width: 870px;
	padding: 0;
	margin: 11px 0 0 11px;
}

#content h2, #content h3 { 
	color: #339933; 
	margin-bottom: .5em;
	padding-bottom: 10px;
	background: url(/_img/content_header_bg.gif) no-repeat bottom left;
}

body#products #content h2 {
	font-size: 2.2em;
	padding: 5px 0 8px 5px;
	background-image: none;
	background: #339933;
	color: #FFFFFF;
	margin-bottom: 28px;
	text-shadow: 1px -1px 1px #333333;
}

#content h4, #content h5, #content h6 { 
	color: #339933; 
	margin-bottom: .5em;
	padding-bottom: 10px;
}

#content h2 {
	font-size: 2.4em; 
}

#content h3 {
	font-size: 2.0em; 
}

#content h4 {
	font-size: 1.8em;   
}

#content h5 { 
	font-size: 1.6em; 
}

#content h6 { 
	font-size: 1.4em;
}

#content p,
#content li, 
#content blockquote {
   margin-bottom: 15px;
   font-size: 1.2em;
   line-height: 1.6;
   padding: 0 10px;
}

#content ul,
#content ol{
	margin: 0 0 .5em 4em;
}

#content ul li, #content ol li{
   	font-size: 1.2em;
	list-style-type: disc;
}

#content li {
   margin: 0;
}

#content li li {
   font-size: 1.1em;
}

#content blockquote {
   margin-left: 3em;
}

#content hr {
   display: block;
   margin-bottom: 1em;
}

#content a {
	color: #339933;
	text-decoration: none;
}

#content a:hover {
	color: #339999;
}

#content img{
   float: none;
   margin: 0 10px 5px 0;
   border: 0;
   padding: 0;
}

#content img.topimg {
   margin: 0 0 10px 0;
}

p#pagination{
   margin: 0;
}

p#pagination a#off{
   display: none;
}

p#pagination a{
   margin: 0 5px;
   color: #031827;
   text-decoration: underline;
}

p#pagination a:hover{
   text-decoration: none;
}

p#pagination a#current{
   color: #999999;
   text-decoration: none;
   cursor: default;
}

/*products scroll*/
body#products #product-slider-container {
	width: 870px;
	height: 300px;
	background: #339933;
	margin: 0;
	padding: 0;
}

body#products #product-slider {
	width: 870px;
	height: 300px;
	margin: 0;
	padding: 0;
}

body#products #product-slider-container ul {
	margin-left: 150px;
	padding-top: 50px;
}

body#products #product-slider-container ul li {
	color: #FFFFFF;
	font-size: 1.4em;
}

body#products #product-slider-container a {
	color: #FFFFFF;
	text-decoration: underline;
}

body#products #product-slider-container a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/*use for subpage with secondary content - products detail*/
body#products-detail #content #text {
	padding: 35px 0 0 0;
	min-height: 325px;
	float: left;
	width: 579px;
}

body#products-detail #content h2 {
	margin-left: 210px;
}

body#products-detail #content p {
	font-size: 1.1em;
	margin-left: 210px;
}

body#products-detail #content img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

body#products-detail #content ul {
	float: left;
	width: 210px;
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
}

body#products-detail #content ul li {
	list-style: none;
	margin: 0;
	font-size: 1.1em;
	text-align: center;
}

body#products-detail #content ul li a {
	text-decoration: none;
	color: #339999;
}

body#products-detail #content ul li a:hover {
	color: #339933;
}

body#products-detail #content ul li img {
	max-width: 200px;
}

/*secondary content for "more information" links*/

#content #secondary-content {
	float: right;
	width: 130px;
	padding-top: 20px;
}

body#products-detail #content #secondary-content p,
body#default-third-nav #content #secondary-content p {
   margin: 0;
   font-size: 1.2em;
   line-height: 1.4;
   padding: 5px;
   color: #FFFFFF;
   text-align: center;
}

#content #secondary-content ul#mi-links {
	list-style: none;
	margin: 0;
	width: 130px;
	position: static;
	padding: 0;
}

#content #secondary-content ul#mi-links li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	padding: 0 5px 8px 5px;
	font-size: 1.2em;
	text-align: center;
}

#content #secondary-content ul#mi-links li a {
	display: block;
	text-decoration: none;
	color: #FFF100;
	margin: 0;
}

#content #secondary-content ul#mi-links li a:hover {
	color: #FFFFFF;
}

/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar { 
	float: left; 
	display: inline;
	margin-left: 10px;
	width: 147px;
	padding: 11px 0;
}

#sidebar h3 {
	width: 142px;
	color: #FFFFFF;
	background: #339933;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	padding-left: 5px;
	text-shadow: 1px -1px 1px #333333;
	text-align: center;
}

#sidebar h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav {
	width: 147px;
}

#subnav li {
	width: 147px;
}

#subnav li a {
	display: block;
	width: 142px;
	color: #FFFFFF;
	background: #339933;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	padding-left: 5px;
	text-shadow: 1px -1px 1px #333333;
	text-align: center;
}

#subnav li li a {
	width: 147px;
	color: #808285;
	background: none;
	text-transform: capitalize;
	font-size: 1.3em;
	padding: 5px 0;
	line-height: 1.4;
	text-indent: 0;
	margin-bottom: 0;
	height: auto;
	text-shadow: none;
}

#subnav li li a:hover,
#subnav li li.current a,
#subnav li li.current a:hover {
	color: #339933;
}
 
/* =Footer
---------------------------------------------------------------------
*/
#footer { 
	clear:both;
	margin-left: 85px;
	padding-bottom: 15px;
}

#footer #featured-links-wrapper {
	float: left;
	width: 895px;
	height: 147px;
	margin-bottom: 10px;
	background: url(/_img/footer_feature_links_wrapper.jpg) no-repeat;
}

#footer #featured-links-wrapper .col1 {
	float: left;
	position: relative;
	width: 295px;
	height: 147px;
	overflow: hidden;
}

#footer #featured-links-wrapper .col1 img {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 270px;
	max-height: 122px;
	padding: 0;
	margin: 0;
	border: 0;
}


#footer #featured-links-wrapper .col2 {
	float: left;
	position: relative;
	width: 295px;
	height: 147px;
	overflow: hidden;
}

#footer #featured-links-wrapper .col2 img {
	position: absolute;
	top: 10px;
	left: 15px;
	max-width: 270px;
	max-height: 122px;
	padding: 0;
	margin: 0;
	border: 0;
}

#footer #featured-links-wrapper .col3 {
	float: left;
	position: relative;
	width: 299px;
	height: 147px;
}

#footer #featured-links-wrapper .col3 ul {
	position: absolute;
	top: 55px;
	left: 45px;
}

#footer #featured-links-wrapper .col3 ul li {
	float: left;
}

#footer #featured-links-wrapper .col3 ul li a {
	display: block;
	height: 63px;
	text-indent: -9986em;
	background: url(/_img/footer_community_icons.png) no-repeat;
}

#footer #featured-links-wrapper .col3 ul li#twitter a{ 
    background-position: 0 0;
	width: 70px;
}

#footer #featured-links-wrapper .col3 ul li#facebook a{ 
	background-position: -70px 0;
	width: 90px;
}

#footer #featured-links-wrapper .col3 ul li#blog a{ 
	background-position: -160px 0;
	width: 61px;
}

#footer p { 
	font-size: 1em; 
	text-align: center;
	line-height: 1.8em;
}

#footer a {
	text-decoration: none;
	color: #808285;
}

#footer a:hover {
	color: #339933;
}

#footer p.footer-links a {
	text-decoration: none;
	color: #808285;
	padding: 0 12px;
	border-right: 1px solid #808285;
}

#footer p.footer-links a:hover {
	color: #339933;
}

#footer p.footer-links a.last {
	border-right: 0;
}

/* Site Extras
- - - - - - - - - - - -
*/


/* Media Box */
#content #mediabox { 
	float:right; 
	padding:10px; 
	margin:-25px 0 0 10px; 
	list-style:none; 
	border:1px solid #f4f4f4; 
}

#content #mediabox li { 
	padding:3px 0 3px 20px; 
	font-size: 1.1em;
	list-style: none;
}

#content #mediabox li#mb_links { 
	background:#f4f4f4; 
	color:#19140d; 
	margin:-10px -10px 10px; 
	padding:10px; 
	font-size: 1em;
}

#content #mediabox li#mb_jukebox	{ 
	background:url(/_img/play_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_download { 
	background:url(/_img/download_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_notes { 
	background:url(/_img/notes_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_video {
	background:url(/_img/video_icon.gif) no-repeat left 2px; 
}

#content #mediabox li#mb_podcast	{ 
	background:url(/_img/feed_icon.gif) no-repeat left 2px; 
}
	
/*  Articles
---------------------------------------------------------------------
*/
#content #article-box {
	padding: 10px;
}

#content .article {
	padding: 10px 0;
	border-bottom: 4px solid #efefef; 
}

/* =Calendar
---------------------------------------------------------------------
*/
#content table.calendar { 
	margin: 15px 0 25px 10px; 
	border-collapse: collapse; 
	border-left: 1px solid #339933; 
}

#content table.calendar caption	{ 
	padding-bottom: 10px; 
	color: #339933; 
	font-size: 1.4em; 
}

#content table.calendar th { 
	padding: 6px 0; 
	background:#339933; 
	color:#FFFFFF;  
	font-size: 1.3em; 
	font-weight: normal;
	text-align: center;
}

#content table.calendar td { 
	width: 82px; 
	height: 82px; 
	padding: 2px; 
	border: 1px solid #339933; 
	border-left: 0;
	border-top: 0; 
	background: #FFFFFF; 
	color:#55636b; 
	font-size: 1em; 
	vertical-align: top; 										
}

#content table.calendar td.empty { 
	background: #F2F2F2; 										
}

#content table.calendar td a	{ 
	text-decoration: none; 
}

#content table.calendar td ul { 
	margin: .5em 0 0 .5em; 
	font-size: 100%; 
	list-style: none; 
}

#content table.calendar td li { 
	margin-bottom: .75em; 
	font-size: 1.1em; 
	line-height: 1.2;
	list-style: none;
}

#content table.calendar td li a	{ 
	text-decoration: underline; 
}

#content table.calendar td li a:hover{ 
	text-decoration: none; 
}


/* =Blog
---------------------------------------------------------------------
*/	

#content #blog-box {
	padding: 10px;
}

#content .blog-post {
	padding: 10px 0;
	border-bottom: 4px solid #efefef; 
}

/* sidebar blog filter */
	
#sidebar #blog_list_archive,
#sidebar #blog_list_author,
#sidebar #blog_list_category{
	padding: 4px 0;
}

#sidebar #blog_list_archive li,
#sidebar #blog_list_author li,
#sidebar #blog_list_category li{
}

#sidebar #blog_list_archive li a,
#sidebar #blog_list_author li a,
#sidebar #blog_list_category li a{
	display: block;
	width: 147px;
	color: #808285;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1.2em;
	padding: 4px 0;
	line-height: 1.4;
	font-size: 1.2em;
	text-align: center;
}

#sidebar #blog_list_archive li a:hover,
#sidebar #blog_list_author li a:hover,
#sidebar #blog_list_category li a:hover{
	color: #339933;
}

/* =Comments
---------------------------------------------------------------------
*/

#content #comments {
	margin-bottom: 30px;
	padding: 10px;
}

#content #comments .login{

}

#content #comments p{
	font-size: 1.1em;
	margin-bottom: 5px;
}

#content #comments p strong{
	font-weight: bold;
	margin-right: 5px;
}

#content #comments form label{
	display: none;
}

#content #comments form{
	margin-bottom: 30px;
}

#content #comments form textarea{
	height: 150px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	font-size: 1.1em;
	color: #808285;
	padding: 10px;
	line-height: 1.5em;
	width: 400px;
}

#content #comments form input#comment-submit{

}

#comments h4{


}

#comments .comment{
	padding: 10px;
	border: 2px solid #efefef;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

#comments .comment h5{

}

#comments .comment h5 span.date{
	color: #808285;
	font-size: .8em;
	font-weight: normal;
}


/* =Form Settings
---------------------------------------------------------------------
*/
#content #text form {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808285;
}
	
#content #text form legend {
	display: none;
}

#content #text form .text input {
	border: 1px solid #808285;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

#content #text form .text{

}

#content #text form label{
	font-size: 1em;
}

#content #text form .text label{
	margin-right: 10px;
}


#content #text form .textarea{
	clear: both;
}

#content #text form .textarea label{

}

#content #text form textarea{
	width: 350px;
	height: 100px;
	border: 1px solid #808285;
} 

#content #text form .error {
	padding: 5px;
	color: #FF0000;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1;
} 

#content #text form .errorSummary{
	color: #FF0000;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

#content #text .captcha input{
	margin-left: 0;
	float: left;
	margin-right: 10px;
}

#content #text form .captcha label{
	display: block;
}

/* --fixes-- */
/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */


/* @end */