
@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
	font-family: Tahoma;
}
h1,h2,h3,h4,h5{ color:#F63;
	text-align:left;
	font-style:normal}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	text-decoration:none;
	
}

a
{	color:#FC0}
a:visited
{	color:#FC0}

#head
{	height:110px;
	background:#fff;
}
#head1
{	height:110px;
	width:900px;
	margin:0 auto;
	background:#fff;
	text-align:left
}



#disply
{	height:400px;
	background:#006666;
	padding-top:15px
	}
	
#disply1
{	height:385px;
	margin:0 auto;
	width:980px;
	background:#006666;
}

.menubar
{	height:70px;
	background:	#006666;
	min-width:50px;
	float:right;
	border-right:medium solid #F2F2F2;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:10px;
    font-family: Tahoma;
	font-style:normal;
	
}
.menubar:hover
{	height:70px;
	background:	#fff;
	color:#006666;
}


.menubar2
{	height:30px;
	background:	#006666;
	min-width:117px;
	float:left;
	border-right:medium solid #F2F2F2;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:15px;
	font-family: Tahoma;
	font-style:normal
}
.menubar2:hover
{
	background:	##006666;
	color:#000099;
}

#content
{	width:900px;
	min-height:600px;
	margin:0 auto;
}



#chooseLangDiv
{
	font-family: Tahoma;
	width:190px;
	height:120px;
	margin:0 auto;
	background:#000044;
	padding:10px;
	padding-top:25px;
	color:#FFF;
	border-radius:9px;
-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	
	
	}
	
	

#chooseLangDiv:hover
{
	font-family: Tahoma;
	width:190px;
	height:120px;
	margin:0 auto;
	background:#006666;
	padding:10px;
	padding-top:25px;
	color:#FFF;
	border-radius:9px;
-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	
	}
	
	

#miniContentDiv
{
	width:280px;
	min-height:320px;
	margin:0 auto;
	background:#006666;
	padding:10px;
	padding-top:25px;
	color:#FFF;
	border-radius:9px;
-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	
	
	}
	


	
	#miniContentDivLink
{
	width:180px;
	min-height:27px;
	margin:0 auto;
	background:#C00;
	padding:4px;
	padding-top:8px;
	color:#FFF;
	border-radius:9px;
-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	border-color:#FFF;
	border-style:outset;
	border-width:2px;
}

	#miniContentDivLink:hover
{
	width:180px;
	min-height:27px;
	margin:0 auto;
	background:#930;
	padding:4px;
	padding-top:8px;
	color:#FFF;
	border-radius:9px;
-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	border-color:#FFF;
	border-style:outset;
	border-width:2px;
}

#testi
{	width:550px;
	min-height:50px;
	padding:10px;
	margin:0 auto;
	background:#F4FDF4;
	font-style:normal;
-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	font-size:16px;
	color:#000
}


#buynow
{	width:270px;
	min-height:30px;
	padding:10px;
	margin:0 auto;
	background:#F2F2F2;
	font-size:34px;
	 color:#000;
	 font-weight:bold;
	 text-align:center;
	 font-style:normal;
	 padding-top:20px;
	 margin-bottom:-20px;
	 	-moz-border-radius-topright:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-khtml-border-top-right-radius:9px;
	-khtml-border-top-left-radius:9px;
}


#hotelBorder
{	border:thick #CCC solid;
	width:95px;
		height:58;
-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
#hotelBorder2
{	border:thick #CCC solid;
	width:154;
		height:70;
-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

#footer
{	height:220px;
	background:#000;
}
#footer1
{	height:200px;
	width:900px;
	margin:0 auto;
	text-align:left;
	color:#FFF;
	padding-top:20px
}