@charset "utf-8";
body  {
	font: 82% Verdana, Arial, Helvetica, sans-serif;
	background: #7a5856 url(../images/n_bg.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
ol, ul {
	list-style: none;
}
 a:link, a:visited {
	text-decoration:none;
	color: #cee4e9;
	background-color: transparent;
	font-weight: normal;
 }
 
 a:hover, a:active {
	text-decoration:underline;
	color: #d2dce5;
	font-weight: normal;
 }

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d45f0a url(../images/ornament.gif) no-repeat right bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
#container #mainContent3 div {
	padding: 10px;
}

#container #header p {
	float: right;
	padding-right: 30px;
	top: 0px;
	padding-top: -20px;
}
#header {
	background: #000000 url(../images/n_banner.jpg);
	height: 125px;
}
#header  img {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-left: 70px;
}
#tab {
	width: 1000px;
	height: 43px;
	text-align: left;
}

#tab ul {
	margin: 0px;
	padding: 0px 0px 0px 75px;
	list-style: none;
	background: url(../images/top.jpg);
	float: left;
	width: 925px;

}
#tab  li {
	display: inline;
	float: left;
}
#tab  li a {
	display: block;
	float: left;
	padding: 13px 15px;
}

li.unusual {
	font: bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #f26c00;
	text-decoration: none;
	display: block;
	padding: 13px 15px;
	background: url(../images/tab_on.jpg);
	float: left;
}
#tab a:link, #tab a:visited {
	font: bold 14px/normal "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #fec786;
	text-decoration: none;
}
#tab a:hover, #tab a:active, #tab a:focus {
	font: bold 14px/normal "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #f26c00;
	text-decoration: none;
	background: url(../images/tab_roll.jpg);
}
 #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 15px 15px;
	width: 165px;
}
#sidebar1  ul {
	list-style: none;
	float: left;
	text-indent: -5px;
	width: 130px;

}
#sidebar1  li {
	background: left bottom;
	margin: 0px;
	border-bottom: 1px dashed #000000;
}
#sidebar1 a:link, #sidebar1 a:visited {
	font-size: 14px;
	color: #cee4e9;
	display: block;
    padding: .5em 1em .5em 1.5em;
}
#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #d2dce5;
	background: no-repeat -2px 50%;
}
#sidebar1 #quotes {
	margin-top: 180px;
	visibility: inherit;
	width: 170px;
}
.unusual02  {
	font: bold 14px/normal "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em .2em;
}


#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 20px 20px 30px; /* padding keeps the content of the div away from the edges */
	background: url(../images/rightcolumn02_bg.jpg) no-repeat left top;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 20px 20px 30px; /* padding keeps the content of the div away from the edges */
	background: url(../images/rightcolumn_bg.jpg) no-repeat left top;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
}


.textfeature {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
.textfeaturesmall {
	color: #d8dce0;
	padding-right: 5px;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.textitalic {
	color: #431a03;
	padding-right: 5px;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0.03em;
	font-style: italic;
}


.hr {
	border-bottom: 1px dashed #D6B0D9;
	padding-bottom: 15px;

}
.hrmain {
	border-bottom: 1px solid #fc9f5b;
	padding-bottom: 15px;
}
#mainContent0 {
	padding: 0 20px;
	margin: 0 320px 0 20px;
	width: auto;
}
#mainContent1 {
	padding: 0 10px 0 20px;
	margin: 15px 285px 0 195px;
} 
#mainContent3  {
	padding: 0 20px;
	margin: 0 20px 0 20px;
	width: auto;
}
.textlist {
	display: block;
	list-style: disc;
}


.menuhead {
	display: block;
	font-weight: bold;
	color: #fc9f5b;
	border-bottom: 1px solid #fc9f5b;
	font-size: 18px;
}


.textmenu {
	display: block;
	font-weight: bold;
	color: #000000;


}
.textmenuprice {
	display: inline;
	font-weight: bold;
	color: #903c01;
	font-size: 11px;
	font-style: italic;
	font-variant: normal;
}
#container #mainContent1 a {
	float: right;
	position: relative;
	visibility: inherit;
	font-size: 12px;
	color: #993300;
	font-weight: bold;
}



.img    {
	float: right;
	padding: 0px 15px 10px;
}


.texticon {
	height: 20px;
	position: relative;
	top: -5px;
}
 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.gif) no-repeat left top;
	font-size: 78%;
	line-height: 14px;
	letter-spacing: 0.2em;
	height: 80px;
	visibility: inherit;
	clear: both;
	width: auto;
	position: relative;
} 
#footer  ul {
	color: #999999;
	list-style: none;
	display: inline;
}
#footer li {
	color: #999999;
	display: block;
	float: left;
	padding-right: 80px;
	padding-top: 10px;
	padding-left: 10px;
	list-style: none;
}
.textfooter {
	color: #d45f0a;
	font-weight: bold;
}
.textfootertel {
	color: #CCCCCC;
	font-weight: bold;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#slideshow {
	padding: 10px;
	text-align: center;
}
#reservation {
	text-align: left;
	width: 580px;
	margin-left: 160px;
	background: url(../images/rightcolumn02_bg.jpg) repeat-x;
}
#linkfooter {
	text-align: center;
	display: block;
	position: relative;
	visibility: inherit;
}
#linkfooter li {
	text-align: left;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
