﻿	body{
		background-color:#f9f7f7;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:14px;
	}

	A:link {
		text-decoration: none;
	}
	
	A:visited {
		text-decoration: none;
	}
	A:active {
		text-decoration: none;
	}
	A:hover {
		text-decoration: none;
	}
	
	hr {
		color: #b7b7b7;
	}

	p{
		font-size:0.7em;
		color:#636363;
		position:relative;
		top:-10px;
	}

	#wrapper {
		width:908px; 
		margin: 0px auto;
	}

	#header {
		padding-top:35px;
	}

	#featured{
		background-color:#edecec;
		width:450px;
		margin-top: 47px;
		padding:40px;
		float:left;
	}

	#feature{
		margin-top:25px;
		margin-left:14px;
	}

		#feature span img{
			float:right;
		}
		
	#featurePic{
		position:relative;
		height:302px;
		width:420px;
		overflow:hidden;
		border: 1px solid black;
	}
	
	#pic{
		position:relative;
		top:0px;
	}
	
		#pic img{
			border: 1px solid black;
			margin-bottom:310px;
			overflow:hidden;
		}
			
	.hide{
		display:none;
	}
	
	#labelWrapper{
		margin-top:15px;
	}
	
	#description{
		font-size:0.8em;
	}
	
	#rightcol{
		margin-top: 45px;
		text-align:right;
	}
	
	#copy{
		float:right;
		width:300px;
		margin-top:2px;
		padding:18px;
		background-color:#edecec;
	}
	
		#copy p{
			text-align:left;
			font-size:0.9em;
			font-weight:400;
		}
	
	#comments{
		margin-top:40px;
		float:right;
		display:block;
		width:199px;
		height:20px;
		background: url("../images/comments.png") no-repeat 0 0px;
		position:relative;
		clear:right;
	}
		#comments:hover{
			background: url("../images/comments_hover.png") no-repeat 0 0px;
		}
		
/*Styles for the Comment Page*/
		
#commentsPage				{margin-top:15px; width:750px; height:160px; text-align:left; font-size:1.2em; font-weight:800;}
#commentsPage span			{text-align:right; font-style:oblique; font-weight:300;}
#commentsPage p				{margin: 45px;}

	
	#nav span{
		visibility:hidden;
	}
	
	#check{
		padding-top:90px;
		
	}

/*Navigation Right Column*/

#liveReelButton				{float:right; display:block; width:123px; height:29px; 
								background: url("../images/live_reel.png")no-repeat 0 0px; position:relative;clear:right;}

#liveReelButton:hover		{background: url("../images/live_reel_hover.png") no-repeat 0 0px; }

#animationReelButton		{float:right; display:block; width:123px; height:24px; background: 
								url("../images/animation_reel.png")no-repeat 0 0px; position:relative;clear:right;}

#animationReelButton:hover	{background: url("../images/animation_reel_hover.png") no-repeat 0 0px; }

#musicReelButton			{float:right; display:block; width:123px; height:21px; background: 
								url("../images/music_reel.png")no-repeat 0 0px; position:relative;clear:right;}

#musicReelButton:hover		{background: url("../images/music_reel_hover.png") no-repeat 0 0px; }

#contact					{margin-top:15px; float:right; display:block; background:url(../images/contactHead.png) no-repeat 0 0px; width:91px;height:15px; position:relative; clear:right; padding-bottom:50px;}
		#contact:hover{
			background:url("../images/contact_us_hover.png") no-repeat;
		}
			
	#pirate{
		margin-top:15px;
		float:right;
		display:block;
		background:url(../images/p.png) no-repeat 0 0px;
		width:20px;
		height:20px;
		position:relative;
		clear:right;
		padding-bottom:50px;
	}
	
	#contact_wrapper{
		background-color:#f9f7f7;
		text-align:center;
		padding-top:20px;
		height:285px;
	}
			
	#mb_contact{
		display:none;
		height:0px;	
		background-color:#f9f7f7;
	}
	#contactBody{
		position:absolute;
		right:7px;
		text-align:right;
		width:576px;
		background-color:#f9f7f7;
		padding-top:40px;
		padding-right:24px;
		padding-bottom;20px;
	}	
	
	#emailUs{
		display: block;
		position:absolute;
		right:17px;
		width: 153px;
		height: 19px;
		background: url("../images/email.png") no-repeat 0 0;

	}
		#emailUs span{
			display:none;
		}
		
	
	#hide{
		display:none;	
	}
	#emailUs:hover{ 
		background: url("../images/email_hover.png") no-repeat 0 0;
	}


