
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

acronym
{
	cursor: help;
}

body
{
	background: url(../images/layout/woodfortrees.jpg) fixed repeat-y #fff;
	font: normal 12px Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1
{
	font: bold 26px Arial, sans-serif;		
	text-align: center;
	letter-spacing: 5px;
	margin: 40px 50px 30px 50px;
}

h2
{
	font: bold 15px Trebuchet, sans-serif;		
	text-align: left;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 15px 50px 15px 50px;
}

h3
{
}

h4
{
	font: bold 13px Arial, sans-serif;		
	text-align: center;
	line-height: 16px;
	margin: 20px 10px;	
}

img
{
	border: none;
	display: inline;
}

p
{
	text-align: justify;
	margin: 10px 50px 20px 50px;
	line-height: 26px;
	letter-spacing: 1px;
}

#page ul
{
	margin: 0px;
	padding: 0px 0px 0px 20px;	
}

#page li
{
	margin: 0px 50px 0px 50px;
	padding: 0px;
	text-align: justify;
	line-height: 26px;
	letter-spacing: 0.5px;	
}

td
{
	vertical-align: top;
}


/* Form defaults
****************/
input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}

.center
{
	text-align: center;
}


/* Layout defaults
******************/
#wrap
{
	width: 940px;
	margin: 0px auto 5px auto;
	padding-bottom: 100px !important;
	padding-bottom/**/: 20px;
	background: url(../images/layout/wrap-background.gif) repeat-y;
}

#header
{
}

#page
{
		height: 100%;
		margin: 0px 170px 0px 170px;
		background: url(../images/layout/hand.gif) bottom center no-repeat;
		padding-bottom: 100px;
}

#rightside
{
	float: right;
	width: 175px;
	margin-top: 30px;
	margin-right: 3px !important;
	margin-right/**/: 1px;	
}

#rightside p
{
	text-align: center;
	font-style: italic;
	font-size: 11px;
	margin: 10px 14px 10px 14px;
	line-height: 20px;
}

#footer
{
	clear: both;
	margin-top: -100px;
	margin-left: 14px;
}

#footer img
{
	float: left;	
}


#orders
{
	background: url(../images/layout/form-background.gif) no-repeat;
	width: 505px;
	margin-left: 50px;
	text-align: left;	
	margin-bottom: 20px;
}

#orders table tr
{
	height: 30px;
}

#orders input
{
	background: none;
	border: none;
	color: #ff4a00;
}

#acknowledge
{
	width: 940px;
	color: white;
	font-size: 9px;
	margin: 0px auto 20px auto;
	text-align: center;	
}

#why-movie
{
	width: 555px;
	height:	366px;
	background: url(../images/layout/why-video.png) no-repeat;
	margin: 10px 0px 300px 25px;
	text-align: left; 
}

#grey-alert
{
	background: #666;
	color: white;
	padding: 10px;
	margin: 30px 50px 10px 50px;	
}

#grey-alert h2,
#grey-alert p
{
	margin: 10px;	
}

/* Navigation
**************/
#navigation
{
	float: left;
	width: 168px;
	padding: 0px 0px 100px 0px;
	margin: 10px 0px 20px 0px;
	list-style: none;
	font-size: 11px;
}

#navigation li
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #808285;
}

#navigation li a:link,
#navigation li a:visited
{
	display: block;
	padding: 10px;
	margin: 0px;
	color: white;	
}

#navigation li a:hover
{
	background: #ff4a00;
	color: black;	
	text-decoration: none;	
}


#navigation li a:link.selected,
#navigation li a:visited.selected
{
	background: #ff4a00;
	color: black;	
	text-decoration: none;	
}

#home
{
	background: url(../images/nav/home-ho.gif);
	width: 76px;
	height: 18px;
}

.rollover
{
	display: block;
	float: left;
	display: inline;
}

.rollover:hover
{
	visibility: visible;
}

.rollover img
{
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover img
{
	visibility: hidden;
}


