/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #868685 url(./images/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E4D34;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #5E4D34;
}

h1 {
	font-size: 11px;
	line-height:5px;
	margin: 90px 0px 0px 0px;
}

h2 {
	font-size: 23px;
}

p, ul, ol, td {
	margin: 0 0 0 0;
	text-align: justify;
	line-height: 14px;
	font-size: 11px;
}




a:link {
	color: #857B5E;
}

a:hover, a:active {
	text-decoration: none;
	color: #5E4D34;
}

a:visited {
	color: #857B5E;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	/* border: 1px solid #dddddd;*/
	padding: 2px;
	background-color: #ffffff;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Page */

#page {
	width: 800px;
	margin: 30px auto 0px auto;
	padding: 0px;
	border-color:#2D2D2D;
	border-style:solid;
	border-width:1px;
}

/* Container */
#leftcontainer {
	/*background: url(./images/bg_left_home.jpg) no-repeat left bottom;*/
	background: url(./images/bg_left_home.jpg) no-repeat left top;
	width: 390px;
	height: 605px;
	margin: 0;
	float: left;
}

#rightcontainer {
	background: url(./images/bg_rgt_home2.jpg) no-repeat left bottom;
	width: 410px;
	height: 605px;
	margin: 0;
	float: left;
	clear: right;
}


/* Menu */

#menu {
	font-weight: bold;
	padding: 150px 30px 0;
	color: #ffffff;
	margin: 0;
	float: right;
	text-align:right;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: 14px;
	font-size: 11px;
	text-align:right;
}

#menu li {
	/*display: inline;*/
	line-height: 14px;
	font-size: 11px;
	text-align:right;
}

#menu a {
	display: block;
	/*float: left;*/
	margin-left: 22px;
	padding: 3px 0;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(./images/img02.gif) repeat-x left bottom;
}


/* Content */

#content {
	color: #D9C8A9;
	float: left;
	padding: 150px 25px 0px 25px;
	margin: 0;
	height: 400px;
}


/* Text */

#text {
	margin: 0 auto 0 auto;
	padding: 0;
}

#text_profile {
	width: 695px;
	margin: 0 auto 0 auto;
	padding: 10px 39px 20px 44px;
	background: url(./images/profile_bg.jpg) no-repeat right;
}


/* Footer */
#bottom {
	height: 40px;
	min-height: 40px;
	width: 778px;
	padding: 0px 0 0 0;
	margin: 0 auto 0px auto;
	background: #F7F4EB url(./images/bottom_bg.png) top  center no-repeat;
	text-align:center;
	font-size:10px;
}

#footer {
	height: 40px;
	min-height: 40px;
	width: 778px;
	padding: 0px 0 0 0;
	margin: 0 auto 1px auto;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 778px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #000000;
}

#legal a {
	color: #857B5E;
}


/* Home Page */
.scroller {
    overflow:auto;
    width:360px;
    height:200px;    
}
.home_news {
    background-color:#660000;
    padding:3px;
}
.home_news li {
    margin-top:5px;
}

span.title {
    color:#F2FF00;
    font-size:14px;    
}
/* Reservation Page */
#res_table {
    margin:0 auto;
    width:300px;
}
#res_table td {
    padding:3px;
    text-align:right;
}
#res_table input, #res_table textarea {
    font-size:11px;
    height:11px;
    width:150px;
}
#res_table textarea {
    height:150px;
    width:152px;
}
#res_table label {
    vertical-align:top;
    padding-right:10px;
}
#res_table input.date-pick {
    width:127px;
}