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: 781px;
	height: 32px;
	background: url('../img/imgFooter_f.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: 114px;
	background: url('../img/fra1.gif') left top no-repeat;
}

ul#menuMain li#listEtusivu a:hover{
	background: url('../img/frah1.gif') left top no-repeat;
}

ul#menuMain li#listTilat a{
	width: 120px;
	background: url('../img/fra2.gif') left top no-repeat;
}

ul#menuMain li#listTilat a:hover{
	background: url('../img/frah2.gif') left top no-repeat;
}

ul#menuMain li#listCatering a{
	width: 127px;
	background: url('../img/fra3.gif') left top no-repeat;
}

ul#menuMain li#listCatering a:hover{
	background: url('../img/frah3.gif') left top no-repeat;
}

ul#menuMain li#listMuutpalvelut a{
	width: 176px;
	background: url('../img/fra4.gif') left top no-repeat;
}

ul#menuMain li#listMuutpalvelut a:hover{
	background: url('../img/frah4.gif') left top no-repeat;
}

ul#menuMain li#listAjankohtaista a{
	width: 100px;
	background: url('../img/fra5.gif') left top no-repeat;
}

ul#menuMain li#listAjankohtaista a:hover{
	background: url('../img/frah5.gif') left top no-repeat;
}

ul#menuMain li#listKuvagalleria a{
	width: 104px;
	background: url('../img/fra6.gif') left top no-repeat;
}

ul#menuMain li#listKuvagalleria a:hover{
	background: url('../img/frah6.gif') left top no-repeat;
}

ul#menuMain li#listYhteystiedot a{
	width: 164px;
	background: url('../img/fra7.gif') left top no-repeat;
}

ul#menuMain li#listYhteystiedot a:hover{
	background: url('../img/frah7.gif') left top no-repeat;
}


/*
	TITLES
*/

h1{
	display: block;
	width: 926px;
	height: 122px;
	background: url('../img/imgTop_f.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_f.gif') left top no-repeat;
	text-indent: -9999px;
	font-size: 0px;
	text-decoration: none;
}


