/*MAIN_CSS*/

HTML, BODY {
 margin: 0;
 padding: 0;
}

BODY { 
 border: 0;
 margin: 0;
 padding: 0;
 height: 100%;
}

SELECT, INPUT, TEXTAREA, BUTTON, LABEL {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 vertical-align: top;
}


FORM {
 margin-top: 0;
 margin-bottom: 0;
 display: inline;
}

LABEL {
 cursor: pointer;
} 

#main_container{
	background:#FFFFFF url('../images/main_bg.jpg') repeat-x;
}

#main{
	width:920px;
	margin:0 auto;
}

/* HEADER */
#header{
	width:920px;
	height:285px;
}

/* NAV */

#nav{
	position:absolute;
	margin:243px auto 0 auto;
	height:43px;
	width:914px;
	margin-left:3px;
	z-index:100;
	background: url('../images/nav_bg.png') no-repeat;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;	
}

#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 0 0;
	padding:6px 5px 5px 30px;
}

#nav ul.level0 li ul{
	width: 137px;
	border-top:1px solid #658b1d;
	background: url('../images/subnav_bottom.png') bottom left no-repeat;
	padding-bottom:10px;
	margin-left:-9px;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	background:none;
	outline: none;
}

#nav li {
	float: left;
	padding: 0;
	background:none;
}

#nav ul li {
	float: left;
	text-align:center;
	padding: 0;
	background:none;
}

#nav ul.level0 li {
	margin:0 6px 0 0 ;
	padding:0 0 0 9px;
	
}

#nav ul.level0 li a {
	padding:10px 15px 10px 6px;
	text-decoration:none;
	font-weight:bold;
}

#nav ul.level0 li ul.level1 li a {
	background-image:none;
	font-weight:normal;
	border-bottom:1px solid #72941e;
	color:#FFF;
	margin:0 10px;
}

#nav ul.level0 ul.level1  {
	margin-left:-9px; 
}

#nav ul li ul li {
	text-align:left;
	border:none;
	margin-left:0;
	background-color:#81a629;
	padding:0;		
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0;

}

#nav li li {
	width:137px;
}

#nav li ul a {
	text-align:left;
	background:none;
}

.level2{
	margin: -35px 0 0 137px !important;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav ul li ul li:hover, #nav ul li ul li.sfhover {
	color:#fdef1e;
}

#nav ul.level0 li ul.level1 li a:hover {
	color:#fdef1e;
}

#nav ul.level0 li:hover{
	background:url("../images/nav-tabs_left.gif") no-repeat left top;		
}

#nav ul.level0 li ul.level1 li:hover{
	background: #81A629 !important;
	padding:0;		
	
}

#nav ul.level0 li:hover a {
	color:#333;
	background:url("../images/nav-tabs_right.gif") no-repeat right top;
}

#nav ul.level0 li.current {
	color:#333;
	background:url("../images/nav-tabs_left.gif") no-repeat left top;	
	border-bottom:1px solid white;
}

#nav ul.level0  li.current a {
	color:#333;
	background:url("../images/nav-tabs_right.gif") no-repeat right top;
}

#nav ul.level1 li.current {
	color:#FFF;
	border:none !important;
	background:#81a629;	
}

#nav ul.level1  li.current a {
	color:#FFF;
	border:none;	
	background:#81a629;
	border-bottom:1px solid #72941e;
}


#nav ul.level1 li {
	padding: 0;
}

/*SITE MAP*/
.sitemap_styling .level2{margin:0px 0 0 10px !important;}
.sitemap_styling .level1{margin:0px 0 0 10px !important;}
.sitemap_styling li{ margin-top:5px!important}

/* CONTENT */
#content{
	width:920px;
	background:url('../images/content_bg.gif') repeat-y;
	padding-bottom:10px;
}

	#content P{
		line-height:18px;
	}


#main_content{
	padding:30px 295px 20px 30px; 
}

	#main_content LI{
		margin-left:15px; line-height:20px;
	}
	


/* HOME */
#intro{
	margin-bottom:40px;
}

.news_item{
	margin-bottom:40px;
}
	
	.news_item H2{
		font-weight:bold;
		font-style:italic;
		font-size:18px;
		margin-bottom:5px;
	}
	
	.news_item .subject{
		color:#666666;
	}
	
	.news_item IMG{
		float:left;
		margin-right:20px;
	}
	
	.grey_txt{color:#666666;}

/* SIDE PANEL */
#side_panel{
	width:235px;
	float:right;
	padding: 0 17px 10px 15px;
}
		
	#side_panel H2{
		font-weight:bold;
		font-style:italic;
		font-size:18px;
		margin-bottom:5px;
	}
	
	#side_panel P{
		margin-bottom:5px;
	}	
	
	#side_panel A:LINK, #side_panel A:VISITED{
		text-decoration:none;
		font-weight:bold;
	}
	
	#side_panel A:HOVER{
		text-decoration:underline;
	}

	.newsletter{
		background: #d9e5c8 url('../images/newsletter_bg.gif') bottom left no-repeat;
		width:203px;
		height:44px;
		padding:10px 15px;
		margin-bottom:25px;
	}
	
		.newsletter H3{
			font-size:12px;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			margin-bottom:6px;
		}
		
		.newsletter INPUT{
			color:#7d7d7d;
			width:120px;
		}
		
		.newsletter .submit{
			color:#336600;
			border:1px solid #d9e5c8;
			background-color:#d9e5c8;
			font-weight:bold;
			width:60px;
			padding:0 !important;
			margin-top:1px;
		}
		
		.newsletter .submit:HOVER{
			color:#333333;
			cursor:pointer;
		}
	
	.promotion{
		margin-bottom:25px;
	}
	
	.promotion IMG{
		float:right;
		margin-left: 3px;
	}
	
	.promotion A{
		clear:both;
		display:block;
	}

	
	.seminar{
		margin-bottom:25px;
	}
	
		.seminar H2{
			padding-bottom:10px;
		}
	
		.seminar_item{
			margin-bottom:10px;
			display:block;
		}
	
			.date{
				float:left;
				width:80px;
				font-weight:bold;			
			}
			
			.location{
				float:left;
				width:135px;
			}
	
	.distributor_login, .distributor_loggedin{
		background: #d9e5c8 url('../images/dist_login_top.gif') no-repeat;
		width:203px;
		padding:12px 15px 7px 15px;
	}
	
		.distributor_login H2, .distributor_loggedin H2{
			padding-bottom:10px;
		}
		
		.distributor_login LI{
			list-style:none;
			clear:both;
			margin-bottom:10px;
		}
		
		.distributor_login LABEL{
			float:left;
			width:60px;
			margin-right:10px;
		}
		
		.distributor_login INPUT{
			width:120px;
		}
		
		.distributor_login A{
			margin-left:70px;
		}
	
		.dist_login_bottom{
			background: url('../images/dist_login_bottom.gif') no-repeat;
			width:233px;
			height:10px;
			margin-bottom:10px;
		}
		
		.dist_opp{
			color:#1D3C8D;
			text-align:center;
			font-weight:bold
		}



		

/* FOOTER */
#footer_container{
	background: url('../images/footer_bg.jpg') repeat-x;
	clear:both;
}

#footer{	
	width:920px;
	margin:0 auto;
}

	#footer ADDRESS{
		font-style:normal;
		line-height:18px;
		padding:30px 0 15px 30px;
	}
	
	#footer_nav{
		background: url('../images/footer_nav_bg.gif') repeat-x;
		float:right;
		margin:14px 4px 0 0;
		width:215px;
		padding:18px 25px;
	}
	
		#footer_nav LI{
			list-style:none;
			margin-bottom:3px;
		}
		
		#footer_nav .search{
			margin-bottom:12px;
		}
	
		#footer_nav .submit{
				color:#336600;
				border:1px solid #d9e5c8;
				background-color:#d9e5c8;
				font-weight:bold;
				width:60px;
				padding:0 !important;
				margin-top:1px;
			}
			
			#footer_nav .submit:HOVER{
				color:#333333;
				cursor:pointer;
			}
			
		#footer_nav A:LINK, #footer_nav A:VISITED{
			color:#336600;
			text-decoration:none;
			font-weight:bold;
		}
		
		#footer_nav A:HOVER{
			color:#336600;
			text-decoration:underline;
		}
		
		#footer_nav .credit{
			padding-top:5px;
		}
		
		#footer_nav .credit A:LINK, #footer_nav .credit A:VISITED{
			color:#7a7878 !important;
			font-weight:normal !important;
		}
		
		#footer_nav .credit A:HOVER{
			color:#336600 !important;
		}



#map_title{ 
			margin:30px 0 0 0;
			}
#map_title h6{ 
			margin:0px; padding:0px ;
			}
 p .get_dvd_link{ 
				 display:inline;
				 }
 
#side_panel .dist_opp a{
					color:#F00!important;
					}
					
#side_panel .subtle_button {
	background: #d9e5c8;
	border: 1px solid #bbd29b;
	color: #2b6304;
	cursor: pointer;
	font-weight: bold;
	margin-left: 70px;
}

#side_panel .subtle_button:hover {
	background: #c7dca9;
}

#side_panel .distributor_loggedin {
	display: none;
}.comments {
	border-top: 2px solid #4A7603;
}
.comments h3 {
	background: #D9E5C8;
	padding: 5px;
	font-weight: bold;
	margin: 0px;
}
.comments h5 {
	padding: 0px;
	margin: 10px 0px 5px;
	font-size: 11px;
	font-weight: normal;
}
.comments p {
	margin: 0px;
	border-bottom: 1px solid #D9E5C8;
	padding-bottom: 5px;
}
.commentsform {
	margin-top: 10px;
	border: 1px solid #bad693;
	background: #F1F1F1;
	display: block;
	padding: 5px;
}
.commentsform h3 {
	font-weight: bold;
	margin: 5px;
	padding: 0px;
}
.commentsform table td {
	background: #F1F1F1;
	padding: 5px;
	border: none;
}
.commentsform input, .commentsform textarea {
	width: 480px;
	border-top:1px solid  #A7A7A7;
	border-bottom:1px solid  #C7C7C7;
	border-right:1px solid #C7C7C7;
	border-left:1px solid #C7C7C7;
}



#image_banner, #side_panel, #footer_nav, .top ,#sb-container{display:none!important;}
#header{height:40px;}
#nav, #main_content{margin:0 auto; padding:5px;}
#content{background:none; width:600px; border:1px solid #000;}
h6{ font-size:14px}
body,#main_container,#footer_container{background:none!important;}
#nav li.current a, #nav ul,#nav ul li, #nav , #nav ul ul li, #nav ul li, #nav ul li a, #nav ul a{background:none; color:#999; padding:4px!important; margin:0; font-size:9px;}
#nav ul.level0 li.current, #nav ul.level0 li.current a {color:#000; display:block!important; background:none; text-decoration:underline;}
#nav ul ul{display:none;}
