/* siteFeature CSS */

/* ---------------------------------------------------------------------- 
	In the name of Progressive Enhancement, this is the default style for 4 "tabs" that will be seen by users with Javascript turned off.
	Notice that the width/height match the plugin defaults.
 ---------------------------------------------------------------------- */

#preFeature{width:645px; height:265px; overflow:hidden; border-left:1px solid #000000;}
	#preFeature *{padding:0px; margin:0px; border:none;}
	#preFeature div{width:24.8%; height:99.25%; float:left; background:#606060; color:#ffffff; font-size:11px; line-height:15px; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000;}
	#preFeature div.clear{float:none; clear:both; width:auto; border:none;}
	#preFeature div h3{font-size:1.1em; padding:0.5em 1em; font-weight:normal; background:#333333;}
	#preFeature div p{font-size:1em; margin: 0.5em 1em 1em 1em;}
	#preFeature div img{width:100%; display:block;}
	#preFeature div a:link{font-size:1em; margin:1em; color:#00ccff; text-decoration:none;}
	#preFeature div a:visited{font-size:1em; margin:1em; padding:0.25em; color:#00ccff; text-decoration:none;}
	#preFeature div a:hover{background:#333333;}


/* ---------------------------------------------------------------------- 
	The default output id is "siteFeature". If you changed this in the $.makeFeature() call you'll need to update the CSS below.
	As a general rule, I tried to clump like-declarations.  Because of the tab side (left/right) and text layout options (horizontal/vertical) inheritance can get messy. 
	FireBug - http://getfirebug.com/ (Joe Hewitt / Firebug Working Group) is strongly recommended.
 ---------------------------------------------------------------------- */

/*@media all and (min-width:900px) {*/


#siteFeature{position:relative; overflow:hidden; background-color:#000;}
	#siteFeature *{padding:0px; margin:0px; border:none; }
	
	#siteFeature #imgBgContainer{position:absolute;}
		#siteFeature.left #imgBgContainer{right:0px;}
		#siteFeature.right #imgBgContainer{left:0px;}
			#siteFeature #imgBgContainer div{position:absolute;}
		
	#siteFeature #txtBoxContainer{position:absolute; height:100%; width:100%; color:#ffffff; font-size:12px; line-height:16px;}
			#siteFeature.left #txtBoxContainer{right:0px;}
			#siteFeature.right #txtBoxContainer{left:2px;}
		#siteFeature #txtBoxContainer div{position:absolute; overflow:hidden; width:474px!important;}
		#siteFeature #txtBoxContainer div span{display:block; width:100%; height:100%; position:absolute; background:transparent url(../img/siteFeature-hd.png) repeat-x top;
		
				
		
		}
		#siteFeature #txtBoxContainer div div{}
		
		#siteFeature #txtBoxContainer div div h3{font-size:1.7em; line-height:normal;}
		
		
		
		
		#siteFeature #txtBoxContainer div.horizontal div h3{margin:10px 0px 4px 6px;color:#555; text-transform:uppercase; font-weight:normal;}
		
		#siteFeature #txtBoxContainer div div h3{font-family:"NEUROPOL", Arial, Helvetica, sans-serif;}
		
		
		#siteFeature #txtBoxContainer div.horizontal div h3 b{ color:#669215;}
		
		#siteFeature #txtBoxContainer div.horizontal div:hover h3{color:#212121;}
		
		
		
		
		
		#siteFeature #txtBoxContainer div.horizontal div ul{ float:right; position:absolute; right:6px; top:10px}
		#siteFeature #txtBoxContainer div.horizontal div ul li{ float:left; display:inline-block; margin-left:3px;}

		
		#siteFeature #txtBoxContainer div.horizontal div h4{font-size:1.2em; line-height:normal; margin:0px 0px 6px 6px;color:#212121; text-transform:uppercase; font-weight:normal;}
		/*#siteFeature.left #txtBoxContainer div div h3{padding:0px 0.5em 0px 0.5em;color:#ffffff;}
		#siteFeature.right #txtBoxContainer div div h3{padding:0px 0.5em 0px 0.5em;color:#ffffff;}
		#siteFeature.right #txtBoxContainer div.horizontal div h3{padding:0px 0.5em 0px 0.5em;}*/
		
		#siteFeature #txtBoxContainer div div p{margin:0px 0px 15px 0px; color:#212121;}
		#siteFeature #txtBoxContainer div.horizontal div p{ margin:0px 0px 0px 6px; color:#212121; width:360px}
		/*#siteFeature.left #txtBoxContainer div div p{padding:0px 1em 0px 1em;color:#ffffff;}
		#siteFeature.right #txtBoxContainer div div p{padding:0px 1em 0px 1em;}
		#siteFeature.right #txtBoxContainer div.horizontal div p{padding:0px 1em 0px 1em;color:#ffffff;}*/
			
		#siteFeature #txtBoxContainer div div a:link,
		#siteFeature #txtBoxContainer div div a:visited{
			color:#383838;
			text-decoration:none;
			background:transparent url(../img/btn-green_left.png) no-repeat top left;
			line-height:20px;
			height:27px;
			display:inline-block;
			padding-left:7px;
			text-shadow:0px 1px 0px #cce1a4;
		
		}
		#siteFeature #txtBoxContainer div div a strong{
			background:transparent url(../img/btn-green_right.png) no-repeat top right;
			padding-right:10px;
			display:block;
			height:27px;
		
		}
		#siteFeature #txtBoxContainer div div a em{
			font-size:1.3em;
			font-style:normal;
		
		}
		
		
		#siteFeature #txtBoxContainer div div a:hover{
			
			background:transparent url(../img/btn-green_left-on.png) no-repeat top left;
			color:#000;}
		#siteFeature #txtBoxContainer div div a:hover strong{
			
			background:transparent url(../img/btn-green_right-on.png) no-repeat top right;
		}
		
		
		
		#siteFeature #txtBoxContainer div.horizontal div a:link,
		#siteFeature #txtBoxContainer div.horizontal div a:visited{position:absolute; right:6px; bottom:6px; /*IE6|7*/ *bottom:3px;}

		#siteFeature.left #txtBoxContainer div{right:0px;}
		#siteFeature.left #txtBoxContainer div.horizontal div{left:25px; height:100%;}
		
		#siteFeature.right #txtBoxContainer div.horizontal{left:0px; bottom:0px;
		
				-moz-box-shadow: 0px 0px 10px #000000;
				-webkit-box-shadow: 0px 0px 10px #000000;
				box-shadow: 0px 0px 10px #000000;
		
		
		}
		#siteFeature.right #txtBoxContainer div{left:0px;}
		#siteFeature.right #txtBoxContainer div.horizontal div{left:0px; height:100%; width:100%;}


	#siteFeature #tabContainer{position:absolute;}
		#siteFeature.left #tabContainer{left:0px;}
		#siteFeature.right #tabContainer{right:2px;}
		
			#siteFeature #tabContainer a{ width:250px!important; margin-top:2px;	}
		
			#siteFeature #tabContainer a:link,
			#siteFeature #tabContainer a:visited{display:block; width:100%; background:transparent url(../img/siteFeature-btn-off.png) 0px 0px repeat-x; text-decoration:none; position:relative;}
			#siteFeature #tabContainer a:hover{
			
			background:transparent url(../img/siteFeature-btn-on.png) 0px 0px repeat-x;
			
			
			
			}
			#siteFeature #tabContainer a:active{outline:none;}
			#siteFeature #tabContainer a:focus{outline:none;}
			#siteFeature #tabContainer a.selected{background:transparent url(../img/siteFeature-btn-on.png) 0px 0px repeat-x; 
				-moz-box-shadow: 0px 0px 3px #000000;
				-webkit-box-shadow: 0px 0px 3px #000000;
				box-shadow: 0px 0px 10px #000000;}
			
	#siteFeature-nav{display:none;}
		#siteFeature-nav #SF-n-prev{position:absolute; top:0px; display:block; width:20px; height:20px; background:#ffffff url(../images/tab-nav-arrows.gif) 0px 0px no-repeat; border:1px solid #cccccc; outline:none;
			border-top-left-radius:6px; -moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px;
			border-top-right-radius:6px; -moz-border-radius-topright:6px; -webkit-border-top-right-radius:6px;}
		#siteFeature-nav #SF-n-prev i{display:none;}
		#siteFeature-nav #SF-n-next{position:absolute; top:0px; display:block; width:20px; height:20px; background:#ffffff url(../images/tab-nav-arrows.gif) -20px 0px no-repeat; border:1px solid #cccccc; outline:none; margin:-1px 0px 0px 0px;
			border-bottom-left-radius:6px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px;
			border-bottom-right-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px;}
		#siteFeature-nav #SF-n-next i{display:none;}

/* ---------------------------------------------------------------------- 
	The 2 declarations below style the text in the tabs. If you have more/less than the default 4 tabs, you'll likely need to tweak the padding.
	Be aware of the IE6,7 specific padding on the h4.
 ---------------------------------------------------------------------- */
			#siteFeature #tabContainer a h4{padding:10px 0 3px 6px; color:#333; position:relative;
			
			font-family:"NEUROPOL", Arial, Helvetica, sans-serif;
			font-size:1.6em;
			text-transform:uppercase;
			font-weight:normal;

			}
			
			#siteFeature #tabContainer a h4 b{ color:#e2eeca; font-weight:normal;}
			
			#siteFeature #tabContainer a:hover h4,
			#siteFeature #tabContainer a.selected h4{ color:#555;}
			
			#siteFeature #tabContainer a:hover h4 b,
			#siteFeature #tabContainer a.selected h4 b{ color:#669215;}
			
			
			
			
			#siteFeature #tabContainer a p{color:#e2eeca; position:relative; font-size:1.2em;
				padding-left:6px;
				line-height:12px;
				text-shadow:0px 1px 0px #577917;
			}
			
			#siteFeature #tabContainer a:hover p,
			#siteFeature #tabContainer a.selected p{color:#555555;
			
				text-shadow:0px 1px 0px #fff;
			}


			#siteFeature #tabContainer a span{display:none;}
			#siteFeature #tabContainer a.selected span{overflow:hidden; display:block; position:absolute; top:3px;}
			
			
			
			
			
			
			
			#siteFeature #tabContainer a.selected span span{background:#e2eeca; height:100%;}
				#siteFeature.left #tabContainer a.selected span{left:0px;}
				#siteFeature.right #tabContainer a.selected span{right:243px;
				
				
				}
			#siteFeature #tabContainer a span img{position:absolute; top:3px; width:13px; height:23px;
			
			
			
			}
				#siteFeature.left #tabContainer a span img{left:0px;}
				#siteFeature.right #tabContainer a span img{left:0px;}
				
				
			
/*	}	*/		
				
				