@charset "utf-8";
/* RICKY HATTON CSS Document */
/* ------------------------------------------------------ */
/*  					   GENERAL       				  */
/* ------------------------------------------------------ */

a:link, a:visited { 
	text-decoration:none; 
	color:#FF0000;
}

html { 
	font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:1.4em;
}

body{
	background-color:#000000;
	margin-top:0px;
}

img{
	border:none;
}

hr {
	width:250px;
	height:1px;
	color:#FF0000;
}
input, textarea{
	border:solid;
	border-width:1px;
	border-color:#999999;
}

.clear{
	clear:both;
}

h4, h6{
	margin-bottom:0px;
	margin-top:0px;
}

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.aligncenter{
	 text-align:center;
}
.alignright{
 text-align:right;
}
.pad5{
	padding: 0px 5px 5px 5px;
}
.italic{
	font-style:italic;
}
.strong{
	font-weight:bold;
}
/* ------------------------------------------------------ */
/*  					   STRUCTURE       				  */
/* ------------------------------------------------------ */

#container{
	width:800px;
	margin:auto;
	text-align:center;
}

#footer{
	height:28px;
	width:100%;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:left;
	text-align:center;
	font-size:10px;
	vertical-align:middle;
}

#header{
	height:250px;
	width:100%;
	background-image:url(../images/header_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

/* ------------------------------------------------------ */
/*  					   TOP MENU       				  */
/* ------------------------------------------------------ */
#top_menu{
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	text-align:center;
	margin-left:150px;
}

#home, #trailer, #watchTrailer, #support, #contact{
	color:#FFFFFF ;
	width:95px;
	height:35px;
	float:left;
	margin-top:37px;
	text-align:center;
}

.menu_padding {
	color:#FFFFFF !important ;
	margin-top:7px;
}

.active{
	background-image:url(../images/active_menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF !important ;
}

/* ------------------------------------------------------ */
/*  					  HOME CONTENT     				  */
/* ------------------------------------------------------ */

#h_text{
	margin-top:0px;
	float:right;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	margin-left:380px;
	margin-right:20px;
	height:90px;
	width: 400px;
	line-height:25px;
}

#h_link{
	margin-top:43px;
	float:right;
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-right:104px;
	padding-bottom:5px;
	height:40px;
}

#c_text{
	float:left;
	text-align:left;
	width:468px;
	height:218px;
	padding: 20px 0px 20px 10px;
}
#h_img{
	float:left;
	text-align:left;
	width:467px;
	height:158px;
	border:none;
	padding: 20px 0px 40px 10px;
}
#dvd_img{
	float:right;
	width:278px;
	height:396px;
	border:none;
	padding: 20px 20px 20px 20px;
	clear:right;
}
#amazon_link{
	color:#FF0000;
	text-align:center;
}

/* ------------------------------------------------------ */
/*  				TRAILER CONTENT     				  */
/* ------------------------------------------------------ */

#trailer_player{
	text-align:center;
	padding: 20px 20px 20px 20px;
}

/* ------------------------------------------------------ */
/*  				SUPPORT   CONTENT     				  */
/* ------------------------------------------------------ */
#support_text{
	text-align:left;
	padding: 0px 20px 20px 10px;
}

/* ------------------------------------------------------ */
/*  				WATCH   CONTENT     				  */
/* ------------------------------------------------------ */

#download_option{
	padding: 20px 20px 20px 20px;
	width:100%;
	text-align:center;
	display:none;	
}
.download_box{
	width:340px;
	height:110px;
	padding:5px 5px 5px 5px;
	text-align:left;
}

#divider{
	width:340px;
	color:#FF0000;
	padding:0px 0px 5px 0px;
	text-align:left;
}
/* ------------------------------------------------------ */
/*  				CONTACT   CONTENT     				  */
/* ------------------------------------------------------ */

#contact_center{
	text-align:left;
	width:100%;
	padding: 0px 20px 20px 20px;
	line-height:35px;
}