body {
	background-color: #750015;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #560000;
	background-image: url("img/bg.png");
	background-position: top center;
	background-repeat: no-repeat;
}

* {
	margin: 0px;
	padding: 0px;
}

a:focus{ outline: none;}

.jScrollPaneContainer{ 
	outline: none;
	z-index: 90;
}

img {
	border: 0px;
}

a {
	outline: none;
	color:#560000;
}

#column-2 small a {
	color: #560000 !important;
}

a:hover{
	color:#EC751A;
}

#page {
	width: 950px;
	height: 450px;
	margin: 0px auto;
	position: relative;
	top: 30px;
}

#logo {
	position: absolute;
/*	left: 45px;
	top: -15px;
*/
	top: 3px;
	left: 3px;

}

#nav-main {
	width: 750px;
	height: 150px;
	position: absolute;
	left: 160px;
/*	background-color: #560000;	*/
}

#nav-main ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav-main li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav-main a * {
  display: none;
}

#nav-main a, #nav-main a .hover {
	display: block;
	width: 150px;
	height: 150px;
	float: left;
}

#nav-main a:hover {
	background-color: #560000;
}

#nav-main a {
	background-image: url("img/nav.png");
	background-repeat: no-repeat;
}

a#nav_main_1 {
	background-position: 0px 0px;
}

a#nav_main_2 {
	background-position: -150px 0px;
}

a#nav_main_3 {
	background-position: -300px 0px;
}

a#nav_main_4 {
	background-position: -450px 0px;
}

a#nav_main_5 {
	background-position: -600px 0px;
}

a#nav_main_1 .hover, .highlight a#nav_main_1:hover, #nav-main #current a#nav_main_1 {
	background-image: url("img/nav.png");
	background-position: 0px -150px;
}

a#nav_main_2 .hover, .highlight a#nav_main_2:hover, #nav-main #current a#nav_main_2 {
	background-image: url("img/nav.png");	
	background-position: -150px -150px;
}

a#nav_main_3 .hover, .highlight a#nav_main_3:hover, #nav-main #current a#nav_main_3 {
	background-image: url("img/nav.png");
	background-position: -300px -150px;
}

a#nav_main_4 .hover, .highlight a#nav_main_4:hover, #nav-main #current a#nav_main_4 {
	background-image: url("img/nav.png");
	background-position: -450px -150px;
}

a#nav_main_5 .hover, .highlight a#nav_main_5:hover, #nav-main #current a#nav_main_5 {
	background-image: url("img/nav.png");
	background-position: -600px -150px;
}

#main {
	height: 300px;
	width: 900px;
	position: absolute;
	top: 150px;
}
#page_1 #nav-sub{
	display:none;
}

#page_1 #content {
	background-color: transparent;}

#nav-sub {
	width: 160px;
	position: absolute;
	top: 0px;
	height: 400px;
	background-color: #560000;	
}

#nav-sub ul {
	list-style: none;
	margin: 1.8em 0 3em 0;
	padding: 0px;
}

#nav-sub li {
	display: inline;
}

#nav-sub a {
	font-family:"Georgia",serif;
	text-transform:uppercase;
	color: #E0BF8B;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0.9em 0;
}

#nav-sub a:hover {
	text-decoration: underline;
}
#nav-sub ul li ul li a{
	text-transform: uppercase;
	font-size:1.1em;
	margin: 0.5em 0;
	
/*	font-style:italic;*/
}

#nav-sub ul li.current ul li a{
	color: #E0BF8B;
}
#nav-sub ul li ul li.current a{
	color:#EC751A;
}

#nav-sub ul li.current a{
	color:#EC751A;
}

.activeandsub ul li a{
	color:#47494a;
}

#content {
	position: absolute;
	left: 160px;
	top: 0px;
	width: 750px;
	height: 400px;
	background-color: #E4CA9D;
}

#content ul{
/*	list-style-type:square;*/
	margin-left: 0;
	font-size:1.1em;
	padding-bottom:0.5em;
	padding-top: 0.5em;
}

#content ul li {
	list-style: none;
	padding: 0px 0px 0px 20px;
	background-position: 5px 4px;
	background-image: url("img/spot_bulletpoint.gif");
	background-repeat: no-repeat;
}


#column-1 {
	position: absolute;
	z-index: 50;
	left: 15px;
	top: 15px;
	width: 295px;
}

#column-1 .text {
	overflow: auto;
	height: 370px;
	padding-right: 20px;
}

#column-2 {
	position: absolute;
	left: 300px;
	top: 15px;
	width: 450px;
}

#slideshow {
/*	display: none;*/
}

#column-2 .image img {
	border: 1px solid #C1A477;
}

#slideshow {
	position: relative;
	overflow: hidden;
	height: 370px;
	width: 435px;
}

#slideshow img {

	border: 1px solid #A38558;
}

#content p {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;

	color:#333;
	margin: 0.5em 0em;
	line-height: 1.3em;
	font-size: 1.2em;
}

#content h1 {
	font-family:"Georgia",serif;
	font-weight:normal;
	color:#560000;
	font-size: 1.8em;
	margin: 0 0 0.9em 0;
	text-transform: uppercase;
}

#content h2 {
	font-family:"Georgia",serif;
	font-weight:normal;
	color:#560000;
	font-size: 1.4em;
	padding-top:1em;
	padding-bottom:0.3em;
	text-transform: uppercase;
	clear:both;
}

#content h3 {
	color:#333333;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	clear:both;
	margin-top: 1.25em;
}

#food{
	clear: both;
	padding-top:0.5em;
}

#food .price{
	float:right;
	font-size:1.4em;
	line-height: 20px;
	text-align: right;
	font-family: Georgia;
	font-weight: normal;
	width: 80px;
	display: block;
}

.price_amount {
	width: 40px;
	float: right;
	display: block;
}

.price_currency {
	float: left;
	display: block;
	width: 30px;
}

#food .title{
	float:left;
	font-size: 1.8em;
	font-weight:bold;
	width: 180px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 20px;
}
.price_amount{
	margin-left:0.5em;
}
.price_currency{
	text-align:left;
}

#page_10 #food .title, 
#page_28 #food .title, 
#page_34 #food .title,
#page_35 #food .title,
#page_36 #food .title,
#page_37 #food .title,
#page_38 #food .title,
#page_39 #food .title {
	font-size: 1.4em;
	width: 180px;
	line-height: 16px;
}

#page_10 #food .price, 
#page_28 #food .price, 
#page_34 #food .price,
#page_35 #food .price,
#page_36 #food .price,
#page_37 #food .price,
#page_38 #food .price,
#page_39 #food .price {
	font-size: 1.4em;
	line-height: 16px;
}

#food .description{
	clear: both;
	padding: 2px 75px 0px 0px;
}

.description ul{
	padding-top:0.5em;
}
#food p {
	margin: 0.1em 0em;
	line-height: 1.1em;
	font-size: 1.1em;
	padding: 0px;
}

.jScrollPaneDrag {
	background-color: #A38558;
}

.jScrollPaneTrack {
	background-color: #C1A477;
}



#flash {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%; 
	height: 100%;
}

#page_1 #flash { 
	display: block;
}

body#page_1 {
	background-image: url("img/spot_bg_area.png");
}

html, body { height: 100%; margin: 0; padding: 0; }
	
