#footer {
	background-color: #826641;
	color: white;
	padding-bottom: 1px;
}

.vcard
{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	background-image: url("/public/css/images/vcard_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.tel, .fax, .adr{
	margin-right: 30px;
	margin-left: 13px;
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
}

.tel {
	background-image: url("/public/css/images/vcard_tlf.png");
	padding-bottom: 4px;
}

.fax {
	background-image: url("/public/css/images/vcard_fax.png");
	padding-left: 28px;
	padding-bottom: 6px;
	padding-top: 3px;
}

.adr {
	background-image: url("/public/css/images/vcard_house.png");
	padding-left: 25px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#footer h2 {
	color: white;
	font-size: 35px;
	margin-left: 31px;
	padding-top: 5px;
}

#hotels{
	background-color: #cf641d;
	padding: 11px 0px;
	overflow: hidden;
	padding-left: 28px;
	margin-bottom: 14px;
}

#hotels li{
	overflow: hidden;
	float: left;
	margin-right: 67px;
}

#hotels li.last {
	margin-right: 0px;
}

.hotel_img{
	width: 147px;
	height: 59px;
	border: 1px solid #826641;
	background-color: white;
	float: left;
}

.hotel_info{
	float: left;
	margin-left: 11px;
	color: white;
	font-size: 15px;
}

.hotel_info div {
	margin-bottom: 5px;
}

.hotel_info div a {
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	background-image: url("/public/css/images/hotels_link.png");
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 0px 3px 22px;
}

#footer nav {
 	float:left;
   	width:100%;
   	overflow:hidden;
   	position:relative;
   	background-image: url("/public/css/images/footer_nav_bg.png");
   	background-repeat: no-repeat;
   	background-position: bottom center;
   	padding-bottom: 10px;
   	margin-bottom: 10px;
   	font-family: Arial;
}

#footer nav ul {
	clear:left;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	left:50%;
   	text-align:center;
}

#footer nav ul li {
	float: left;
	font-size: 13px;
	float: left;
	display:block;
	float:left;
	list-style:none;
	margin:0;
	position:relative;
	right:50%;
}

#footer nav ul li a {
	color: white;
}

#copy {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#copy div {
	margin-bottom: 12px;
}