
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	        /* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */

        font-family: Arial, sans-serif; 
        font-size: 10pt; 
        color: #3E3D3D; 
        text-align:center;
}

a {
	color:#06d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
        font-size: 17px; 
	margin:1.9em 0 .8em 0;
	padding:0;
	color: #00A2FF;
        text-align:center;
}

h2 {
        font-size: 12pt; 
	margin:.8em 0 .2em 0;
	padding:0;
	color: #00A2FF;
}

h2 a { text-decoration:none; color: #00A2FF;} 


h3 {
        font-size: 10pt; 
	margin:.5em 0 .2em 0;
	padding:0;
	color: #00A2FF;
        text-align:center;
}

h4 {
        font-size: 10pt; 
	margin:2.8em 0 0.7em 0;
	padding:0;
	color: #00A2FF;
}

ul {
	margin: 0;
	padding: 38px 0 0 0;
	list-style: none;
	line-height: 2.0em;
        font-size: 10pt; 
}

p {
	margin:.1em 0 .5em 0;
	padding:0;
}




#fixed {
        margin:0 auto;
        width:960px;                           /* you can use px, em or % */
        text-align:left;
}

/* Header styles */
#header {
	clear:both;
	float:right;
        position:relative;
	width:960px;
        height:130px;
        text-align:center;
	background:#fff;
}

img.logo {
        position:relative;
        float:left;
	margin:0;
	padding: 0;
        border: 0px dashed #fff;

}



/* Menu */
#menu {
	width: 960px;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	background: #0283df;
        border-radius: 5px 5px 0 0;
        border-bottom: 2px solid #f90;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
	height: 39px;
}
#menu a {
	display: block;
	margin-right: 0;
	padding: 13px 34px 3px 49px;
	text-decoration: none;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#menu a:hover {
	text-decoration: underline;
}



/* column container */
.colmask {
	position:relative;	        /* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:82%;			/* right column width */
	background:#fff;	        /* left column background colour */
}
.leftmenu .col1 {
	width:18%;			/* right column content width */
	left:82%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:81%;			/* left column content width (column width minus left and right padding) */
	left:83%;			/* (right column left and right padding) plus (left column left padding) */
}


table, tr, td
{
        border: 0px solid white;
}

table
{
        width:99%;
        border-bottom: 1px dashed #0c97c0;
	padding: 20px 0 15px 0;
}

.accommodation
{
	padding: 23px 0 0 0;
}


#besthotels
{
	padding: 0 0 10px 0;
}


.column2 {
        width:69%;
	margin:.1em 0 .5em 0;
	padding:0;
        text-align:center;
}

.column3 {
        width:15%;
        text-align:right;
	line-height: 1.7em;
	padding: 3px 0 3px 0;
}

.imgborder {
        border: 0px solid white;
}


#more {
	margin: 0 0 0 12em;
	color:#069;
}


#nextpage {
        text-align:center;
	margin: 3.4em 1em 0.2em 0;
}


.vise
{
	margin:0;
	padding:0 0 0 25px;
	list-style:none;
	overflow:auto;
}

.vise li
{
	background: url(vise.gif) 0 15px no-repeat;
	float:left;
	width:31%;
	padding: 0 0 0 5px;
	margin:0;
}

.visee
{
	padding:0 7px;
	display:block;
}

.visez
{
	margin:0;
	padding:0 0 0 25px;
	list-style:none;
	overflow:auto;
}

.visez li
{
	background: url(visez.gif) 0 12px no-repeat;
	float:left;
	width:31%;
	padding: 0 0 0 10px;
        text-align:left;
	line-height: 2.1em;
	margin:0;
}

.visen
{
	margin:0;
	padding:0 0 0 25px;
	list-style:none;
	overflow:auto;
}

.visen li
{
	background: url(visen.gif) 0 12px no-repeat;
	float:left;
	width:31%;
	padding: 0 0 0 10px;
        text-align:left;
	line-height: 2.1em;
	margin:0;
}


/* Footer styles */

#footer {
	clear:both;
        float: left;
        position:relative;
	width: 960px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	background: #0283df;
        border-radius: 0 0 5px 5px;
        border-top: 2px solid #f90;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
        text-align:center;
}
#footer li {
	float: left;
	height: 28px;
}
#footer a {
	display: block;
	margin-left: 17px;
	padding: 5px 120px 7px 120px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
}

#footer a:hover {
	text-decoration: underline;
}


#copy {
	clear:both;
        float:right;
        position:relative;
	width: 960px;
	height: 30px;
	margin: 30px 0 20px 0;
	padding: 0;
        font-family:Verdana,sans-serif;
	font-size: 11px;
        text-align:center;
}

.thumbwrap {
	margin:5px auto;
        width:16%;
	padding: 10px 0 10px 0;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
        padding:5px;
	border:1px solid #0c97c0;
	vertical-align:bottom;
	background:#fff;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:-55px; left:-5px; 
}

