html{
    height: 100%;
    background: #2d2cbbf;
}
body{
    background-position: 0% 0%;
    height: 100%; 	
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #3d3d3d;
    padding-top: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6ab9c), to(#d2cbbf));
    background-color: #d2cbbf;
    background-repeat: repeat;
    background-attachment: scroll;
}
p{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
.clear{
    clear: both;
}
a{
    color: #A71D46;
    text-decoration: none;	
}

a:hover{
    color: #3D3D3D;
}
#page-wrap{
    width: 864px;
    margin: 0 auto 0 auto;
    position:relative;
    background-color: #fff;
    padding: 62px 0 48px 38px;
}
header{
    height: 55px;
}
#logo{
    float: left;
    width: 159px;
}
#logo a{
    width: 170px;
    height: 58px;
    margin-top: -10px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    display: block;
    text-indent: -99999px;
}
#logo a:hover{
    background-image: url('../images/logo1.png');
    margin-top: -15px;
    -webkit-transform:scale(1.1) translateZ(0);
    -moz-transform:scale(1.1) translateZ(0);
    -o-transform:scale(1.1) translateZ(0);
    -webkit-transform:scale(1.1) translateZ(0);
    -moz-transform:scale(1.1) translateZ(0);
    -o-transform:scale(1.1) translateZ(0);
    -ms-transform:scale(1.1) translateZ(0);
    -webkit-transform:scale(1.1) translateZ(0);
    -moz-transform:scale(1.1) translateZ(0);
    -o-transform:scale(1.1) translateZ(0);
    -ms-transform:scale(1.1) translateZ(0);
    transform:scale(1.1) translateZ(0)
}

ul#main-nav{
    float: left;
    padding-top: 12px;
    margin-left: -35px;
    list-style-type: none;
}
ul#main-nav li{
    float: left;
}

ul#main-nav li a{
    padding: 2px 15px;
    display: block;
    color: #3d3d3d;
    text-decoration: none;
    font-weight: bold;
    font-size: 20pt;   
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul#main-nav li a:hover{
    font-size:35px;
    -webkit-transform:scale(1.1) translateZ(0);
    -moz-transform:scale(1.1) translateZ(0);
    -o-transform:scale(1.1) translateZ(0);
    -webkit-transform:scale(1.1) translateZ(0);
    -moz-transform:scale(1.1) translateZ(0);
    -o-transform:scale(1.1) translateZ(0);
    -ms-transform:scale(1.1) translateZ(0);
    -webkit-transform:scale(1.1) translateZ(0);
    -moz-transform:scale(1.1) translateZ(0);
    -o-transform:scale(1.1) translateZ(0);
    -ms-transform:scale(1.1) translateZ(0);
    transform:scale(1.1) translateZ(0)
}
ul#main-nav li.currentlist_item a,ul#main-nav li a:hover{
    color: #a71d46;
}
.banner{
    background-repeat:no-repeat;
    margin-left:-38px;
    width:914px;
    margin-bottom: 30px;
}
#banner-home{
    background-image:url("../images/ramen.png");	
    height:287px;
}
#banner-foodcamera{

    background-image:url("../images/asset_image3.png");	
    height:200px;
    margin-left: -10px;
}
#banner-large #banner-text p{
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
    left:45px;
    line-height:36px;
    position:relative;
    top:63px;
    width:397px;
    text-shadow: 1px 2px 1px #000;
}

/*--------STYLE FOR CONTENT----------*/
#main-content{
    float:left;
    margin-right:32px;
    width:864px;
}
.col-content{
    width: 250px;
    float: left;
    padding: 5px 32px 0 0;
    margin-bottom: 25px;
}
.col-content h2{
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 900;
    margin-top:-30px;
}
#main-content a{
    text-decoration: underline;
    color: #A71D46;
    position:relative;
}
#main-content a:hover{
    top: 1px;
    color: #3D3D3D;	
}
#left-content{
    border-right: 1px solid #B9B9B9;
    margin-right: 18px;
}
#left-content p{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
#left-content li{
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
}
#left-content a{
    font-size: 30px;
    font-weight: 900;
    color:#00ff00;
}

/*
#left-content h2{
    font-size: 24px;
    font-weight:900;
    font-family:Impact;
}
*/

#center-content{
    border-right: 1px solid #B9B9B9;
    margin-right: 18px;
}
#center-content p{
    font-size: 20px;
    line-height: 150%;
    font-weight:bold;
}
#center-content li{
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
}

#right-index-content{
    padding-right: 0px;
}
#right-index-content p{
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
}
#right-index-content a{
    font-size: 30px;
    font-weight: 900;
    color:#0000ff;
}
#right-index-content li{
    font-size: 20px;
    font-weight: 800;
    margin-top: -40px;
    line-height: 350%;
}

#left-gallery-content{
    border-right: 1px solid #B9B9B9;
    margin-right: 18px;
}
#left-gallery-content h2{
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 900;
    margin-top:-20px;
    margin-left:20px;
}
#left-gallery-content p{
    font-size: 25px;
    line-height: 100%;
    font-weight: bold;
    margin-left:20px;
}
#right-gallery-content{
    width: 400px;
    padding-right: 0px;
}
#right-gallery-content h2{
    font-size:25px;
    line-height:250%;
}
.reviews{	
	background-color: #e9ebe6;
	padding: 17px 23px 5px 23px;
	position:relative;
	font-size: 12px;
	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;
	border-radius: 10px;
}
#bottom-reviews{
	width: 565px;
}
.reviews p{
	font-size: 12px;
}
.reviews a{
	color: #3D3D3D;	
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.reviews a:hover{
	color: #A71D46;
}
.reviews span{	
	color: #a71d46;
	font-weight:bold;	
	display: block;
}
#bottom-reviews span{
	float:left;
	margin-right: 20px;
	width: 121px;
}
#bottom-reviews ul{
	width: 424px;
	float:left;
	position:relative;
}
/*-----FOOTER STYLES-----*/
footer{
	color:#3e3a2f;
	margin:0 auto 20px;
	padding:15px 0;
	position:relative;
	text-align:center;
	width:902px;
}
footer p{
	font-size: 12px !important;
}
footer a{
	color: #3e3a2f;
	text-decoration: underline;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 1px;
}
footer a:hover{
	background-color: #a71d46;
	color: #fff;
	text-decoration: none;
}
/*----------STYLES FOR PAGE------------*/
#banner-small #banner-text p{
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	left:45px;
	line-height:36px;
	position:relative;
	top:15px;
	width:397px;
	text-shadow: 1px 2px 1px #000;
}
#image-table{
    border-top:1px solid #B9B9B9;
    padding-top: 25px;
}
#middle-content{
    border-top:1px solid #B9B9B9;
    padding-top: 25px;
}
img.image-left{
    float: left;
    margin: 0 15px 15px 0;
}
img.image-right{
    float: right;
    margin: 0 0 15px 15px;
}
#sidebar-reviews{
    width: 165px;
    text-align: center;
    float:left;
    margin-top:68px;
    position:relative;
}
#sidebar-reviews span{
    margin-bottom: 15px;
    font-size: 18px;
}
#sidebar-reviews img{
    display: block;
    margin: 0 auto 5px auto;
}

/* PAGE NUMBER */
ul#page-number {
   text-align: center;
}
ul#page-number li {
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 10px;
}
ul#page-number li a {
    color: #3d3d3d;
}
ul#page-number li.current-page {
    /*background-color: #fff2cc;*/
    color: #FFFFFF;
    font-weight: bold;
}


/* DETAIL */
#detail{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto
}
#detail ul{
    margin-left:-40px;
}
ul#main-detail img,img a{
    background-color: #FFF;
    border: 5px solid #B9B9B9;
   /* padding: 1px;*/
}

#detail li{
    display: block;
    float: left;
    width: 400px;
    padding: 0
}

table.table-detail {
/*    width: 400px;
    margin-left: 0;*/
    margin-left: auto;
    margin-right:auto;
    border:5px solid #663300;
    border-collapse: collapse;
    border-spacing:0;
    background-color:#FFDAB9;
}
.table-detail th{
    border-right:5px solid #663300;
    border-bottom:5px solid #663300;
    color:#330000;
    background-color:#D2691E;
    padding:0.3em 1em;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
.table-detail td{
    border-bottom:5px solid #663300;
    padding:0.3em 1em;
    font-size:18px;
    font-weight:bold;
}
.table-detail td.table-font-small {
    font-size:15px;
    font-weight:bold;
}

/*
#detail li a img{
    display:block;
    width:260px;
    height:130px;
    border:10px solid #E0E0E0;
    margin:0;
    padding:0;
    -webkit-transition:all 1s ease-out;
    -moz-transition:all 1s ease-out;
    -o-transition:all 1s ease-out;
    -ms-transition:all 1s ease-out;
    transition:all 1s ease-out
}
#detail li a:hover img{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border-color:#B4B4B4;
    -webkit-transition:all 1s ease-out;
    -moz-transition:all 1s ease-out;
    -o-transition:all 1s ease-out;
    -ms-transition:all 1s ease-out;
    transition:all 1s ease-out
}
*/

/* MAP */
/*
#map {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto
}
*/

#map_canvas {
    width: 820px;
    height: 500px;
    margin-top: -570px;
    background-color: #FFF;
    border: 5px solid #B9B9B9;
    padding: 1px;
}
#page-wrap-map{
    width: 864px;
    height: 650px;
    margin: 0 auto 0 auto;
    position:relative;
    background-color: #fff;
    padding: 62px 0 48px 38px;
}

#page-wrap-map1{
    width: 864px;
    height: 0px;
    margin: 0 auto 0 auto;
    position:relative;
    background-color: #fff;
    padding: 22px 0 0 38px;
    z-index:0;
}

#page-wrap-map2{
    width: 864px;
    margin: -20px auto 0 auto;
    position:relative;
    background-color: #fff;
    padding: 2px 0 40px 38px; /* top right buttom left*/
    z-index:0;
}
/*
#page-wrap-map2 p{
    width: 200px;
    margin-left: 100px;
}
*/
#map-pan-button p{
    margin-top: -50px;
    z-index:2;
}

table.table-map {
    float: right;
/*    width: 400px;
    margin-left: 0;*/
    margin-left: auto;
    margin-right:20px;
/*    margin-top: -400px;*/
    border:5px solid #663300;
    border-collapse: collapse;
    border-spacing:0;
    background-color:#FFDAB9;
}
.table-map th{
    border-right:5px solid #663300;
    border-bottom:5px solid #663300;
    color:#330000;
    background-color:#D2691E;
    padding:0.3em 1em;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
.table-map td{
    border-bottom:5px solid #663300;
    padding:0.3em 1em;
    font-size:18px;
    font-weight:bold;
}
.table-map td.table-font-small {
    font-size:15px;
    font-weight:bold;
}

span.mapinfo a img{
    height: 100px;
    background-color: #FFF;
    border: 4px solid #B9B9B9;
}    
span.mapfont {
    font-size:14pt;
    color:#rrbbgg;
}
/*

#map_canvas {
    float :left;
    width: 700px;
    height: 350px;
    margin-top: -300px;
    margin-left:100px;
}
#page-wrap-map{
    width: 864px;
    height:400px;
    margin: 0 auto 0 auto;
    position:relative;
    background-color: #fff;
    padding: 62px 0 48px 38px;
}
#page-wrap-map2{
    width: 864px;
    margin: 0 auto 0 auto;
    position:relative;
    background-color: #fff;
    padding: 62px 0 48px 38px;
    margin-top: -20px;
}
*/

