@charset "UTF-8";
@import url("../script/image_menu.css");

body {
	font-size: 11px;
	background-color: #FFF;
	background-image: url(../../graphics/gui/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* *************************************************************************************************************************************** */
/* Styles for GENERAL STYLE EFFECTS *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */

p {
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
}
h4 {
}
h5 {
	font-weight: bold;
	margin-bottom: 5px;
	font-style: italic;
}
h6 {
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

.normalUl li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
	font-weight: bold;
}
.hidden {
  display: none;
}
fieldset {
	padding: 30px;
	border: 1px solid #333;
}
legend {
	font-weight: bold;
}
/* *************************************************************************************************************************************** */
/* Styles for CONTAINER DIVS *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	position: relative;
}

/* *************************************************************************************************************************************** */
/* Styles for HEADER DIVS *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
#help {
	background-color: #000;
	color: #CCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
}
#help a {
	color: #CCC;
	text-decoration: none;
}

#header {
	height: 50px;
	position: relative;
}
#header h1 {
	background-image: url(../../graphics/messages/message_h1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	height: 40px;
	padding-top: 10px;
}
#header p {
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 80px;
	width: 600px;
	right: 0px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}
#logo a {
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
}

/* *************************************************************************************************************************************** */
/* Styles for SUBCONTENT DIVS *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
#subContent {
	height: 80px;
	background-image: url(../../graphics/messages/message_h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-bottom: 20px;
}

#subNav {
	height: 30px;
	width: 300px;
	position: absolute;
	right: 10px;
	top: 0px;
}
#subNav li {
	display: inline;
}
#subNav a {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 30px;
	float: left;
	text-indent: -9999px;
	width: 100px;
}
#music {
	position: absolute;
	height: 20px;
	width: 40px;
	top: 0px;
	left: 0px;
}

/* *************************************************************************************************************************************** */
/* Styles for SITEINFO DIVS *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
#siteinfo {
	color: #666;
	text-align: center;
	font-size: 10px;
}
#siteinfo p {
	margin-bottom: 5px;
}
#siteinfo a {
	color: #666;
}

/* *************************************************************************************************************************************** */
/* Styles for Tables *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
th {
	padding: 3px;
	font-weight: bold;
}

td {
	text-align: center;
	font-style: oblique;
}
.grey {
	background-color:#EEE;
	color: #000;
}
/* *************************************************************************************************************************************** */
/* Styles for the RED SITE *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */

#red {
	background-color: #D2D1BC;
	background-image: url(../../graphics/red/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#red .wrapper {
	width: 905px;
}
#red #left {
	width: 295px;
	float: left;
}
#red #right {
	width: 600px;
	float: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FCFAE3;
	position: relative;
}
#redlogo {
	height: 500px;
	background-image: url(../../graphics/logos/red.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FCFAE3;
}
#subLower {
	height: 40px;
	background-color: #FCFAE3;
	position: relative;
}
#red #gallery a {
	display: block;
	position: absolute;
	height: 100px;
	width: 270px;
	right: 0px;
	top: -12px;
	background-image: url(../../graphics/red/gallery.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 100;
	text-indent: -9999px;
}
#red #deco {
	position: absolute;
	height: 100px;
	width: 200px;
	background-image: url(../../graphics/red/deco.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
}
.redContentLeft {
	float: left;
	width: 200px;
	padding: 5px;
	height: 390px;
	background-image: url(../../graphics/red/bg_panel.png);
	background-repeat: repeat;
	background-position: left top;
}
.redContentRight {
	float: right;
	width: 200px;
	padding: 5px;
	height: 390px;
	background-image: url(../../graphics/red/bg_panel.png);
	background-repeat: repeat;
	background-position: left top;
}
.redContentTop {
	padding: 5px;
	background-image: url(../../graphics/red/bg_panel.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: solid 1px #FFF;
}
.redContentCenter {
	margin-top: 50px;
	padding: 5px;
	background-image: url(../../graphics/red/bg_panel.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #FFF;
}
.redThumbRight {
	float: right;
	height: 120px;
	width: 120px;
	margin-top: 20px;
	margin-right: 20px;
}
.redThumbRight a {
	display: block;
	height: 120px;
	width: 120px;
	background-image: url(../../graphics/red/thumb01.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.redThumbLeft {
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 20px;
	margin-left: 20px;
}
.redThumbLeft a {
	display: block;
	height: 120px;
	width: 120px;
	background-image: url(../../graphics/red/thumb02.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
/* *************************************************************************************************************************************** */
/* Styles for the BLUE SITE *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */

#blue {
	background-color: #6AC6C5;
	background-image: url(../../graphics/blue/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#blue .wrapper {
	width: 100%;
	position: relative;
}
#blue #left {
	width: 600px;
	float: left;
}
#blue #right {
	width: 295px;
	float: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FCFAE3;
	position: relative;
}
#bluelogo {
	height: 250px;
	background-image: url(../../graphics/logos/blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	width: 250px;
	bottom: 0px;
	z-index: 2;
	left: 0px;
}
#blue #subLower {
	height: 40px;
	background-color: #FCFAE3;
	position: relative;
}
#blue #gallery a {
	display: block;
	position: absolute;
	height: 100px;
	width: 553px;
	right: 0px;
	top: -80px;
	background-image: url(../../graphics/blue/gallery.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 100;
	text-indent: -9999px;
}
#blue #deco {
	position: absolute;
	height: 100px;
	width: 200px;
	background-image: url(../../graphics/blue/deco.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
}
.blueContentRight {
	float: right;
	width: 500px;
	padding: 20px;
	height: 360px;
	background-image: url(../../graphics/red/bg_panel.png);
	background-repeat: repeat;
	background-position: left top;
	overflow: auto;
}
.blueThumbLeft {
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 20px;
	margin-left: 20px;
}
.blueThumbLeft a {
	display: block;
	height: 120px;
	width: 120px;
	background-image: url(../../graphics/red/thumb02.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#bluesiteinfo {
	padding-top: 30px;
	text-align: center;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCFAE3;
	padding-top: 10px;
}
#bluesiteinfo p {
	margin-bottom: 5px;
}
#bluesiteinfo a {
	color: #F25822;
}

/* *************************************************************************************************************************************** */
/* Styles for the AREA SITE *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */

#area {
	background-image: none;
}

#area .wrapper {
	width: 800px;
	position: relative;
}
#area .containerArea {
	height: 368px;
	margin: 0px;
}
#area #gallery a {
	display: block;
	position: absolute;
	height: 100px;
	width: 270px;
	right: 0px;
	top: -72px;
	background-image: url(../../graphics/area/gallery.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 100;
	text-indent: -9999px;
}

#topmenu {
	height: 30px;
	margin-top: 0px;
	background-color: #FCFAE3;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#topmenu li {
	display: inline;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #5E4419;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5E4419;
	padding-left: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#topmenu a:hover, #topmenu a.current:link, #topmenu a.current:visited {
	color: #7A1519;
	border-left-color: #7A1519;
}
#area #subLower {
	height: 40px;
	background-color: #FCFAE3;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* *************************************************************************************************************************************** */
/* Styles for the ROGDI SITE *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
#rogdi {
	background-color: #C6251E;
	background-image: none;
}
#rogdiheader {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	margin-bottom: 10px;
	position: relative;
}
#rogdilogo a {
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 240px;
	width: 240px;
	background-image: url(../../graphics/rogdi/logo_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#rogdi #gallery a {
	display: block;
	position: absolute;
	height: 100px;
	width: 553px;
	right: 0px;
	top: 55px;
	background-image: url(../../graphics/rogdi/gallery_button.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 10;
	text-indent: -9999px;
}
#rogdi #gallery a:hover {
	background-position: right -100px;
}
#rogdi #siteinfo {
	color: #FCFAE3;
	text-align: center;
	font-size: 10px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCFAE3;
	padding-top: 10px;
}
#rogdi #siteinfo a {
	color: #FCFAE3;
}
#rogdinav {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 241px;
	height: 354px;
	width: 242px;
}
#rogdinav ul {
	margin-top: 50px;
}
#rogdinav li {
	display: inline;
}
#rogdinav a:link, #rogdinav a:visited, #rogdinav a:active {
	display: block;
	float: left;
	width: 225px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
	outline: none;
}
#rogdinav a:hover {
	background-position: left -30px;
}
.rogdiPanel {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
	padding-left: 300px;
	color: #FCFAE3;
	font-size: 12px;
}
#rogdi .rogdiPanel a {
	color: #FCFAE3;
}
#rogdiDeco {
	position: absolute;
	left: 0px;
	top: -25px;
	width: 130px;
	height: 100px;
	background-image:url(../../graphics/rogdi/deco.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 10;
}


#general .wrapper {
	width: 800px;
	position: relative;
	padding-top: 60px;
}
#general .containerArea {
	height: 250px;
	margin: 0px;
	padding: 20px;
}
#general #gallery a {
	display: block;
	position: absolute;
	height: 100px;
	width: 270px;
	right: 0px;
	top: 32px;
	background-image: url(../../graphics/area/gallery.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 100;
	text-indent: -9999px;
}
#general #gallery2 a {
	display: block;
	position: absolute;
	height: 100px;
	width: 270px;
	right: 0px;
	top: 32px;
	background-image: url(../../graphics/area/gallery2.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 100;
	text-indent: -9999px;
}


#addWrapper {
	position: relative;
}
.addsLeftContainer {
	float: left;
	margin-right: 20px;
}
.addsRightContainer {
	float: right;
	margin-right: 20px;
}
#hotelcombined {
	padding-top: 50px;
}

.tblPriceList {
	width: 100%;
}
.tblPriceList tr {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tblPriceList th {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #CCC;
}
.tblPriceList td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

