@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:#fee78f;
	}
	
div#wrapper {
	width:894px;
	text-align:center;
	margin:0 auto;
	}
	
div#header_left {
	width:306px;
	height:124px;
	float:left;
	}
	
div#header_right{
	width:561px;
	height:124px;
	background-image:url(header_right.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	}
	
div#menu_left {
	width:306px;
	height:248px;
	background-image:url(menu_left.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	}
	
div#logo_right {
	width:576px;
	height:248px;
	float:left;
	background-image:url(logo_right.png);
	background-position:left;
	background-repeat:no-repeat;
	}
	
div#left_sider {
	width:306px;
	float:left;
	background-image:url(left_side_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	font-family:Tahoma;
	color:#000;
	text-align:left;
	font-size:11px;
	}
	
div#right_sider {
	width:576px;
	float:left;
	background-image:url(right_side_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-y;.
	font-family:Tahoma;
	color:#636363;
	text-align:left;
	font-size:11px;
	}
	
div#right_side_hotels_list {
	width:576px;
	height:112px;
	}
	
div#search_left {
	width:306px;
	height:180px;
	float:left;
	background-image:url(search_left.png);
	background-position:left;
	background-repeat:no-repeat;
	}

div#footer {
	width:882px;
	height:47px;
	float:left;
	background-image:url(footer.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
div#copyright {
	width:882px;
	height:36px;
	float:left;
	background-image:url(copyright.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
/* 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 0px 0px 40px;
	position:relative;
	top:23px;
	}
	
a:hover.footer-menu, a:active.footer-menu {
	font-family:Tahoma;
	font-size:11px;
	color:#1d5500;
	text-decoration:underline;
	padding:0px 0px 0px 40px;
	position:relative;
	top:23px;
	}
	
ul.hotels_list {
	display:block;
	float:left;
	text-align:left;
	padding:38px 5px 10px 50px;
	}
ul.hotels_list li {
	}
	
a.hotels_list, a:link.hotels_list, a:visited.hotels_list {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	text-decoration:none;
	padding-left:12px;
	background-image:url(list_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:11px;
	color:#5aa233;
	text-decoration:underline;
	padding-left:12px;
	background-image:url(list_circle.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}

	