@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-color:#e9e8d3;

	}



div#wrapper {

	width:867px;

	margin:0 auto;

	text-align:center;

	background-color:#e9e8d3;

	}

	

div#header_left{

	width:291px;

	height:190px;

	float:left;

	}

	

div#header_right{

	width:576px;

	height:190px;

	float:left;

	background-image:url(header_right.jpg);

	background-position:left;

	background-repeat:no-repeat;

	}

	

div#menu_top {

	width:867px;

	height:46px;

	margin:0px;

	padding:0px;

	background-image:url(menu_top.jpg);

	background-position:left;

	background-repeat:no-repeat;

	float:left;

	}

	

div#left_side {

	width:291px;

	background-color:#FFFFFF;

	float:left;
	
	height:1053px;

	}

	

div#right_side{

	width:576px;

	float:left;
	
	height:1053px;

	background-image:url(right_side_main_repeat.jpg);

	background-position:top;

	background-repeat:repeat-y;

	}

	

div#search {

	width:576px;

	height:142px;

	float:left;	

	background-image:url(search.jpg);

	background-position:left;

	background-repeat:no-repeat;

	}

	

div#right_side_hotels_list {

	width:576px;

	height:112px;

	background-image:url(right_side_hotels_list.jpg);

	background-position:top;

	background-repeat:no-repeat;

	}

	

div#footer {

	width:867px;

	height:30px;

	background-image:url(footer_menu.jpg);

	background-repeat:repeat-y;

	background-position:top;

	float:left;

	}

	

div#copyright {

	width:855px;

	height:39px;

	background-image:url(copyright.jpg);

	background-repeat:no-repeat;

	background-position:top;

	float:left;

	text-align:center;

	}

	

/* end position */



/* start style */

ul.hotels_list {

	display: block;
    float: left;
    padding: 38px 0 10px 20px;
    text-align: left;
    width: 170px;

	}

ul.hotels_list li {

	}

	

ul.hotels_list a {

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

	font-size:11px;

	color:#000000;

	text-decoration:none;

	padding-left:12px;

	background-image:url(list_circle.jpg);

	background-position:left;

	background-repeat:no-repeat;

	}

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

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

	font-size:11px;

	color:#41441d;

	text-decoration:none;

	padding:0px 15px 0px 15px;

	}

	

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

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

	font-size:11px;

	color:#41441d;

	text-decoration:underline;

	padding:0px 15px 0px 15px;

	}
