/* CSS Document */

/* Neutralize styling:    Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling:    Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

p {
	text-align:justify;
}

/* Apply left margin:   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 0.1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

body
{
  margin: 0;
  background-color: #B7AD70;
  color: #756959;
  font-family: Tahoma, Helvetica, Arial, Helvetica, sans-serif;
  min-width: 900px;
  text-align: center;
}

a {
	text-decoration: none;
	color: #584C3D;
}
/*
a:visited {
	text-decoration: none;
	color: #006666;
	background-color: transparent;
}
*/
a:hover {
	color:#584C3D;
	text-decoration: underline;
}

/*-- GENERAL BITS --------------*/
.container {
	margin: 0 auto;
	width: 986px;
	padding: 0;
	border: 0;
	position: relative;
	text-align: left;
}

/*-- HEADER---------------------*/
.headerArea {
	position: relative;
	display: inline;
	float: left;
	/*height: 520px;*/
	width: 986px;
	/*border:1px solid black;*/
}

#lang {
	float:right;
	margin:40px 20px 0 0 ;
	padding:5px;
	width:150px;
	/*height:25px;*/
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color: #4B2029;
	/*border:1px solid black;*/
}

#lang a{
	color: #4B2029;
}

#lang a:hover{
	text-decoration:none;
	color: #FAF1CD;
}

.headerLogo {
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	width: 280px;
	height: 75px;
	/*border:1px solid black;*/
}

.topNavBar {
	position: realtive;
	float: right;
	display: inline;
	margin: 46px 30px 0 0;
	width: 390px;
	height: 17px;
}
.topNavBar ul {
	display: inline;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.topNavBar li {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
}
.topNavBar li a {
	display: inline;
	float: left;
	height: 17px;
}
.topNavBar li span {
	display: none;
}
#topNav01 a {
	background: url(../images/topnav_home_off.gif) top left no-repeat;
	width: 42px;
	height: 17px;
}
#topNav01 a:hover {
	background: url(../images/topnav_home_on.gif) top left no-repeat;
}
#topNav02 a {
	background: url(../images/topnav_about_us_off.gif) top left no-repeat;
	width: 70px;
	height: 17px;
}
#topNav02 a:hover {
	background: url(../images/topnav_about_us_on.gif) top left no-repeat;
}
#topNav03 a {
	background: url(../images/topnav_brochure_off.gif) top left no-repeat;
	width: 138px;
	height: 17px;
}
#topNav03 a:hover {background: url(./images/topnav_brochure_on.gif) top left no-repeat;}

.mainNavBar ul li a.selected {
	text-decoration: none;
	color: #FAF1CD;
	background-color: transparent;
}

.mainNavBar {
	position: relative;
	float: left;
	display: inline;
	width: 986px;
	height: 50px;
	background: url(../images/menu_bg.gif) top left no-repeat;
	/*background: url(images/bg_main_nav_bar.gif) top left repeat-x #9EB8B2;*/
}

.mainNavBar ul {
	margin: 22px 0 0 30px;
	font-size: 14px;
	line-height: 1.1em;
}
.mainNavBar li {
	display: inline;
	margin: 0 40px 0 0;
	padding: 0;
	line-height: 1.1em;
}
.mainNavBar a:link {
	text-decoration: none;
	color: #B7AD70;
	background-color: transparent;
}
.mainNavBar a:visited {
	text-decoration: none;
	color: #B7AD70;
	background-color: transparent;
}
.mainNavBar a:hover {
	text-decoration: none;
	color: #FAF1CD;
	background-color: transparent;
}

/*-- DROP DOWN CODE --*/
#dropmenudiv{position: absolute; margin: 11px 0 0 -12px; border:1px solid #869D98; border-bottom-width: 0; font-size: 12px; 
font-weight: normal; z-index:100; color: #006666; text-align: left; width: 180px;}

#dropmenudiv a{width: 100%; display: block; text-indent: 10px; border-bottom: 1px solid #869D98; padding: 5px 0;
text-decoration: none; color: #006666;}

#dropmenudiv a:hover{background-color: #9EB8B2; color: #FFFFFF;}


/*-- MAIN AREA --*/
.mainAreaHolder {
	float: left;
	position: relative;
	display: inline;
	width: 986px;
	padding: 20px 0 15px 0;
	margin:0 auto;
	background:url(../images/content-bg.gif) top center repeat-y;
}

/*-- FOOTER --*/
#footer {
	position: relative;
	float: left;
	display: inline;
	width:986px;
	height:56px;
	padding:10px 0 0 0;
	background: url(../images/footer-bg.jpg) no-repeat;
}
#copyr {
	float: left;
	text-align: left;
	font-size: 11px;
	color:#C5BEA2;
	margin:0 0 0 25px;
}
#impel {
	float:right;
	margin:0 25px;
	height:25px;
}	
#impel a {
	display:block;
	width:65px;
	height:20px;
	text-indent:-9999px;
	background: transparent url(../images/impel_logo.gif) top left no-repeat;
}
#impel a:hover {
	background: transparent url(../images/impel_logo.gif) top right no-repeat;
}

#footer_clear {
	position: relative;
	float: left;
	display: inline;
	width:986px;
	height:56px;
	padding:0px;
}
#europrog {
	float: left;
	text-align: left;
	font-size: 11px;
	color:#4B2029;
	margin:0 0 0 25px;
}

.logos {
	float:right;
	text-align:center;
	margin:0px 48px 0 0;
	width:250px;
	height:65px;
	/*border:1px solid black;*/
}
.noborder {
border:none;
text-decoration:none;
}

#e-services {
	float:right;
	margin:0 25px;
	height:25px;
}

/*-- HOME PAGE --*/
.more {
	margin:5px 10px 0px 0px;
	font-size: 12px;
	float:right;
	/*background: url(../images/bullet.gif) no-repeat;*/
}
.more:hover {
	color:#584C3D;
	text-decoration: underline;
}
.homeTopHalf {
	position: relative;
	float: left;
	display: inline;
	width: 926px;
	margin: 0 10px 10px 30px;
	padding: 0;
	border-bottom: 1px solid #E4D3A5;
}
#homeTopRightHalf {
	position: relative;
	float: left;
	display: inline;
	width: 324px;
	height:290px;
	margin: 0;
	padding-left: 5px;
	/*border:1px solid black;*/
}
#homeTopRightHalf img{
	float:left;
	margin:2px 0px 0 0px;
	width:209px;
	height:135px;
	/*border:1px solid black;*/
}
.homeFlashHolder {
	position: relative;
	float: left;
	display: inline;
	width: 550px;
	height: 260px;
	margin: 0 30px 0 0;
	padding:5px;
	background-color: #ffffff;
	border: 1px solid #E4D3A5;
}
.homeIntro {
	position: relative;
	float: left;
	display: inline;
	width: 324px;
	margin: 0;
}
.homeIntro h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	/*color: #584C3D;
	/*text-indent: -9000px;*/
	line-height: 1.1em;
}
.homeIntro p {
	font-size: 12px;
	color: #756959;
	line-height: 1.6em;
}
.homeIntro img {
	border: 0;
	margin: 10px 0 0 0;
}
.homeBottomLeft {
	position: relative;
	float: left;
	display: inline;
	width: 260px;
	margin: 0 30px 0 30px;
	padding: 0;
}
.homeBottomLeft h2 {
	margin: 0 0 0 0;
	padding: 2px;
	padding: 2px;
	border:1px solid black;
}
.homeBottomLeft h3, .homeBottomMiddle h3 {
	font-size: 15px;
	margin: 2px 0 2px 5px;
	line-height: 1.6em;
	color: #756959;
}
.homeBottomLeft p {
	font-size: 12px;
	color: #756959;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
.homeBottomLeft img {
	border: 0;
	margin: 0 0 5px 0;
}
.homeBottomMiddle {
	position: relative;
	float: left;
	display: inline;
	width: 260px;
	margin: 0 30px 0 0;
	padding: 0;
}
.homeBottomMiddle h2 {
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -9000px;
	line-height: 1.1em;
}
/*
.homeBottomMiddle h3 {
	font-size: 12px;
	margin: 5px 0 0 0;
	line-height: 1.6em;
	color: #756959;
}
*/
.homeBottomMiddle p {
	font-size: 12px;
	color: #756959;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
.homeBottomMiddle img {
	border: 0;
	margin: 0 0 5px 0;
}

.homeBottomRight {
	position: relative;
	float: left;
	display: inline;
	width: 346px;
	/*height:230px;*/
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*border:1px solid black;*/
}

#reserv {
	width:346px;
	height:35px;
	margin:0 0 10px 0;
	background:url(../images/reserv_bg.jpg) no-repeat;
}

#reserv h2{
	font-size:13px;
	margin:0px;
	padding-top:7px;
	color:#FAF1CD;
	text-align:center;
}

.reserv ul {
	float:left;
	margin: 4px 0 10px 30px;
	padding: 8px 0 8px 0;
	line-height: 1.9em;
	list-style: none;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid black;*/
}

.reserv li {
	background: url(../images/tick.gif) 0px 8px no-repeat;
	padding: 3px 0px 3px 25px;
}

.reserv p{
	font-size:12px;
	text-align:center;
	margin:50px 0 0 0;
}


/*-- CONTENT PAGE --*/

.cntimg_thumb {
	width:130px;
	height:85px;
	border: 1px solid #DBD5BD;
	padding:4px;
	background-color: #ffffff;
	margin:15px 10px 5px 0px;
}
.cntimg {
	border: 1px solid #DBD5BD;
	padding:4px;
	background-color: #ffffff;
}

/*
.cntimg:hover {
	border-color: #DBD5BD;
	background-color: #feffbb;
}
*/

#contact {
	position: relative;
	display: inline;
	float: left;
	width: 500px;
	margin: 10px 10px 0 30px;
	/*border:1px solid black;*/
}
#module_right {
	position: relative;
	display: inline;
	float: right;
	width: 280px;
	/*height:450px;*/
	margin-right: 30px;
	padding:0px;
	/*border:1px solid black;*/
}
#module_right p{
	font-size: 12px;
	/*border:1px solid black;*/
}

.mod_cnthead {
	width:280px;
	height:27px;
	margin:0px;
	background-image: url(../images/module_cnthd.jpg);
}
.mod_head {
	width:280px;
	height:27px;
	margin:0px;
	background-image: url(../images/module_hd.jpg);
}
.mod_head h2, .mod_cnthead h2 {
	margin:0px;
	padding-top:2px;
	font-size: 12px;
	font-variant: small-caps;
	color:#C5BEA2;
	text-align:center;
}

.mod_mid a {
	text-decoration:underline;
}

.mod_mid a:hover {
	text-decoration:none;
}

.mod_mid, .mod_cntmid {
	width:275px;
	margin:0px;
	/*height:250px;*/
	padding-left:5px;/*5px 5px 5px 5px;*/
	font-size: 11px;
	background: url(../images/module_mid.jpg) repeat-y;
	/*border:1px solid black;*/
	
}
.mod_mid p {
	margin:0px;
	padding:10px 0 10px 0px;
	width:268px;
	font-size: 11px;
	font-weight:bold;
	/*padding-left:2px;*/
}

.mod_cntmid p {
	margin:0px;
	padding:15px 0 10px 10px;
	width:258px;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	/*border:1px solid black;*/
}
.mod_mid ul {
	margin: 0 10px 0 0;
	padding: 8px 0 8px 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid black;*/
}

.roomsexp ul {
	margin: 0 10px 0 0;
	padding: 8px 0 8px 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid black;*/
}

.roomsexp li {
	background: url(../images/bullet_red.gif) 0px 4px no-repeat;
	padding: 3px 0px 3px 20px;
}

.mod_cntmid ul {
	margin: 0 10px 0 0;
	padding: 2px 0 2px 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid black;*/
}
.mod_mid li {
	background: url(../images/bullet_red.gif) 0px 4px no-repeat;
	padding: 3px 0px 3px 20px;
}
.mod_cntmid li {
	background: url(../images/bullet_orange.gif) 0px 4px no-repeat;
	padding: 3px 0px 3px 20px;
}
.mod_btm {
	width:280px;
	height:27px;
	margin:0 0 10px 0;
	background: url(../images/module_btm.jpg);
}

#contact form {
	padding: 0;
	margin: 20px 0 20px 0;
}
#contact legend {
	font-size: 12px;
	color: #333333;
}
#contact label{
	/*font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #584C3D;
	width: 100px;
	display: inline;
	float: left;
	padding: 2px 0 0 0;
	margin: 0 10px 0 0;
}

.contactFormButtons {
	position: relative;
	float: left;
	display: inline;
	text-align:center;
	width: 310px;
	margin-left:112px;
	/*border:1px solid black;*/
}
.formButton {
	padding: 2px 2px 2px 2px;
	margin: 10px 0 0 0;
	background-color: #4B2029;
	border: 1px solid #006666;
	color: #FAF1CD;
	/*font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;*/
	font-size: 12px; font-weight: normal;
}

.MainColumn {
	position: relative;
	display: inline;
	float: left;
	width: 600px;
	margin: 0 10px 0 30px;
	font-size:12px;
	/*border:1px solid black;*/
}
.contentMainColumn {
	position: relative;
	display: inline;
	float: left;
	width: 420px;
	margin: 0 10px 0 30px;
	font-size:12px;
	/*border:1px solid black;*/
}
.contentMainColumn h1, #contact h1, .MainColumn h1 {
	margin: 0 0 0.2em 0;
	padding: 0;
	line-height: 1.1em;
	font-size:16px;
	font-weight:bold;
	font-variant: small-caps;
	letter-spacing: 4px
}
.contentMainColumn h2, #contact h2, .MainColumn h2 {
	margin: 10px 0 0.2em 0;
	padding: 0;
	line-height: 1.1em;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.contentMainColumn h3, #contact h3, .MainColumn h3 {
	font-size: 14px;
	font-variant: small-caps;
	line-height: 1.6em;
	color: #584C3D;
}
.contentMainColumn h4, #contact h4 .MainColumn h4 {
	font-size: 14px;
	color: #5E4D35;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.contentMainColumn h5, #contact h5 .MainColumn h5 {
	font-size: 11px;
	font-weight: bold;
	color: #5E4D35;
	line-height: 1.6em;
}
.contentMainColumn h6, #contact h6 .MainColumn h6 {
	font-size: 10px;
	font-weight: normal;
	color: #5E4D35;
	line-height: 1.6em;
}
.contentMainColumn p, #contact p .MainColumn p {
	font-size: 12px;
	color: #756959;
	line-height: 1.6em;
	padding: 0;
	text-align:justify;
}
.contentMainColumn ul {
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 12px;
}
.contentMainColumn li {
	position: relative;
	background-image: url(../images/bullet.gif);
	background-position: 0px 11px;
	background-repeat: no-repeat;
	padding: 6px 0 4px 18px;
}

.content_icon ul {
	margin: 0px;
	padding: 2px 0 2px 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 12px;
	text-align:justify;
	/*font-weight:bold;*/
	/*border:1px solid black;*/
}
.content_icon li {
	background: url(../images/arrow_point.gif) 0px 6px no-repeat;
	padding: 3px 0px 3px 20px;
}

/* ------------------------- */


.formContactText {
	width: 300px;
	border: 1px solid #E4D3A5;
	background-color: #FFFFFF;
	font-size: 13px;
	padding: 4px;
	/*font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;*/
}
.formContactSelect {
	width: 400px;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, sans-serif;
}
.formStatement {
	width: 400px;
	float: left;
	display: inline;
	position: relative;
	margin: 20px 0 0 110px;
}
.formStatement h6 {
	font-size: 10px;
	font-weight: normal;
	color: #5E4D35;
	line-height: 1.6em;
}

.images2colLeft {
	display: inline;
	float: left;
	position: relative;
	margin: 20px 30px 20px 0;
}
.images2colRight {
	display: inline;
	float: left;
	position: relative;
	margin: 20px 0 20px 0;
}
.images3colLeft {display: inline; float: left; position: relative; margin: 20px 20px 20px 0;}
.images3colRight {display: inline; float: left; position: relative; margin: 20px 0 20px 0;}
.images3colRow2Left {display: inline; float: left; position: relative; margin: 0 20px 20px 0;}
.images3colRow2Right {display: inline; float: left; position: relative; margin: 0 0 20px 0;}

.imgrotator {
	padding:5px;
	background-color: #ffffff;
	border: 1px solid #E4D3A5;
	/*width:480px;*/
}

#flash_module {
	/*border:1px solid black;*/
	/*background-color:red;*/
	width:480px;
	height:130px;
	margin: 8px 0 0 0;
}

.flash_mod {
	float:left;
	padding:5px 5px 5px 5px;
	height:125px;
	margin:0 4px 0px 4px;
	background-color: #ffffff;
	border: 1px solid #E4D3A5;
}

div.flashimg_module {
	float:left;
	/*padding:5px 5px 5px 5px;*/
	height:125px;
	margin:0 4px 0px 4px;
	/*background-color: #ffffff;
	border: 1px solid #E4D3A5;*/
}
div.caption {
	text-align:center;
	padding:2px 0px;
	font-size:10px;
	line-height:12px;
}

div.flashimg_module img {
	padding:5px 5px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #E4D3A5;
}

div.flashimg_module img:hover {
	border-color: #DBD5BD;
	background-color: #feffbb;
}

.contentRightColumn2 {
	position: relative;
	display: inline;
	float: right;
	width: 480px;
	/*height:735px;*/
	margin: 0 30px 0 0;
	/*border:1px solid black;*/
}
.contentRightColumn {
	position: relative;
	display: inline;
	float: right;
	width: 480px;
	/*height:450px;*/
	margin: 0 30px 0 0;
	/*border:1px solid black;*/
}
.contentRightColumn h4, .contentRightColumn2 h4 {
	font-size: 14px;
	color: #5E4D35;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.contentRightColumn p, .contentRightColumn2 p {
	font-size: 12px;
	color: #756959;
	line-height: 1.6em;
	padding: 0;
}
.contentRightColumn ul, .contentRightColumn2 ul {
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 12px;
}
.contentRightColumn li, .contentRightColumn2 li {
	position: relative;
	/*background-image: url(../images/bullet.gif);*/
	background-position: 0px 11px;
	background-repeat: no-repeat;
	padding: 6px 0 4px 18px;
}

/*-- GALLERY PAGE --*/
.galleryMainColumn {
	position: relative;
	display: inline;
	float: left;
	width: 550px;
	margin: 5px 0 0 0;
}

table.roomsdesc {
	/*text-align: center;*/
	/*font-family: Arial,sans-serif;*/
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	/*width: 490px;*/
	background-color: #666;
	border:1px solid #FAF1CD;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.roomsdesc td{
	padding:5px;
}


