body, html {
	background-color: #000000;
	height: 100%;
	margin: 0px;
	color: #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page {
	height: 100%;
	width: 100%;
}
#con {
	height: 701px;
	width: 1000px;
	margin: auto;
	background-color: #000000;
	background-image: url(../../pearllondon/images/pearl_for_couples.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top {
	height: 75px;
	width: 1200px;
	position: relative;
	text-align: center;
	z-index: 200;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#active_menu {
	color: #FFFFFF;
	margin-right: 0px;
}
#articles {
	padding-left: 20px;
	height: 700px;
	width: 275px;
	position: relative;
	background-color: #000000;
	z-index: 50;
}
#con_title {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#con_text {
	height: 505px;
	width: 235px;
	text-align: inherit;
}
#con1 {
	height: 1px;
	width: 1px;
}
#con_text a {
	color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
}
#con_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
#con2 {
	height: 1px;
	width: 1px;
}
#con3 {
	height: 1px;
	width: 1px;
}
#bottom {
	height: 65px;
	width: 1000px;
	position: relative;
	top: 635px;
	z-index: 80;
}
#pos {
}
#b_left {
	float: left;
	width: 200px;
	text-align: left;
	position: absolute;
	left: 20px;
	bottom: 10px;
}
#b_right {
	float: right;
	width: 300px;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
#b_center {
	text-align: center;
	width: 200px;
	bottom: 10px;
	left: 40%;
	right: 40%;
	position: absolute;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footerpage a {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#footerpage a:hover {
	text-decoration: none;
}
input, select, textarea {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.mainlevelhiddenmenu {
	display: none;
}
#country {
	float: right;
}
/*tooltip*/

#pop-up {
	background-color: #993333;
	position: relative;
	height: 100px;
	width: 100px;
}
/**/

.hotspot {
	color:#900;
	padding-bottom:1px;
	cursor:pointer;
}
#tt {
	position:absolute;
	display:block;
	background:url(../../pearllondon/css/images/tt_left.gif) top left no-repeat;
	z-index: 1000;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../../pearllondon/css/images/tt_top.gif) top right no-repeat;
	overflow:hidden;
	z-index: 1000;
}
#ttcont {
	display:block;
	margin-left:5px;
	background:#666;
	color:#FFF;
	z-index: 1000;
	font-size: 11px;
	width: 500px;
	padding: 10px;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../../pearllondon/css/images/tt_bottom.gif) top right no-repeat;
	overflow:hidden;
	z-index: 1000;
}
/**/
/** @MENU **/
/** @pearlkiev **/
/* Mainlevel */
.tree .mainlevel {
	z-index: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
}
.tree li {
	float: left;
	display: inline;
	margin: 0;
	padding-right: 9px;
}
.tree ul {
	padding: 0;
	width: 750px;
	margin: auto;
}
/* Sublevel */
.tree ul ul {
	position: absolute;
	left: -999em;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Other containers */
.tree ul ul ul {
	margin: 0 0 0 0;
	z-index: 3;
}
/* Items */
.tree ul li {
	position: relative;
	text-align: left;
}
.tree ul li ul li {
	width: 110px;
	padding: 2px;
	background-image: url(../../style_main/images/w_5.png);
}
.tree ul a:link, .tree ul a:visited {
	display: block;
	text-decoration: none;
	color: #cccccc;
	text-transform: uppercase;
	font-size: 11px;
}
.tree ul a:hover, .tree ul li.parent a:hover, .tree ul li.parent li.parent a:hover {
	background-color: #000000;
	color: #ffffff;
}
/* Active */
.tree ul li.active a, .tree ul li.active li.active a, .tree ul li.active li.active li.active a {
	/*font-weight: bold;*/
	color: #cc0000;
}
/* Clear active */
.tree ul li.active li a, .tree ul li.active li.active li a {
	font-weight: normal;
	color: #CCCCCC;
}
/* Children expanded */
.tree ul li.parent a, .tree ul li.parent li.parent a {
	background: #000000 url("../../pearllondon/images/expand.png") no-repeat 95% center;
}
/* Clear children expanded */
.tree ul li.parent li a, .tree ul li.parent li.parent li a {
	background-image: none;
}
/* Rollover actions */
.tree li:hover ul, .tree li.hover ul, .tree li:hover ul li:hover ul, .tree li.hover ul li.hover ul, .tree li:hover ul li:hover ul li:hover ul, .tree li.hover ul li.hover ul li.hover ul {
	left: auto;
}
.tree li:hover ul ul, .tree li.hover ul ul, .tree li:hover ul li:hover ul ul, .tree li.hover ul li.hover ul ul, .tree li:hover ul li:hover ul li:hover ul ul, .tree li.hover ul li.hover ul li.hover ul ul {
	left: -999em;
}
.tree, .tree li li {
	clear: left;
}

