﻿body 
{
	background-color: #FF9933;
	margin: 0;
	color: Black;
	font-family:Verdana, Arial, Sans-Serif;
}

#ysimage
{
	background-color: Transparent;
	float: left;
	position: absolute;
	margin: 176px 0 0 805px;
	padding: 0;
}

/* -- Left hand navigation -- */
.navigationheader
{
	width: 175px;
	margin: 0 5px 0 5px;
	background-color: #CC6633;
	color: White;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;	
}

.navigationpanel
{
	width: 163px;
	margin: 0 5px 10px 5px;
	background-color: #FF9933;
	border: solid 1px #CC6633;
	font-size: 1.2em;
	padding: 0 5px 0 5px;	
	overflow: hidden;
}	

#aboutus
{
	width: 230px;
	background-color: #CC6633;
	float: right;
	padding: 0 2px 2px 2px;
}

#homepagepanels
{
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	overflow: auto;
}

#firstpanel
{
	padding-right: 5px;
	width: 255px;
	float: left;
	height: 100%;	
}

#secondpanel
{
	border-left: solid 2px #FF6600;
	border-right: solid 2px #FF6600;
	padding: 0 5px 0 5px;
	width: 255px;
	float: left;
	height: 100%;
}

#thirdpanel
{
	padding: 0 0 0 5px;
	width: 255px;
	float: left;
	height: 100%;
}

.productiondetails
{
	background-color: #C35617;
	margin: 10px 0 0 0;
	width: 400px;
	color: White;
	text-align: center;
	font-size: 80%;
}

.rightfloat
{
	width: 200px;
	border: solid 1px Black;
	float: right;
	padding: 1px;
	margin-left: 2px;
}

.rightfloatheader
{
	font: 110% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: White;
	background-color: #CC6633;
	display: block;
	width: 100%;
}

.rightfloatheader a, .rightfloatheader a:link, .rightfloatheader a:visited, .rightfloatheader a:active
{
	color: White;
	text-decoration: none;
}

.rightfloatheader a:hover
{
	color:White;
	text-decoration: underline;
}	

h3
{
	color: Orange;	
}

a, a:link, a:visited, a:active
{
	color: #FF6600;
}

a:hover
{
	color: Black;
}

hr
{
	border: dashed 1px #FF6600;
	margin-bottom: 10px;
}
