img, div { behavior: url(../iepngfix.htc) }
body{
	font-family: Verdana,Arial,sans-serif; font-size: 12px;
	text-align:center;
	margin:0px;
	padding:0px;
	background:url(../bg/bg.jpg) repeat-x;
	background-color: #663300;
	
}
#header{
	padding-top:0px;
	margin-top:0px;
	background-image: url(../bg/header.jpg);
	background-repeat:repeat-x;
	height:150px;
	width:100%;
	border-bottom:1px solid black;
	
}
#centerHeader{
	text-align:left;
	margin:0px auto;
	width:1000px;
}
#content{
	text-align:left;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
	background:url(../bg/content_BG.jpg) repeat;
}
#content #justifier{
	padding:20px;
}
img.flag{
	margin-top:22px;
	cursor:pointer;
}
a{
	color:black;
}
a.mail{
	background:url(../bg/mail.png) no-repeat scroll left top;
	padding-left:20px;
}

/*NAVIGOINTI*/
#nav{
	position:relative;
	padding-left:120px;
	float:left;
	margin:0;
	padding-top:0px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#nav li{
	height:50px;
	overflow:hidden;
	display:inline;
	list-style: none;
	float:left;
}
#nav li a {
/*korjaa IE Bugin */
display: block;
/*Bugissa teksti näkyi linkin takaa ja kuva vuoti yli */
float:left;
height:0;
overflow:hidden;
padding-top:50px;
width:100px;
}
#nav li a#toHome{background:url(../bg/home.png) no-repeat;}
#nav li a#toNews{background:url(../bg/news.png) no-repeat;}
#nav li a#toRoom{background:url(../bg/rooms.png) no-repeat;}
#nav li a#toReserver{background:url(../bg/reserver.png) no-repeat;}
#nav li a#toRestaurant{background:url(../bg/restaurants.png) no-repeat;}
#nav li a#toContact{background:url(../bg/contacts.png) no-repeat;}



#nav li a#toHome:hover{background-position: 0 -50;}
#nav li a#toNews:hover{background-position: 0 -50;}
#nav li a#toRoom:hover{background-position: 0 -50;}
#nav li a#toReserver:hover{background-position: 0 -50;}
#nav li a#toRestaurant:hover{background-position: 0 -50;}
#nav li a#toContact:hover{background-position: 0 -50;}

#nav li a#toHomeSelected{background:url(../bg/home.png) no-repeat;background-position: 0 -50;}
#nav li a#toNewsSelected{background:url(../bg/news.png) no-repeat;background-position: 0 -50;}
#nav li a#toRoomSelected{background:url(../bg/rooms.png) no-repeat;background-position: 0 -50;}
#nav li a#toReserverSelected{background:url(../bg/reserver.png) no-repeat;background-position: 0 -50;}
#nav li a#toRestaurantsSelected{background:url(../bg/restaurants.png) no-repeat;background-position: 0 -50;}

#nav li a#toContactSelected{background:url(../bg/contacts.png) no-repeat;background-position: 0 -50;}
/*VIRTUAL HOTEL*/

#virtualHotel{
	border-top:2px solid black;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	height:300px;
	/*background:url(bg/content_BG.jpg) repeat;*/
	
	
}
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: black;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
}
.fisheyeContainter
{
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}
/*dialog laajennus*/
#miniInfo{
}

#dialogUl{
	margin:0;
	padding:0;
	list-style: none
}
#dialogUl li{
	padding-left:4px;
	margin-top:6px;
	background:url(../bg/dialogBG.png) repeat;
	border:1px solid black;
	text-align:left;
	width:300px;
	cursor: pointer;
	color:rgb(191,191,191);
	
}
.dialogLink{
	cursor:pointer;
	text-decoration: underline;
}