﻿A:link {text-decoration: none;color:black} 
A:visited {text-decoration: none;color:black} 
A:active {text-decoration:none;color:black } 
A:hover {text-decoration: none; color: blue}

body
{
	background-color: #464987;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:  13px;
}

.masterbackground
{
	background-color: #464987;
	height:  1000px;
}

.headerpos
{ 
	left: 0px; position: absolute; top: 0px; 
}

.inheader
{
	left: 0px; position: relative; top: 0px; 
}

.rightborder
{
	right: 0px;
	position: absolute;
	top: 130px;
	width: 160px;
	background-color: White;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 7pt;
	text-align: center;
}

.headeroffset
{
	left: 20px; position: relative; top: 0px; 
	width: 800px;
}


.masterlayer 
{
	margin: auto;
	width: 980px;
	visibility: visible;
	position: relative;
	background-color: White;
}

.mainbody
{
	height: 800px;
}

.mainbodysmall
{
	left: 20px; 
	position:relative; 
	top:40px; 
	width: 750px;
	height: 800px;
}

.H1
{
	font-size: 13pt;
	font-weight: bold;
}

.H1center
{
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.H2
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10pt;
	font-weight: normal;
}

#rotator
{
	border: 0px solid #000;
	position: relative;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 92px;
	
	cursor: pointer;
	overflow: hidden;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 140px;
	height: 92px;
}

.backbutton
{
	background-image: url(Images/Button080.GIF);
	background-repeat: no-repeat;
	color: green;
}

/* Trailers */
ul#productList
{
    list-style: none;
}

ul#productList li
{
    padding-top: 10px;
    border-bottom: 1px solid #b1b1b1;
    height: 50px;
}

ul#productList p, ul#productList h3
{
    margin: 0;
}

ul#productList span.price 
{
    float: right;
}

div#trailerDetail h3, div#trailerDetail p#summary
{
    margin: 0;
}

