html {
	padding: 0;
	margin: 0;
}
body {
	/*font-family: 'Times New Roman', serif;*/
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #aaa;
	text-align: center;
	padding: 0 0 20px;
	margin: 0;
	background-image: url(../images/background.gif);
	background-color: #000;
}
/*
h1, h2, h3, h4, h5 {
	font-family: 'Times New Roman', serif;
	font-size: 1.4em;
	color: white;
}
*/
#main {
	width: 879px;
	background-image: url(../images/gradient_site.png);
	background-position: top center;
	background-repeat: repeat-y;
   	background-color: none;
   	margin: 0 auto;
   	padding: 0;
   	position: relative;
}
#wrapper {
	margin: 0 17px;
	padding: 0 0 30px;
}

#logorow {
	background-image: url(../images/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 146px;
	width: 841px;
	margin: 0 3px;
	position: relative;
}
#logo {
	position: absolute;
	top: 22px;
	left: 340px;
	width: 164px;
	height: 75px;
}
#logo a img {
	display: inline;
	width: 164px;
	height: 75px;
}
#guest-login {
	position: absolute;
	top: 0px;
	right: 40px;
}

#topmenu {
	position: absolute;
	bottom: 8px;
	left: 134px;
	width: auto;
}
#book-today {
	position: absolute;
	left: 384px;
	top: 146px;
	z-index: 100;
}

#topimagerow {
	position: relative;
	width: 835px;
	height: 256px;
	margin: 0 6px;
	
}
#topimage {
	position: absolute;
	left: 0px;
}
#submenu {
	position: absolute;
	bottom: -3px;
	left: 60px;
/*
	width: 445px;
	background-color: #000000;
*/
}
#contentrow {
	margin: 1px 6px 0;
	width: 835px;
	text-align: justify;
	background-image: url(../images/gradient_bg_content.gif);
	background-repeat: repeat-x;
}

#contentcol {
	float: left;
	position: relative;
	left: 60px;
   	width: 445px;
	margin: 26px 0 0 0;
}
#rightcol {
	float: right;
	position: relative;
	right:  10px;
   	width: 234px;
   	min-height:  346px;
	margin: 15px 0 0 0;
   	background-image: url(../images/gradient_bg_rightcol.gif);
	background-position: top center;
	background-repeat: no-repeat;
}


#gallerycol {
	float: left;
	margin: 15px 0px 0px 17px;
	width: 787px;
	min-height: 347px;
   	background-image: url(../images/gradient_bg_gallery.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 15px;
}

#widecontentrow {
	margin: 1px 6px 0;
	width: 835px;
	text-align: justify;
}
#white-widecontentrow {
	margin: 1px 6px 0;
	width: 835px;
	text-align: justify;
	background-color: white;
}

#normal-widecol {
	background: #000000;
}
#fp-widecol {
	background: #000000;
	color:#ffffff;
	margin: 0 0 20px;
}
#white-widecol {
	background: #ffffff;
	color:#111111;
	padding: 10px 96px 60px 68px;
	float:left;
	left:60px;
	margin: 26px 0 0;
	width:425px;	
}
#white-rightcol {
	float:left;
	margin: 26px 0 0 0;
	min-height:346px;
	padding: 10px 30px 10px 10px;
	right:10px;
	width:194px;
	background-color: white;
	color: black;
}

#gradient-site-bottom {
	background-image: url(../images/gradient_site_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 17px;
	margin: 0 auto;
	width: 879px;
}



/* TOPMENU STYLES BEGIN */
#topmenu ul {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#topmenu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu li a {
	color: #888888;
	padding: 0;
	margin: 0 5px;
   	text-decoration: none;
}
#topmenu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#topmenu li a img {
	display: inline;
}
/* TOPMENU STYLES END */




/* SUBMENU STYLES BEGIN */
#submenu ul {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding: 0 30px 0 20px;
}

#submenu li.first, #submenu li.last {
	background-image: none;
}

#submenu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/gradient_middle_submenu.png);
	background-repeat: repeat-x;
}
#submenu li a {
	color: #888888;
	padding: 0;
	margin: 0 5px;
   	text-decoration: none;
}
#submenu li.act a {
	color: #ffffff;
	padding: 0;
	margin: 0 5px;
   	text-decoration: none;
}

#submenu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#submenu li a img {
	display: inline;
}
/* SUBMENU STYLES END */




/* CONTENT STYLES BEGIN */
h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0;
}
#fp-widecol h1 {
	margin: 40px 0 10px;
}
#contentcol h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
}
#rightcol h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0;
}
p {
	padding: 0 0 20px;
	margin: 0;
}
a {
	color: #b4b4b4;
	text-decoration: underline;
}
a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
	color: #FFFFFF;
}
img {
    display: block;
}
ul {
	margin: 11px 0 25px 13px;
	padding: 0;
}
li {
	padding: 0;
	margin:7px 0;
}
.clearer {
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0;
}
.content-clearer {
	clear:both;
	width: auto;
	height: 10px;
}
.hiddendata {
	display: none;
}
#rightcol .content {
	padding: 20px 18px 10px;
}

#rightcol .rightcol-button {
   	background-image: url(../images/booktoday_button.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 178px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}
#rightcol .rightcol-button a {
	display: block;
	padding: 4px 0;
	color: ;
}

/* CONTENT STYLES END */
.typo3-editPanel img { 
                       display: inline;
 }