html {
	background-color: #EDEDED;
}

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: #D2D2D2 1px solid;
	background: #EDEDED url(images/bg_body.gif) repeat-x;
	width: 775px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1 {
	font-size: 257%;
}

h2 {
	font-size: 227%;
}

h3 {
	font-size: 27px;
	color: #777777;
}

h4 {
	font-size: 137%;
	color: #F07242;
	padding: 0;
}

h5 {
	font-size: 117%;
	font-weight: bold;
	padding: 0;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 5px 0 0;
}

img.right {
	float: right;
	margin: 10px 0 0 5px;
}

img.left1 {
	float: left;
	margin: 10px 15px 0 0;
}

img.left2 {
	float: left;
	margin: 5px 15px 0 0;
}

dt {
	padding-left: 8px;
	border-left: 8px solid #99cccc;
}

dd {
	margin: 5px 0 10px 0;
}
/* Page */


#page {
	position: relative;
	margin: 26px auto 0 auto;
	padding: 0;
	border: #87B0B3 1px solid;
	width: 675px;
	background-color: #FFFFFF;
}



/* Header */



#header {
	width: auto;
	height: 68px;
	margin: 0 auto;
	background: transparent url(images/bg_header.gif) top center repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 68px;
	width: 278px;
	background: transparent url(images/img_logo.gif) no-repeat left top;
}

#logo h1, #logo h2 {
	display:none;
}

/* Top Menu */

#topmenu {
	float: right;
	height: 68px;
	width: 392px;
	text-align: right;
}

#topmenu ul {
	margin: 0;
	padding: 25px 15px 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu li.home {
	background: #FFFFFF url(images/bg_li_home.gif) left center no-repeat;   
}

#topmenu li.about {
	background: #FFFFFF url(images/bg_li_about.gif) left center no-repeat;   
}

#topmenu li.contact {
	background: #FFFFFF url(images/bg_li_contact.gif) left center no-repeat;   
}


#topmenu a {
	padding: 0 20px;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}

#topmenu a:hover {
}


/* Header 2 */

#navigation, navigation1, navigation2, navigation3, navigation4, navigation5, navigation6 {
	position: relative;
	width: 675px;
	height: 214px;
	margin: 0 auto;
}

#navigation {
	background: transparent url(images/img_home.jpg) top center no-repeat;
}

#navigation1 {
	background: transparent url(images/img_about.jpg) top center no-repeat;
}

#navigation2 {
	background: transparent url(images/img_room.jpg) top center no-repeat;
}

#navigation3 {
	margin: 0 auto;
	background: transparent url(images/img_rental.jpg) top center no-repeat;
}

#navigation4 {
	background: transparent url(images/img_park.jpg) top center no-repeat;
}

#navigation5 {
	background: transparent url(images/img_reserv.jpg) top center no-repeat;
}

#navigation6 {
	background: transparent url(images/img_home.jpg) top center no-repeat;
}

/* Menu */

#menu {
	width: 230px;
	height: 214px;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	width: 210px;
	height: 28px;
	margin: 0 0 10px 0;
	padding: 0;
}

#menu li a {
	display: block;
	width: 188px;
	height: 26px;
	padding: 0 0 0 20px;
	background: #FFFFFF url(images/bg_li.gif) center left no-repeat;
	text-decoration: none;
	font-size: 20px;
	color: #666666;
	border: #FFFFFF 1px solid; 

}

#menu li.on a{
	display: block;
	background-color: #F33200;
	color: #FFFFFF;
}

#menu li a:hover {
	display: block;
	background-color: #F33200;
	color: #FFFFFF;
}


/* Splash */

#splash {
	position: absolute;
	top: -32px;
	left: 180px;
	z-index: 1;
	width: 492px;
	margin: 0;
}


/* Page */

#container {
	width: 675px;
	margin: 0 auto;
	padding: 6px 0;
	background: #FFFFFF url(images/bg_container.gif) top center repeat-x; 
}

#container1 {
	width: 675px;
	margin: 0 auto;
	padding: 6px 0;
	background: #FFFFFF url(images/bg_container.gif) top center repeat-x;
}

/* Content */

#contentsleft {
	float: left;
	width: 415px;
	padding: 10px 30px 0 30px;
}

#contentsleft ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#contentsleft ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#contentsleft ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}


.content {
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 45%;
}

.twocols .col2 {
	float: right;
	width: 45%;
}

.hidden {
	display:none;
}


/* Sidebar */

#contentsright {
	float: right;
	width: 200px;
	padding: 0;
}

.boxedA {
	margin-bottom: 1px;
	background: #CBE2F8 url(images/img111.gif) left repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedA h5 {
	height: 35px;
	padding: 25px 0 0 15px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #549EE9;
}

.boxedA ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedA li {
	display: inline;
}

.boxedA a {
	display: block;
	height: 23px;
	padding: 7px 0 0 15px;
	background: #EEF5FD url(images/img112.gif) left no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedA a:hover {
	background-color: #A9CEF4;
	color: #FFFFFF;
}

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/img107.gif) left repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedB h5 {
	height: 35px;
	padding: 25px 0 0 15px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	height: 23px;
	padding: 7px 0 0 15px;
	background: #FDF1EC url(images/img108.gif) left no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}

.boxedB a:hover {
	background-color: #F7B8A0;
	color: #FFFFFF;
}

/* BoxedC */

.boxedC {
	margin-bottom: 1px;
	background: #E2ECCB url(images/img109.gif) left repeat-y;
	border-bottom: 1px solid #93B34C;
}

.boxedC h5 {
	height: 35px;
	padding: 25px 0 0 15px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #93B34C;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	height: 23px;
	padding: 7px 0 0 15px;
	background: #EEF4E0 url(images/img110.gif) left no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #93B34C;
}

.boxedC a:hover {
	background-color: #BDD38D;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	height: 55px;
	padding: 10px 0 0 0;
	background: #EDEDED;
}

#footmenu {
	width: 675px;
	margin: 0 auto;
}

#footmenu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	line-height: normal;
}

#footmenu li {
	display: inline;
}

#footmenu a {
	padding: 0 5px;
	border-left: 1px solid #999999;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 10px;
	color: #999999;
}

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

#footmenu .front a {
	border: none;
}

#footmenu p {
	margin: 0;
	padding: 0 0 0 35px;
	line-height: normal;
	font-size: 10px;
	color: #999999;
}

.red {
	color: #F33200;
}

.blue {
	color: #3291AD;
}

.yellow {
	color: #EE9D0B;
}

.center {
	text-align: center;
}

.big {
	font-size: 24px;
}

.middle {
	font-size: 18px;
}

.center {
	text-align: center;
}