body{
font-size:0.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 126.5px;
	height: 40px;
	margin-right: 0px;
	background-image:url(menu.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-176.5px 0px;
}
#kwick3 {
	background-position:-353px 0px;
}
#kwick4 { 
	background-position:-529.5px 0px;
}
#kwick5 { 
	background-position:-706px 0px;
}
#kwick6 { 
	background-position:-882.5px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -176.5px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -353px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -529.5px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -706px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -882.5px bottom; 
}

#kwick1 a{
	background-image:url(end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick4 a{
	background-image:url(end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick4 a:hover{
	background-position: right -120px;
}

/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/


.widget {
width: 750px;
margin: 1px;
padding: 1px;
background: #ffffff;
border: 0px solid #dedbd1;
margin-bottom: 15px;
text-align: center;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	FONT-FAMILY: arial;
	font-size: 14px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	FONT-FAMILY: tahoma;
	font-size: 12px;
	text-align: left;
	}
	
		.tabdiv li {
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
