
/* -------------------- RESET --------------------- */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, textarea, a, fieldset, input, th, td 
{margin: 0; padding: 0; border: 0; outline: none;}  
   
body {background: #2d2d34;}

.clearboth {clear: both;}
.floatright {float: right;}
.floatleft {float: left;}

ul, ol {list-style: none;}  

a  { 
color: red; 
text-decoration: none;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;

}  
a:hover {text-decoration: underline;}   

/* ------------------ GLOBAL STYLES ------------------ */

/*TYPOGRAPHY*/

body, ul, table {
font-family: Helvetica, Arial, sans-serif;
color: white;
font-size: 13px;

}

#indexbody {
background: #4c6881 url(assets/tan_bg.png) top repeat-x;

}

#internalbody {
background: #4c6881 url(assets/internal_bg.gif) top repeat-x;

}
.content {
margin: 0 auto; width: 800px; text-align: left;
}


.content a {color: white;}
.content a:hover {color: #a6b4c0;}

/* INDEX STYLES */

.index_rightside {margin-left: 0;}

.index_title {
background: url(assets/titlebox.jpg) no-repeat;
width:403px;
height:417px;
}

.index_content {
background: url(assets/left_textarea.png) no-repeat left top #3c536b;
width:403px;
height:620px;
}


.fr_index_content {
background: url(assets/fr_left_textarea.png) no-repeat left top #3c536b;
width:403px;
height:692px;
}


.fr_index_content p, .index_content p {
margin-top: 0;
line-height: 20px;
color: white;
padding: 80px 40px 0 40px;
width: 330px;
}

/* NAVIGATION STYLES */

#index_nav {
margin: 210px 0 0 0px;
*margin: 210px 0 0 -5px;

}

#internal_nav {
margin: -112px 0 0 -10px;
*margin: 184px 0 0 -410px;

}


.nav {
list-style: none;
font-family: Century Gothic, Helvetica, sans-serif;
font-size: 1.2em;
position: absolute;
z-index: 10;

}

.nav li, li a {
margin-bottom: 3px;
padding: 5px 10px 5px 10px;

}


.nav a{
text-decoration: none;
background-color: white;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
color: #3c5469;
}

.nav a:hover{
background: white;
font-weight: bold;
color: #3c5469;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}



.nav_current a{
background: white;
font-weight: bold;
color: #3c5469;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}


.index_rightside {
position: absolute;
float: left;
margin: 0 0 0 403px;
top:0;
}

.index_righttop {
width:395px;
height:441px;
}
.index_rightbottom {
background: url(assets/right_bottom.jpg) no-repeat;
width:395px;
height:269px;
}


/* INTERNAL STYLES */


/* top left */

.internal_top {
background: url(assets/internal_title.gif) top no-repeat;
padding-top: 160px;
width: 403px;
}


/* top right */

.internal_topright {
position: absolute;
margin: -357px 0 0 403px;
*margin: -160px 0 0 -4px;

background: #3c5469;
display: block;
height: 357px;
}


/* bottom left */

.internal_bottomleft {
text-align: right;
width: 317px;
height: 500px;
margin-left: 60px;

}

.sectiontitle {
padding: 30px 30px 20px 0;
margin-bottom: 30px;
width: 317px;
border-bottom: 3px double #3d536e;
}

.tour_thumbnails {
padding-right: 15px;
font-size: 13px;
color: white;
}

#thumbs {
position: absolute;
padding: 20px 10px 0 0px;
width: 290px;
border-bottom: double #3c5469 3px;

}

#thumbs li {
float: right;
padding-bottom: 20px;
}

#thumbs li img {
border: 1px solid white;
}


.tripadvisorlink {
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}

/* RATES TABLE */

.ratestable {
margin-left: 30px;
width: 350px;
*margin-left: 0px;
}

.ratestable td{
padding: 8px 3px;
border-bottom: 1px solid #9fb5cb;
}

.ratestable .darkcell {
background: #273747;
}

/* bottom right */

.internal_bottomright {
margin: -500px 0 0 403px;
*margin: -503px 0 0 397px;
width: 395px;
background: url(assets/internal_gradient.jpg) bottom left no-repeat #3c536b;
display:block;
padding-top: 30px;
}

.internal_bottomright h2{
padding-left: 30px;
font-family: Century Gothic, Helvetica, sans-serif;
font-weight: normal;
color: white;
}

.internal_bottomleft h3{
width: 300px;
float: left;
size: 15px;
color: white;
}

.internal_bottomleft h3 a{
text-decoration: none;
color: white;
margin-right: 40px;}

.internal_bottomleft h3 a:hover{color: #d9e2ea; text-decoration: underline;}


.internal_bottomright h3 {
padding-left: 30px;
color: white;
margin-top: 20px;
}

.internal_bottomright p,
.internal_bottomright ul
{
width: 350px;
padding-left: 30px;
line-height: 20px;
color: white;
margin: 10px 0;
list-style: disc;
}

.internal_bottomright strong {
color: white;
}

/* LIGHTBOX STYLES  */



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* LANGUAGE OPTIONS MENU */

.languages {
background: none;
position: absolute;
font-family: Trebuchet MS, Helvetica ,sans-serif;
font-size: 13px;
text-transform: uppercase;
margin: 17px 0 0 145px; 

}

.languages a {
text-decoration: none;
}

.activelang {
color: white;
}

#homeslides {
background-color: white;
width: 395px; 
height: 441px;} 



/* Footer */

#internal-footer {
background: url(assets/hr-footer.png) repeat-x top;
width: 800px;
clear: both;
margin:30px 0;
padding: 20px;
}
