@charset "utf-8";

/* CSS Document */



* { behavior: url(iepngfix.htc); }



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.jpg);

	background-position:top center;

	background-repeat:no-repeat;

	background-color:#cfceba;

	}

	

div#wrapper {

	width:842px;

	text-align:center;

	margin:0 auto;

	position:relative;

	left:56px;

	}

	

div#header_left {

	width:264px;

	height:117px;

	float:left;

	}

	

div#header_right {

	width:576px;

	height:117px;

	background-image:url(header_right.jpg);

	background-position:left;

	background-repeat:no-repeat;

	float:left;

	}

	

div#search_left {

	width:264px;

	height:253px;

	background-image:url(search_left.jpg);

	background-position:left;

	background-repeat:no-repeat;

	float:left;

	}

	

div#logo_right {

	width:531px;

	height:253px;

	background-image:url(logo_right.jpg);

	background-position:left;

	background-repeat:no-repeat;

	float:left;

	}

	

div#left_side {

	width:264px;

	background-image:url(left_side_repeat.jpg);

	background-position:left;

	background-repeat:repeat-y;

	font-family:Tahoma;

	font-size:10px;

	text-align:left;

	float:left;

	}

	

div#right_side {

	width:531px;

	background-image:url(right_side_repeat.jpg);

	background-position:left;

	background-repeat:repeat-y;

	font-family:Tahoma;

	font-size:10px;

	text-align:left;

	float:left;

	}

	

div#right_side_hotels_list {

	width:531px;

	background-image:url(hotel_list.jpg);

	background-position:left;

	background-repeat:no-repeat;

	float:left;

	}	

	

div#footer {

	width:795px;

	height:64px;

	background-image:url(footer.jpg);

	background-position:left;

	background-repeat:no-repeat;

	float:left;

	}

	

div#copyright {

	width:795px;

	height:26px;

	background-image:url(copyright.jpg);

	background-position:left;

	background-repeat:no-repeat;

	float:left;
	

	}

/* style stuff */



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

	font-family:Tahoma;

	font-size:11px;

	color:#000;

	text-decoration:none;

	padding:0px 12px 0px 35px;

	position:relative;

	top:25px;

	}

	

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

	font-family:Tahoma;

	font-size:11px;

	color:#000;

	text-decoration:underline;

	padding:0px 12px 0px 35px;

	position:relative;

	top:25px;

	}

	

ul.hotels_list {

	display:block;

	float:left;

	text-align:left;

	padding:18px 0px 10px 30px;

	}

ul.hotels_list li {

	}

	

a.hotels_list, a:link.hotels_list, a:visited.hotels_list {

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

	font-size:10px;

	color:#262626;

	text-decoration:none;

	padding-left:12px;

	background-image:url(hotel_circle.jpg);

	background-position:left;

	background-repeat:no-repeat;

	}

	

a:hover.hotels_list, a:active.hotels_list {

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

	font-size:10px;

	color:#6b5cb0;

	text-decoration:underline;

	padding-left:12px;

	background-image:url(hotel_circle.jpg);

	background-position:left;

	background-repeat:no-repeat;

	}
	
ul.hotels_list a, 
ul.hotels_list a:link, 
ul.hotels_list a:visited 
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#262626;
	text-decoration:none;
	padding-left:12px;
	background-image:url(hotel_circle.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
    	
ul.hotels_list a:hover, 
ul.hotels_list a:active
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6b5cb0;
	text-decoration:underline;
	padding-left:12px;
	background-image:url(hotel_circle.jpg);
	background-position:left;
	background-repeat:no-repeat;
}



	
