@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MEHTODMAN AND REDMAN TV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mm_tv.css
	Date:			May 4, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navTv{
		background-position: -851px bottom;
	}		

/*	--------------------------------------------------------------------------------------------------------------------------
	hr Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		margin:12px 0 14px 25px;
		width:906px; height:3px;
		background:url(../../images/hr.png) top left repeat-x;
	}
		.hr hr {
			display:none;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	kyte holder Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:960px;
		background:url(../../images/bg_tvMiddle.jpg) top left repeat-y;
		float:none;
	}
	#mainBottom {
		padding:0 0 90px 0;
		background:url(../../images/bg_tvBottom.jpg) bottom left no-repeat;
	}
	#mainTop {
		background:url(../../images/bg_tvTop.jpg) top left no-repeat;
	}
		#mainCol .header {
			padding:22px 0 0 35px;
			width:589px; height:43px;
		}
			#mainCol .header h2 {
				width:141px; height:27px;
				background:url(../../images/h2_redMethTV.png) top left no-repeat;
				float:left;
			}
		#mainCol h3 {
			margin:15px 0 0 40px;
			font:normal 14px Arial, Helvetica, sans-serif;
			color:#fff;
		}
	/* Kyte player window */
	#kytePlayer {
		margin:36px auto 0 auto;
		width:850px; height:425px; 
		background-color:#000;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	bottomContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bottomContent {
		margin:0 auto; padding:23px 0 0 0;
		width:940px;
	}
	#bottomContent .component {
		margin:0 5px 20px 5px;
		width:302px;
		background:url(../../images/bg_componentMiddle.png) 0 bottom repeat-y;
		float:left;
		display:inline;
	}
	#bottomContent .componentTop {
		padding:10px 0 0 12px;
		background:url(../../images/components_top.png) center top no-repeat;
		
	}
		#bottomContent .component .header {
			padding:14px 0 0 15px;
			width:265px; height:35px;
			background:url(../../images/header280.png) no-repeat;
		}
		#bottomContent .component .more {
			padding:0 11px 0 0;
			text-align:right;	
		}
			#bottomContent .component .more a {
				padding:0 10px 0 10px;
				background:url(../../images/arrow_more.gif) left 5px no-repeat;
				color:#6e93bc;
			}
				#bottomContent .component .more a:hover {
					background-position:left -25px;
					color:#b9d5f4;
				}
	#bottomContent .componentBottom {
		padding:0 0 10px 0;
		background:url(../../images/component_bottom.png) 0 bottom no-repeat;
	}