/********** Common **********/

body {
	background:black url(../images/background.jpg) repeat;
	font-family: arial, sans-serif;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#social {
	position: absolute;
	top: 0;
	left: 500px;
}

#social a {
	margin-right: 10px;
	color: white;
}

.bread {
	text-decoration: none;
	color: #FCA221;
	font-weight: normal;
	font-size: 14px;
}

.bread:hover {
	color: white;
}

.cBoth {
	clear: both;
}


/********** Header **********/ 

#header {
	width: 960px;
	height: 170px;
}

#header img.logo {
	float: left;
	margin: 30px 0 0 30px;
}

#header a.print {
	float: right;
	width: 211px;
	height: 95px;
	margin: 0 30px 0 0;
	background-image: url(../images/printable.png);
}

#header a.print:hover {
	background-image: url(../images/printable_hover.png);
}

#header ul.navbar {
	float: right;
	margin: 47px 0 0 0;
}

#header ul.navbar li {
	display: inline;
}

#header ul.navbar li a {
	color: white;
	font-size: 18px;
	text-decoration: none;
	margin-right: 25px;
}

#header ul.navbar li a:hover,
body.home #header ul.navbar li.home a,
body.menu #header ul.navbar li.menu a,
body.directions #header ul.navbar li.directions a,
body.about #header ul.navbar li.about a,
body.contact #header ul.navbar li.contact a {
	color: #fca221;
	text-decoration: underline;
}

/********** Content **********/

#content {
	width: 960px;
	min-height: 435px;
	overflow: hidden;
}

/********** Slider **********/

#slider {
	width: 900px;
	height: 415px;
	margin: 10px 30px 0 30px;
}

#slider ul {
float: left;
margin: 30px 0 0 40px;
}

#slider ul li {
	width: 900px;
}

#slider ul li img.slide {
	float: right;
	margin: -25px 20px 0 0;
}

.ontop {
	position: absolute;
	width: 290px;
}

.ontop h1 {
	font-size: 30px;
	color: red;
}

.ontop h2 {
	font-size: 24px;
	color: white;
}

.ontop h4 {
	float: left;
	display: block;
	width: 170px;
	font-size: 22px;
	line-height: 23px;
	margin: 7px 0 0 0;
	color: #fca221;
}

.ontop h3 {
	float: left;
	width: 110px;
	color: white;
	font-size: 40px;
	margin: 14px 0 0 3px;
}

.ontop p {
	float: left;
	width: 275px;
	color: white;
	font-size: 13px;
	margin: 10px 0 5px 0;
	line-height: 18px;
}

.ontop a {
	float: left;
	margin: 0 0 0 -5px;
}

/********** boxes **********/

body.home #boxes, body.menu #boxes {
	float: left;
	width: 960px;
}

body.home #boxes .box, body.menu #boxes .box {
	float: left;
	width: 285px;
	height: 155px;
	margin: 0 16px;
	background: url(../images/background_boxes.png) repeat-x;
}

#boxes2 {
	float: left;
	width: 960px;
}

.boxb {
	float: left;
	display: block;
	padding: 10px;
	width: 210px;
	height: 115px;
	margin: 0 3px 15px 3px;
	background: url(../images/background_boxes.png) repeat-x;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 2px solid black;
	text-decoration: none;
}

#sushi_icon2 {
	float: left;
	margin: 0 60px 10px 55px;
}

#truck_icon2 {
	float: left;
	margin: -10px 60px 10px 55px;
}

#coupons_icon2 {
	float: left;
	margin: -10px 60px 10px 55px;
}

#zumo_icon2 {
	float: left;
	margin: -20px 60px 10px 62px;
}

.boxb h2 {
	display: block;
	margin: 5px 0;
	text-align: center;
}

.boxb p {
	text-align: center;
	color: white;
	font-size: 14px;
}

.boxb a {
	display: block;
	text-align: center;
	color: #fca221;
	font-size: 13px;
	margin-top: 5px;
}

#sushi_icon {
	float: left;
	margin: 12px 10px 0 30px;
}

#truck_icon {
	float: left;
	margin: 26px 10px 0 -20px;
}

#coupons_icon {
	float: left;
	margin: 20px 10px 0 -20px;
}

.box h2 {
	color: white;
	font-size: 24px;
	margin: 35px 0 0 0;
}

.box p {
	color: #fca221;
	font-weight: bold;
	line-height: 20px;
}

.box a {
	float: right;
	margin: 20px 20px 0 0;
	color: white;
	font-size: 15px;
	text-decoration: none;
}

.box a.topper {
	margin-top: -10px;
}

.box a:hover {
	color: red;
}

.box img.arrow {
	float: right;
	margin: 0 0 0 5px;
}

/********** Footer **********/

#footer {
	float: left;
	margin: 20px 0 20px 0;
}

#footer ul.navbar {
	width: 960px;
	margin: 0 auto 15px auto;
	text-align: center;
}

#footer ul.navbar li {
	display: inline;
	margin: 0 20px;
}

#footer ul.navbar li a {
	color: #7d7d7d;
	font-size: 13px;
	text-decoration: none;
}

#footer ul.navbar li a:hover {
	color: white;
	text-decoration: underline;
}

#footer p.disclaimer {
	text-align: center;
	color: #7d7d7d;
	font-size: 11px;
	margin-bottom: 20px;
}

#footer p.disclaimer a {
	color: #7d7d7d;
	font-size: 11px;
	margin: 0 5px;
}

#footer p.disclaimer a:hover {
	color: white;
}

/********** About Us **********/

#leftcol {
	float: left;
	width: 585px;
	margin: 20px 40px 30px 35px;
}

#leftcol h1, h2, h3 {
	color: #fca221;
}

#leftcol p, ol {
	color: white;
}

#leftcol h1 {
	font-size: 25px;
	color: #fca221;
	margin: 0 0 15px 0;
}

#leftcol h2 {
	font-size: 18px;
	margin: 20px 0 5px 0;
}

#leftcol p {
	font-size: 15px;
	text-align: justify;
	margin: 5px 0 5px 0;
	line-height: 19px;
}

#leftcol ol {
	list-style: disc;
	margin: 10px 0 15px 20px;
	line-height: 20px;
}

#rightcol {
	float: left;
	height: 100%;
}

#rightcol iframe {
	background-color: white;
	margin-top: 70px;
}

body.about #boxes,
body.contact #boxes,

body.directions #boxes {
	width: 200px;
	margin: 30px 0 0 0;
}

body.about #boxes .box,
body.contact #boxes .box,

body.directions #boxes .box {
	float: left;
	width: 285px;
	height: 155px;
	margin: 10px 30px 10px 0;
	background: url(../images/background_boxes.png) repeat-x;
	border: 5px solid white;
}

body.about #leftcol a.franchise,
body.contact #leftcol a.franchise,
body.menu #leftcol a.franchise,
body.directions #leftcol a.franchise {
	color: white;
	border-bottom: 1px dotted white;
	text-decoration: none;
}

body.about #leftcol a.franchise:hover,
body.contact #leftcol a.franchise:hover,
body.menu #leftcol a.franchise:hover,
body.directions #leftcol a.franchise:hover {
	color: red;
}

body.about #content,
body.contact #content,
body.menu #content,
body.directions #content {
	border-top: 1px dotted white;
}

/********** Contact **********/

body.contact h3 {
	margin: 15px 0 0 0;
}

#contactform {
	margin: 20px 0 0 0;
}

#contactform p {
	float: left;
	margin-bottom: 10px;
}

#contactform label {
	float: left;
	width: 200px;
}

#contactform label.error {
	float: right;
	padding-left: 20px;
	font-size: 12px;
	color: yellow;
}

#contactform legend {
	font-size: 19px;

	display: block;
	padding-bottom: 10px;
	color: #FCA221;
}

#contactform .clear {
	clear: both;
	float: left;
	margin-left: 200px;
}

#printable {
	margin: 40px 0 0 0;
}

#printable p {
	float: left;
	margin-bottom: 10px;
}

#printable label {
	float: left;
	width: 70px;
}

#printable .clear {
	clear: both;
	float: left;
	margin-left: 70px;
}

/********** Menu **********/ 

#items h1 {
	text-align: center;
}

#items {

}

#items li a {
	float: left;
	display: block;
	width:150px;
	height: 75px;
	margin: 10px;
	border: solid 3px #fca221;
	color: white;
	text-align: center;
	vertical-align: middle;
	padding-top: 45px;
	font-size: 15px;
	font-weight: bold;
}

#items li a {
	background-image: url(../images/logo_thumb.jpg);
	text-decoration: none;
}

#items li.Appetizers a:hover {
	background-image: url(../images/categories/appetizers.jpg);
	text-indent: -9999px;
}

#items li.Rolls a:hover {
	background-image: url(../images/categories/rolls.jpg);
	text-indent: -9999px;
}

#items li.Chops a:hover {
	background-image: url(../images/categories/chops.jpg);
	text-indent: -9999px;
}

#items li.Rice a:hover {
	background-image: url(../images/categories/fried_rice.jpg);
	text-indent: -9999px;
}

#items li.Boxes a:hover {
	background-image: url(../images/categories/boxes.jpg);
	text-indent: -9999px;
}

#items li.Entrees a:hover {
	background-image: url(../images/categories/entrees.jpg);
	text-indent: -9999px;
}

#items li.Favorites a:hover {
	background-image: url(../images/categories/favorites.jpg);
	text-indent: -9999px;
}

#items li.Greens a:hover {
	background-image: url(../images/categories/greens.jpg);
	text-indent: -9999px;
}

#items li.Platters a:hover {
	background-image: url(../images/categories/platters.jpg);
	text-indent: -9999px;
}

#items li.Desserts a:hover {
	background-image: url(../images/categories/desserts.jpg);
	text-indent: -9999px;
}

#map {
	border: 2px solid red;
}

#listfood {
	width: 650px;
}

#listfood a {
	float: left;
	border: 1px solid white;
	height: 100px;
	width: 100px;
	margin: 0 70px 10px 0;
	background-image: url(../images/no-image.jpg);
	text-align: center;
	font-size: 0px;
}

#listfood a img {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

#listfood li {
	float: left;
	display: block;
	width: 180px;
	min-height: 215px;
	margin: 0 30px 10px 0;
}

#listfood p small {
	font-size: 10px;
}

#listfood h3 {
	margin: 10px 0 0 0;
	color: white;
	font-size: 14px;
	font-weight: normal;
}

#listfood h3 span {
	margin: 10px 0 0 0;
	color: #FCA221;
	font-size: 17px;
}

#listfood p {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

/********** special stickers **********/
.sticker {
	margin: 0 0 10px 0px;
	display: inline;
}

#lista li {
	display: inline;
	color: #FCA221;
}

#lista a {
	color: white;
	text-decoration: none;
	font-size: 10px;
	margin: 0 1px;
}

#lista a:hover {
	color: #FCA221;
}

h4.title {
font-size: 13px;
line-height: 19px;
color: white;
font-weight: normal;
}

#suggested {
	width: 650px;
}

#suggested li {
	margin-bottom: 25px;
}

#suggested h1 span {
	color: white;
}

#suggested img {
	border: 2px solid white;
}

/********** Specials **********/

#specials {
	float: left;
	width: 450px;
	margin: 30px 30px 30px 0;
}

#specials img {
	margin: 20px 0 20px 0; 
}

#specialdesc {
	float: left;
	width: 300px;
	margin: 75px 0 30px 0;
}

#specialdesc p {
	color: white;
}

#specialdesc a {
	color: white;
}

#specialdesc a:hover {
	color: red;
}

/********** Success **********/

#success {
	float: left;
	margin: 20px 0 0 0;
	width: 350px; 
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	border: 4px solid red;
	background-color: #280100;
	padding: 10px;
}

#success img {
	float: left;
}

#success p {
	color: white;
}

.hide {
display: none;
}
