/*********************************************************************
STYLE RESET - removes browser defaults
**********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

/*********************************************************************
GENERAL STYLES - top level appearance for entire site,
these items don't change throughout site, also includes utility 
classes and sifr styles
**********************************************************************/
h1 
	{
	font: 20px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color: #EF4C3B;
	padding: 32px 0 0 40px;
	}
	
h2 
	{
	font: 16px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	padding: 0 0 15px 0;
	}

h3 
	{
	font: 14px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	padding: 0 0 15px 0;
	}

h4 
	{
	font: normal 16px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	padding: 4px 0 17px;
	}

h5 
	{
	font: bold 14px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	padding: 0 0 5px 0;
	}

h6 
	{
	font: bold 12px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color: #78AC18;
	padding: 0 0 5px 0;
	}

ul 	
	{
	margin:0;
	}

li 	
	{
	}
	
p 	
	{
	color:#EDEDED;
	letter-spacing:0.02em;
	padding:0 0 15px;
	}

a 
	{
	text-decoration: none;
	color: #fff;
	}

a:hover 
	{
	
	}
	
blockquote {
	letter-spacing: 0.02em;
	padding: 18px 39px 0 40px;
	font-size: 15px;
	}
	
.QOverlay {
	background-color: #000000;
	z-index: 9999;
	text-align: center;
}

.QLoader {
	background-color: #EF4C3B;
	height: 1px;
}

#loadLogo {
	position: absolute;
	top: 30%;
	margin-left: -98px;
	display: block;
	left: 50%
}
/*********************************************************************
LAYOUT FRAMEWORK - main containers, structure that doesn't change
**********************************************************************/

html, body 
	{
	background: #000 url(../images/tapasBG.jpg) top center no-repeat;
	font: 12px/1em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color:#fff;
	height:100%; 
	width:100%;
	line-height: 18px;
	}

#shadowWrapper 
	{
	height:640px;
	margin-top: -920px;
	}

.lightBG
	{
	height:400px;
	left:0;
	position:absolute;
	top:331px;
	z-index:-1;
	}

#wrapper 
	{
	margin: 0 auto;
	width: 955px;
	}
	
	

/*********************************************************************
LAYOUT FRAMEWORK - main containers, structure that doesn't change
**********************************************************************/

#header 
	{
	height: 126px;
	position: relative;
	z-index: 20;
	}

#header img 
	{
	margin: 15px 0 0 37px;
	position: relative;
	z-index: 200;
	}
	

#header ul 
	{
	display:inline;
	float:right;
	margin-top: 82px;
	list-style-type:disc;
	list-style-position:inside;
	}
	
	#header ul li 
		{
		display: inline;
		float:left;
		}
		
		#header ul li a
			{
			display: block;
			color: #eee;
			font-size: 15px;
			padding: 5px 11px 5px;
			}
		
		#header ul li.active a 
			{
			color: #fff;
			background: #621217  url(../images/rcolBG.jpg) no-repeat scroll top right;
			}
			
		#header ul li a:hover 
			{
			}
			

#billBoard 
	{
	height: 324px;
	}
	
	#billBoard #lCol
		{
		padding-top: 93px;
		float: left;
		width: 255px;
		}
	#billBoard #rCol
		{
		float: left;
		width: 700px;
		}

#lCol ul
	{
	list-style: none;
	list-style-type: none;
	margin-bottom: 17px;
	padding-left: 40px;
	}
	
	#lCol ul li
	{
	font-size: 12px;
	color: #ddd;
	}
	
	#lCol ul li.addyListLink
	{
	display:block;
	font-size:11px;
	text-transform:uppercase;
	zoom: 1;
	}
	
	#lCol ul li a
	{
	display: block;
	text-decoration: underline;
	}
	
	#lCol ul li a:hover
	{
	color: #ccc;
	}	
			
			
#slideshow 
	{
	height:324px;
	position:relative;
	overflow: hidden;
	}
	
	#slideshow ul, #slideshow li
	{
	list-style:none;
	}
	
	#slideshow li
	{ 
	width:955px;
	height:324px;
	overflow:hidden; 
	padding:0;
	position:relative;
	}
	
	
	
	#slideshow ul li span {
	background-color:rgba(0, 0, 0, 0.6);
	font-size:28px;
	left:40px;
	line-height:99%;
	padding:10px;
	position:absolute;
	top:197px;
	width:378px;
	}
	
	#slideshow ul li span small {
	display:block;
	font-size:16px;
	}
	
	div.slideCaption
	{
	color:#EDEDED;
	font-size:11px;
	padding:13px 0 9px 0;
	position:absolute;
	text-align:right;
	top:0;
	width:955px;
	z-index:18;
	}
	div#controls 
	{
	float:right;
	position:relative;
	right:32px;
	margin-top:-22px;
	z-index:100;
	}
	div#controls a {
	background:transparent url(../images/inactiveBtn.png) no-repeat scroll left top;
	cursor:pointer;
	display:inline;
	float:left;
	margin-right:5px;
	padding:0 5px;
	text-indent:-20000px;
	}
	div#controls a:hover {
	background:transparent url(../images/activeBtn.png) no-repeat scroll left top;
	}
	div#controls a.activeSlide {
	background:transparent url(../images/activeBtn.png) no-repeat scroll left top;
	}
	
	span#prevBtn{}
	span#nextBtn{}
	
#bodyContent
	{
	position: relative;
	}
			
			
#subLcol
	{
	float:right;
	width:308px;
	}
	
	.subCallout 
	{
	background:#100006 url(../images/mcBG.png) no-repeat scroll -112px -80px;
	clear:right;
	float:left;
	margin-bottom:17px;
	width:100%;
	}
	
	.subCallout p 
	{
	font-size:15px;
	padding: 10px 40px 4px 28px;
	}
	
	.subCallout span {
	display:block;
	padding-bottom:13px;
	padding-left:30px;
	}
	
	.subCallout.active p span
	{
	color: #fff;
	cursor: pointer;
	}
	
	.subCallout p span
	{
	font-size: 13px;
	color: #fff;
	display: block;
	}
			
	.subCallout img 
	{
	float: right;
	}
			
			
#subMcol 
	{
	background:transparent url(../images/rcolBG.jpg) no-repeat scroll left bottom;
	color:#fff;
	display:inline;
	float:left;
	margin:18px 0 0px;
	min-height: 450px;
	position: relative;
	width:627px;
	}
	
	#subMcol a
	{
	text-decoration: underline;
	}
	
	#subMcol a:hover
	{
	text-decoration: none;
	}
	
	#subMcol p {
		width: 250px;
		font-size: 12px;
		padding: 18px 0 0 40px;
	}
	
	#subMcol .contentImg {
		position: relative;
		float: right;
		opacity: .9;
	}
	
	#subMcol ul {
		list-style-type: none;
	}
	
#subRcol
	{
	background:transparent url(../images/rcolBG.jpg) no-repeat scroll -300px -400px;
	color:#DDDDDD;
	display:inline;
	float:right;
	height:180px;
	margin-bottom:16px;
	margin-top:18px;
	text-align:center;
	width:308px;
	}
	
	#subRcol p
	{
	color: #eee;
	font-size: 12px;
	padding: 0 30px 11px;
	}
	
	div#reviewBut {
	margin-top: 28px;
	}			
			
			
			
			
			
			
			
			
			
			
			
ol#controls li {
  background-image: url(../images/spriteme1.png) !important;
  background-position: -10px -402px;
}
ol#controls li:hover {
  background-image: url(../images/spriteme1.png) !important;
  background-position: -10px -402px;
}
ol#controls li.current {
  background-image: url(../images/spriteme1.png) !important;
  background-position: -10px -372px;
}

/*
ul#addyList li#noRes.addyListLink {
  background-image: url(../images/spriteme1.png) !important;
  background-position: -10px -852px;
}
*/
ul#addyList li#menuLink.addyListLink {
  background-image: url(../images/spriteme1.png) !important;
  background-position: -10px -892px;
}			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			