/**
 * CLUB LEMIRAGE - OrangeTheme
 * @copyright Club LeMirage 2009
 * @author Benny Zaminga <benny.zaminga@no-spam-offix.ch>
 *
 * Feels like I could reach up into dark March skies
 * Scoop up seven of Orion's stars, hold them like shiny diamonds
 * Then I turn and return to a world less than I'd like it to be
 * Strange thoughts staring at the stars when nothing's left
 *                                    ~ a romantic disaster 
 */

body {
	background: url(..//img/tmpl/bgr-h.jpg) repeat-y top center rgb(247,0,255);
	color: white;
	font: normal 10px "MS Trebuchet","Lucida Grande", arial, sans-serif;
	overflow-x: hidden;
	margin: 0;
}

a,img {
	border: 0;
}

h2 {
	color: rgb(255, 137, 1);
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}

label {
	text-align: left;
}

#floral {
	/*background: url(//img/tmpl/floral-big2-g.png) no-repeat top center;*/
	background: url(..//img/tmpl/tabledance.png) no-repeat top center;
	width: 1347px;
	margin: 0 auto;
	overflow-x: visible;
}

#wrapper {
	width: 850px;
	height: 755px;
	margin: 0 0 0 180px;
}

#filler {
	background: url(..//img/tmpl/wrapper-bgr.png) repeat-y top center;
	height: 200px;
}

#footer {
	background: url(..//img/tmpl/footer.png) no-repeat bottom left;
	height: 11px;
}

#footnotes {
	height: 120px;
	text-align: right;
	width: 1030px;
}

#navi {
	position: absolute;
	top: 332px;
	margin-left: 420px;
	width: 450px;
	height: 20px;
}
#navi ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#navi li {
	float: left;
}
#navi a {
	color: black;
	font: bold 10px arial, sans-serif;
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding: 0 1em;
}
#navi a:hover {
	background-color: black;
	color: white;
}

#yellowbox {
	width: 319px;
	position: absolute;
	top: 400px;
	margin-left: 20px;
}
#yellowboxtop {
	background: url(..//img/tmpl/yellowbox-top.png) no-repeat top left;
	height: 18px;
}
#yellowboxmiddle {
	background: url(..//img/tmpl/yellowbox-middle.png) repeat-y top left;
}
#yellowboxbottom {
	background: url(..//img/tmpl/yellowbox-bottom.png) no-repeat top left;
	height: 18px;
}
#yellowboxcontent {
	background: url(..//img/tmpl/yellowbox-content.png) no-repeat top center;
	color: black;
	margin: 0 14px;
	
	height: 200px;
}

#contentright {
	color: rgb(121,104,136);
	font-size: 12px;
	width: 400px;
	position: absolute;
	top: 370px;
	margin-left: 390px;
	padding-top: 18px;
	text-align: justify;
}
#contentright ul {
	list-style: url(..//img/tmpl/star.png) outside;
}
#contentright a {
	color: rgb(246,1,254);
}
#contentright a:hover {
	color: rgb(255,137,1);
}

.fancytitle {
	background-repeat: no-repeat;
	background-position: top center;
	color: transparent;
	font-size: 0; 
	line-height: 61px !important;
	height: 61px;
	margin-bottom: 15px;
}

.cflabel {
	color: rgb(246,1,254);
	display: block;
	font-weight: bold;
	text-align: left !important;
}
.cffield {
	background: rgb(244,239,212);
	border: 0;
	border-bottom: 1px solid rgb(255,137,1);
	color: rgb(0,0,0);
	font: normal 12px monospace, sans-serif;
	width: 100%;
}

.prices {
	color: white;
	font-weight: bold;
	width: 150px;
	padding: 1em;
}
.priceslabel {
	background-color: rgb(128,128,128);
}
.prices1 {
	background-color: rgb(255,137,1);
}
.prices2 {
	background-color: rgb(246,1,254);
}

.roomthumb {
	border: 3px solid rgb(220,220,220);
	font-weight: bold;
	float: left;
	margin: 5px 15px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}

.girlthumb {
	border: 3px solid rgb(220,220,220);
	font-weight: bold;
	float: left;
	width: 150px;
	margin: 5px 15px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}

.newstitle {
	color: rgb(128,0,0);
	font-weight: bold;
}

.newsdate {
	font: bold 20px "Boldoni MT condensed", georgia, Helvetica, serif;
}