/* CSS Document */


/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul,  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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}


/* ---- Set new basic styles --------------------------------------------------------- */

body {
	color: #f5db8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bg.gif);
	margin: 30px auto;
	background-color: #292C4A;
	overflow: -moz-scrollbars-vertical !important; 
	margin:30px;
}
a {
	color:#f5db8d;
}
p {
	margin-bottom:.9em;
}
#outer-container {
	width:800px;
	margin:0 auto;	
	border:10px solid #1A1D2F;
	background:#000000;
}

#header {
	background: url(/images/header_bg.gif) no-repeat right bottom;
	height: 117px;
	width:800px;
}
#header h1 {
	text-indent:-9999px;
}
#navigation-container {
	position:absolute;
	width:800px;
	height:20px;
	top:155px;
	background-color:#292c4a;
	border-bottom:1px solid #f5db8d;
	border-top:1px solid #f5db8d;
}
#slideshow-container {
	display:block;
	position:absolute;
	width:800px;
	height:240px;
	top:177px;
	margin:0 auto;
	z-index:0;
	border-bottom:1px solid #f5db8d;

}
/* ---- =Slide Show --------------------------------------------------------- */
/* ---- photos for slideshow listed in /js/slideshow.js file ----*/

#slideshow-main {
	position:relative;
	display:block;
	width:600px;
	height:240px;
	float:left;
}

#slideshow-side {
	position:relative;
	width:200px;
	display:block;	
	float:right;
}
#slideshow-side h2 {
	text-indent:-9999px;
	height:210px;
	background:url(../images/slideshow_side.jpg) no-repeat center center;
}
#slideshow-side ul {
	
}
#slideshow-side ul li {
	list-style: none;	
}
#slideshow-side ul li a{
	display:block;
	width:200px;
	height:79px;
	text-indent:-9999px;
	background-position: 0 0;
}
#slideshow-side ul li a:hover { 
	background-position:0px -79px; 
}
#slideshow-side ul li#reserve a:hover,
#slideshow-side ul li#clients a:hover,
#slideshow-side ul li#explore a:hover { 
	background-position:0px -79px; 
}
#slideshow-side ul li#clients a{
	background:url(../images/hilitenav_clients.jpg) no-repeat center top;
	border-top: 1px solid  #f5db8d;
	border-bottom: 1px solid  #f5db8d;

}
#slideshow-side ul li#reserve a{
	background:url(../images/hilitenav_reserve.jpg) no-repeat center top;	

}
#slideshow-side ul li#explore a{
	background:url(../images/hilitenav_explore.jpg) no-repeat center top;
}




#navigation {
	background-color:#292c4a;
	position:relative;
	height:20px;
	margin-left:80px;	
	line-height:normal;
}
#navigation ul {
	margin:0;
	font-size: 10px;

}
#navigation li {
	float:left;
	margin:0;
	padding:0;
}

#navigation ul li a {
	display:block;
	padding:0px 10px;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation ul li a:hover {
	color:#c0a451;
}

#homepage #content {
	padding:0;
	background:#000000;
}
#homepage #hilite {
	height:280px;
	border-bottom: 1px solid  #f5db8d;

}
#content-container, #homepage .copy {
	position:relative;
	background-image: url(../images/grape_leaf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:260px;
}
#content {
	padding:30px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin:.7em 0;
}
#table tr td {
	padding:10px;
}
#homepage #hilite {
	border-bottom: 1px solid  #f5db8d;
}
#clientgallery1 tr td {
	padding:5px;
}
ol li {	padding:6px 0;}