/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_back.jpg);
}

#bg_flames {
	background-repeat:repeat-x;
	background-position:top center;
	background-image:url(images/bg_flames.jpg);
}

a {
	color:#ffbf00;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:24px; font-weight:normal; color:#8a1201; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.flag {
	padding-bottom:12px;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:267px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:120px;
	left:285px;
	width:365px;
	height:54px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
	margin: 0 0 0 27px;
	padding: 0 73px 0 30px;
}

#image_main {
	position:relative;
	width:960px;
	height:153px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:595px;
	height:auto;
	padding: 25px 0 20px 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:231px;
	height:auto;
	padding: 62px 0 20px 0;
}

.stay-connected {
	position:relative;
	color:#3e0000;
	font-size:16px;
	width:204px;
	height:184px;
	background-repeat:no-repeat;
	background-image:url(images/bg_stay-connected.jpg);
	padding: 64px 15px 0 12px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:906px;
	height:161px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(/images/bg_footer.jpg);
	margin: 0 0 0 27px;
}

.restaurants {
	position:relative;
	width:906px;
	height:100px;
	padding-top:5px;
}

.copy {
	position:relative;
	font-size:12px;
	float:left;
	padding: 23px 0 0 28px;
}

.slug {
	position:relative;
	float:right;
	padding: 1px 30px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:54px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:55px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -54px;
}

.active_01 {
	background-position: 0 -54px !important;
}

a#nav_02 {
	width:70px;
	background-position:-55px 0;
}

a:hover#nav_02{
	background-position:-55px -54px;
}

.active_02 {
	background-position:-55px -54px !important;
}

a#nav_03 {
	width:82px;
	background-position:-125px 0;
}

a:hover#nav_03{
	background-position:-125px -54px;
}

.active_03 {
	background-position:-125px -54px !important;
}

a#nav_04 {
	width:92px;
	background-position:-207px 0;
}

a:hover#nav_04{
	background-position:-207px -54px;
}

.active_04 {
	background-position:-207px -54px !important;
}

a#nav_05 {
	width:66px;
	background-position:-299px 0;
}

a:hover#nav_05{
	background-position:-299px -54px;
}

.active_05 {
	background-position:-299px -54px !important;
}

