

html {	height: 100%; margin: auto;}
body {
	background-color:#fff;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	margin: 0px;
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	line-height:1.4em;
	font-size: 1em;

}

#wrapper {
	margin: auto;	
}



.panel ul{
	margin: 0px;
	padding: 0px;
}




/* Logo / Header Area
------------------------------------------------------------------*/
#header {
	height: 133px;
	width: 920px;
	margin: auto;
	padding:0px;
	background-image: url(../images/uptown_sushi_logo.gif);
	background-repeat: no-repeat;	
	background-position: top center;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

#logo {
	width: 220px; 
	height: 133px; 
	margin: auto;	
}


/* Content Area divs only
------------------------------------------------------------------*/
#content { 
	margin:0px auto; 
	padding-top:35px;
	padding-bottom:30px; 
	min-height: 320px; 
	_height: 320px; /*ie 6 hack */
	background: url(../images/content_bg2.jpg) no-repeat right 55px;
}

#content.nobg {
	background: none;
}

/* Home page forces white space at the specified height*/
#content_push {
	height: 320px;	
	min-height: 320px;
	background: url(../images/content_bg2.jpg) no-repeat right 55px;	
}

#rightcol {
	margin-top: 220px;
}

#rightcol ul li {
	margin: 0px 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #efefef;
	padding-left: 4px;
}

#rightcol ul li:hover {
	background-color: #efefef;
	cursor: pointer;
	color: #333;
}


/* Menu Pages
------------------------------------------------------------------*/

.menu {padding-bottom: 60px;}
.menu div {float: left; padding-top: 5px; padding-bottom: 5px;}
.menu li {clear: both; border-bottom: 1px solid #efefef;}
li.first { display: block; padding: 0px; margin: 0px; bordeR: 0px;}

.menu .entree {
}

.menu .price_col1 {	
	text-align: center;
	background-color: #efefef;
}

.menu .price_col2 {	
	text-align: center;
}

.menu .price {margin-top: 15px; font-weight: bold;}


/* Globals
------------------------------------------------------------------*/
img {display: block;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	letter-spacing:0;
	color: #943c04;
	margin-bottom:0px;	
	line-height:1.4em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #8eb04b;
	margin-bottom:10px;	
	line-height:1.2em;
}



h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	font-size: 1.2em;
	color: #e5b463;
	line-height:1.4em;
	border-bottom: 1px solid #eee;
}

#panel_wrapper h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #e5b463;
	margin-bottom: 0px;
	border-bottom: none;
}
	#panel_wrapper h3.margin {margin-top: 20px;}

h4 {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5f7d58;
	border-bottom: 3px solid #a2a698;
	margin-bottom:10px;
}

.forms h4 {
	border-bottom: 0px solid #a2a698;
	margin-bottom: 0px;	
}

h5 {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #d66734;
	/*border-bottom:1px solid #CCC;*/
	margin: 0px;
	padding:0px;
	margin-top: 15px;
}

h5 .nomargin {
	margin: 0px;
}

.gray {color: #333;}


/* text formatting class styles
------------------------------------------------------------------*/
#content p, #rightcol p, #rightcol ul li, .menu { font-size: .80em;}
p { color: #333333;}

#rightcol p, #rightcol li {color: #999;}
#rightcol ul {padding-bottom: 25px;}

.nomargin {margin: 0px; padding: 0px;}

.accenttype{
font-size:.9em;
font-family: Georgia, "Times New Roman", Times, serif;  
line-height:1.6em;
font-weight:bold;
}

.tagline{
font-size:1.3em;
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
line-height:1.4em;
font-style:italic;
color:#666666;
}

/* panels / containers
------------------------------------------------------------------*/


#panel_wrapper {
	width: 100%;
	background-image: url(../images/form_wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #954101;
	min-height: 270px;
	padding-top: 25px;
	margin: auto;
	clear: both; /*ie 7.0 fix */
	float: none;
}

#panel_wrapper p {
	color: #fff;
	font-size: 80%;
}

#panel_content {
	float: left;
}

#form_panel {
	width: 308px;
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	min-height: 344px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-top: 15px;
}

#form_panel_opentable {text-align: right; float: right; width: 130px; height: 49px; margin-right: 12px;}

#form_panel div {
	margin-bottom: 5px;
	* margin-bottom: 4px;
}

#form_panel label {
	margin: 0px;
	padding: 0px;
	font-size: 70%;	
	line-height: 110%;
	color: #fff;
}

#form_panel input.fixed, #form_panel textarea.fixed {
	width: 218px;
	height: 18px;
	border: 1px solid #b8927b;	
}

.input_fixed {
	width: 200px;
}

/* Footer / Images
------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: auto;

	color:#FFF;
	padding-top:6px;
	height: 160px;
	margin-bottom: 40px;	
	padding-left: 10px;
	font-size: 11px;
	text-align:center;

	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer_banner {background-color: #fcf7ed; height: 84px; margin: auto; margin-top: 6px; background-image:url(../images/ftr_banner.jpg); background-repeat: no-repeat; background-position: center;}

.footer_copy { float: left; text-align: left; margin-bottom: 10px; margin-top: 15px;}
	.footer_copy p {line-height: 110%; font-size: 100%; margin-left: 6px; }
	
.footer_listings {float: right; margin-top: 15px;}
	.footer_listings img {float: left; margin-right: 10px;}

.footer_icons {clear: left; margin-left: 4px;}
	.footer_icons img {margin-right: 5px; float: left;}

.footer_flash { width: 120px; height: 23px; float: left; border: 1px solid #ccc;}

.copyright {color: #623120;}

img.border{padding:5px; background-color: #fff;}
img.border.stroke {border: 1px solid #ccc;}
img.border.panelimg {
	border-bottom: 2px solid #5d2100;
	border-right: 2px solid #5d2100;
	border-left: 1px solid #692400;
	border-top: 1px solid #692400;
}

	
/* Links
------------------------------------------------------------------*/
a:link, a:visited {text-decoration:none; color:#5f7d58; font-weight: bold; text-decoration: underline;}	
a:hover, a:active {text-decoration:underline; color:#d66734;}

#panel_wrapper a:link, #panel_wrapper a:visited {color: #e5b463; font-weight: bold; text-decoration: none; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline;}
#panel_wrapper a:hover, #panel_wrapper a:active {color: #d1561e; text-decoration: underline;}

#footer a:link, #footer a:visited {color: #943c04; font-weight: bold; text-decoration: none; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;}
#footer a:hover, #footer a:active {color: #d1561e; text-decoration: underline;}


	
/* misc & hack styles
------------------------------------------------------------------*/

.line {width:100%; border-top:1px solid #CCC;}
.dotted-line {width: 100%; border-top: 1px dotted #eeeeee; padding-bottom: 20px;}

.gallery_row {margin-bottom: 10px;}

.clearer, .clear {
	float:none;	
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
	visibility: hidden;
}

.topmargin {margin-top: 25px;}

.push {height: 40px;}


/* Block Quotes
------------------------------------------------------------------*/
.bqstart {
     float: left;
	 font-family: Georgia, serif;
     height: 45px;
     margin-top: -5px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
	 color: #e5b463;
 }

 .bqend {
     float: right;
	 font-family: Georgia, serif;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
	 color: #e5b463;
 }
