/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
{  
overflow: -moz-scrollbars-vertical !important; 
}  


/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background-color:#d9dab8;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Arial, Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul { 
	padding: .5em 0;
}

a {
	color:#3f4227;
}
a:visited {
	color:#636249;
}


.clear {
	clear:both;
}



/* ---- General Structure  ------------------------------------------------------------ */

#container {
	width:800px;
	position:relative;
	border:10px solid #6d7134;
	margin:20px auto 10px auto;
	background:#FFFFFF url(../images/fullwidth_bg.gif) repeat-y center top;
}


#masthead-container {
	width:800px;
	height:224px;
	background: url(../images/header_photo.jpg) no-repeat center center;
}
#masthead {
	width:800px;
	height:224px;
	background: url(../images/header_stripes.gif) repeat-x center bottom;
}
#masthead h1 {
	text-indent:-9999px;
}
#content {
	position:relative;
	float:right;
	width:520px;
	min-height:400px;
	margin:30px 75px 20px 0px;
	display: inline;
}
#content ul {
	margin-left:20px;
}
#content ul li{
	list-style-position: outside;
	list-style-type: disc;
}
#content h2 {
	font:normal 200%/1 "Lucida Sans", "Trebuchet MS", Trebuchet, Arial;
	color:#430332;
	margin-left:0px;
}
#gallery-left img {
	align: top;
}
#gallery-right img {
	margin: 0px 0px 10px 10px;
	clear: both;
}



/* ---- =Navigation ------------------------------------------------------------- */

#navigation {
	float:left;
	width:154px;
	display:inline-block;	/* to force "hasLayout?" */
}
#navigation a {height: auto !important;}
#navigation ul {
	margin-top:30px;
	margin-bottom:25px;
	/*margin-left:10px;
	margin-right:10px;*/
	text-align:center;
}
#navigation ul li {
	padding:0;
	margin:0;
	border:1px solid #d9dab8;		/* to force layout, prevent IE margin inconsistencies */
	text-align:center;
}
#navigation ul li a {
	text-transform:uppercase;
	display:block;
	padding:10px 10px;
	margin:0;
	color:#2d2f16;
	text-decoration:none;
	
}
#navigation ul li a:hover {
	background-color:#ededcb;
}
#home a#home,
#services a#services,
#rates a#rates,
#vehicle a#vehicle,
#tours a#tours,
#links a#links,
#contact a#contact,
#comments a#comments
{	font-weight:bold;}

/* ---- =Footer ------------------------------------------------------------- */

#footer {
	width:800px;
	background-color:#babe86;
	position:relative;
	clear:both;
	border-top:1px solid #6d7134;
	border-bottom:25px solid #6d7134;

}

#footer ul {
	float:right;
}
#footer ul li {
	float:left;
	padding-right:15px;
}
#footer ul li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#4b4e24;
}
#footer ul li a:hover {
	text-decoration:underline;
}


