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

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}

body {
}

.widget {
	width: 850px;
	border: 0px solid #dedbd1;
	margin-bottom: 15px;
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#relatedsolutions {
	clear: none;
	float: right;
	width: 210px;
	margin-bottom: 100px;
	margin-left: 75px;
}

.processtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 35px;
	color: #CCCCCC;
}


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

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	line-height: 50px;
	}
	
		.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;
		}
		.tabnav_process li {
	display: inline;
	list-style: none;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	line-height: 50px;
	}
	
		.tabnav_process li a {
	text-decoration: none;
	text-transform: none;
	color: #222;
	font-weight: bold;
	padding: 4px 6px;
	outline: none;
	font-size: 16px;
		}
		
		.tabnav_process li a:hover, .tabnav_process li a:active, .tabnav_process li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 0px;
	border: 1px solid #dedbd1;
	padding: 0px;
	}
	
		.tabdiv li {
	list-style-image: url("../portfolio_files/star.png");
		}

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

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