@charset "utf-8";
@import url('navigation.css');
@import url('reservation_layer.css');

/*
	Foija Restaurant CSS
	Cooper Std Italic is rendered using Cufón by Simo Kinnunen.
*/

body
{
	background: #1a1212 url(../images/body_bg.gif) repeat-x center top;
	margin: 0;
	padding: 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6e0415;
	text-align: center;
}


h1
{
	font-family: "Cooper Std", futura, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: .6em 0;
}

h2
{
	font-family: "Cooper Std", futura, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 .3em;
	padding: 0;
	color: #000;
}

h3
{
	font-size: 12px;
	color: #6e0415;
	font-weight: bold;
	margin: .6em 0;
}

p
{
	margin: .8em 0;
}

a img
{
	border: none;
}

a,
a:link,
a:visited
{
	color: #6e0415;
	text-decoration: underline;
}

a:hover,
a:active
{
	color: #a01b33;
	text-decoration: underline;
}






/* Basic structure */

#outer_wrapper
{
	width: 988px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/logo.png) no-repeat left top;
}

#wrapper
{
	text-align:center;
	width: 980px;
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/main_bg.gif) repeat;
}

#body
{
	text-align: left;
	clear: both;
	width: 980px;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	position: relative;
	bottom: -24px; /* Fancy stuff... must be twice the offset of the wrapper */
	margin: 0;
	padding: 0 0 94px;
	background: transparent url(../images/content_bg.gif) no-repeat left bottom;
}

#left_col
{
	margin-top: 0;	
	width: 195px;
	float:left;
	display:inline;
}

#right_col
{
	width: 785px; /* 195+785=980*/
	float:left;
}

#topbar
{
	background: transparent url(../images/topbar.gif) no-repeat left top;
	height: 60px;
	margin: 0;
}

#topline
{
	padding: 15px 0 15px 210px;
	height: 19px;
}

* html #topline
{
	padding: 15px 0 15px 20px;
}

#topline,
#topline a
{
	color:#978e86;
	text-decoration:none;
	text-align:left;
}

#topline a:hover
{
	color:#978e86;
	text-decoration:underline;
	text-align:left;
}

#topbar h1
{
	display:inline;
	float: left;
	width: 165px;
	height: 60px;
	margin: 0 0 0 20px;
	overflow: hidden;
}

#topbar h1 a,
#topbar h1 a:link,
#topbar h1 a:visited,
#topbar h1 a:hover,
#topbar h1 a:active
{
	display: block;
	width: 170px;
	height: 60px;
}

#bottomline
{
	background:url(../images/bottomline.png) no-repeat top left;	
	height: 10px;
}

#reservations
{
	background:url(../images/reservations_fi.png);
	height: 115px;
	position:relative;
	top:-118px;
}

#reservations_sv
{
	background:url(../images/reservations_sv.png);
	height: 115px;
	position:relative;
	top:-118px;
}

#reservations_en
{
	background:url(../images/reservations_en.png);
	height: 115px;
	position:relative;
	top:-118px;
}

#reservations h2, #reservations_sv h2, #reservations_en h2
{
	display:inline;
	width: 165px;
	height: 150px;
	margin: 150px 0 0 10px;
	overflow: hidden;
}

#reservations h2 a,
#reservations h2 a:link,
#reservations h2 a:visited,
#reservations h2 a:hover,
#reservations h2 a:active,
#reservations_sv h2 a,
#reservations_sv h2 a:link,
#reservations_sv h2 a:visited,
#reservations_sv h2 a:hover,
#reservations_sv h2 a:active,
#reservations_en h2 a,
#reservations_en h2 a:link,
#reservations_en h2 a:visited,
#reservations_en h2 a:hover,
#reservations_en h2 a:active
{
	display: block;
	height: 90px;
}


#newsletter
{
	background:url(../images/newsletter_bg.gif) no-repeat top right #cacaca;
	font-size:12px;
	padding: 9px 14px 14px 14px;
	color:#4c4c4c;
	width:139px; /*167+border4*/
	float:left;
	border:solid #000 4px;
	margin: 10px 0 10px 10px;
	text-align:left;
}

#maincon_rightcol {
	float: left;
	width: 755px;	
	border:solid #000 4px;
	margin: 5px 0 10px 5px;
	background: #fff;
	color: #333;
}

ul#navi
{
	display:inline;
	float:left;
	width: 179px;
	height: 230px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	background:url(../images/main_bg.gif) repeat;
}

ul#navi li
{
	display:inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 179px;
}

ul#navi li a,
ul#navi li a:link,
ul#navi li a:visited,
ul#navi li a:hover,
ul#navi li a:active
{
	display: block;
	cursor: pointer;
	height: 28px;
	width: 179px;
	line-height: 28px;
}

li#navitem_1,
li#navitem_1 a,
li#navitem_1 a:link,
li#navitem_1 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat left top;
}

li#navitem_1.active a,
li#navitem_1.active a:link,
li#navitem_1.active a:visited,
li#navitem_1 a:hover,
li#navitem_1 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px 0;
}

li#navitem_2,
li#navitem_2 a,
li#navitem_2 a:link,
li#navitem_2 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat 0 -28px;
}

li#navitem_2.active a,
li#navitem_2.active a:link,
li#navitem_2.active a:visited,
li#navitem_2 a:hover,
li#navitem_2 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px -28px;
}

li#navitem_3,
li#navitem_3 a,
li#navitem_3 a:link,
li#navitem_3 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat 0 -56px;
}

li#navitem_3.active a,
li#navitem_3.active a:link,
li#navitem_3.active a:visited,
li#navitem_3 a:hover,
li#navitem_3 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px -56px;
}

li#navitem_4,
li#navitem_4 a,
li#navitem_4 a:link,
li#navitem_4 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat 0 -84px;
}

li#navitem_4.active a,
li#navitem_4.active a:link,
li#navitem_4.active a:visited,
li#navitem_4 a:hover,
li#navitem_4 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px -84px;
}

li#navitem_5,
li#navitem_5 a,
li#navitem_5 a:link,
li#navitem_5 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat 0 -112px;
}

li#navitem_5.active a,
li#navitem_5.active a:link,
li#navitem_5.active a:visited,
li#navitem_5 a:hover,
li#navitem_5 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px -112px;
}

li#navitem_6,
li#navitem_6 a,
li#navitem_6 a:link,
li#navitem_6 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat 0 -140px;
}

li#navitem_6.active a,
li#navitem_6.active a:link,
li#navitem_6.active a:visited,
li#navitem_6 a:hover,
li#navitem_6 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px -140px;
}

li#navitem_7,
li#navitem_7 a,
li#navitem_7 a:link,
li#navitem_7 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat 0 -168px;
}

li#navitem_7.active a,
li#navitem_7.active a:link,
li#navitem_7.active a:visited,
li#navitem_7 a:hover,
li#navitem_7 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px -168px;
}

li#navitem_8,
li#navitem_8 a,
li#navitem_8 a:link,
li#navitem_8 a:visited
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat 0 -196px;
}

li#navitem_8.active a,
li#navitem_8.active a:link,
li#navitem_8.active a:visited,
li#navitem_8 a:hover,
li#navitem_8 a:active
{
	background: transparent url(../../../stc/foija/images/navitems.gif) no-repeat -179px -196px;
}






/* Content */

#content
{
	width: 765px;
	height: auto !important;
	min-height: 268px;
	float: left;
	background: url(../images/main_bg.gif) repeat;
	margin: 0 0 0 5px;
	padding: 4px;
	text-align:left;
}

#content #kuvakoriste
{
	background: url(../images/kuvakoriste.gif) no-repeat top left;
	height:29px;
}

#main_content
{
	width: 736px;
	float: left;
	margin: 10px 5px 10px 0;
	padding: 10px;
	background: #fff;
	border:solid #121212 4px;
	min-height:292px;
	text-align:left;
}


#content_head
{
	color: #6d6d6d;
	margin: 0 0 15px 0;
	background: none;
	height:21px; /*total 51px*/
	width:710px; /*total 747*/
	font-size:16px;
	font-weight:bold;
}


#content_body
{
	margin: 0px;
	overflow: auto;
}



/* Home page */
#home #content
{
	float: left;
	width: 770px;
	margin: 0;
	background-color: transparent;
	color:#4c4c4c;
	border: none;
	height: auto !important;
	min-height: 300px;
}

#home_left
{
	display: inline;
	width: 240px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: #fff url(../images/nosto_bg.gif) repeat-x bottom;
	border:solid #000 4px;
	height:210px; /*pic height 210px */
}

#home #content .nostotekstit
{
	background: url(../images/nosto_bg.png) no-repeat;
	height: 59px;
	margin-top:-3px; /* -62px; käytössä jos bannerikuvat jatkuu pohjalle asti */
	position:relative;
	z-index:9999;
}

#home #content .text
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e2c393;
	padding: 10px 5px 0 65px;
	margin: 0;
}

#home #content .text2
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 0px 5px 0 65px;
	margin: 0;
}

#home_center
{
	display: inline;
	width: 240px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
	background: #fff url(../images/nosto_bg.gif) repeat-x bottom;
	border:solid #000 4px;
	height:210px;
}

#home_right
{
	display: inline;
	width: 240px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	background: #fff url(../images/nosto_bg.gif) repeat-x bottom;
	border:solid #000 4px;
	height:210px;
}


/* Menú page */

#menu_maincon_rightcol
{
	float: left;
	width: 760px;	
}

#menu_content_head
{
	color: #fff;
	margin: 5px 0 15px 5px;
	background: #9fa709 url(../images/content_ruokalista_bg.jpg) no-repeat right bottom;
	height:21px; /*total 51px*/
	padding: 15px 15px 15px 10px;
	width:720px; /*total 747*/
	font-size: 15px;
}

#menu_content
{
	color: #000;
/*	margin: 5px 0 15px 5px;*/
	background: #fff;
	padding: 15px 5px 15px 5px;
	width:742px; /*total 747*/
}

#menu .menu_list_title
{
	background: #5b0505;
}

.menuTitle
{
	color: #e2c393;
	padding: 0 0 0 30px;
	font-size: 15px;
	font-weight:normal;
	overflow:visible;
	background: url(../images/bg_menutitle.gif) no-repeat left -5px;
	height: 18px;
}


.menu_list_item
{
	background: #5b0505;
}

.menu_list_item_1
{
	background:#5b0505;
}

.menu_list_item_2
{
	background:#323232;
}

.menu_list_item_3
{
	background:#612727;
}

.title
{
	color: #a2a2a2;
	font-weight:bold;
}

.description
{
	color: #a2a2a2;
}

.price
{
	color: #fefefe;
	font-weight:bold;
}

#merkkien_selitykset
{
	float:right;
	color: #909090;
	margin: 2px 20px 2px 5px;
	font-size: 11px;
	text-align:right;
	text-decoration:none;
}

div#merkkien_selitykset_toggle
{
	width: 134px;
	height:80px;
	padding: 10px;
	background:transparent url(../images/selitykset_tooltip.png) no-repeat;
	z-index: 1000;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

div#merkkien_selitykset_toggle_sv
{
	width: 134px;
	height:80px;
	padding: 10px;
	background:transparent url(../images/selitykset_tooltip_sv.png) no-repeat;
	z-index: 1000;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

div#merkkien_selitykset_toggle_en
{
	width: 134px;
	height:80px;
	padding: 10px;
	background:transparent url(../images/selitykset_tooltip_en.png) no-repeat;
	z-index: 1000;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#menu #reservations
{
	background:none;
}




#mainpic
{
	border: solid #3e3e3e 1px;
	width: 762px;
	height: 200px;
}


#footer
{
	height: 10px;
	clear: both;
	background: url(../images/main_bg.gif) repeat #3e3e3e;
	border-top: solid #3e3e3e 3px;
	color:#9e9e9e;
	font-size:11px;
	padding-top:15px;
	padding-bottom:15px;
	margin: 0px 20px 0 10px;
}

* html #footer 
{
	margin: 0 15px 0 5px;
}

#footer p
{
	margin: 0;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active
{
	text-decoration:none;
	color:#9e9e9e;
}

#footer a:hover
{
	text-decoration:underline;
}

.ir
{
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}








/* Navigo specific styles */

/* NAVIGO DEFAULT TABLE */

.u4-table-default
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.u4-table-default-header
{
	background-color: #965d29;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding: 4px 5px;
	border: none;
	border-bottom: 1px solid #fdf2e2;
	border-right: 1px solid #fdf2e2;
}

.u4-table-default-header2,
.u4-table-default-even,
.u4-table-default-odd
{
	background-color: #E2BF8B;
	vertical-align: top;
	text-align: left;	
	border-bottom: 1px solid #fdf2e2;
	border-right: 1px solid #fdf2e2;
	padding: 2px 5px;
}

.u4-table-default-odd
{
	background-color: #f4d7a0;
}

/* Table w/o header row */

.u4-table-noheader
{
	border-top: 1px solid #fccb83;
	border-bottom: 1px solid #fccb83;
	border-collapse: separate;
	border-spacing: 1px 1px;
	margin: 0;
	padding: 0;
}

.u4-table-noheader-header
{
	background-color: #E2BF8B;
	vertical-align: top;
	text-align: left;
	padding: 4px 5px;
	border: none;
}

.u4-table-noheader-header2,
.u4-table-noheader-even,
.u4-table-noheader-odd
{
	background-color: #f4d7a0;
	vertical-align: top;
	text-align: left;	
	padding: 2px 5px;
	border: none;
}

.u4-table-noheader-odd
{
	background-color: #E2BF8B;
}


/* Table w/o header and zebra stripes */

.u4-table-paste
{
	border-left: 10px solid #5b0505;
	border-collapse: collapse;
	border-spacing: 1px 1px;
	margin: 0;
	padding: 0;
}

.u4-table-paste-header
{
	background-color: #323232;
	vertical-align: top;
	text-align: left;
	padding: 4px 5px;
	border: none;
	color:#a2a2a2;
}

.u4-table-paste-header2,
.u4-table-paste-even,
.u4-table-paste-odd
{
	background-color: #323232;
	vertical-align: top;
	text-align: left;	
	padding: 2px 5px;
	border: none;
	color:#a2a2a2;
}


/* UNSTYLED TABLE */

.u4-table-unstyled-header,
.u4-table-unstyled-header2,
.u4-table-unstyled-even,
.u4-table-unstyled-odd
{
	vertical-align: top;
	text-align: left;
}

/* TABLE CELL STYLES */

.u4-table-default-left
{
	text-align: left;
	padding: 4px 5px;
	border-bottom: 1px solid #fdf2e2;
	border-right: 1px solid #fdf2e2;
}

.u4-table-unstyled-left
{
	text-align: left;
}

.u4-table-default-right
{
	text-align: right;
	padding: 4px 5px;
	border-bottom: 1px solid #fdf2e2;
	border-right: 1px solid #fdf2e2;
}

.u4-table-unstyled-right
{
	text-align: right;
}

.u4-table-paste-hinta {
	background: #612727;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

/*  bullet-listakohtien valeista ylimaaraiset marginaalit pois */

ul p.MsoNormal { margin-top:2px; margin-bottom: 2px; }
ul p { margin-top:2px; margin-bottom: 2px; }

.textInputTd, .selectInputTd, .senderInputTd{
    width : 183px;
}


#standard_content_head
{
	font-family: "Cooper Std", futura, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 .3em;
	padding: 0;
	color: #000;
}




#searchform
{
	display:inline;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 250px;
	float:right;
}

#searchform a,
#searchform a:link,
#searchform a:visited
{
	color: #fff;
	text-decoration: none;
}

#searchform a:hover,
#searchform a:active
{
	color: #fff;
	text-decoration: underline;
}

#searchform input
{
	vertical-align: middle;
}

#searchform input.textinput
{
	height:16px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #8c8c8c;
	background:url(../images/searchbox_bg.gif) no-repeat left top;
	border: 1px solid #3e3e3e;
	padding: 2px 0 0 2px;
/*	width: 173px;
	margin: 0 5px 0 10px;*/
}


hr 
{
	size: 1px;
}


/* Google map */

#mapLayer
{
	width: 390px;
	height: 390px;
	position: absolute;
	z-index: 1000;
	display: none;
	border: 4px solid #4c3927;
	padding: 0;
	text-align: left;
	background: #4c3927;
}

#mapLayer a,
#mapLayer a:link,
#mapLayer a:visited,
#mapLayer a:hover,
#mapLayer a:active
{
	display: block;
	float: right;
	padding: 1px 1px 3px 0;
	cursor: pointer;
	color:#CCC;
	text-decoration:none;
}

#mapView a,
#mapView a:link,
#mapView a:visited,
#mapView a:hover,
#mapView a:active
{
	display: inline;
	float: none;
	padding-right: 0;
	background-image: none;
}

#mapView
{
	width: 390px;
	height: 370px;
	float: left;
	display:block;
	background: #fff;
}

