/* Start of CMSMS style sheet 'jQuery tabs' */
/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}


.widget {
	padding: 16px;
 
	margin-bottom: 15px;


}

	.widget a {
	color: #009;
	text-decoration: none;

	}
	
	.widget a:hover {

	color: #222;
        background: #fff;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
        padding-left: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
                background: #000;
		font-weight: bold;
                font-size: 11px;
		padding: 6px 10px;
		outline: none;
                border: 1px solid #ccc;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
        	color: #222;
                background: #fff;
                border: 1px solid #ccc;

		}
		
	.tabdiv {
	margin-top: 25px;

        padding: 50px 0 60px 640px;
        background: #fff;
	margin-bottom: 10px;

	}
	
		.tabdiv li {

		margin-left: 20px;
		}

.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;
			}

.tabdiv .heading {
	font-family: "Trebuchet MS";
	color: #0086b2;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 10px 10px 10 px;
	padding: 0px;
}
.tabdiv .lstitm {
	font-size: 18px;
	color: #666666;
	font-family: "Trebuchet MS";
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	list-style-type: none;
	background-image: url(images/cms/INDEX-SERVICES_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: px;
}
.tabdiv .unsort {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.tabdiv a {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #990000;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	margin-left: 100px;
	outline::none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C10000;
	border-right-color: #790000;
	border-bottom-color: #790000;
	border-left-color: #C10000;
}
.tabdiv a:hover {
	background-color: #333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
        color:#fff;
}
/* End of 'jQuery tabs' */

