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

body {
	background-color:#ffb178;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

/* DIVS 
--------------------------- */

#wrapper {
	width:844px;
	margin:0px auto 0px auto;
	position:relative;
	background-color:#000000;
}
#main  {
	background-color:#000000;
	width:844px;
	min-height:478px;
    height:auto !important;
    height:478px;
}
#maintextTop  {
    float:right;
    background-image:url('images/text_top.jpg');
    background-repeat:no-repeat;
    width:606px;
    height:29px;
    margin:33px 20px 0px 0px;	
}
#mainText  {
	width:600px;
	margin-right:20px;
	padding-right:6px;
	float:right;
	background-color:#f0e9ce;
	min-height:392px;
    height:auto !important;
    height:392px;
}
#maintextBottom  {
    float:right;
    background-image:url('images/text_bottom.jpg');
    background-repeat:no-repeat;
    width:606px;
    height:14px;
    margin:0px 20px 0px 0px;	
}

#footer  {
	clear:both;
	background-color:#000000;
	width:844px;
	height:25px;
	padding-top:3px;
	/*
	background-image:url('images/main_bottom.jpg');
	background-position:bottom;
	background-repeat:no-repeat;*/
	color:#ffffff;
	font-size:1.1em;
	text-align:center;
}
#leftCol  {
    float:left;
    width:210px;
}
#placesToEat  {
	text-align:center;
}
#thumbnailDiv  {
	margin: 8px 5px 0px 15px;
	vertical-align: top;
	text-align: center;
}

/* NAVIGATION 
--------------------------- */

#navTop  {
    background-image:url('images/nav_top.jpg');
    background-repeat:no-repeat;
    width:182px;
    height:25px;
    float:left;
    margin:33px 0px 0px 18px;
}
#nav  {
    clear:both;	
	width:182px;
	margin-left:18px;
	padding-top:15px;
	float:left;
	background-color:#f0e9ce;
}
#navBottom  {
    clear:both;	    
    background-image:url('images/nav_bottom.jpg');
    background-repeat:no-repeat;
    width:182px;
    height:11px;
    float:left;
    margin-left:18px;
}
#nav ul {
	list-style-type:none;
	font-size:1.2em;
	font-weight:bold;
}
#nav li {
	background-image:url('images/nav_bg.jpg');
	background-repeat:no-repeat;
	height:21px;
	margin-bottom:8px;
	margin-left:10px;
	padding-left:12px;
	padding-top:0px;
	padding-bottom:0px;
}
#nav li a {
	color:#720000;
	text-decoration: none;
}
#nav li a:hover {
	color:#ce0000;

}

/* H TAGS 
--------------------------- */


h1  {
	background-image: url(images/scran_header.jpg);
	height: 193px;
	position: relative;
	background-repeat: no-repeat;
	background-position:center;
	text-indent:-999999px
}
h2  {
    text-align:center;
    font-size:1.8em;
    font-weight:bold;
    color:#720000;
    margin-top:3px;
    background-image: url(images/title_bg.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
h3  {
    font-size:1.3em;
    margin:12px 0px 0px 10px;	
}

/* P TAGS 
--------------------------- */

#footer p {
	padding-left:165px;
}
#mainText p {
	padding:13px 10px 0px 12px;
	font-size:1.2em;
	line-height:1.4em;
}
#mainText a {
	color: #720000;
	text-decoration:underline;
}
#mainText a:hover {
	color: #ce0000;
	text-decoration:none;
}

/* CLASSES
--------------------------- */

.homepageImage  {
    float:left;
    margin:12px 15px 0px 10px;
}
.guideButton {
 	border-width: 0px;
	clear: both;
	margin:12px 0px 0px 18px;
}
.placesToEatImageLeft  {
	margin:15px 0px 0px 0px;
	border-width: 0px;	
}
.placesToEatImageRight  {
	margin:15px 0px 0px 25px;
	border-width: 0px;	
}
.placesToEatImageTitle {
	margin:15px 0px 0px 12px;
	border-width: 0px;	
}
.links  {
	margin-bottom:10px;
}
.thumbnail  {
    margin: 10px 10px 0px 0px;
	border:solid 1px #720000;
	width:90px;
	height:60px;
}
.redTitle {
    font-size:1.4em;
    margin:12px 0px 0px 10px;
    color:#720000;
}
.chefs  {
    height:115px;
    margin-top:15px;
}
.chefsImage  {
    float:left;
    margin:0px 15px 0px 10px;
    border:0px;
}
.chefsTitle {
    font-size:1.4em;
    margin:0px 0px 0px 10px;
    color:#720000;
}
.linksTitle {
    font-size:1.4em;
    margin:12px 0px 12px 10px;
    color:#720000;
}



/* BULLETS / LISTS / LINKS
--------------------------- */

ul.links {list-style: none;} 
ul.links li { 
	font-size: 1.1em;
	background-image: url(images/links_bg.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-bottom:2px;
	margin-left:25px;
}
ul.links a { 
	color: #720000;
	text-decoration:underline
}
ul.links a:hover { 
	color: #ce0000;
	text-decoration:none;
}

ul.bullets {list-style: none; margin-top:10px;} 
ul.bullets li { 
	font-size: 1.2em;
	background-image: url(images/links_bg.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-bottom:2px;
	margin-left:25px;
}
ul.moreInfo {list-style: none;} 
ul.moreInfo li { 
	font-size: 1.1em;
	background-image: url(images/arrows.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	padding-top:5px;
	margin-right:410px;
}
ul.moreInfo a { 
	color: #720000;
	text-decoration:underline
}
ul.moreInfo a:hover { 
	color: #ce0000;
	text-decoration:none;
}


/* SLIMBOX
--------------------------- */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
