@charset "UTF-8";
/* CSS Document */

body{
	background-color: #c73b3b;	
	background-image: url(images/body_color.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d65e2c;
}
a {
	outline: none;	
}
#wrapper{
	width: 960px;
	margin: auto;	
}
#header{
	background-color: #f2f0dd;
	background-image: url(images/kyoto_logo.png);
	background-repeat: no-repeat;
	height: 143px;	
}

.logo{
	float: left;
	width: 150px;
	text-indent: -9999px;
	padding: 5px 0 0 35px;
}

.logo a{
	display: block;
	width: 300px;
	height: 120px;	
}
#header .head{
	float: right;
}
#header .address{
	margin-top: 45px;
	margin-right: 20px;
	font-size: 18px;
	color: #bf2126;
	line-height: 25px;	
}
.address a{
	text-decoration: none;
	color: #bf2126;	
}

.address a:hover{
	text-decoration: none;
	color: #959a69;
}	

#header .hyelp{
	margin-top: 75px;
	margin-right: 20px;	
}

#navbar{
	clear: both;
	background-color: #989e6c;	
	height: 47px;
}

#navbar li{
	float: left;
	width: 120px;
	height: 47px;	
}
#navbar li a{
	display: block;
	background-image: url(images/navbar3.gif);
	height: 47px; 
}
#navbar a span{
	display: none;
}
#navbar .today a{
	background-position: 0px 0px;	
}
#navbar .chef a{
	background-position: -120px 0px;	
}
#navbar .daily a{
	background-position: -240px 0px;	
}
#navbar .app a{
	background-position: -360px 0px;	
}
#navbar .lunch a{
	background-position: -480px 0px;	
}
#navbar .dinner a{
	background-position: -600px 0px;	
}
#navbar .togo a{
	background-position: -720px 0px;	
}
#navbar .contact a{
	background-position: -840px 0px;	
}
/*hover & focus state*/
#navbar .today a:hover, #navbar .chef a:focus{
	background-position: 0px -47px;	
}
#navbar .chef a:hover, #navbar .chef a:focus{
	background-position: -120px -47px;	
}
#navbar .daily a:hover, #navbar .daily a:focus{
	background-position: -240px -47px;	
}
#navbar .app a:hover, #navbar .app a:focus{
	background-position: -360px -47px;	
}
#navbar .lunch a:hover, #navbar .lunch a:focus{
	background-position: -480px -47px;	
}
#navbar .dinner a:hover, #navbar .dinner a:focus{
	background-position: -600px -47px;	
}
#navbar .togo a:hover, #navbar .togo a:focus{
	background-position: -720px -47px;	
}
#navbar .contact a:hover, #navbar .contact a:focus{
	background-position: -840px -47px;	
}

/*current state*/
#navbar .today.current a{
	background-position: 0px -94px;	
}
#navbar .chef.current a{
	background-position: -120px -94px;	
}
#navbar .daily.current a{
	background-position: -240px -94px;	
}
#navbar .app.current a{
	background-position: -360px -94px;	
}
#navbar .lunch.current a{
	background-position: -480px -94px;	
}
#navbar .dinner.current a{
	background-position: -600px -94px;	
}
#navbar .togo.current a{
	background-position: -720px -94px;	
}
#navbar .contact.current a{
	background-position: -840px -94px;	
}

#main{
	clear: both;
	background-color: #e7e3be;	
	background-image:url(images/plant_pink.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding: 10px 
}
#main .pitch{
	float: left;
	width: 400px;	
	margin-top: 10px;
	margin-left: 20px;
}
.pitch p{
	line-height: 20px;	
	margin-top: 10px;
	margin-bottom: 15px;/*this was placed to avoid small gap, once they provide text this might get removed*/
	color: #56522b;
}
#main .hours{	
	margin-top: 15px;
	
}
.hours .title, .hours_site .title{
	color: #bf2126;	
	margin: 2px 0;
}
.main{
	font-size: 18px;
}
.hours li{
	line-height: 25px;	
}
.contain{
	width: 950px;
	padding: 5px 10px 10px 0;
}
.eight{
	margin-top: 25px;	
}

.comida{
	float: left;
	width: 285px;
}

.derecha{
	padding-left: 50px;	
}

.bebida{
	float: left;
	width: 300px;
}
.sopa{
	float: left;
	width: 425px;
}
.plato{
	padding-left: 75px;	
}
.dessert{
	padding-left: 25px;	
}
.roll{
	color: #d65e2c;	
}


/*menu items*/
h2{
	font-size: 25px;
	color: #bf2126;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 15px;
}
h3{
	font-size: 13px;
	color: #bf2126;
	margin-top: 0;	
	padding-left: 15px;
}

.hours_site{
	float: left;
	margin-bottom: 15px;	
}
.clear {
	clear: both;	
}

#main ul{
	margin-top: 10px;
	margin-left: 25px;	
}

#main li{
	line-height: 18px;
	
}
.dish{
	margin-top: 5px;	
	
}
.chef_special{
	min-height: 90px;
		
}
.sushi_combo{
	min-height: 60px;	
}
	
.description{
	font-size: 10px;
	color: #56522b;
}
.combo{
	width: 1025px;
	margin-left: 30px;	
}

.combo_plate{
	padding-left: 625px;
	}
	
.choice{
	width: 375px;
	color: #bf2126;
		
}
/*End of menu items*/

.map{
	float: right;
	width: 525px;
	margin-right: 15px;	
}

.contactinfo{
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-right: 5px;	
	background-image: url(images/kyoto_logo2.png);
	background-repeat: no-repeat;
	padding-top: 145px;
	padding-left: 45px;
}
.us{
	font-size: 16px;
	margin-bottom: 5px;	
	padding-left: 0px;
}
#footer{
	clear: both;
	background-image: url(images/background_footer.png);
	background-repeat: repeat-x;
	height: 54px;
}	
#footer p{
	padding: 15px 0 0 25px;	
	color: #FFF;
	font-size: 11px;
}
.number{
	float: right;	
	margin-right: 25px;
}
#footer a{
	text-decoration: none;
	color: #fff;	
}
#footer a:hover{
	text-decoration: none;
	color: #bf2126;	
}
