body, html, p, div, span, img, table, tr, td, th, ul, ol, li, h1, a{
	padding: 0;
	margin: 0;
	border: 0;
}

html{
	height: 100%;
}

body{
	color: #000;
	font-family: "Trebuchet MS", Georgia, sans-serif, Verdana;
	text-align: center;
	font-size: 12px;
	height: 100%;
	background: #8b784a url('../img/bg.jpg') center center no-repeat;
}


/*
	CONTAINERS
*/

#containerDistance{
	height: 50%;
	width: 1px;
	float: left;
	margin-bottom: -353px;
}

#containerBody{
	width: 926px;
	height: 706px;
	position: relative;
	clear:left;
	margin: 0 auto;
}

#containerMenu{
	width: 926px;
	height: 47px;
	text-align: left;
}

#containerPage{
	width: 926px;
	height: 497px;
}

#containerContentLeft{
	width: 506px;
	height: 497px;
	background: url('../img/sali1.gif') left top no-repeat;
	float: left;


}

#containerContentRight{
	width: 420px;
	height: 497px;
	float: left;
}

#containerContent{
	width: 390px;
	height: 390px;
	background: #fff;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	padding: 15px;
}

#containerContentRightFill1{
	width: 420px;
	height: 37px;
	background: url('../img/imgFill1.gif') left top no-repeat;
}

#containerContentRightFill2{
	width: 420px;
	height: 40px;
	background: url('../img/imgFill2.gif') left top no-repeat;
}

#containerBottom{
	clear: both;
	width: 926px;
	height: 8px;
	background: url('../img/imgBottom.gif') left top no-repeat;
}

#containerFooter{
	width: 926px;
	height: 32px;
	background: url('../img/imgFooter_r.gif') left top no-repeat;
}

/*
	MENU
*/

ul#menuMain,
ul#menuMain li{
	list-style: none;
	display: inline;
}

ul#menuMain li a{
	display: block;
	height: 47px;
	text-indent: -9999px;
	font-size: 0px;
	text-decoration: none;
	float: left;
}

ul#menuMain li#listEtusivu a{
	width: 149px;
	background: url('../img/startsidan.gif') left top no-repeat;
}

ul#menuMain li#listEtusivu a:hover{
	background: url('../img/startsidan_over.gif') left top no-repeat;
}

ul#menuMain li#listTilat a{
	width: 98px;
	background: url('../img/lokaler.gif') left top no-repeat;
}

ul#menuMain li#listTilat a:hover{
	background: url('../img/lokaler_over.gif') left top no-repeat;
}

ul#menuMain li#listCatering a{
	width: 112px;
	background: url('../img/cateringr.gif') left top no-repeat;
}

ul#menuMain li#listCatering a:hover{
	background: url('../img/cateringr_over.gif') left top no-repeat;
}

ul#menuMain li#listMuutpalvelut a{
	width: 184px;
	background: url('../img/andra.gif') left top no-repeat;
}

ul#menuMain li#listMuutpalvelut a:hover{
	background: url('../img/andra_over.gif') left top no-repeat;
}

ul#menuMain li#listAjankohtaista a{
	width: 122px;
	background: url('../img/aktuelt.gif') left top no-repeat;
}

ul#menuMain li#listAjankohtaista a:hover{
	background: url('../img/aktuelt_over.gif') left top no-repeat;
}

ul#menuMain li#listKuvagalleria a{
	width: 144px;
	background: url('../img/bild.gif') left top no-repeat;
}

ul#menuMain li#listKuvagalleria a:hover{
	background: url('../img/bild_over.gif') left top no-repeat;
}

ul#menuMain li#listYhteystiedot a{
	width: 110px;
	background: url('../img/kontakt.gif') left top no-repeat;
}

ul#menuMain li#listYhteystiedot a:hover{
	background: url('../img/kontakt_over.gif') left top no-repeat;
}


/*
	TITLES
*/

h1{
	display: block;
	width: 926px;
	height: 122px;
	background: url('../img/imgTop_r.gif') left top no-repeat;
	text-indent: -9999px;
}

h1 a{
	font-size: 1px;
	text-decoration: none;
	display: block;
	width: 926px;
	height: 122px;
}


/*
	LINKS
*/

a#linkEmail{
	display: block;
	margin-left: 781px;
	width: 145px;
	height: 32px;
	background: url('../img/linkEmail_r.gif') left top no-repeat;
	text-indent: -9999px;
	font-size: 0px;
	text-decoration: none;
}


