@charset "utf-8";

/* CSS Document */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 

	margin:0;

	padding:0;

}

table {

	border-collapse:collapse;

	border-spacing:0;

}

fieldset,img { 

	border:0;

}

address,caption,cite,code,dfn,em,strong,th,var {

	font-style:normal;

	font-weight:normal;

}

ol,ul {

	list-style:none;

}

caption,th {

	text-align:left;

}

h1,h2,h3,h4,h5,h6 {

	font-size:100%;

	font-weight:normal;

}

q:before,q:after {

	content:'';

}

abbr,acronym { border:0;

}



/* position */

body {

	background-image:url(bg_repeat.jpg);

	background-position:top left;

	background-repeat:repeat-x;

	background-color:#d8d9cd;

	}

	

div#wrapper {

	width:879px;

	text-align:center;

	margin:0 auto;

	}

	

div#header_left {

	width:292px;

	height:81px;

	float:left;

	}

	

div#header_right {

	width:587px;

	height:81px;

	float:left;

	background-image:url(header_right.jpg);

	background-position:left;

	background-repeat:no-repeat;

	}

	

div#search_left {

	width:292px;

	height:248px;

	float:left;

	background-image:url(search_left.png);

	background-position:left;

	background-repeat:no-repeat;

	}

	

div#logo_right {

	width:587px;

	height:211px;

	float:left;

	background-image:url(logo_right.jpg);

	background-position:top;

	background-repeat:no-repeat;

	}

	

div#menu_top {

	width:587px;

	height:38px;

	float:left;

	}

	

.left_side {

	text-align:left;

	font-family:Tahoma;

	font-size:11px;

	color:#555555;

	margin-top:20px;

	float:left;

	}

div#footer {

	width:879px;

	height:55px;

	float:left;

	background-image:url(footer_bg.jpg);

	background-repeat:no-repeat;

	background-position:left top;

	margin-top:10px;

	}

	

div#copyright {

	width:879px;

	height:55px;

	float:left;

	background-image:url(copyright.jpg);

	background-repeat:no-repeat;

	background-position:left top;

	margin-top:10px;

	}

	

/* start style */

	

a.footer-menu, a:link.footer-menu, a:visited.footer-menu {

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#cfcbc2;

	text-decoration:none;

	padding:0px 15px 0px 15px;

	position:relative;

	top:17px;

	}

	

a:hover.footer-menu, a:active.footer-menu {

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#fff;

	text-decoration:underline;

	padding:0px 15px 0px 15px;

	position:relative;

	top:17px;

}

div.hotels_list{
	margin:0 0 0 20px;
}

ul.hotel_links{
	float: left;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 30px 0 0;
}

.hotel_links a{
	color:#000;
}

div.content{
	color: #636363;
	font-family: Tahoma;
	font-size: 12px;
	margin:0 0 0 30px;
	text-align:justify;
	width:500px;
}

div.content p{
	margin:10px 0;
}

div.content h1{
	font-size: 25px;
	margin:10px 0;
}
div.content h2{
	font-size: 22px;
	margin:10px 0;
}
div.content h3{
	font-size: 20px;
	margin:10px 0;
}
div.content h4{
	font-size: 18px;
	margin:10px 0;
}
div.content h5{
	font-size: 16px;
	margin:10px 0;
}
div.content h6{
	font-size: 14px;
	margin:10px 0;
}

ul.hotel_links a,
ul.hotel_links a:link,
ul.hotel_links a:visited{
	background-image:url('../_img/bullet.png');
	background-position:center left;
	background-repeat:no-repeat;
	height:10px;
	padding:0 0 0 20px;
	width:13px;
}

ul.hotel_links a:hover,
ul.hotel_links a:active{
	background-image:url('../_img/bullet_hover.png');
	background-position:center left;
	background-repeat:no-repeat;
	height:10px;
	width:13px;
}
