/*---------------------------------------------------------------------------------------------------------------------------------
	  													   RESET
----------------------------------------------------------------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*---------------------------------------------------------------------------------------------------------------------------------
	  													STRUCTURAL
----------------------------------------------------------------------------------------------------------------------------------*/

body {
	text-align: ;
	background: #e1e1e1;
	font-family: Verdana;
	font-size: 14px;
	color: #666666; 
}
	
#container {
	width: 640px;
	margin: 20px auto;
	background: url(../images/layout/content-bg.jpg) repeat-y; 
}
	
#header {
	width: 640px;
	height: 150px;
	float: left;
	clear: both;
	background: #e1e1e1 url(../images/layout/header.jpg) no-repeat; 
}
	
#main-content {
	width: 600px;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
}
	
#footer {
	width: 640px;
	height: 18px;
	background: url(../images/layout/footer-bg.jpg) no-repeat;
	float: left;
	clear: both; 
}
		
		
/*---------------------------------------------------------------------------------------------------------------------------------
	  													STANDARD SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #011641;
}
	 
a:hover, a:active {
	color: #cc0000;
}
	 
h1 { 
	 }
	
h2 {
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0 0;
	clear: both;
	color: #ffffff;
	 }

h3 { 
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0 0;
	clear: both;
	}

h4 {
	 }

	
/*---------------------------------------------------------------------------------------------------------------------------------
	  													SPECIFIC SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/

#header p {
	width: 400px;
	float: right;
	margin: 10px 40px 0 0;
	color: #ffffff;
}

#main-content p {
	text-align: center;
	margin: 20px 0 20px 0;
}

#movie {
	width: 400px;
	margin: 20px auto;
	clear: both;
}


/*---------------------------------------------------------------------------------------------------------------------------------
	  													OTHER SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
	
.first {
	margin-top: 10px; }

.clear {
	clear: both; }
	
.float-r {
	float: right; }
	
.float-l {
	float: left; }

#main-content .no-bottom {
	margin-bottom: 0px;	
}


/*---------------------------------------------------------------------------------------------------------------------------------
	  													BROWSER FIXES
----------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*---------------------------------------------------------------------------------------------------------------------------------
	  													CONTACT FORM
----------------------------------------------------------------------------------------------------------------------------------*/

form {
	float: left;
	width: 600px;
	margin: 10px auto 0 auto;
	text-align: center;
}

input {
	height: 20px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}

.newsletter {
	margin-left: 50px;
}


.newsletter input {
	float: left;
	display: inline;
	border: none;	
}

input:focus {
	border: 1px solid #000066;
}

label {
	float: left;
	width: 130px;
	text-align: right;
	margin: 10px;
}

.detail {
	font-size: 12px;
	text-align: left;
	width: 380px;
	margin: 5px;
	clear: none;
}

.copyright {
	margin: -10px auto 10px auto;
	text-align: center;
	font-size: 12px;
}

.long {
	width: 250px;
}

textarea {
	float: right;
	display: inline;
	width: 250px;
	height: 20px;
	margin: 10px;
	border: 1px solid #d1d1d1;
}

textarea:focus {
	border: 1px solid #000066;
}

ul {
	width: 430px;
	text-align: left;
	margin: 10px auto;
}

li {
	float: left;
	width: 430px;
	margin: 0px auto;
	clear: both;
	font-size: 16px;
	list-style: none;
}

.comments {
	height: 80px;
}

.no-border {
	border: none;
}

.center {
	text-align: center;
}

.captcha {
	margin-top: 10px;
	padding: 5px;
	clear: both;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 10pt;
}

.captcha img {
	border: 1px solid #ccc;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}

.hidden {
	float: left;
	margin-left: -999em;
}

.submit {
	margin: 20px;
	width: 150px;
	height: 40px;
	background: #e1e1e1;
	border: 2px solid #ababab;
	color: #666666;
	font-weight: bold;
}

.submit:hover {
	background: #CC0000;
	color: #ffffff;
}