/* Style Sheet */
@import url("master.css");
a{
	outline: none;
}
#content{
	background-color:#000;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background: url('../images/header.png') no-repeat scroll top left;
	width: 1000px;
	height: 126px;
}
#header h1{
	background: url('../images/logo.png') no-repeat scroll top left;
	width: 319px;
	height: 126px;
	text-indent:-3000px;
	margin-top:0px;
	margin-left:120px;
}
/* LEFT SIDE STYLING */
#left {
	background: url('../images/left_background.png') no-repeat scroll top left;
	width: 316px;
	height: 559px;
	float:left;
}
#scene-select {
	background: url('../images/scene_select_background.png') no-repeat scroll top left;
	width: 280px;
	height: 262px;
	margin-left:5px;
	margin-top:50px;
	padding-top:25px;

}
#scene-select h2 {
	background: url('../images/scene_selection.png') no-repeat scroll top left;
	width: 129px;
	height: 48px;
	text-indent:-3000px;
	position:relative;
	z-index:2;
}
#scene-select ul{
	margin-top:10px;
	font-size:18px;
	text-align:right;
	position:relative;
	z-index:2;
}
#scene-select li{
	display:block;
	height:35px;
}
#behind{
	margin-top:70px;
	width: 272px;
	margin-left:20px;
}
#behind a{
	display:block;
	background: url('../images/behind_video.png') no-repeat scroll top left;
	width: 143px;
	height: 106px;
	text-indent:-3000px;
	margin-left:60px;
}
#behind h2 {
	margin-left:80px;
	background: url('../images/behind_the_scenes.png') no-repeat scroll top left;
	width: 106px;
	height: 28px;
	text-indent:-3000px;
}

a.what {
	display:block;
	position:absolute;
	margin-left:30px;
	width: 254px;
	height: 64px;
}

a.busted {
	position:absolute;
	margin-left:130px;
	margin-top:30px;
	width: 155px;
	height: 46px;
	display:block;
}

a.alone {
	position:absolute;
	margin-left:148px;
	margin-top:60px;
	width: 135px;
	height: 36px;
	display:block;
}

a.benched {
	position:absolute;
	margin-left:149px;
	margin-top:80px;
	width: 135px;
	height: 42px;
	display:block;
}

a.what-video {
	display:block;	
	width: 154px;
	height: 88px;
	margin-top:5px;
}
a.busted-video {
	display:block;	
	width: 154px;
	height: 88px;
	margin-top:5px;
}
a.alone-video {
	display:block;	
	width: 154px;
	height: 88px;
	margin-top:5px;
}
a.benched-video {
	display:block;	
	width: 154px;
	height: 88px;
	margin-top:5px;
}
/* CENTER STYLING */
#center {
	background: url('../images/center_background2.png') no-repeat scroll top center;
	width: 424px;
	height: 559px;
	float:left;
}
#video-area {

	width: 424px;
	height: 363px;
}
#social{
	width: 420px;
	margin-top:40px;
	text-align:center;
	overflow:none;
}
#social h2 {
	background: url('../images/social_networks.png') no-repeat scroll top left;
	width: 100px;
	height: 25px;
	text-indent:-3000px;
	margin-left:auto;
	margin-right:auto;

}
a.facebook {
	display:block;
	text-indent:-3000px;
	background: url('../images/facebook_logo.png') no-repeat scroll top left;
	width: 68px;
	height: 29px;
	float:left;
	margin-left:30px;
	margin-right:10px;
}
a.myspace {
	display:block;
	text-indent:-3000px;
	background: url('../images/myspace_logo.png') no-repeat scroll top left;
	width: 120px;
	height: 29px;
	float:left;
	margin-left:40px;
	margin-right:30px;
}
a.youtube {
	display:block;
	text-indent:-3000px;
	background: url('../images/youtube_logo.png') no-repeat scroll top left;
	width: 79px;
	height: 29px;
	float:left;
}
a.friend {
	display:block;
	text-indent:-3000px;
	margin-left:10px;
	background: url('../images/tell_a_friend.png') no-repeat scroll top left;
	width: 122px;
	height: 30px;
	margin-top:35px;
	margin-bottom:0px;
	
}
a.allykatzz {
	color: #CA3498;
	width:54px;
	height:62px;
}
/* RIGHT SIDE STYLING */
#right {
	background: url('../images/right_background.png') no-repeat scroll top left;
	width: 260px;
	height: 559px;
	float:left;
}
#video-select{
	height: 363px;
	margin-left:70px;
	margin-top:-12px;
}
#brought{
	margin-top:45px;
	width: 250px;
	margin-left:0px;
}
#brought a{
	display:block;
	background: url('../images/girl_talk.png') no-repeat scroll top left;
	width: 147px;
	height: 98px;
	margin-left:63px;
	text-indent:-3000px;
}
#brought h2 {
	background: url('../images/brought_to_you_by.png') no-repeat scroll top left;
	width: 112px;
	height: 23px;
	text-indent:-3000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}


/* FOOTER */
#footer{
	clear:both;
	text-align:center;
	width:1000px;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
}


/* TELL A FRIEND */
#friend-box{
	background-color:#000;
}
input[type="text"] {
/* for square right edge */
	border: 1px solid #61afbd;
	background-color:#c4f5fd;
	margin-left:2px;
	font-size:10px;
}
label { 
	display: block;				/* core set of styles */
	clear: left;				/* core set of styles */
	font-size:  1em;
	margin: 1em;
}
label span {
	display: block;				/* core set of styles */
	float: left;				/* core set of styles */
	width: 150px;					/* core set of styles */
	line-height: 1.4em;
	margin-bottom: 3px;
	text-align:right;
	padding-right:8px;
	font-size:10px;
	font-weight:bold;
	color:#fee143;
}
#close-button{
	position:absolute;
	margin-left:400px;
	margin-top:-36px;
	background: url('../images/close.jpg') no-repeat scroll top left;
	width: 45px;
	height: 17px;
	cursor:pointer;
}
.thank-you{
	width:445px;
	display:block;
	text-align:center;
	font-size:16px;
	color:#fee143;
}

