/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.png);
	font: 12px/2 Verdana,Tahoma,sans-serif;
	color: #666; 
	height:100%;
}
a {
	color: #FF3300;
	text-decoration:none;
	border:0;
}
a:hover {
	border-bottom: 1px dashed #666;
}
h1,h2,h3,p,ul,ol {
	margin-bottom: 10px;
}
ul,ol {
	padding-left: 15px;
}
img {
	border:0;
}


/**** CANVAS ****/
div#wrapper {
	margin: auto;
	width:950px;
}
div#bg {
	float:left;
	background:url(../images/whitebox_bg.png);
	width: 950px;
}
div#sidebar {
	width:190px;
	padding-left:25px;
	float:left;
}
div#sidebar a:hover {
	border:0;
}
div#header {
	width:710px;
	float:left;
}

/**** LAYOUT ****/

ul#navigation {
	list-style-type: none;
	padding-left:0;
	height:30px;
	background:#000;
	border-bottom:4px solid #ee2223;
}
ul#navigation li	{
	float:left;
	position: relative;
}
ul#navigation li a {
	display: block;
	width:150px;
	height:30px;
	text-indent:-10000px;
}
a.nav_about {
	background:url(../images/nav_about.png);
}
a.nav_order {
	background:url(../images/nav_order.png);
}
a.nav_sushi {
	background:url(../images/nav_sushi.png);
}
a.nav_contact {
	background:url(../images/nav_contact.png);
}
ul#navigation li a:hover {
	background-position:bottom;
	border:none;
}
ul#navigation li ul {
	display: none;
	left: 0px;
	position: absolute;
	top: 30px;
	z-index: 10;
	list-style:none;
	padding-left:0;
}
ul#navigation li ul li {
	float: none;
	background-color: #000;
	border-top:1px solid #fff;
	text-align:center;
}
ul#navigation li ul	li a {
	color: #FFFFFF;
	text-indent:0;
	height:10px;
	padding:0px 0 15px 0;
}
ul#navigation li ul li a:hover {
	background-color:#666;
}
/* the magic */
ul#navigation li:hover ul {
	display: block;
}

/**** Sidebar ****/
div#sidebar p {
	color:#999;
	border-top:1px solid #ccc;
	padding:10px;
	margin-left:40px;
}

/**** Main content ****/
div#maincontent {
	float:right;
	width:620px;
	padding:40px 50px 25px 15px;
	margin-right:25px;
}
div#midcolumn {
	width:285px;
	float:left;
	margin-right:50px;
}
div#rightcolumn {
	width:265px;
	float:left;
}
div#maincontent h1 {
	font:25px/1.5 Georgia, serif;
	font-style:italic;
	color:#2bc9af;
}
div#maincontent h2 {
	font:20px/1.5 Georgia, serif;
	font-style:italic;
	color:#000;
	margin-top:20px;
	border-top:1px solid #ccc;
	padding-top:5px;
	clear:both;
}
div#maincontent ol {
	font-size:14px;
	color:#000;
	padding-bottom:20px;
}
div#maincontent ol li p {
	font-size:12px;
	color:#666;
}
div#maincontent dl {
	width:500px;
}
div#maincontent dt {
	float:left;
	width:50px;
	color:#000;
	font-style:italic;
	text-align:right;
	padding-right:15px;
}
div#maincontent dd {
	width:400px;
	float:left;
	border-left:1px dotted #999;
	padding:0 0 19px 15px;
}
.bluebox {
	background:url(../images/bluebox_bg.png);
	padding:10px;
	color:#000;
}
.bluebox a:hover {
	border:0;
}
a.placeorder {
	display:block;
	width:250px;
	height:84px;
	text-indent:-30000px;
	background:url(../images/index_placeorder.png);
}
a.placeorder:hover {
	background-position:bottom;
}
.floatleft {
	float:left;
	padding:0 15px 15px 0;
}
.floatright {
	float:right;
	padding:0 0 15px 15px;
}
.clear {
	clear:both;
}
.red {
	color:#ff3300;
}

/**** Footer ****/
div#footer {
	clear:both;
	width:880px;
	margin:auto;
	text-align:center;
	padding:10px;
	background:#000;
	font-size:9px;
	border-top:4px solid #ee2223;
}
div#footer ul {
	list-style:none;
	width:450px;
	margin:auto;
}
div#footer ul li {
	float:left;
	padding:0 10px;
	border-left:1px solid #666;
}
div#footer ul li:first-child {
	border-left:0;
}
div#footer a {
	color:#ccc;
}
div#footer p {
	clear:left;
	padding-top:10px;
}