@charset "utf-8";
/* fix for trans png in IE6 */
img, div, a, input, li { behavior: url(../ie6png-fix/iepngfix.htc) }

body {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
h4 {
	padding: 2px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
}



#wrap {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 880px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	border: 2px solid #000;
	padding-bottom: 10px;
}
#wrap p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.2em;
}


#header {
	background-image: url(../images/hotel_front.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
	height: 320px;
	font-family: Verdana, Geneva, sans-serif;
}
#header #address {
	color: #FFF;
	font-size: 12px;
	padding: 8px;
	text-align: center;
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
#address p {
	left: -3000px;
	position: relative;
}


#header h3{
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/contact-bg.png);
	background-repeat: repeat-x;
	padding: 5px;
	color: #FFF;
	top: 200px;
	position: relative;
	text-align: center;
}
#header h3 a:link, #header h3 a:visited {
	color: #FFF;
	text-decoration: none;
}
#header h3 a:hover {
	text-decoration: none;
	color: #CCC;
}

/* main navigation elements */
#mainNav {
	padding-top: 215px;
	margin-left: auto;
	width: 840px;
	margin-right: auto;
}

#mainNav li {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	height: 35px;
}
#mainNav a {
	display: block;
	width: 118px;
	height: 0px;
	padding-top: 35px;
	overflow: hidden;
}

#mainNav li.lihome {
	background-color: transparent;
	background-image: url(../images/buttons/home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainNav li.lifranco {
	background-color: transparent;
	background-image: url(../images/buttons/francos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainNav li.liaccomodation {
	background-color: transparent;
	background-image: url(../images/buttons/accomodation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainNav li.lifind {
	background-color: transparent;
	background-image: url(../images/buttons/howtofindus.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainNav li.liattractions {
	background-color: transparent;
	background-image: url(../images/buttons/attractions.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainNav li.libooking {
	background-color: transparent;
	background-image: url(../images/buttons/booking.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainNav li.licontact {
	background-color: transparent;
	background-image: url(../images/buttons/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#mainNav a#home {
	background:transparent url(../images/buttons/home_over.png) -130px -90px no-repeat;
}
#mainNav a#franco {
	background:transparent url(../images/buttons/francos_over.png) -130px -90px no-repeat;
}
#mainNav a#accomodation {
	background:transparent url(../images/buttons/accomodation_over.png) -130px -90px no-repeat;
}
#mainNav a#find {
	background:transparent url(../images/buttons/howtofindus_over.png) -130px -90px no-repeat;
}
#mainNav a#attractions {
	background:transparent url(../images/buttons/attractions_over.png) -130px -90px no-repeat;
}
#mainNav a#booking {
	background:transparent url(../images/buttons/booking_over.png) -130px -90px no-repeat;
}
#mainNav a#contact {
	background:transparent url(../images/buttons/contact_over.png) -130px -90px no-repeat;
}

#mainNav a#home:hover {background-position:0 0; z-index:50; no-repeat;}
#mainNav a#franco:hover {background-position:0 0; z-index:50; no-repeat;}
#mainNav a#accomodation:hover {background-position:0 0; z-index:50; no-repeat;}
#mainNav a#find:hover {background-position:0 0; z-index:50; no-repeat;}
#mainNav a#attractions:hover {background-position:0 0; z-index:50; no-repeat;}
#mainNav a#booking:hover {background-position:0 0; z-index:50; no-repeat;}
#mainNav a#contact:hover {background-position:0 0; z-index:50; no-repeat;}
#main {
	background-color: #FFF;
	padding-top: 45px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000;
	border-left-color: #000;
	padding-right: 25px;
	padding-left: 25px;
}
#main a:link, #main a:active {
	color: #000;
}
#main a:visited {
	color: #999;
}
#main a:hover {
	color: #666;
}

div.photos {
	width: 250px;
	float: left;
	margin-right: 25px;
}
div.photosRight {
	width: 250px;
	float: right;
	margin-left: 25px;
}
div.photosHorizontal {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.photosHorizontal img {
	margin-right: 3px;
	margin-left: 3px;	
}
.photos img, .photosRight img, .photosHorizontal img {
	border: 5px solid #000;
	margin-bottom: 10px;
}


/* End of main navigation css */
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 5px solid #000;
}
#footer {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000;
	border-left-color: #000;
}
#footer a:link,#footer a:active,#footer a:visited  {
	color: #FFF;
	text-decoration: none;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
/*ie6 hack */
* html #mainNav {width:860px;}#wrap #main #reserIframe a {
	font-size: 12px;
}

