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

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}

.tabnav {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}

	
	.tabnav li {}
	
	.tabnav li a {
	display: block;
	color:#737373;
	font-size: 13px;
	text-decoration: none;
	font-family: Calibri, Arial;
	text-align: center;
	padding: 0px;
	height: 69px;
	width: 114px;
	font-weight: bold;
	margin: 0px;
	background-image: url(../img/bg-tab-01.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	#margin-bottom: -1px;
	}
		
	.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	margin:0px;
	z-index:200;
	overflow:hidden;
	position:relative;
	color: #006785;
	text-decoration: none;
	display: block;
	font-family: Calibri, Arial;
	font-size: 13px;
	height: 69px;
	width: 114px;
	background-image: url(../img/bg-tab-02.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #F9F9F9;
	border-right-color: #F9F9F9;
	#margin-bottom: -1px;
		}
.tabnav a.mid {	padding-top: 24px;}
.tabnav a.mid2 {	padding-top: 18px;}
		
	.tabdiv {
	float:right;
	padding: 0px;
	width: 465px;
	margin: 0px;
	height: 280px;
	}
p.panelhead {
	font-family: Calibri, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #96BA1B;
	margin-left: 30px;
	margin-top: 20px;
}
p.grey01 {
	font-size: 13px;
	color: #616161;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 90px;
	line-height: 130%;
}
h1.panelh1 {
	font-size: 25px;
	font-weight: bold;
	color: #006785;
	padding: 0px;
	font-family: Calibri, Arial;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
}
#encryption {
	background-color: #F9F9F9;
	background-image: url(../img/bg-hm-panel-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#auth {
	background-color: #F9F9F9;
	background-image: url(../img/bg-hm-panel-04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#email {
	background-color: #F9F9F9;
	background-image: url(../img/bg-hm-panel-02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#estate {
	background-color: #F9F9F9;
	background-image: url(../img/bg-hm-panel-03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabpad01 {
	padding-top: 28px;
	font-weight: bold;
}
.tabpad02 {
	padding-top: 21px;
	font-weight: bold;
}

#tabvanilla .greyBold {
	color: #000000;
}

.tabdiv  p {
}
#tabvanilla  a {}

#tabvanilla  .header {
	font-size: 1.4em;
	color: #0B5C81;
	font-weight: bold;
}

.tabdiv img {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
ul#tabdiv {
	margin-left: 30px;
	margin-bottom: 15px;
}
#tabdiv li {
	font-size: 13px;
	background-image: url(../img/panel-plus.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	display: block;
	padding-left: 15px;
	margin-bottom: 7px;
	font-weight: bold;
	padding-right: 80px;
	color: #006785;
}
#tabdiv li a{
	color: #006785;
	text-decoration:underline;
	font-weight: bold;
}
#tabdiv li a:hover {
	text-decoration:none;
	font-weight: bold;
}
#tabdiv .pluspoints {
	line-height: 125%;
}


	
		

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

		#featuredvid {
		text-align: center;
		}
		
			.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;
			}
