/* ----------------- CSS Reset ----------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
/* 	margin: 0 auto; */
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%;
	vertical-align: baseline;*/
}
body {
line-height: 1;
font: helvetica, arial, verdana, sans-serif;
background: #8B5E40 url('../images/pagebg.png') top left repeat;
margin-top: 12px;
}
ol, ul {
list-style: none;
}

ul, ol, dl {
position: relative;  
}

blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

td {
vertical-align: top;
}

.clear {
clear: both;
}

strong {
font-weight: bold;
}

img {
-ms-interpolation-mode: bicubic;
}

img.floatleft {
float: left;
display: block;
position: relative;
margin: 0 10px 10px 0;
}

img.floatright {
float: right;
display: block;
position: relative;
margin: 0 0 10px 10px;
z-index: 500;
}

img.center {

}

img.noshadow {
padding: 5px;
border: 1px solid #837E7B;
background: #9C6843;
}



/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {
	color:#000;
	text-decoration: underline;
}

a:visited {
}

a:hover {
	color: #A04119;
}

/* ----------------- Navigation ----------------- */

#nav {
display: block;

list-style: none;
float:right;
background: url('../images/homebg.png') no-repeat scroll top left;
width: 736px;
height: 44px;

}

#nav li {
float: left;
height: 36px;
position: relative;
display: block;
}

#nav li, #nav li a, #nav li a:link {
text-indent: -9999px;
text-decoration: none;
position: relative;
display: block;
background-position: top left;

margin: 2px 0 0 0;
height: 20px;
top: 5px;
}

#nav li.home a {
background: transparent url(../images/home.png) top center no-repeat;
width: 85px;
margin: -6px 0 0 20px;
height: 20px;
}

#homepage li.home a {
background-position: bottom center !important;
}

#nav li.resort a {
background: transparent url(../images/resort.png) top center no-repeat;
width: 130px;
}

#nav li.villas a {
background: transparent url(../images/villas.png) top center no-repeat;
width: 127px;
}

#nav li.cuisine a {
background: transparent url(../images/cuisine.png) top center no-repeat;
width: 100px;
}

#nav li.leisure a {
background: transparent url(../images/leisure.png) top center no-repeat;
width: 92px;
}

#nav li.reservations a {
background: transparent url(../images/reservations.png) top center no-repeat;
width: 147px;
}



#nav a:hover {
background-position: center -30px  !important;
}

#nav a.on, #nav a.on:hover {
background-position: bottom center !important;
}


