/* CSS Document */



html, body {
	padding:0;
	margin:0 auto 0 auto;
	background: #333333;
}
.brclear { 
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}






/* HOLDER STYLES */
#wrapper/* holder styles */
 {
	width: 1140px;
	margin: 30PX auto 0 auto;
	padding: 0px;
}
#container {
	width: 1140px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
}





/* HEADER STYLES */
#header {
	width: 1140px;
	margin: 0px 0px 15px 0px;
	float:left;
}
#logo-floater {
	width: 340px;
	margin: 0px;
	float: left;
}






/* CENTER STYLES */
#images {
	margin: 44px 20px 20px 0px;
	width: 730px;
	float: right;
	height: 387px;
}
#center {
	margin: 0px 0px 20px 0px;
	float: left;
	width: 740px;
	text-align: left;
}
#sidebar-left {
	float: left;
	width: 360px;
	margin: 0px 00px 20px 0px;
}
#page-heading {
	width: 340px;
	margin: 15px 0px 10px 20px;
	padding: 0px;
	float: left;
}
#content {
	margin: 0px 0px 0px 20px;
	width: 340px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	overflow:auto;
	height:270px;
	float: left;
}


/* RESERVATIONS LAYOUT */

#images-portrait {
	margin: 44px 20px 20px 0px;
	width: 258px;
	float: right;
	height: 387px;
}
#sidebar-left-portrait {
	float: left;
	width: 840px;
	margin: 0px 00px 20px 0px;
}
#page-heading-portrait {
	width: 820px;
	margin: 15px 0px 10px 20px;
	padding: 0px;
	float: left;
}
#content-portrait {
	margin: 0px 0px 0px 20px;
	width: 820px;
	text-align: left;
	padding: 0px;
	overflow:auto;
	height:270px;
	float: left;
}


/* PRODUCE LAYOUT */
#images-produce {
	margin: 44px 20px 20px 0px;
	width: 650px;
	float: right;
	height: 387px;
}
#sidebar-left-produce {
	float: left;
	width: 440px;
	margin: 0px 0px 20px 0px;
}
#content-produce {
	margin: 0px 0px 0px 20px;
	width: 420px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	overflow:auto;
	height:265px;
	float: left;
}












/* TEXT STYLES */
.text {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #949494;
	line-height: 15px;
	letter-spacing: 0.5px;
}
.text a {
	color: #B36E22;
	text-decoration: underline;
}
.text a:hover {
	color: #949494;
	text-decoration: underline;
}




.h1 {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B36E22;
	letter-spacing: 1px;
	font-weight: bold;
}
.h1 a {
	color: #B36E22;
	text-decoration: none;
}
.h1 a:hover{
	color: #666666;
	text-decoration: none;
}



.h2 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 1px;
}
.h2 a {
	color: #000000;
	text-decoration: underline;
}
.h2 a:hover{
	color: #DE101B;
	text-decoration: underline;
}


.menu-sitemap {
	margin:0px;
	padding:0px;
	width: 100%;
	text-align: left;
	display: inline;
	line-height: 17px;
	font-weight: bold;
	float:left;
	width:250px;
}


.menu-sitemap li, ul.nice-menu-stemap ul li {
	list-style: none;
	list-style-type:none;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/arrow-bronze.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	width:250px;
	text-align: left;
	display: inline;
	line-height: 17px;
	font-weight: bold;
}

.menu-sitemap li a {
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#B36E22;
	text-decoration:none;
	font-weight: bold;
	width: 100%;
}
.menu-sitemap a:hover {
	color:#949494;
	text-decoration:none;
}

.menu-sitemap li:hover {
	color:#949494;
	text-decoration:none;
	background-image: url(../images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}




/* FOOTER STYLES */
#footer {
	width: 1140px;
	margin: 0px;
	float: left;
	padding: 10px 0px 0px 0px;
}



.footer {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #858585;
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height: 16px;
	text-align: right;
}
.footer a {
	color: #858585;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}






/* FORM STYLES */
.formfield {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px 0px 0px 0px;
	height: 17px;
	text-align: left;
	text-indent: 5px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
