body
{
	background-color: #310000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

a
{
	text-decoration: none;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 902px;
}

#topbar
{
	height: 130px;
	position: relative;
	font-size: 0.9em;
}

#languageselect
{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
#languageselect li
{
	float: left;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #6A6468;
}
#languageselect li:first-child
{
	border: none;
}
#languageselect li a
{
	color: #6A6468;
}
#languageselect li a:hover
{
	color: #E0C792;
}
#languageselect li.active a
{
	color: #E0C792;
}
#languageselect li.active a:hover
{
	color: #ffffff;
}

#callback  
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 190px;
	margin-bottom: 15px;
	padding-right: 25px;
	text-align: right;
	color: #6A6468;
	background: url(/images/callback.gif) right center no-repeat;
}
#callback a
{
	text-decoration: none;
	color: #E0C792;
}
#callback a:hover 
{
	color: #ffffff;
}

#logo
{
	width: 130px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: transparent url(/images/logo.gif) center center no-repeat;
}
#logo a
{
	display: block;
	width: 130px;
	height: 130px;
	text-indent: -1000em;
	background: transparent url(/images/logo.gif) center center no-repeat;
}

#maingroup
{
	border: 1px solid #3E403D;
}

/* section navigation */
/* lower links (similar style to section nav) */
#sectionnav,
#extranav
{
	margin: 0;
	padding: 8px 0 8px 20px;
	list-style: none;
	overflow: hidden;
	background-color: #333333;
}
#sectionnav li,
#extranav li
{
	float: left;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #E0C792;
}
#sectionnav li:first-child,
#extranav li:first-child
{
	border: none;
	padding-left: 0;
}
#sectionnav a,
#extranav a
{
	color: #E0C792;
}
#sectionnav a:hover,
#extranav a:hover
{
	color: #ffffff;
}
#sectionnav li.active a,
#extranav li.active a
{

}
/* smaller font for lower nav */
#extranav li
{
	font-size: 0.9em;
}


#flashHolder
{
	height: 460px;
}


#contentgroup
{
	overflow: hidden;
	width: 100%;
	position: relative;
}

/* rotating images for intro page */
#rotating-image
{
	position: relative;
	width: 900px;
	height: 450px;
	overflow: hidden;
}

#rotating-image img
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

/* generic maintext styles */
#maintext
{
	float: left;
	padding: 0px 20px 20px;
	min-height: 440px;
	margin: 0;
	color: #E0C792;
}
#maintext.with-holo
{
	min-height: 640px;
}

#maintext h2
{
	margin: 0 0 15px 0;
	font-size: 1.6em;
	font-family: Berling, Times New Roman, Serif;
	font-weight: normal;
	text-transform: uppercase;
}

#maintext h3.in-page
{
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-family: Berling, Times New Roman, Serif;
	font-weight: normal;
	text-transform: uppercase;
}

#maintext a
{
	color: #E0C792;
	font-weight: bold;
}
#maintext a:hover
{
	color: #ffffff;
}

#mainimage
{
	float: right;
	position: relative;
}

/* contentgroup with width weighted to the right */
#contentgroup.right
{
	background: url(/images/contentgroup_right_bg.gif) top left repeat-y;
}
#contentgroup.right #maintext
{
	width: 260px;
}
#contentgroup.right #mainimage
{
	width: 600px;
}

/* contentgroup with width weighted to the left */
#contentgroup.left
{
	background: url(/images/contentgroup_left_bg.gif) top left repeat-y;
}
#contentgroup.left #maintext
{
	width: 530px;
}
#contentgroup.left #mainimage
{
	width: 330px;
}

/* breadcrumb trail */
#trail
{
	margin: 10px 0;
	font-size: 0.8em;
	color: #E0C792;
}
#trail a
{
	color: #6A6468;
}
#trail a:hover
{
	color: #E0C792;
}



/* in-content page links */
#pagelinks
{
	list-style: none;
	margin: 15px 0;
	padding: 0;
	max-width: 260px;
	min-height: 120px;
}
#pagelinks li
{
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 2em;
	border-bottom: 1px solid #6A6468;
	background: transparent url(/images/arrow_side.gif) left center no-repeat;
}
#pagelinks li:first-child
{
	border-top: 1px solid #6A6468;
}
#pagelinks li.active
{
	background: transparent url(/images/arrow_down.gif) left center no-repeat;
}
#pagelinks li a
{
	font-weight: normal;
}
#pagelinks li.active a
{
	color: #ffffff;
}

#subpagelinks
{
	margin: 20px 0;
	padding: 0 0 0 15px;
}
#subpagelinks a
{

}
#subpagelinks li.active a
{
	color: #ffffff;
}
#subpagelinks p
{
	margin: 0 10px;
	font-style: italic;
}

/* gallery stuff */
#contentgroup.gallery #maintext
{
	width: 525px;
	padding: 20px 15px 20px 30px;
}

#contentgroup.gallery #maintext img
{
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	cursor: pointer;
}

#thumbs
{
	position: absolute;
	top: 20px;
	left: -200px;
	width: 200px;
}
#thumbs img
{
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#images
{
	position: relative;
	min-height: 460px;
}
#images img
{
	position: absolute;
	top: 0;
	right: 0;
}

#holo
{
	display: none;
	position: absolute;
	bottom: 27px;
	right: 86px;
	width: 157px;
	height: 146px;
	background: url(/images/hologram.png) top left no-repeat;
}


/* footer styles */
#footer
{
	margin: 5px auto;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	overflow: hidden;
}
#footer li
{
	float: left;
	margin: 0;
	padding: 0 20px;
	border-left: 1px solid #666666;
}
#footer li:first-child
{
	border: none;
}
#footer a
{
	color: #6A6468;
}
#footer a:hover
{
	color: #E0C792;
}

#worldhotel
{
	right: 0;
	float: right;
}
#worldhotel a
{
	text-decoration: none;   
}
#worldhotel img
{
	border: none;
}

#extrainfocontainer
{
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.totalpriceleftcolumn
{
    padding-right: 190px;
    position:relative;
}