/* CSS Document */
* {
	outline: 0;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #ede5d5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content {
	background: url(images/page_frame_bgnd.gif) repeat-y 0px 0px;
}
.footer {
	background: url(images/footer_bgnd.gif) no-repeat 3px 0px;	
	height: 35px;
}

#box {
		display: block;
		position: relative;
		width: 427px;
		background-image: url(images/fp_box_bgnd.gif);
		background-repeat: repeat-y;
		float: left;
		margin-left: 25px;
		text-align: left;
	}
html>body #box {
	margin-left: 50px;
}
#box .bx_content {
		background-image: url(images/fp_box_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}
#box .bx_cap {
		background-image: url(images/fp_box_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		height: 26px;
	}
#box p {	
	margin-left: 30px;
	margin-right: 35px;	
	font-size: 11px;
	color: #565656;
	text-align: justify;
}

#feature_image {
	display: block;
	position: absolute;
	top: 35px;
	left:50%;
	margin-left: 30px;
	width: 350px;
	height: 350px;
	z-index: 999;
}
#feature_image_inner {
	display: block;
	position: absolute;
	top: 10px;
	left:50%;
	margin-left: 30px;
	width: 350px;
	height: 350px;
	z-index: 999;
}
#feature_image_bellow {
		display: block;
	position: absolute;
	top: 390px;
	left:50%;
	margin-left: 85px;
	width: 275px;
	height: 270px;
	z-index: 999;
}

.footer_txt {
	font-size: 10px;
	color: #565656;
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

#footer_add {
	background-color: #a77536;
	display: block;
	position: relative;
	height: 34px;
	width: 301px;
	padding: 0;	
	margin: 0;		
	top: -50px;
	left: 417px;
	z-index: 20;
	overflow: hidden;
}

#header {
	margin: 0;
	padding: 0;
	margin-left: 2px;
	background: url(images/header.gif) repeat-y 0px 0px;	
	height: 181px;
}
#fheader {
	margin: 0;
	padding: 0;
	margin-left: 2px;
	background: url(images/fheader.jpg) repeat-y 0px 0px;	
	height: 181px;
}


#box_main {
		display: block;
		position: relative;
		width: 710px;
		background-image: url(images/box_bgnd.gif);
		background-repeat: repeat-y;
		float: left;
		margin-left: 21px;
		margin-top: 0px;		
		text-align: left;
	}
html>body #box_main {
	margin-left: 42px;
}
#box_main .bx_content {
		background-image: url(images/box_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}
#box_main .bx_cap {
		background-image: url(images/box_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		height: 26px;
	}

.f_holder {
	display: block;
	float: left;
	width: 164px;
	height: 122px;
	background-image: url(images/smlimg_holder.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-left: 10px;
}
html>body .f_holder {
	margin-left: 17px;
}
.f_holder img {
margin-left: 15px;
margin-top: 15px;
}

#box_main .f_holder {
	display: block;
	float: left;
	width: 164px;
	height: 122px;
	background-image: url(images/smlimg_holder.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-left: 10px;
}
html>body #box_main .f_holder {
	margin-left: 20px;
}

#menu {
	display: block;
	position: relative;
	z-index: 10;
	margin-left:185px;
	color: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	width: 219px;	
	outline: none;
	overflow: hidden;
}
html>body #menu {
	top:-10px;
	margin-left:145px;
	overflow: hidden;
	width: 219px;	
}

#menu li {
	width: 219px;	
	padding: 0;
	margin: 0;
/*	padding-left: 35px;*/
	text-align: left;		
	list-style: none;
	outline: none;
	overflow: hidden;
}
#menu li a:link, #menu li a:active, #menu li a:visited {
	display: block;
	width: 219px;
	height: 29px;
	padding: 0;
	margin: 0;
	line-height: 29px;	
	color: #fff;
	text-decoration: none;
	text-align: left;	
	background-color: transparent;	
	border: none;	
	padding-left: 35px;	
	background-image: url(images/menu_bgnd.gif);
	background-repeat: no-repeat;
	outline: none;
	overflow: hidden;
}

#menu li a:hover {
	display: block;
	width: 219px;
	height: 28px;
	padding: 0;
	margin: 0;
	line-height: 28px;	
	color: #91642D;
	text-decoration: none;
	text-align: left;
	background-color: transparent;	
	border: none;
	background-image: url(images/menu_bgnd.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
	border-bottom: 1px solid #ad9070;
	outline: none;
	padding-left: 35px;
}
a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	color: #a77536;
}
a:hover {
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	background-color: #fff;
	border-bottom: 1px solid red;
}

.more_link {
	margin: 0px 35px 0px 25px;
	clear: both;
	display:block;
	text-align: right;
	border-top: 1px solid #fff;
	line-height: 20px;
	height: 20px;
}


#feature_image_bellow a:hover {
	background: transparent;
	border: none;
}
#weather {
	
}
ul {
}
li {
	color: #555;
	margin-left: 30px;
	list-style-position: inside;
	list-style: square;
	line-height: 120%;
 }
a.nohover:hover, a.nohover:link, a.nohover:visited, a.nohover:active  {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#box_main p {	
	margin: 0;
	margin-left: 35px;
	margin-right: 35px;	
	margin-top: 8px;
	margin-bottom: 0px;	
	font-size: 11px;
	color: #565656;
	text-align: justify;
}
#box_main table {
	width: 640px;
	margin-left: 35px;
	margin-right: 35px;	
	padding: 0;
}
#special_margin_left {
	padding-left: 15px;	
}
#special_margin_right {
	padding-right: 15px;	
}
#box_main td p {	
	margin: 0;	
	margin-bottom: 5px;
	margin-top: 5px;	

	font-size: 11px;
	color: #565656;
	text-align: justify;
}

legend {
	color: #555;
}
h1, h2, h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	margin-left: 25px;
	color: #636363;
	background: url(images/bullet.gif) no-repeat left top;
	padding-left: 28px;
	text-align: left;
	width:  200px;
	height: 30px;
	background-color: #e1ceb3;
}

h2 {
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;	
	font-size: 16px;
	color: #835229;	
	display: block;
	margin-top: 10px;
	border-bottom: 1px solid #fff;
}
h3 {
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;	
	font-size: 14px;
	color: #835229;	
	display: block;
	margin-top: 10px;
}
h4 {
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;	
	font-size: 12px;
	color: #835229;	
	display: block;
	margin-top: 10px;
}
h6 {
	margin: 0;
	color: #636363;
	padding-left: 0px;
	text-align: left;
	width:  auto;
	height: 30px;
	background: #D8A57B;
}


/*#box_main h2 {
	padding: 0;
	margin-left: 35px;
	margin-right: 35px;	
	font-size: 14px;
	color: #835229;	
	display: block;
	margin-top: 10px;

}
*/
/*#box_main h3 {
	padding: 0;
	margin-left: 35px;
	font-size: 13px;
	line-height: 15px;
	color: #636363;	
}

#box_main table h3 {
	padding: 0;
	margin-left: 0px;
	font-size: 13px;
	line-height: 15px;
	color: #636363;	
}
*/

.floater {
	float:left;
	margin-right:10px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:5px;
}


.prices td, .prices th {
	 border:1px solid #D8BE9C;
}