﻿div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
} 

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	
	font-family: Arial;
}
a {
	color:#369;
}
/*
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}*/

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

ul 
{
	list-style: none;
}

/* Header styles */
#header {
	clear:both;

	width:904px;
	margin: 0px auto 0px;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	padding-bottom: 10em;
	/*background-image: url(background.jpg);*/ 
	background-repeat: repeat-x;
	border-top:15px solid #6D6D6D;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	position:relative;
	padding:0 0 90px  0;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #D9DADC;
	margin: 20px auto 10px;
}

/* Full page settings */
.fullpage {
	background:#F76F0B;		/* page background colour */
}
.fullpage .col1 {
	width:904px;			/* page width minus left and right padding */
	background-color: White;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}

.line
{
	width: 50%;
}

#header
{
	height: 60px;
	position: relative;
}

#headerContainer
{
	position: relative;
	height: 80px;
	width: 100%;
}

#menu
{
	bottom: 0px;
	right: 0px;
	position: absolute;	
	background-color: #6D6D6D;
	color: White;
	padding: 5px 10px 2px 10px;
}

#menu a:link
{
	color: White;	
	text-decoration: none;
}


#menu a:visited
{
	color: White;	
	text-decoration: none;
}


#logo  
{
	margin-top: 20px;
}

#netflixLink
{
	position: absolute;
	right: 0px;
	width: 160px;
	margin: 20px;
	font-size: 110%;
	display: none;
	
}


#logo a img
{
	border: 0 none;
}

.col1 li
{
	width: 650px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px black;
	min-height: 150px;
}

.col1 ul
{
	padding-left: 40px;
}


.col1 h2
{
	padding: 10px 0px 20px 40px;
	color: #FF2D07;
}

#aboutInfo
{
	margin: 0 160px 0 40px;
}

.movieItem
{
	position: relative; 
	margin-left: 120px;
}

.movieSummary
{
	width: 420px;
}

.movieSummary h4
{
	margin-bottom: 4px;
	margin-top: 0px;
}

.reviewLinks 
{
	margin-top: 10px;
}

.reviewLinks .separator
{
	padding: 5px;	
}
.saveButton
{
	position: absolute;
	right: 0px;
	top: 40%;
}

.boxart
{
	float: left;
	padding-bottom: 10px;
}

hr 
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#nfApiLogo
{
	position: absolute;
	right: 0px;
	bottom: 15px;
	margin: 20px;
}

#rtLink
{
	position: absolute;
	right: 0px;
	bottom: 2px;
	width: 120px;
	margin-right: 20px;
	
}

#adsense
{
	position: absolute;
	right: 0px;
	bottom: 200px;
	width: 135px;
	margin-right: 20px;
	
}

.faq
{
	margin: 10px 0 30px 0;
}