@charset "UTF-8";
/* CSS Document */

/* HOME PAGE */

a.gagaHead {
	border: 1px dotted #2a2a2a;
	padding:2px;
	display:inline-block;
}
#footerimages {float:left; width:321px;}

.spacer {
margin-bottom:11px;	
}

.home #contentWrapper {
	width: 940px;	
}

#toutbtns {
	position: absolute;
	display: block;
	height: 13px;	
	right: 0px;
	top: -20px;	
}
	
	#toutbtns a, #toutbtns a:visited {
		position: relative;
		display: block;
		float: left;
		width: 13px;
		height: 14px;
		overflow: hidden;
		margin-right: 6px;
		background: transparent url(../_images/_index/toutbtnbg.png) no-repeat 0 -13px;	
		*_background: none;
		cursor: pointer;
		
	}
		
		#toutbtns a:hover, #toutbtns a.active {
			background-position: 0 0;	
		}
	
#toutholder {
	position: relative;
	display: block;
	width: 912px;
	height: 305px;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #666;	
}

#thetouts {
	position: absolute;
	display: block;
	width: 5000px;	/* SET FOR 5 TOUTS! */
}

.homepagetout {
	position: relative;
	display: block;
	float: left;
	width: 884px;
	height: 279px;
	padding: 13px;
	margin-right: 50px;
	background: transparent url(../_images/_global/bk-o-1.png) repeat 0 0;	
	border: 1px solid #1D1D1D;
}

	.homepagetout img {
		position: relative;
		display: block;
		float: left;
	}
	
	.homepagetout .toutcopy {
		position: relative;
		display: block;
		float: left;
		margin-left: 30px;
		/*padding-top: 100px;*/
		max-width: 410px;
		*width: 410px;
	}
	
		.homepagetout .toutcopy h2, .homepagetout .toutcopy h2 a, .homepagetout .toutcopy h2 a:visited {
			position: relative;
			font-size: 29px;	
			font-weight: bold;
			line-height: 31px;
			margin: 0;
			padding: 80px 0 0;
			text-decoration: none;
		}
		
		.homepagetout .toutcopy p {
			position: relative;
			color: #B3B3B3;
			font-size: 14px;
			margin: 0;
		}
		
		.homepagetout .toutcopy .calltoaction {
			position: relative;
			color: #FFF;
			font-size: 16px;	
		}
		
			.homepagetout .toutcopy .calltoaction a, .homepagetout .toutcopy .calltoaction a:visited {
				font-style: italic;
				text-decoration: none;
				color: #FFF;	
				padding-left: 5px;
			}
			
				.homepagetout .toutcopy .calltoaction a:hover {
					color: #E5314C;
					font-style: italic;
				}

	.homepagebox {
		position: relative;
		display: block;
		float: left;
		width: 200px;
		min-height: 265px;
		*height: 265px;
		background: transparent url(../_images/_global/bk-o-1.png) repeat 0 0;	
		border: 1px solid #1D1D1D;	
		padding: 15px 5px;
		margin-right: 20px;
	}
		
		.homepagebox.last {
			margin-right: 0 !important;	
		}
		
		.homepagebox .boximg {
			position: relative;
			display: block;	
			width: 180px;
			height: 135px;
			margin-bottom: 10px;
			margin: 0 auto;
		}
	
			.homepagebox .boximg img {
				position: absolute;
				top: 0;
				left: 0;
			}
			
			.homepagebox .boximg a {
				position: absolute;
				display: block;
				width: 180px;
				height: 135px;
				top: 0;
				left: 0;
				z-index: 50;
			}
			
			.homepage .boximg .playbtn {
				z-index: 60 !important;	
			}
				/*
				.homepagebox .boximg a img {
					position: relative;
					display: block;
					width: 	50px;
					margin: 45px auto 0;
					padding-top: 45px;
				}
				*/
		.homepagebox .toutcopy {
			text-align: left;
			padding: 4px;
			margin-top: 8px;
		}	
		
			.homepagebox .toutcopy h3 {
				border: 0;
				font-size: 17px;	
				font-weight: normal;
				color: #FFF;
				padding: 0;
				margin: 0 0 8px;
			}
				
				.homepagebox .toutcopy h3 .small {
					font-size: 11px;
					padding-top: 5px;	
					line-height: 14px;
					margin-bottom: 4px;
				}
				
			.homepagebox .toutcopy p {
				color: #B3B3B3;
				font-size: 13px;
				text-align: left;
				padding: 0;
				margin: 0 0 10px;	
				line-height: 16px;
			}
			
			.homepagebox .toutcopy .calltoaction {
				color: #FFF;
				font-size: 14px;	
			}
			
				.homepagebox .toutcopy .calltoaction a, .homepagebox .toutcopy .calltoaction a:visited {
					font-style: italic;
					text-decoration: none;
					color: #FFF;	
					padding-left: 5px;
					text-align: left;
				}
				
					.homepagebox .toutcopy .calltoaction a:hover {
						color: #E5314C;
						font-style: italic;
					}
					
			.homepagebox .toutcopy label {
				position: relative;
				display: block;
				padding-left: 4px;
				color: #B3B3B3;
				font-size: 11px;
				padding-top: 15px;
				padding-bottom: 5px;	
			}

.home .sepGry2 {
	width: 910px;	
}
			
.home #footer {
	width: 910px;
}

	.home #footer #footerlinks {
		float: right;		
	}