/* commented backslash hack v2 \*/
html, body {
	height: 100%;
	color: #333333;
}
/* end hack */

html {
     height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}


#outta_container {
	display:table; /* must put this in for FireFox. */
width:100%;
margin:auto; /* for IE6 and Firfox centering */
text-align:left; /* Have to put SOMETHING in here for the height for bothn browser. DO NOT put in a percentage, must be a pixel value */
}

img {
border: none;
}

#main_container {
	float:left;
	width:100%;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	min-width: 810px;
	text-align: center;
	position: relative;
}

#inner_container {
	float:left;
	width:780px;
	position: relative;
}

#top {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
#top_left {
	position: relative;
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
}
#top_right {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
	text-align: left;
	float: right;
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 400px;
}

#top_right_pad {
	padding: 20px;
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px 0px 10px;
}

.top_right_inside_left {
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 110%;
	text-align: center;
	font-weight: normal;
	padding: 0px;
}

.top_right_inside_right{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#login {
	padding: 0px;
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#search {
	padding: 0px;
	clear: left;
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	background-color: #D8EEF3;
	margin: 0px;
	padding: 2px;
	font-size: 90%;
	border: 1px solid #ABDBE7;
	color: #333333;
}
textarea {
	background-color: #D8EEF3;
	margin: 0px;
	padding: 2px;
	font-size: 100%;
	border: 1px solid #ABDBE7;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	background-color: #D8EEF3;
	margin: 0px;
	padding: 2px;
	font-size: 90%;
	border: 1px solid #ABDBE7;
	color: #333333;
}

checkbox {
	background-color: #D8EEF3;
	border: 1px solid #ABDBE7;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	float: left;
	color: #003366;
	text-align: right;
}

.button {
	background-image: url(images/button_background.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-weight: bold;
	color: #FFFFFF;
}




.clearfix:after {content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {}
/* End hide from IE-mac */
/* End clearfix */
.top_heading {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px;
}
#main_content {
	position: relative;
	float: left;
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 15px 15px;
	width: 780px;
	min-width: 800px;
	text-align: left;
	clear: left;
}

.topright {
	background-image: url(images/topright.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	clear: right;
	position: relative;
	height: 20px;
	width: 20px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	color: #1D78A5;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #666666;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #666666;
}
p {
	font-size: 100%;
	line-height: 150%;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sub_heading {
	font-size: 140%;
	font-weight: bold;
	color: #1D78A5;
	margin: 0px 0px 5px;
	padding: 0px;
}
#user_check_left {
	float: left;
	width: 320px;
	position: relative;
	margin-right: 20px;
}
#large_container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}

#user_check_right {
	float: left;
	width: 400px;
	padding-left: 20px;
	position: relative;
}
#home_featured {
	float: left;
	position: relative;
	width: 730px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
	background-color: #4B97B7;
	padding: 0px;
	color: #FFFFFF;
	height: 19em;
}

#home_featured a {
	color: #fff;
}

#home_featured_nav {
	width: 730px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}

#home_featured_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#home_featured_nav li {
	margin-right: 10px;
	background-image:url(images/featured_tab.gif);
	background-repeat: no-repeat;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 18px;
	text-align: center;
}

#home_featured_nav li.activetab {
	background-image:url(images/featured_activetab.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.img_thumbs {
	padding: 1px;
	float: left;
	margin-right: 15px;
	border: 2px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.home_featured_left {
	float: left;
	position: absolute;
	width: 290px;
	padding-right: 0px;
	border-right: 1px solid #ccc;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	clear: left;
	margin: 0px;
	z-index: 300;
	left: 0px;
	top: 20px;
}

.home_featured_left a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#000;
    text-decoration:none}

.home_featured_left a.info:hover{z-index:25; }

.home_featured_left a.info span{
	display: none;
	z-index: 300;
}

.home_featured_left a.info:hover span{
	display:block;
	position:absolute;
	top:-5px;
	left:21px;
	width:380px;
	padding: 5px;
	text-align: left;
	background-color: #4B97B7;
	height: 160px;
	z-index: 300;
}
.home_featured_left a.info:hover span h3.video_title{ /*the span will display just on :hover state*/
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
.home_featured_left a.info:hover span p{ /*the span will display just on :hover state*/
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	color: #ffffff;
	width: 220px;
	float: left;

}

.home_featured_left a.info:hover span strong { /*the span will display just on :hover state*/
	font-weight: bold;
}

.home_featured_left a.info:hover span img {
	padding: 1px;
	float: left;
	margin-right: 15px;
	border: 2px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.home_featured_right {
	float: right;
	position: absolute;
	width: 380px;
	margin-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 10px;
	z-index: 50;
	top: 20px;
	right: 10px;
}

.home_featured_right h3.video_title{ /*the span will display just on :hover state*/
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
.home_featured_right p{ /*the span will display just on :hover state*/
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	color: #ffffff;
	width: 230px;
	float: left;
}

.home_featured_right strong { /*the span will display just on :hover state*/
	font-weight: bold;
}

.home_featured_right img {
	padding: 1px;
	float: left;
	margin-right: 15px;
	border: 2px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
}


.recent_videos {
	padding: 0px;
	float: left;
	position: relative;
	width: 780px;
	margin: 0px;
}


.videos {
	padding: 0px 10px 0px 0px;
	float: left;
	margin-top: 1em;
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 0px;
	position: relative;
	width: 350px;
	height: 12em;
	text-align: left;
	color: #333333;
}

.videos_right {
	padding: 0px;
	float: left;
	position: relative;
	width: 250px;
	text-align: left;
	color: #333333;
}

#video_img { 
width: 80px; 
height: 80px;
 float: left;
  margin-right: 10px;  
  margin-bottom: 20px; 
  border: 1px solid #ccc; 
  padding: 3px;
}

#video_desc {
	width: 220px; 
height: 80px;
 float: left;
  margin-bottom: 20px; 
  padding: 3px;
}

.videos p {
padding: 0;
margin: 0;
} 

span.video_title a {
	text-decoration: none;
	color: #1597B7;
	font-weight: normal;
}

.video_title a {
	text-decoration: none;
	color: #1597B7;
	font-weight: normal;
}
.video_title a:hover {
	text-decoration: none;
	background-color:#4B97B7;
	color: #FFFFFF;
	font-weight: normal;
}

.video_title {
	font-size: 150%;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	color: #1597B7;
}

#partner_sites {
	margin: 10px 0px 0px 10px;
	padding: 10px;
	position: relative;
	width: 280px;
	float: right;
	text-align: left;
}

#partner_sites a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #1597B7;
	font-weight: bold;
}

#partner_sites a:hover {
	text-decoration: none;
	background-color:#4B97B7;
	color: #FFFFFF;
		font-weight: bold;
	}


#video_container {
	padding-bottom: 30px;
	position: relative;
	width: 500px;
	float: left;
	margin-bottom: 0em;
	color: #333333;
}
select {
	background-color: #F0F3F4;
	border: 1px solid #A5DAEA;
	color: #1D78B5;
}
.grey {
	color: #999999;
}
#main_tabs {
	float: left;
	width: 800px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#main_tabs ul {
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#main_tabs li {
	float: right;
	margin: 0;
	background-image:url(images/main_tab.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	width: 140px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#main_tabs li a {
	font-size: 150%;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
}


#main_tabs li a:hover {
	font-size: 150%;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
	color: #003366;
}
.botleft_curve {
	background-color: #FFFFFF;
	background-image: url(images/botleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 11px;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.botright_curve {
	background-image: url(images/botright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 11px;
}
#video_info {
	float: left;
	width: 265px;
	margin-left: 10px;
	position: relative;
	padding-top: 10px;
}




.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
	clear: right;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	clear: right;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

.half_container {
	float: left;
	width: 30%;
	margin-right: 2%;
}
#bottom {
	clear: left;
	float: left;
	width: 780px;
}


#bottom ul {
	list-style-type: none;
	padding: 10px 0 30px 30px;
	margin: 0;
}

#bottom li {
float: left;
margin-right: 15px;
}
.img_right {
	float: right;
	margin-left: 30px;
	margin-right: 15px;
}
#user_menu {
	clear: both;
	float: left;
	width: 780px;
}
table {
	clear: left;
}
#affilates {
	position: absolute;
	z-index: 233;
	left: 830px;
	top: 200px;
	width: 150px;
}
