/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.input {
	border:1px solid #000;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#F8FFFC;
	color:#000;
	}
.input:focus {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#EEE;
	color:#000;
	}
h1 {
	color:#FFF;
	width:auto;
	font:normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font:normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	}
h2 a {
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	}
h2 a:hover {
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	}
h3 {
	font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
	}
h1 a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
h1 a:hover {
	color:#FF3300;
	text-decoration:none;
	}
h2 a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
h2 a:hover {
	color:#FF3300;
	text-decoration:none;
	}
h3 a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
h3 a:hover {
	color:#FF3300;
	text-decoration:none;
	}
p {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
	}
p a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
p a:hover {
	color:#FF3300;
	text-decoration:none;
	}
li {
	margin:0 0 0 20px;
	color:#FFF;
	line-height:22spx;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
img {
	border:1px solid #FFF;
	}	
/*******************
MAIN SITE STRUCTURE
********************/


#container {
	top:10px;
	margin:auto;
	clear:both;
	position:relative;
	overflow:hidden;
	width:980px;
	height:auto;
	padding:0 0 50px 0;
	}
#header {
	position:relative;
	overflow:hidden;
	width:980px;
	height:162px;
	padding:0;
	background:url(../img/header.jpg) no-repeat;
	margin-bottom:10px;
	}
#contentWrapper {
	overflow:hidden;
	position:relative;
	width:980px;
	height:auto;
	z-index:5;
	padding:0;
	background:url(../img/contentTop.jpg) top no-repeat;	}		
#content {
	overflow:hidden;
	position:relative;
	width:800px;
	height:auto;
	padding:30px 90px 30px 90px;
	z-index:6;
	margin:30px 0 0 0;
	background:url(../img/contentRpt.jpg) top repeat-y;
	}
#content img {
	margin:0 20px 0 0;
	}
.mainColumn {
	float:left; 
	width:470px; 
	position:relative; 
	overflow:hidden; 
	margin:0 40px 0 0;
	}
.rightColumn {
	float:left; 
	position:relative; 
	width:290px; 
	height:auto;
	padding:0; 
	text-align:left;
	}
.rightImgColumn {
	float:left; 
	position:relative; 
	width:290px; 
	height:auto;
	padding:0; 
	text-align:center;
	}
.rightImg {
	position:relative; 
	overflow:hidden; 
	width:290px;
	height:auto;
	margin:0 0 20px 0;
	text-align:center;
	}
#indexRight {
	float:left; 
	width:240px; 
	height:350px; 
	position:relative; 
	overflow:hidden; 
	padding:90px 0 0 50px; 
	background:url(../img/specialBg.jpg) no-repeat; 
	}
#indexRight h1 {
	font-size:3em;
	color:#BE1E2D;
	}
#indexRight p {
	color:#BE1E2D;
	}
#indexRight a {
	color:#BE1E2D;
	text-decoration:none;
	}	
#indexRight a:hover {
	color:#000;
	text-decoration:none;
	}		
/******
Table
******/

 table {
 	width:290px;
	background:#FFF;
	padding:5px;
	}
.tDateHead {
	color:#FFF;
	background:#BE1E2D;
	padding:5px;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	}
.tPriceHead {
	color:#FFF;
	padding:5px;
	background:#BE1E2D;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	}
.tDate {
	color:#BE1E2D;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}
.tPrice {
	color:#BE1E2D;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}
.tDate1 {
	color:#666;
	width:auto;
	height:auto;
	background:#EEE;
	padding:4px 0 4px 0px;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}
.tPrice1 {
	color:#666;
	background:#EEE;
	width:auto;
	height:auto;
	padding:4px 0 4px 0px;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}
	
/******
Footer
******/

#footerWrap {
	margin:auto;
	overflow:hidden;
	position:relative;
	width:890px;
	height:20px;
	padding:30px 0 30px 90px;
	background:url(../img/contentFoot.jpg) no-repeat;
	}
#footerLeft {
	float:left;
	overflow:hidden;
	position:relative;
	width:300px;
	height:auto;
	padding:0;
	z-index:6;
	}			
#footerRight {
	float:right;
	overflow:hidden;
	position:relative;
	width:300px;
	height:auto;
	padding:0;
	z-index:6;
	}
#footer  p {
	font:normal 100 0.9em normal Arial, Helvetica;
	line-height:15px;
	color:#666;
	}
#footer a {
	color:#666;
	text-decoration:underline;
	}
#footer a:hover {
	color:#990000;
	text-decoration:none;
	}	