﻿html {
   height: 101%;
   margin-bottom: 1px;}

body {
   background: #878cff url('backbar.jpg') repeat-x !important;
   color: #000000;
   font: normal 0.80em Verdana, Verdana, Geneva, sans-serif !important;
   text-align: center;
   margin: 0;
   padding: 0;}

img {
   border: none;}
   
/*  This sets the link colors for the content area of the pages  */

a {
   color: #0606c3;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

a:hover {
   color: #0606c3;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
/*  The items below set the properties for the fonts, sizes and
colors used for headings 1 through 6. */

h1 {
   color: #0606c3;
   font: normal 24px "Trebuchet MS", Georgia, Georgia, serif;
   margin: 5px 0;}

h2 {
   color: #4e4734;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h3 {
   color: #0606c3;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h4 {
   color: #0606c3;
   font: normal 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
   margin: 5px 0;}

h5 {
   color: #202020;
   font: normal 16px "Trebuchet MS", "Comic Sans MS", sans-serif;
   margin: 5px 0;}

h6 {
   color: #404040;
   font: bold 12px Verdana, "Trebuchet MS", sans-serif;
   letter-spacing: 1px;
   margin: 5px 0;}

hr {
   background-color: #0606c3;
   color: #0606c3;
   height: 1px;
   width: 80%;}

ul {
   padding: 0;
   margin: 0 0 20px 20px;
   list-style: square;}

#wrapper { 
   text-align: left;
   background-image: url('wrapper.jpg');
   width: 960px;
   margin: 0 auto;}

#header {
   position: relative; /* Header position */
   background-image: url('header.jpg');
   height: 350px;
   width: 960px;}   
      
/* This sets the Menu position, colors, list type definitions */   

#menu {
   position: absolute; 
   top: 6px;
   left: 350px;
   z-index: 3;
   width: 590px;
   height: 40px;
   text-align:right;
   line-height:20px;
   color: #ffffff;}
   
#menu p{
   padding: 0;
   margin: 0;}
   
#menu a {
   color: #ffffff;
   padding: 0;
   text-decoration: none;
   font-weight: normal;
   outline: none;}

#menu a:hover {
   color: #ffffff;
   text-decoration: underline;
   font-weight: normal;
   outline: none;}
   
#tagline {
	position:absolute;
	top: 237px;
	left: 70px;
	text-align:center;
	width: 390px;
	height: 55px;
	z-index:4;} 

/* This sets the position, text formatting and link colors for the sidebar */
   
#sidebar {
	width: 190px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	padding: 5px 5px 5px 35px;}

#sidebar a {
   color: #0606c3;
   padding: 0;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#sidebar a:hover {
   color: #202020;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
#sidebar ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#sidebar li {
   display: block;
   margin: 0;}

#sidebar li a {
   color: #0606c3;
   font-weight: bold;
   padding: 0 10px;
   text-decoration: none;}

#sidebar li a:hover {
   color: #202020;
   font-weight: bold;
   padding: 0 10px;
   text-decoration: underline;}

/* This sets the position and text formatting for where the main content of your web will appear. */

#content2col {
   width: 660px;
   float: right;
   padding: 0 40px 5px 15px;
   line-height: 1.5em}
   
#contentwide {
   width: 920px;
   padding: 20px;}
   
/* This sets the position, text formatting and link colors for the footer */
   
#footer {
   clear: both;
   height: 60px;
   width: 960px;
   color: #202020;
   background: url('footer.jpg') no-repeat;
   text-align: center;
   letter-spacing: 2px;
   font-size: 75%;
   line-height: 1.5em;
   padding: 15px 20px 14px 20px;}

#footer p {
   padding: 0;
   margin: 0;}

#footer a {
   color: #0606c3;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#footer a:hover {
   color: #202020;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #0606c3;
   font-weight: normal;
   padding: 0;
   text-decoration: none;}

#footer li a:hover {
   color: #202020;
   font-weight: normal;
   padding: 0;
   text-decoration: underline;}

#moviecontainer {
	position:absolute;
	left: 480px;
	top: 175px;
	text-align: center;
	z-index: 5;
	width: 380px;}
    
.clear {
   clear: both;}
   
/* This centers text and images */
.center {
   text-align: center;}
   		
/* This sets the position, text formatting and link colors for the product table */

table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}
	
.featured {
	padding: 0;
	border-collapse: collapse;
	border: 1px #808080 solid;
	margin: 0;
	font-size: 100%;
	width: 100%;}

.featured img {
	padding: 2px;
	border: 1px #808080 solid;}

 .catalogfive {
/*five columns*/
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 20%;}
	
/* This sets the search form */	
.searchform {
	padding:0;
	margin:0;}
	 
/* This sets the position and borders for images */

.imageleft {
   margin: 0 10px 0 0;
   float: left;
   border: 3px double #c0c0c0;}

.imageright {
   margin: 0 0 0 10px;
   float: right;
   border: 3px double #c0c0c0;}
   
/* This sets the position without borders for images */

.imageleft-noborder {
   margin: 0 10px 0 0;
   float: left;}

.imageright-noborder {
   margin: 0 0 0 10px;
   float: right;}


