/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	background: #384526 url('../images/bg-html.gif');
}
body {
	background: url('../images/bg-body.gif') repeat-x;
	color: #203420;
	min-height: 100%;
	min-width: 814px;
	font: 62.5% Arial, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
* html body {
	height: 100%;
}
a {
	color: #0b120b;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

/* page holder ****************************************************************/
#container {
	width: 814px;
	margin: 0 auto;
	padding: 437px 0 0;
	position: relative;
}
#container2 {
	width: 814px;
	margin: 0 auto;
	padding: 142px 0 0;
	position: relative;
}
#container3 {
	width: 950px;
	margin: 0 auto;
	padding: 102px 0 0;
	position: relative;
}

/* header *********************************************************************/
#header {
	position: absolute;
	left: 2px;
	top: 0;
	z-index: 2;
	height: 437px;
	width: 774px;
	background: url('../images/bg-header.png') no-repeat;
	overflow: hidden;
	padding: 0 20px;
}
#header img {
	display: block;
	margin: 116px 0 0;
	border-bottom: 5px solid #646949;
}
#header2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 142px;
	width: 774px;
	background: url('../images/bg-header.png') no-repeat;
	overflow: hidden;
	padding: 0 20px;
}
#header2 img {
	display: block;
	margin: 121px 0 0;
}
#header3 {
	position:absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 102px;
	width: 950px;
	overflow: hidden;
	padding: 0 20px;
}
.logo {
	float: left;
	width: 201px;
	height: 76px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/logo3.gif') no-repeat;
	margin: 8px 0 0 0;
}
.logo a {
	display: block;
	height: 60px;
	cursor: pointer;
	position: relative;
}
#navigation {
	padding: 8px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}
#navigation li {
	float: left;
	margin-right: -1px;
	background: url('../images/nav-leftdoor.gif') no-repeat;
}
#navigation a {
	float: left;
	color: #999c70;
	padding: 0 11px;
	font: 14px/27px 'Trebuchet MS', Arial, sans-serif;
	text-decoration: none;
	letter-spacing:-1px;
	background: url('../images/nav-rightdoor.gif') no-repeat 100% 0;
}
#navigation li:hover,
#navigation li.hover,
#navigation li.active {
	background: url('../images/nav-leftdoor-active.gif') no-repeat;
	position: relative;
}
#navigation li:hover a,
#navigation li.hover a,
#navigation li.active a {
	background: url('../images/nav-rightdoor-active.gif') no-repeat 100% 0;
	font: 14px/37px 'Trebuchet MS', Arial, sans-serif;
	color: #dadfa1;
}
#navigation ul {
	display: none;
	position: absolute;
	background: #787c55;
	left: 0;
	top: 37px;
	z-index: 3;
	width: 120px;
}
#navigation ul ul {
	display: none !important;
	top: 0;
	left: 120px;
}
#navigation ul li {
	float: none;
	background: none !important;
}
#navigation ul a {
	float: none;
	display: block;
	letter-spacing:normal;
	font: 11px/22px 'Trebuchet MS', Arial, sans-serif !important;
	background: none !important;
	padding: 0 4px;
	color: #1b1b17 !important;
}
* html #navigation ul a {
	height: 1%;
}
*+html #navigation ul a {
	height: 1%;
}
#navigation ul li:hover a,
#navigation ul li.hover a {
	background: #9fa375 !important;
}
#navigation li:hover ul,
#navigation li.hover ul {
	display: block;
}
#navigation ul li:hover ul,
#navigation ul li.hover ul {
	display: block !important;
}
#navigation ul ul a:hover {
	background: none !important;
}

/* main contant area **********************************************************/
#content {
	width: 774px;
	padding: 0 20px;
	overflow: hidden;
	font: 1.2em/1em Arial, 'Trebuchet MS', Arial, sans-serif;
	background: url('../images/bg-content.png') repeat-y;
}
h1 {
	font: 2.5em Helvetica, Arial, sans-serif;
	letter-spacing:-2px;
	margin-bottom:10px;
}
h2 {
	font: 1.22em Helvetica, Arial, sans-serif;
	letter-spacing: .5em;
	margin: 0 0 1em;
}
#content h2.invHead {
	letter-spacing:-1px;
	margin:14px 0;
	font: 22px Helvetica, Arial, sans-serif;
}
h3 {
	font: bold 1.2em 'Trebuchet MS', Arial, sans-serif;
	margin: .7em 0 0;
}
h4 {
	font: bold 1.09em 'Trebuchet MS', Arial, sans-serif;
	margin: 2em 0 0;
}
h5 {
	font: bold 1em 'Trebuchet MS', Arial, sans-serif;
	margin: .7em 0 0;
}
.tariffs td {
	background:#bcc08a;
	padding:2px;
}
#contact td {
	font-weight:bold;
	padding-right:10px;
}
.imgright {
	float:right;
	margin:0 0 20px 20px;
	text-align:center;
}
.imgright h1 {
	font-weight:bold;
	font-size:12px;
	margin:10px;
	text-align:center;
	letter-spacing:normal;
}
.elegant h4 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	line-height:0.8em;
	font-style:italic;
	letter-spacing:-2px;
	margin:0;
}
.elegant h4 span {
	font-size:0.6em;
	letter-spacing:normal;
}
.elegant p {
	padding:0;
	margin:5px 0;
}
.accom p, .accom h4 {
	text-align:right;
}
.newsletter {
	background:#9b9e72;
	padding:20px;
	margin-top:30px;
}


/* slideshow jQuery **********************************************************************************************/
#slideContainer { width: 675px; margin: 0 auto; }
#slideContainer2 { width: 250px; margin: 0; float:right; margin:0 0 10px 10px; }
#slideContainer3 { width: 400px; margin: 0; float:left; margin:0 10px 10px 0; }
#loader { background-color:white; height:506px; }
#loader2 { background-color:white; height:167px; }
#loader3 { background-color:white; height:300px; }
#loader img, #loader2 img, #loader3 img { width: 100%; height: 100%; }
.loading { background: url( '/images/loadingIcon.gif' ) no-repeat 50% 50%; height: 100%; width: 100%; z-index:10; }
/* end slideshow jQuery **********************************************************************************************/


/* sidebar ********************************************************************/
#sidebar {
	width: 283px;
	padding: 22px 0 0 23px;
}
.box {
	margin: 0 0 18px;
	color: #d3d89b;
	background: url('../images/bg-box.gif') repeat-y;
	font: .9em/1.1em 'Trebuchet MS', Arial, sans-serif;
}
.box .inner1 {
	background: url('../images/bg-box-top.gif') no-repeat;
}
.box .inner2 {
	background: url('../images/bg-box-bottom.gif') no-repeat 0 100%;
	width: 253px;
	overflow: hidden;
	padding: 15px;
	ttext-align:justify;
	text-align:left;
}
.box .inner2 h1 {
	line-height:22px;
	letter-spacing:-1px;
	font-size:23px;
}
#sidebar img.left {
	margin-right: 10px;
	border: 1px solid #4a4f36;
}
.button {
	color: #d3d89b;
	text-decoration: none;
	font: bold 1em/24px Arial, sans-serif;
	float: right;
	background: url('../images/button-leftdoor.gif') no-repeat;
}
.button span {
	float: left;
	background: url('../images/button-rightdoor.gif') no-repeat 100% 0;
	padding: 0 10px;
	cursor: pointer;
	font-size:11px;
}
.box .inner2 img {
	margin-bottom:10px;
}

/* main column ****************************************************************/
#maincol {
	float: right;
	padding: 30px 48px 0 0;
	background: url('../images/bg-maincol.gif') no-repeat 140px 0;
	width: 383px;
	overflow: hidden;
}
#maincol img.right {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #4b4f36;
}
#maincol p {
	text-align:left;
	line-height:1.3em;
}
#maincol ul {
	margin: 1em 0;
}
#maincol ul li {
	padding-left: 15px;
	background: url('../images/bullet.gif') no-repeat 7px .4em;
}

/* main column 2 ****************************************************************/
#maincol2 {
	float: right;
	padding: 30px 48px 0 0;
	background: url('../images/bg-maincol2.gif') no-repeat 140px 0;
	width: 383px;
	overflow: hidden;
}
#maincol2 img.right {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #4b4f36;
}
#maincol2 img.left {
	margin-right: 20px;
	border: 1px solid #4b4f36;
}
#maincol2 p {
	text-align:left;
	line-height:1.3em;
}
#maincol2 ul {
	margin: 1em 0;
}
#maincol2 ul li {
	padding-left: 15px;
	background: url('../images/bullet.gif') no-repeat 7px .4em;
}

/* full width column ****************************************************************/
#fullcol {
	float: right;
	padding: 30px 48px 0 0;
	background: url('../images/bg-maincol2.gif') no-repeat 440px 0;
	width: 683px;
	overflow: hidden;
}
#fullcol img.right {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #4b4f36;
}
#fullcol img.left {
	margin-right: 20px;
	border: 1px solid #4b4f36;
}
#fullcol p {
	ttext-align:left;
	line-height:1.3em;
}
#fullcol ul {
	margin: 1em 0;
}
#fullcol ul li {
	list-style:square;
	padding:0;
	margin-left:18px;
}
#fullcol ul li ul li {
	padding:0;
	line-height:16px;
}
#fullcol ul li ul {
	margin: 0.3em 0 0.5em 0;
}
#fullcol2 {
	float: right;
	padding: 30px 48px 0 0;
	background: url('../images/bg-maincol2.gif') no-repeat 440px 0;
	width: 800px;
	overflow: hidden;
}
.offer a {
	float:right; 
	margin-top:50px;
	font-size:12px;
	font-weight:normal;
	color:#2e3221;
	text-decoration:none;
	bbackground: url('../images/holly.gif') no-repeat left;
	padding-left:30px;
	height:23px;
	line-height:23px;
}
.offer a:hover {
	color:#000;
}

/* footer *********************************************************************/
#footer {
	background: url('../images/bg-footer.png') no-repeat;
	padding: 35px 20px;
	text-align: right;
	color: #bdce89;
	width: 774px;
}
#footer a {
	color: #bdce89;
}
#footer2 {
	padding: 35px 20px;
	text-align: right;
	color: #bdce89;
	width: 930px;
}
#footer2 a {
	color: #bdce89;
}
#decoration {
	width: 540px;
	height: 44px;
	background: url('../images/decoration.png') no-repeat;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: -86px;
}
.data td {
	border:1px solid #989b70;
	padding:4px;
	background:#a5a97a;
}
.data th {
	border-bottom:1px solid #989b70;
	padding:4px;
	bbackground:#a5a97a;
}
.data h3 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:30px 0 0 0;
}
