* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #804000;
}
a:hover {
	text-decoration: underline;

}
a img {
	border: none;
}
body {
	background: #110703;
	padding-bottom: 5px;
	font-size: 16px;
	background: #110703 url(../i/bg/bg.jpg) no-repeat center top;
}
#container {
	padding-bottom: 100px;
}
#header {
	height: 110px;
	overflow: hidden;
	clear: both;	
	padding: 20px 10px 0 10px;
}
#logo {
	left:30px;
	position:absolute;
	top:30px;
	z-index: 99;
}
#mainnav {
	display: inline-block;
	float: right;	
	font-size: 20px;
	font-weight: bold;
	height: 1.2em;
	margin-right: 120px;
}
#mainnav li {
	list-style: none;
	display: inline-block;
	float: left;
	margin-right: 15px;
	font-family: "city burn night after night and we spraypaint the walls", verdana;
	font-size: 30px;
	text-transform: lowercase;
}
#mainnav li a {
	display: block;
	color: #cccc99;
		
}
#mainnav li a:hover {
	color: #ffffcc;
	text-decoration: none;
}
#mainnav li ul {
	display: none;
}

.content div {
	width: 360px;
	height: 516px;
	overflow: visible;
	float: left;
	position: relative;
}
.content div a {
	display: inline-block;
	float: left;
	display: inline-block;
}

.content div a img {
	border: none;	
}
.content div span {
	background:transparent url(../i/tt/black_arrow.png) no-repeat scroll 0 0; 
    height:93px; 
    padding:30px; 
    width:149px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
}

.pos1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.pos2 {
	position: absolute;
	left: 191px;
	top: -12px;
	z-index: 15;
}
.pos3 {
	position: absolute;
	left: 0;
	top: 220px;
	z-index: 10;
}
.pos4 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.pos5 {
	position: absolute;
	left: 0;
	top: 210px;
	z-index: 10;
}
.pos6 {
	position: absolute;
	left: 180px;
	top: 210px;
	z-index: 15;
}
.pos7 {
	position: absolute;
	left: 197px;
	top: -13px;
	z-index: 15;
}

div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 100%; 
	height: 516px;
} 

div.scrollable div.content { 
    width:20000em; 
    position:absolute; 
	clear:both;
}
div.scrollable div.content div a {
	opacity: 0.9;
} 

div.scrollable div.content div a:hover { 
  opacity: 1;
  z-index: 700;
}

/* prev, next, prevPage and nextPage buttons */
a.prev-scroll, a.next-scroll, a.prevPage, a.nextPage {
height: 516px;
width: 80px;
display: block;
}
a.prev-scroll {
float: left;
position: relative;
top: 516px;
z-index:999;
margin-top: -516px;
}
a.next-scroll {
float: right;
position: relative;
top: -516px;
z-index:999;

	
}
/* mouseover state */
a.next-scroll:hover {
border-right: 1px solid #fff;
}
a.prev-scroll:hover {
border-left: 1px solid #fff;
}
a.disabled {
	visibility:hidden !important;		
}
/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin: 5px auto	;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../i/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -440px;
    background: transparent url(../i/lightbox-bg.png) no-repeat left top;
    color: #efefef;
    padding: 12px;
	width: 540px;
	height: 448px;
	overflow: hidden;
	padding: 55px 55px 50px 75px;
}
.jqmWindow a {
	color: #FFEB8F;
}
.jqmWindow.largelb {
	background-image:none;
	background-color: #000;
	width: 600px;
	padding: 10px;
	overflow:scroll;
}
.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
			
#lightbox .right, #lightbox2 .right, #lightbox3 .right, jqmWindow .right {
	float: right;
	margin-left: 10px;
}
#lightbox h2, #lightbox2 h2, jqmWindow h2 {
	margin-bottom: 10px;
	font-size:1.75em;
	text-transform:lowercase;
}
p {
	margin-bottom: 10px;
	font-size: 1.2em;
	text-align: left;
}
span.jqmClose {
	cursor: pointer;
	float: right;
}

.subnav {
	padding-left: 20px;
}
.subnav li {
	font-weight: bold;
}
.subnav li a {
	color: #fff;
}
			
#footer {
	color: #ffffcc;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 0 0 30px;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 25px;
}
#newsflash {
bottom:0;
height:307px;
position:absolute;
right:0;
width:300px;
z-index:400;
display: block;
background: transparent url('../i/openforbrunch.png') no-repeat right bottom;
overflow:hidden;
}
#newsflash a {
	font-size: 18px;
	height: 0;
	padding-top: 307px;
	display: block;
}
