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

.clear { clear: both; }

body {
	margin: 0; 	padding: 0;
  background: #D7D2FE;
	font: normal 12px  georgia, Tahoma, sans-serif;
	color: #7b7b7b;
	text-align: center;	
	line-height: 20px;
}
		


/* headers */

a{ color: #88877e;}
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: #838383;
	margin: 10px 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-family:   "Times New Roman", san-serif;
}

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

.title {color: #838383; font-size: 14px; font-family: Georgia; font-weight: bold;}
.opening{ font-size: 14px;color:#959595; line-height: 1.6em; font-family: Georgia; 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;
}



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

}	

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

/* header */
#header {
	position: relative;
	padding: 5px 0;
	border-top: 10px solid #101010;
        background: #101010 url(../images/logo.jpg) no-repeat;
        height:125px; 
	width: 780px;
}


#header h1#logo {
	float:left;
	width:480px;
	margin: 0; padding: 5px 0;
	letter-spacing: -1px;	
	color: #000;
	overflow: visible;
font-size:0px;
/* padding-left:10px; */ 
}



#location  {
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: right;

}

#location  h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0 20px 0 0;
	margin-bottom: -10px;
	color: #fff;
}

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



/* tagline style */

div #tagHolder {
	margin-top:40px;
	margin-left:0;
	padding:10px;
	width: 500px;
		background:#a20000;
	float:left;
}

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

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

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

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

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

#nav ul 
{
	padding: 0;
	margin-left: 0;
	font: 12px Arial, sans-serif;
	font-weight: bold;
background:#7B7F93; 
}
		
#nav li 
{
	list-style: none;
	margin: 0;
        display: inline;
	float:left;
	margin: -15px 0 0 0;
background:#7B7F93;
padding: 5px 3px; 
}

#nav a { 
	color: #000;
	text-decoration: none;
	font-size: 12px;	
	padding: 5px 10px;
	}
	
#nav a:hover { 
	background:#fbe448;  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: 350px; float:left; }

/* content-wrap */

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


#content-main {
	padding: 20px;
	background: #fff;
	float:left;
	}

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

/* 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:#a20000; 
	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: justify;} */

#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:hover{ color: #8f6633; }	
#promo3 p{ font-size: 14px; color: #fbe448; line-height: 120%; margin: 1px;}	
#promo3 h3 { font-size: 25px; color: #fbe448; line-height: 105%; margin: 1px;}
#promo3 h4 { font-size: 18px; color: #fbe448; line-height: 110%; margin: 1px 2px;}


.promo2{
	background: transparent url(images/promo_2.jpg) no-repeat;
	height: 170px;
	width: 206px;
	margin: 10px 0 20px 0;
	padding: 12px;
	
	}
#promo3{
	background: transparent url(images/promo_3.jpg) no-repeat;
	height: 150px;
	width: 224px;
	margin: 8px 0;
	padding: 10px 13px;
	
	}

	
.clip{
	background: transparent url(http://www.luxury-remodels.net/theme/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: #f7f7f7;
	border-left: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	}	
	

label{ 
	display: block;
	font-size: 12px;
	color: #777;
	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; }

