@charset "utf-8";

/* CSS Document */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

	text-align:left;

}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	line-height: 1;

	color: black;

	background: #cfceba;

	background-repeat:repeat-x;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}



/* Styling */



.header-left {

	width:310px;

	background-image:url(header-left.png);

	background-position:top;

	background-repeat:no-repeat;

}

.header-left ul{
	position:absolute;
	top:0;
}

	

.header-left ul li {

	border-bottom:1px dotted  #afaea0;

	width:110px;

	position:relative;

	top:252px !important;

	top:242px;

	left:42px;

	}

	

.header-left a.menu, a.menu:link, a.menu:visited, a.menu:active {

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

	font-size:11px;

	text-decoration:none;

	color:#870000;

	padding-left:13px;

	background-image:url(menu-link.png);

	background-position:left;

	background-repeat:no-repeat;

	}

	

.header-left a.menu:hover {

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

	font-size:11px;

	text-decoration:none;

	color:#ee0000;

	padding-left:13px;

	background-image:url(menu-link-over.png);

	background-position:left;

	background-repeat:no-repeat;

	}

	

.header-left a#active, a#active:link, a#active:visited, a#active:hover, a#active:active {

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

	font-size:11px;

	text-decoration:none;

	color:#ee0000;

	padding-left:13px;

	background-image:url(menu-link-over.png);

	background-position:left;

	background-repeat:no-repeat;

	}

	

.header-right {

	width:682px;

	height:399px;

	background-image:url('../img/header-right.png');

	background-position:top;

	background-repeat:no-repeat;

	}

	

.header-right .search {

	position:relative;

	top:195px !important;

	top:185px;

	left:280px;

	}

	

.header-right .search p {

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

	font-size:11px;

	margin-bottom:3px;

	}

	

.left-side {

	width:310px;

	background-image:url(left-background.jpg);

	}

	

.left-side p {

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

	font-size:12px;

	width:230px;

	margin-left:60px;
	
	line-height:16px;

	}

	

.right-side {

	width:682px;

	background-image:url(right-side-bottom.png);

	background-repeat:no-repeat;

	background-position:bottom;

	}

	

.right-side p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

	

.footer {

	width:992px;

	height:65px;

	background-image:url(footer.png);

	background-repeat:no-repeat;

	text-align:left

	}

	

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

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

	font-size:11px;

	text-decoration:none;

	color:#41441d;

	position:relative;

	top:25px;

	left:30px;

	right:30px;

	padding-left:30px;

	}

	

a.footer-menu:hover {

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

	font-size:11px;

	text-decoration:none;

	color:#950000;

	top:25px;

	left:30px;

	right:30px;

	padding-left:30px;

	}

	

.copyright {
	background-image: url("copyright.png");
	background-repeat: no-repeat;
	color: #5F613E;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	height: 124px;
	padding: 47px 0 0 50px;
	width: 942px;
}

	

.style1 {font-family: Arial, Helvetica, sans-serif; font-size:11px;}

.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; }

#hotels_list_div{
	display:block;
	height:320px;
	margin:20px 0 0 0;
}

ul.hotels_list {
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:17px;
	list-style:none;
	text-align:left;
	padding:0;
	width:165px;
}

ul.hotels_list li a{
	
}

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

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