/* CSS Document */
html, body {
height: 97%;
}
body{
background-color: #4F0B08;
scrollbar-arrow-color: #333333;
scrollbar-3dlight-color: #f0f0ff;
scrollbar-darkshadow-color: #666666;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #c0c0cc;
scrollbar-track-color: #FDFDDB;
background: url(http://orangegrill.com/images/background.jpg) repeat top left;
}
p {
margin: 0px;	
font-family: Verdana, sans-serif;
font-size: 12px;
text-align: left;	
}
a, a:link {
color: #540906;
}
a:visited {
color: #000;
}
#container {
position: relative;
width: 100% !important;
height: 90% !important;
vertical-align: middle;
background: url(http://orangegrill.com/images/background3.gif) no-repeat top center;
margin-top: 30px;
}
#header {
height: 10px;
background: url(http://orangegrill.com/images/border-top.gif) no-repeat top center;
}
*html #header {
position:relative;
top: 10px;
}
#footer {
height: 10px;
background: url(http://orangegrill.com/images/border-bottom.gif) no-repeat top center;
}
#outerbox {
width: 780px;
background: url(http://orangegrill.com/images/border-sides.gif) repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
#innerbox {
position: relative;
width: 750px; 
height: 430px;
overflow: hidden;
padding: 5px;
background-color: #FFCC9F;
background-image: none;
font-family: Verdana, sans-serif;
font-size: 11px;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
#innerboxL{
width: 760px;
background: #FFCC9F;
font-family: Verdana, sans-serif;
font-size: 11px;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}

#logo {
height: 75px;
background: #FFCC9F url(http://orangegrill.com/images/logo.png) no-repeat scroll;
}

*html #logo {
position: relative;
top: -5px;
height: 75px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://orangegrill.com/images/logo.png', sizingMethod='fixed');
background: #FFCC9F url(http://orangegrill.com/images/blank.gif);
}

#logoL {
position: relative; 
float: right; 
right: 15px; 
top: 5px;
height: 75px;
width: 170px;
background: #FFCC9F url(http://orangegrill.com/images/logo.png) no-repeat scroll;
}
*html #logoL {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://orangegrill.com/images/logo.png', sizingMethod='fixed');
background: #FFCC9F url(http://orangegrill.com/images/blank.gif) ;
}
#imageSlider {
position: absolute;
right: 0px;
top: 0px;
width: 230px;
height: 440px;
margin: 0;
padding: 0;
background-image: url(http://orangegrill.com/images/interior2.jpg);
background-repeat: no-repeat;
background-position: top right;
z-index: 1;
}

#mainContent {
position: relative;
top: 35px;
left: 0;
width: 500px;
padding: 10px;
font-size: 1em;
line-height: 1.5em;�

}
#menu {
position: relative;
display: block;
top: 20px;
left: 5px;
width: auto;
height: auto;
font: bold 1.1em Verdana, sans-serif;
z-index: 5;

padding: 3px 0px;
vertical-align: middle;
}
#menu a {
padding-top: 10px;
text-decoration: none;
color: #290000;
padding: 3px 3px;
} 
#menu a:hover {
color: #FF9712;
background-color: #4F0B08;
}


/* Styles for the Menu Page */
h3{
  color: #4F0B08;
  font-size: 130%;
}
h3.menu {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 2px 10px;
  color: #4F0B08;
	font-size: 130%;
	border-bottom: 1px solid #FF9712;
}

/* Menu items */
dl{
	width: 99%;
	overflow: auto;
	margin: 0 5px 0 5px; 
	padding: 0px 0px 3px 0px;
	}
dt{
	max-width: 90%;
	float: left; 
	clear:left; 
	padding-right: 5px;
	color: #111;
	font-weight: normal;
	font-size: 110%;
	text-transform: capitalize; 
	}
dt a, dt a:link{
color: #290000;
}
dd.ingredients{
	margin:0;
	float: left;
	font-style: italic;
  color: #333;
	text-transform: lowercase;
	padding-left: 5px;
	}
dd.price{
	float: right;
	margin: 0px;
	margin-right: 3px;
	color: #000;
	font-weight: bold;
	font-size: 110%; 
	}
		
.illustrated {
	text-decoration: underline;
	}
.hidden {
	display: none;
	}
.caption {
font-style: italic;
padding: 7px;
color: #333;
}
/*End of styles for Menu Page */

/* Contact Page Styles */
#contact label{
display: block;
float: left;
width: 75px;
margin-left: 10px;
margin-right: 15px;
font-weight: bold;
}

#contact input {
margin-bottom: 3px;
width: 330px;
height: 17px;
padding: 0px;
font-size: .8em;
}

#contact textarea {
height: 150px;
width: 330px;
font-family: Verdana, sans-serif;
font-size: 1em;
}



/*
	p.main {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		width: 418px;
		margin-top: 0px;
		padding-top: 12px;
		padding-right: 12px;
		color: #A0A0A0;
	}
	
	.main a {
		text-decoration: none;
		color: #909090;
	}
	
	.main a:hover {
		text-decoration: underline;
		color: #303030;
	} */

/*Lightbox styles */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://orangegrill.com/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://orangegrill.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://orangegrill.com/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	clear: left; padding-bottom: 1.0em;}
#imageData #numberDisplay{ display: none; 	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after, .partners:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
#sushi {
padding: 65px 10px 50px 10px;
background: url(http://orangegrill.com/images/sushibg.jpg) no-repeat scroll 415px 250px;
}
#regmenu {
padding: 65px 10px 50px 10px;
background: url(http://orangegrill.com/images/menubg.jpg) no-repeat scroll 370px 190px;
}
table.photos {
position: relative;
margin-top: 55px;
left: 0px;
width: 750px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
}
.photos th {
text-align: left;
padding-left: 35px;
}
.photos tr td {
	width: 140px;
	height: 130px;
	padding: 10px;
	text-align: center;
}

.photos td a {
	text-decoration: none; 
	border: 0px;
}
.image { 
	border: 1px solid #000000;
	margin: 5px;
}
.thumb {
	border: 1px solid #000000;
}
.location {
margin-right: auto;
margin-left: auto;
padding-top: 40px;
width: 250px;
font-size: 120%;
font-weight: bold;
}

/* Styles for Partners page */
.partners {
min-height: 400px;
padding-top: 80px;
}

*html .partners {
height: 400px;
}

.partners a img{
 border: 0px;
}
.partners div.left {
 width: 210px;
 padding: 10px;
 text-align: center;
 float: left;
 display: block;
}
.partners div.right {
 width: 210px;
 padding: 10px;
 text-align: center;
 float: right;
 display: block;
}

/* Styles for Chat page */
.chat {
min-height: 400px;
padding-top: 10px;
}

*html .chat {
height: 500px;
}

.chat a img{
 border: 0px;
}

.chat div.left {
 width: 560px;
 height: 500px;
 padding: 10px;
 text-align: left;
 float: center;
 display: block;
 }