body, html {
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a {
	color:blue;
}
a:hover {
	color:navy;
}
#menu a {
	display:block;
	padding:13px 15px 9px 15px;
	height:25px;
	background-color:#990066;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	font-weight:bold;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	font-size:12px;
	margin-right:10px;
	-moz-box-shadow::3px 0px 10px #2f2e27;
 	-webkit-box-shadow::3px 0px 10px #2f2e27;
 	box-shadow:3px 0px 10px #2f2e27;
	overflow:hidden;
	white-space:nowrap;
}
#menu a:hover, #menu .menu_active {
	background-color:#3e3c33;
}
.page {
	width: 1100px;
	position: absolute;
	left: 50px;
	top: 120px;
	height: 620px;
	overflow: auto;
	-moz-box-shadow::3px 0 15px #2f2e27;
 	-webkit-box-shadow::3px 0 15px #2f2e27;
 	box-shadow:3px 0 15px #2f2e27;
	background-image: url(/client_files/templates/images/background.jpg);
	background-position: 0 -100px;
	z-index: 2;
}
#page_content {
	overflow: hidden;
}
#page_home:not([style]), #page_home[style!=""] ~ #logo {
	cursor: default !important;
}
#pagePopup {
	display:none;
	width:500px;
	height:300px;
 	box-shadow:3px 0 15px #2f2e27;
	background-color:white;
	z-index:99999;
	position:absolute;
	left:50%;
	top:200px;
	border-radius:10px;
	padding:10px;
	margin-left:-250px;
	overflow:hidden;
}
#pagePopupIframe {
	width:500px;
}