
* { margin: 0; padding: 0; }

body
{
	font-family: "Times New Roman", "Times CE", "Times", serif;
	font-size: 14px;
	color: #000;
	background: #cdc8bf;
}

/* ----- Container ----- */

#container
{
	position: relative;
	margin: 50px auto;
	width: 900px;
}

/* ----- Header ----- */

#header
{
	width: 900px;
	height: 361px;
	background: url(../../img/header.jpg );
}

#header h1
{
	padding: 50px 0 0 43px;
	color: #313f3c;
	font-weight: normal;
	font-size: 2.15em;
}

#header h2
{
	padding: 0 0 0 43px;
	color: #262220;
	font-weight: normal;
	font-size: 1.2em;
}

#header .reserve
{
	padding: 100px 0 0 45px;
	width: 180px;
	font-style: italic;
	color: #fff;
	text-align: justify;
}

/* ----- Main ----- */

#main
{
	background: url(../../img/main-back.png) repeat-y;
}

#main .clear { clear: both; }

/* ----- Menu ----- */

#menu
{
	float: left;
	margin-left: 33px;
	width: 209px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul { margin: 50px 0; }

#menu li
{
	list-style: none;
	margin: 0 0 23px 28px;
}

#menu a
{
	font-size: 0.95em;
	color: #fff;
	text-decoration: none;
}

#menu li.active a
{
	font-size: 1.1em;
	color: #2f332d;
}

/* ----- Content ----- */

#content
{
	float: right;
	padding: 0 20px 20px 0;
	width: 615px;
}

#content.num-columns-2 #col1
{
	float: left;
	width: 325px;
}

#content.num-columns-2 #col2
{
	float: right;
	width: 250px;
}

#content.num-columns-2 #col2 div { position: absolute; }
#content.num-columns-2 #col2 div img { border: 1px solid #24313c; }

#content .min-height
{
	float: right;
	height: 510px;
}

#content h1
{
	margin: 0 0 15px 0;
	padding: 12px 0 0 35px;
	height: 25px;
	background: url(../../img/heading-back.jpg) no-repeat;
	font-size: 1.2em;
	color: #454a44;
}

#content p
{
	margin: 15px 0;
}

/* ----- Footer ----- */

#footer
{
	padding: 10px 0 0 350px;
	width: 550px;
	height: 50px;
	background: url(../../img/footer.jpg) no-repeat;
}

#footer a
{
	color: #fff;
}

/* ----- Extra ----- */

#extra-div1
{
	position: absolute;
	left: -301px;
	top: 0;
	width: 301px;
	height: 642px;
	background: url(../../img/trees-back.jpg) no-repeat;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.option-buttons
{
	margin: 0 auto;
	width: 450px;
}

.option-button
{
	display: block;
	padding: 20px;
	width: 175px;
	font-size: 2em;
	color: #555;
	background: #eee;
	text-align: center;
	border: 1px solid #ccc;
	text-decoration: none;
}

.option-button:hover
{
	color: #000;
	border: 1px solid #999;
}
form .submit { padding: 3px 10px; }

#content form .error { margin-left: 210px; }

#content form .group .error { margin-left: 40px; }

#rent_form .group_elements
{
	margin: 15px;
	width: 560px;
}

#rent_form .group label
{
	float: right;
	width: 345px;
}

#rent_form .group .element
{
	display: block;
	padding-top: 10px;
}

#rent_form .group .checkbox
{
	margin-left: 180px;
}

#rent_form .group br { clear: both; }

#buy_now_form p
{
	margin-left: 215px;
}

#SignUp label
{
	width: 100px;
}
#plugin-gallery-enlarged
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13pt;
	position: absolute;
	padding: 10px 10px 5px 10px;
	width: 300px;
	height: 100px;
	background-color: #fff;
	text-align: center;
	z-index: 5;
	overflow: hidden;
	font-weight: bold;
	color: #555;
}

#plugin-gallery-enlarged-img
{
	margin: 0 auto;
	clear: both;
	display: block;
	padding-bottom: 15px;
}

#plugin-gallery-loading
{
	font-weight: normal;
	font-style: italic;
}

#plugin-gallery-loading img
{
	margin: 0 auto;
	clear: both;
	display: block;
}

#plugin-gallery-close
{
	margin: 0 10px 10px 0;
	float: right;
	cursor: pointer;
}

#plugin-gallery-prev
{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 10px 3px 20px;
	font-size: 1em;
	
	cursor: pointer;
}

#plugin-gallery-next
{
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 3px 20px 3px 10px;
	cursor: pointer;
}

#plugin-gallery-background
{
	position: absolute;
	background-color: #000;
	z-index: 4;
}
#plugin-gallery-thumbnails
{
	float: left;
	width: 610px;
}

#plugin-gallery-thumbnails .item
{
	margin: 0;
	padding: 20px 0;
	clear: both;
	border-bottom: 1px solid #d2d6c9;
}

#plugin-gallery-thumbnails .thumbnail
{
	float: left;
	margin: 0 10px;
	padding-bottom: 6px;
	background: url(../../img/gallery-thumbnail-shadow.png) left bottom no-repeat;
}

#plugin-gallery-thumbnails .thumbnail img
{
	border: 1px solid #24313c;
}

#plugin-gallery-thumbnails .caption
{
	float: right;
	width: 420px;
}

#plugin-gallery-thumbnails p
{
	margin: 0;
}