@charset "UTF-8";
/* CSS Document */
	
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	color:#600; /* dark red */
	text-decoration:underline;
	margin:0 0 10pt 0;
	
	}

a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	color:#000;
	margin:0 0 10pt 0;
	}	
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25pt;
	color:#996; /* tan */
	line-height:26pt;
	/*letter-spacing:-1pt;*/
	font-weight:bold;
	margin:0 0 10px 0;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20pt;
	color:#996; /* tan */
	line-height:20px;
	font-weight:100;
	margin:0 0 5px 0;
	font-weight:bold;
	}

	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#996; /* tan */
	line-height:15pt;
	font-weight:normal;
	margin:0 0 5px 0;
	}
	
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#996; /* tan */
	line-height:12pt;
	font-weight:bold;
	margin:15px 0 0 0;
	}
	
hr {
	border: 1px solid #CCC;
	}
	
table, tr, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	color:#996; /* tan */
	line-height:16pt;
	font-weight:100;
	margin:0 0 15px 0;
	}
tr.gray {
	background-color:#eee;
}
td.contact h3 {
	margin:0 0 15px 0;}
	
img.floatLeft { 
	padding:0 10px 2px 0;
    float: left; 
	}
	
img.floatRight { 
	padding:0 0 2px 10px;
    float: right; 
	}
	
.clear {
	clear: both;
	width:865px;
	}
	
/******************************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000 url(../img/bg-tile.png);
	text-align: center;
	color:#000;
	}
	
.center #container {
	position:static;
	width: 910px;
	height:auto;
	margin: 0 auto;
	padding-bottom:0px;
	text-align: left;
	}

.mainstage {
	width: 905px;
	height:auto;
	text-align: left;
	margin:0;
	}	

/*****************************************************/
#header {
	width:900px;
	height:150px;
	background: url(../img/header.png) no-repeat top left;
	margin:0;
	}
/**********************/
#headerMenu {
	position:absolute;
	width:530px;  /** 301 < **/
	height:37px; 
	margin:30px 0 0 320px;
	z-index:1500;
	
	}	
/*****************************************************/
.mainPhoto {
	width:900px;
	height:243px;
	background: url(../img/header-home-photo.jpg) no-repeat top left;
	}
/*****************************************************/
.focusBody {
	width:900px;
	margin:0;
	background:#FFF;
	}
/**************************/
.focusBodyLeft {
	width:250px;
	padding:0px;
	margin:35px 0px 0px 35px;
	background:none;
	float:left;	
	}
	
.adGiftcard {
	width:250px;
	height:110px;
	margin:0 0 15px 0;
	}
.adGiftcard a { 
	display:block;
	width:250px;
	height:110px;  
	overflow:hidden;
	margin:0;
	}
.adGiftcard a:hover { 
	display:block; 
	text-indent:-250px; 
	margin:0;
	}
	
.adCheckOut {
	width:250px;
	height:110px;
	margin:0 0 15px 0;
	}
.adCheckOut a { 
	display:block;
	width:250px;
	height:110px;  
	overflow:hidden;
	margin:0;
	}
.adCheckOut a:hover { 
	display:block; 
	text-indent:-250px; 
	margin:0;
	}
	
/**************************/

.focusBodyRight {
	width:525px;
	margin:0px 0px 0px 320px;
	padding:20px 0px;
	background-color:none;
	}
	
.focusBodyRight p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	color:#996; /* tan */
	font-style:italic;
	line-height:16pt;
	font-weight:100;
	margin:0 0 10px 0;
	}
	
/*****************************************************/
	
.centerfooter #containerfooter {
	position:static;
	width:900px;
	height:37px;
	margin: 0;
	padding:0;
	background:url(../img/footer-bg.png) no-repeat center top;
	text-align:left;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#CC9;
	}
	
.footerContent {
	padding:8px;
	text-align:center;
	}
	
.footerContent a {
	color:#CC9;
	text-decoration:none;
	}
.footerContent a:hover {
	color:#FFF;
	}
	
.crevin, .crevin a, .crevin a:hover {
	font:7pt Arial, Helvetica, sans-serif normal; 
	color:#663300; 
	text-decoration:none;
	
	}