/* CSS Document 2008 Michal Miksik www.miksikandmiksik.com */
/*=================MAIN START==============*/
* {
padding:0;
margin:0;
}
html {
	background:#757575;
}

body {
	font:13px Myriad, Arial, Helvetica, sans-serif;
	color:#555;
}

a:link {color:#666; text-decoration:none;}
a:visited {color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#666; text-decoration:none;}

p a:link {color:#E51A29; text-decoration:underline;}
p a:visited {color:#E51A29; text-decoration:underline;}
p a:hover {color:#E51A29; text-decoration:underline;}
p a:active {color:#E51A29; text-decoration:underline;}


div.links a:link {color:#666; text-decoration:none;}
div.links a:visited {color:#666; text-decoration:none;}
div.links a:hover {color:#666; text-decoration:none;}
div.links a:active {color:#666; text-decoration:none;}

p {
	line-height:1.3;
	padding:0 0 10px 0;
	margin:0 0 20px 0;	
	border-bottom:1px dotted #143A99;
}

h1 {
	padding:0;
	margin:0 0 5px 0;
	font-size:28px;
	font-weight:normal;
	color:#143A99;
	text-transform:uppercase;
	border-bottom:1px dotted #143A99;
}

h2 {
	margin:0 0 20px 0;
	font-size:13px;
	font-weight:normal;
	color:#E51A29;
}

h3 {
	padding:4px 0 0 28px;
	margin:0 0 5px 0;
	font-size:18px;
	font-weight:normal;
	color:#143A99;
	background:url(../_images/h3_bullet.png) no-repeat 0 0;
}

h4 {
	padding:4px 0 0 28px;
	margin:0 0 5px 0;
	font-size:18px;
	font-weight:normal;
	color:#143A99;
	background:url(../_images/h3_bullet.png) no-repeat 0 0;
}

h5 {
	padding:4px 0 0 28px;
	margin:0 0 5px 0;
	font-size:18px;
	font-weight:normal;
	color:#143A99;
	background:url(../_images/h3_bullet.png) no-repeat 0 0;
}

h6 {
	padding:4px 0 0 28px;
	margin:0 0 5px 0;
	font-size:18px;
	font-weight:normal;
	color:#143A99;
	background:url(../_images/h3_bullet.png) no-repeat 0 0;
}

#wrapper {
	width:920px;
	margin:30px auto;
}

.gallery {text-align:center;background:#EEE;padding:2px;}
.gallery img {height:50px;margin:5px 2px 2px;}
#myMap {width:186px;height:300px;clear:left;}
#myLargeMap {width:448px;height:287px;margin-bottom:20px;}

/*=================MAIN END==============*/

/*=================HEADER START==============*/

#header {
	width:920px;
}

#languagesSwitch {text-align:right;padding-right:10px;margin-bottom:20px;}

#bannerTop {
	width:900px;
	height:78px;
	padding:0 20px 0 0;
	background:url(../_images/banner_top.png) no-repeat 0 0;
	text-align:right;
}

/*======MAIN MENU START======*/
#menuTop ul {
float:left;
width:900px;
height:25px;
padding:0px 10px 0 11px;
margin:0;
list-style-type:none;
background:url(../_images/menu_top_whole_back.png) 0 0;
}

#menuTop ul li a {
float:left;
text-align:center;
font-size:14px;
height:20px;
text-decoration:none;
color:#FFF;
padding:5px 10px 0;
margin:0;
background:url(../_images/menu_top_back.png)  repeat-x 0 0;
border-right:1px solid #284066;
}
#menuTop ul li {display:inline}

#menuTop ul li a:hover {
background:url(../_images/menu_top_back_hover.png) no-repeat 50% 0;
}



/*======MAIN MENU END======*/


/*=================HEADER END==============*/

/*=================CONTENT START==============*/

#content {
	width:870px;
	margin:0;
	padding:0 25px;
	background:url(../_images/content_back.png) repeat-y 0 0;
	overflow:hidden;
}

/*======LEFT COLUMN START======*/

#leftColumn {
	float:left;
	width:186px;
}

#menu {
	width:186px;
}

#content div#menu {
	float:left;
}

#content div#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
} 
#content div#menu ul li a {
	width:151px;
	height:18px;
	display:block;
	font-size:13px;
    margin:0;
	padding:4px 0 0 35px;
	color:#444;
	background:url(../_images/menu_back.png) repeat-y 0 0;
}

#content div#menu ul li a:hover {
	color:#FFF;
	background:url(../_images/menu_hover.png) repeat-y 0 0;
}

#content div#menu ul li.sub a {width:141px;height:14px;display:block;font-size:12px;margin:0;padding:1px 0 3px 45px;color:#777;background:url(../_images/menu_sub_back.png) repeat-y 0 0;}

#content div#menu ul li.sub a:hover {color:#FFF;background:url(../_images/menu_sub_hover.png) repeat-y 0 0;}

/*======LEFT COLUMN END======*/

#contentMain {
	float:left;
	width:450px;
	padding:0 30px;
}

#contentMain img {
	border:1px solid #666;
}

#imageDescription {
	font-size:10px;
	color:#AAA;
	margin:5px 0 10px 0;
}

#rightColumn {
	float:left;
	width:160px;
	margin:10px 0 0 10px;
}

#expedia-column-finder {
    margin-bottom:20px;
}

/*=================CONTENT END==============*/

/*=================FOOTER START==============*/

#footer {
	width:920px;
	height:90px;
	padding:30px 0 0 0;
	background:url(../_images/footer_back.png) no-repeat 0 0;
	text-align:center;
}

div.links {
	width:800px;
	font-size:11px;
	margin:2px auto;
	color:#666;
	line-height:1.3;
}

/*=================FOOTER END==============*/

/*=================HOTELS START==============*/

#expedia-bookings-hotels {margin-bottom:20px;}
#expedia-bookings-hotels h2.product {font-weight:bold;font-size:14px;}
#expedia-bookings-hotels h3 { background:none; padding:0;}
#expedia-bookings-hotels p {margin-bottom:0px;}

/*=================HOTELS END==============*/