@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - TAMARA DREWE MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		td_main.css
	Date:			May 05, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	* {
		margin:0; padding:0; border:0;
	}
	body {
		background:url(../images/bg.jpg) top center no-repeat;
		outline:none;
	}
	img {
		display:block;
	}
	.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
	#main {
		width:960px;
		background:url(../images/bg_text.png) top left no-repeat;
		margin:0 auto;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content {
		width:960px;
	}
	#content .buyLinks {
		margin:290px 0 0 0;
	}
		#content .buyLinks a {
			height:90px;
			display:block;
			float:left;
		}
		#content .buyLinks a.blu {
			width:175px;
			margin:0 25px 0 50px;
			background:url(../images/bluray.png) 0 0 no-repeat;	
		}
		#content .buyLinks a.dvd {
			width:143px; 
			background:url(../images/dvd.png) 0 0 no-repeat;	
		}
	#content .links {
		width:312px;
		margin:35px 0 20px 73px;
	}
		#content .links a {
			width:144px; height:42px;
			margin:0 10px 0 0;
			background:url(../images/buttons.png) 0 0 no-repeat;
			display:block;
			float:left;
		}
			#content .links a.btn_watch {
				
			}
				#content .links a.btn_watch:hover {
					background-position:0 -42px;
				}
			#content .links a.btn_pressKit {
				background-position:-144px 0;
			}
				#content .links a.btn_pressKit:hover {
					background-position:-144px -42px;
				}
	#content a.btn_enterSite {
		width:135px; height:42px;
		margin:0 0 0 154px;
		background:url(../images/btn_enter.png) 0 0 no-repeat;
		display:block;
	}
		#content a.btn_enterSite:hover {
			background-position:0 -42px;
		}
	#content .facebook {
		width:103px; height:45px;
		margin:35px 0 0 170px;
		background:url(../images/becomeAFan.png) top center no-repeat;
	}
		#content .facebook a.btn_fb {
			width:88px; height:28px;
			margin:17px auto 0 auto;
			background:url(../images/btn_fb.png) 0 0 no-repeat;
			display:block;
		}
	#content #rating {
		margin:30px 0 0 153px;	
	}
	#content .fineprint {
		width:295px;
		margin:10px 0 15px 93px;
		font:normal 11px Arial, Helvetica, sans-serif;
		color:#1a1a1a;
		text-align:center;
	}
		#content .fineprint a {
			color:#1a1a1a;
			text-decoration:underline;
		}