/* top elements */
* { 
	padding: 0; margin: 0;
}

.clear { clear: both; }

body {
	margin: 0; 	padding: 0;
    /*background: black;*/
	background: #2c4762;
	font: normal 16px  Times New Roman;
	color: #000;
	text-align: center;	
	line-height: 20px;
}
		


/* headers */

a{ color: #EAEAEA;}
a:hover{ color:#b0a490;}
li.active a{ color: #777; font-weight: bold; text-decoration: none;}


p, h1, {
	margin: 0 0 10px 0;
}

h1{
	font-family:  "Times New Roman", san-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	line-height: 1em;
	}

h2{
	font-size: 26px;
	color: #EAEAEA;
	/*margin: 10px 0;*/
	margin: 10px 0 35px 0px;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-family:   "Times New Roman", san-serif;
}

h3{
	font-size: 21px;
	color: black;
	margin: 10px 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-family:  "Times New Roman", san-serif;
}

.title {color: #000; font-size: 14px; font-family: Times New Roman; font-weight: bold;}
.opening{ font-size: 14px;color:#959595; line-height: 1.6em; font-family: Times New Roman; margin: 10px 0; text-align: justify;}

table.menu td{ padding: 5px 0;}
.dish{ font-weight: bold; }
.description{ font-style: italic; font-size: 11px;}
.price{font-size: 18px;}


p.head{
	margin-top: 50px;
	margin-left: 10px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #fff;
	background: #000;
	width: 200px;
	display: none;
}

/* images */
img{
	border: none;
}
#run{
	width:740px;
margin:0 auto;
padding: 0; 
}

#run span{
	padding: 0 25px 0 0;
}


/***********************
	  LAYOUT
************************/
#wrap {
	margin: 0px auto 0 auto;	
	text-align: left;	
	background: transparent;
	padding: 20px;

}	

#wrap, #footer {
	width: 780px;
}

/* header */
#header {
	position: relative;
	padding: 0px;
	background: #6B6A6A;
	border-top: 3px solid #6B6A6A;
	width: 782px;
}


#header h1#logo {
	float:left;
	width:435px;
	margin: 10px 0 0 0; padding: 5px 0px 0px 5px;
	background: url(images/logo1.png) no-repeat;
	/*background: url(images/logo1.png) no-repeat;*/
	height: 170px;
	verflow: visible;
	font-size:30px;
	margin-left: 15px;
}


#header h1#logo2 {
	float:left;
	width:435px;
	margin: 10px 0 0 0; padding: 5px 0px 0px 5px;
	/*background: url(images/logo1.png) no-repeat;*/
	/*background: url(images/logo1.png) no-repeat;*/
	height: 170px;
	verflow: visible;
	font-size:30px;
	margin-left: 15px;
}

#location  {
	margin: auto;
	font-weight: bold;
	text-align: right;
    width:320px;
    float:right;
    margin-top:20px;

}

#location  h1 {
	font-size: 25px;
	font-weight: normal;
	padding: 0 20px 0 0;
	color:#e0e0e0;
	letter-spacing:0.02em;
}

#location  h2 {
	color: #000;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: bold;
	padding: 0 20px 0 0;
	text-transform: none;
	font-family: Times New Roman;
}



/* tagline style */

div #tagHolder {
	margin-top:10px;
        margin-bottom:10px;
	margin-left:0;
	padding:10px;
	width: 450px;
	background:#FCEB77;
	float:left;
}

#tagHolder h1 {
	color:#000;
        clear:both;
}

div#tagHolder p{ 
	/*margin-left: 40px; */
	color: #000;
	}

	
div#tagHolder a{ color: #3F4044; background:#FCEB77; padding: 3px 2px; text-decoration: none;}
div#tagHolder a:hover{ background:#690b0b;  color: #fff;}
	
/* menu */

#menu{
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin:0 0 20px 0;
	padding: 5px 0 5px 0;
	float:left;
	clear:both;
	width:740px;
}

#nav 
{
	margin-top: 0px;
	text-align: center;
	line-height:normal;	
	font-family: Times New Roman;	
}

#nav ul 
{
	padding: 0;
	margin-left: 0;
	font: 13px Arial, sans-serif;
	font-weight: bold;	
}
		
#nav li 
{
	list-style: none;
	margin: 0;
display: inline;
	float:left;
	margin: 0 0 0 0;		
}

#nav a { 
	color: #EAEAEA;
	text-decoration: none;
	font-size: 14px;	
	/*padding: 5px 12px;*/
	padding: 5px 9px;
	}
	
#nav a:hover { 
	background:#FCEB77;  color: #000;
	}

#nav li.active a{ font-weight: bold; color: #000;  }
#nav li.active a:hover{  text-decoration: none;  background: #fff;}


/* header */

div.header{ width: 740px; height: 220px; float:left; }

/* content-wrap */

#content-wrap {
	clear: both;
	margin: 0; padding: 0;		
}


#content-main {
	padding: 12px 20px 20px 20px;
	background: #6a6b6b;
	float:left;
	}

#content-main p {
	margin-top: 10px; 
	margin-bottom: 10px; 
	line-height: 1.8em;
color:black; 
}

/* page elements */

div.contentSplit {
	padding: 8px;
	width: 226px;
	float: left;
	display: block;
	margin: 2px;
	} 	

/* ul */

.subNav{
	width: 150px;
	padding: 10px;	
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.subNav li{ margin: 5px 0;}
.subNav li.active a{ font-weight: bold; text-decoration: none; }

/* Footer */
#footer { 
	clear: both; 
	margin: 5px auto; 
	padding: 0; 
	font-size: 88%; 
	color: #777;
	}
	
	/* footer links */
#footer a {
	color: #4f4f4f;
	background: #c6c6c6;
	border-bottom: 1px solid #878787;
	text-decoration: none;
	padding: 0 2px;
}
#footer a:hover {
	background:#FCEB77; 
	color: #fff;
	border-bottom: 1px solid #81ac11;
	text-decoration: none;
	padding: 0 2px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

#left 	{ width: 226px; display: block;  float: right;   }
#left p	{ text-align: left;}
#right  { width: 480px; display: block;  float: left; padding-left:20px; }
#right ul, #left ul {
	margin:15px;
}

/* additional classes */
.clear {	clear: both; }

/* action */

.action {
	text-align: left;
	text-decoration: none;
	padding: 0 10px 10px 30px;	
	}
	
.promo{
	background: transparent url(images/promo_2.jpg) no-repeat;
	height: 169px;
	margin: 10px 0 20px 0;
	padding: 5px 5px 10px 10px;
	}

.promo a { color: #000; }
.promo a:hover{ color: #8f6633; }	
.promo p{ font-size: 11px; padding-left: 10px;  margin-top: -10px;}	
.promo h3 { font-size: 25px;color:#000;line-height:22px; }

.promo2{
	background: transparent url(images/promo_3.jpg) no-repeat;
	height: 169px;
	width: 206px;
	margin: 10px 0 20px 0;
	padding: 5px 10px 10px 10px;
	
	}

.promo2 a {color: #000; }
.promo3{
	background: transparent url(images/promo_3.jpg) no-repeat;
	height: 210px;
	margin: 10px 0 20px 0;
	padding: 5px 5px 10px 10px;
	}

.promo3 a { color: #000; }
.promo3 a:hover{ color: #8f6633; }	
.promo3 p{ font-size: 11px; padding-left: 10px;  margin-top: -10px;}	
.promo3 h3 { font-size: 25px;color:#000;line-height:22px; }


.promo3{
	background: transparent url(images/promo_3.jpg) no-repeat;
	height: 210px;
	width: 206px;
	margin: 10px 0 20px 0;
	padding: 5px 10px 10px 10px;
	
	}

.promo2 a {color: #000; }

.clip{
	background: transparent url(images/clip.gif) no-repeat right;
	margin-left: 20px;
	padding: 10px 10px 40px 25px;
	}
	

/* inputs */
textarea, select, input[type=text] , .field{
	padding: 5px;
	border: none;
	background: #f0ece0;
	border-left: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	}	
	

label{ 
	display: block;
	font-size: 14px;
	color: #EAEAEA;
	font-weight: bold;
	margin-top: 5px;
	}
	
div.break { 
	background: transparent url(images/break.gif) no-repeat center;
	height: 21px;
	margin: 10px 0;
	clear: both;
	}

.photoLeft { float: left; margin: 5px 15px 5px 0; border: 5px solid #ece6d0;}
.photoRight { float: right; margin: 5px 0px 5px 15px; border: 5px solid #ece6d0;}

.jsvalidation{ margin-left: 5px; font-size: 11px; color: #f9747e; }
		
#content-main div.action ul{ margin: 0px; padding: 0px;}

table tr.odd { background: #f1cacb;}
table tr.even { background: #ffe2e2;}
table td{ padding: 0 2px; color: #777;}
table th{ padding: 0 2px; font-weight: bold; 	color: #fff; background:#d8999b; }

