/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	margin: 10px;
	padding: 0px;
	background-color: #8a644a;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
#box-wrap
	{
	margin: 0 auto;
	color : #000000;
	background: #fff;
	width: 781px;
	text-align: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	}
#box-header
	{
	padding: 12px 0 10px 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/head_back.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border-bottom: 1px solid #8a644a;
	height: inherit;
	}
h1 { margin: 0 auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	}
.masthead {
	float: right;
	padding: 0;
	margin: 0 auto;
	position: static;
	}

h2 {
	font-family: Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 0 0 0.5em 0;
	border-bottom: 1px dotted #8a644a;
	position: relative;
	width: 310px;
	} 
	
h3 {
	font-family: Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 0 0 0.5em 0;
	border-bottom: 1px dotted #8a644a;
	position: relative;
	} 

.box-footer
	{
	background: #ece1c2; 
	padding: 0.3em;
	margin: 0 auto;
	clear: both;
	border-top: 1px dotted #8a644a;
	font-size: 9px;
	color: #8a644a;
	}
	
.pdfcopy
	{
	padding: 2px 5px 5px 20px;
	margin: 0 0 0 10px;
	clear: both;
	font-size: 10px;
	color: #000;
	background: url(../images/icon_pdf.gif) no-repeat;
	}



/* body column layout */

#colleft {
	margin: 0 auto;
	width: 140px;
	float: left;
	padding: 0;
	clear: left;
	background-color: #fdf2d3
	}
	

#colcentre {
	margin-left: 160px;
	margin-right: 305px;
	padding-top: 10px;
}

#colcentre_booking {
	margin-left: 160px;
	margin-right: 5px;
	padding-top: 10px;
}

#colcentre_gallery {
	margin-left: 160px;
	margin-right: 5px;
	padding-top: 10px;
}

#colcentre_gallery img {
	margin: 0 20px 10px 0;}

#colcentre_cond {
	margin-left: 160px;
	margin-right: 5px;
	padding-top: 10px;
}


#colcentre ul{
	padding: 0 0 10px 15px;
	}
#colcentre li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	padding: 0 0 2px 0;

}


#colright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	margin: 0 auto;
	width: 285px;
	float: right;
	padding: 10px 0 0 10px;
	background-color: #fdf2d3;
	border: 0px solid #000;
	}



/* ---[ links ]------------------------------- */


#colleft ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#colleft li {
	display: block;
	padding: 0 0 1px 0;
		border-top: 2px solid #fdf2d3;
		margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
		}
#colleft li a {
		display: block;
		padding: 4px 4px 4px 0.9em;
		margin: 0;
		background: #ab795f url(../images/roll_off.gif) repeat-x top left;
		color: #000;
		text-decoration: none;
		width: 100%;
		}

html>body #colleft li a {
		width: auto;
		}

#colleft li a:hover {
		background: #ab795f url(../images/roll_on.gif) repeat-x bottom left;
		color: #000;
		}
		
/* Current location */

body.general #colleft li.general a, 
body.interior #colleft li.interior a,
body.directions #colleft li.directions a,
body.rates #colleft li.rates a,
body.contact #colleft li.contact a,
body.booking #colleft li.booking a,
body.conditions #colleft li.conditions a,
body.gallery #colleft li.gallery a{
		background: #ab795f url(../images/roll_on.gif) repeat-x bottom left;
		color: #000;
	}


/* ---[ copy ]------------------------------- */

.copy {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 0 0 1.4em 0;
	}

.cond_text {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 1.4em 0;
}

.cond_sm {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	margin: 0 0 1.4em 0;
}
	
.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 1.5em;
	margin: 0 0 2em 0;
}

.fwrap {
	float: left;
	display: inline;
	width: 175px;
	text-align: left;
	margin: 3px auto;
	padding: 3px 3px 3px 8px;
	position: relative;
	background-color: #ddd;
	border-left: 2px solid #fff;
	}

.fwrap2 {
	float: left;
	display: inline;
	width: 600px;
	text-align: left;
	margin: 1px auto;
	padding: 1px;
	position: relative;
	}

.fwrap3 {
	float: left;
	display: inline;
	width: 175px;
	text-align: left;
	margin: 3px auto;
	padding: 3px;
	position: relative;
	}
	
.fwrap4 {
	float: left;
	display: inline;
	width: 600px;
	text-align: left;
	margin: 3px auto;
	padding: 3px;
	position: relative;
	background-color: #ddd;
	}

.f1 {
	width: 70px;
	position: static;
	}

.f2 {
	margin: 1px 0 3px 0;
	}



/* ---[ DOM styles ]------------------------------- */



/* Default DOM Tooltip Style */
div.domTT {
    border: 1px solid #333333;
    background-color: #333333;
}
div.domTTCaption {
    font-family: serif;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 2px;
    color: #FFFFFF;
}
div.domTTContent {
    font-size: 12px;
    font-family: sans-serif;
    padding: 3px 2px;
    background-color: #F1F1FF;
}
/* Classic Style */
div.domTTClassic {
    border: 1px solid black;
    background-color: #FBF4D4;
}
div.domTTClassicCaption {
    font-family: serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 1px 2px;
}
div.domTTClassicContent {
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 1px 2px 0 2px;
}
/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWinCaption {
  border: 0px solid #BFBFBF;
  border-width: 1px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWinContent {
  border: 1px solid #BFBFBF;
}
/* Overlib Style */
div.domTTOverlib {
    border: 1px solid #333366;
    background-color: #333366;
}
div.domTTOverlibCaption {
    font-family: Verdana, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}
div.domTTOverlibContent {
    font-size: 10px;
    font-family: Verdana, Helvetica;
    padding: 2px;
    background-color: #F1F1FF;
}
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenuCaption {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #E6E6E6;
}
div.domTTMenuContent {
  padding: 1px 0;
  background-color: #E6E6E6;
}

