@charset "UTF-8";

body{
	padding:0px;
	margin:0px;
	background:url(../images/background.png);
	font-family:Arial, Helvetica, sans-serif;
}

*::selection {
	background:white !important;
	color:#444;
	text-shadow:none !important;
}

*::-moz-selection
{
	background:#bbb;
	color:#444;
}

#toolbar-base{
	background:url(../images/toolbar-base.png);
	height:43px;
}

#toolbar-container{
	max-width:950px;
	min-width:950px;
	margin:0 auto 0 auto;
}

#toolbar-content{
	height:43px;
	position:relative;
	background:url(../images/toolbar-base.png);
}

#toolbar-content img{
	border:none;
}

#toolbar-content-logo{
	float:left;
}

#toolbar-content-language{
	position:absolute;
	left:160px;
	bottom:15px;
	width:90px;
	z-index:6;
	border:1px solid #2e2e2e;
	border-radius:0 0 8px 8px;
	box-shadow:0 0 12px black;
	background:url(../images/products/apps/common/panel-background-transparency.png) repeat;
}

#toolbar-content-language a{
	font-size:11px;
	color:white;
	text-shadow:#001 0px 2px 4px;
	text-decoration:none;
	width:90px;
	display:block;
	line-height:30px;
}

#toolbar-content-language a:hover{
	text-shadow:white 0px 0px 4px !important;
}

#toolbar-content-language ul{
	padding:0;
	list-style-type:none;
	text-align:center;
	margin:0;
}

#toolbar-content-menu{
	float:right;
}

#toolbar-content-menu ul{
	height:43px;
	margin:0px;
	list-style-type:none;
	text-shadow:#001 0px 2px 4px;
}

#toolbar-content-menu li{
	float:left;
}

#toolbar-content-menu ul a{
	padding:0 8px 0 6px;
	display:block;
	line-height:43px;
	text-decoration:none;
	font-size:10.15pt;
	color:#fff;
}

#toolbar-content-menu ul a:hover{
	text-shadow:#dadada 0px 0px 3px;
}

#toolbar-content-menu ul a.selected{
	background:url(../images/toolbar-menu-selected.png);
}

#toolbar-content-menu img{
	padding:0 4px 0 0;
	vertical-align:middle;
	border:0px;
}

#breadcrumb{
	text-align:center;
	line-height:43px;
	width:948px;
	height:45px;
	top:-9px;
	left:-14px;
	position:relative;
	background:url(../images/breadcrumb-background.png) repeat;
	border-bottom:1px solid #454545;
}

#breadcrumb ul{
	display:table;
	margin:0 auto;
	padding:0;
}

#breadcrumb li{
	display:table-cell;
	position:relative;
	margin:0 6px;
}

#breadcrumb ul li{
	display:block;
	float:left;
}

#breadcrumb a{
	color:#CCC !important;
}

#breadcrumb a:hover{
	color:white !important;
	text-decoration:none !important;
	text-shadow:white 0px 0px 4px !important;
}

#breadcrumb-shadow{
	top:-9px;
}

#breadcrumb-shadow, #content-top-shadow{
	width:950px;
	height:9px;
	left:-15px;	
	position:relative;
	background:url(../images/top-shadow.png) repeat-x;
}

#content-page{
	max-width:948px;
	min-width:948px;
	margin-bottom:100px;
	margin:0 auto 0 auto;
	border-left:#454545 1px solid;
	border-right:#454545 1px solid;
	background:#202020 url(../images/content-background.jpg) no-repeat;
	background-position-x:center;
	background-position-y:-9px;
	color:#FFF;
}

#content{
	padding:0px 14px 22px 14px;
	font-size:15px;
	color:#CCC;
	text-shadow:#001 -1px 2px 2px;
}

#content h1, #content h1 a, #content h1 a:hover{
	font-size:32px;
	font-style:italic;
	font-weight:normal;
	text-shadow:#001 0px 2px 4px;
	color:white;
	text-decoration:none;
}

#content a{
	text-decoration:none;
	color:#3a98d0;/*3a9bc5;*/
}

#content a:hover{
	text-decoration:underline;
	color:#a8dbf8;
	text-shadow:none;
}

.text-block{
	margin-left:20px;
}

#welcome-title, #welcome-logo, #welcome-description{
	font-family:"Lucida Grande",Tahoma, Helvetica, sans-serif;
	text-align:center;
	padding:25px;
}

#welcome-logo
{
	margin-left:284px;
}

#welcome-title{
	font-size:50px;
}

#welcome-description{
	font-size:18px;	
}

#footer{
	border-top:#454545 1px solid;
	font-size:10px;
	color:gray;
	text-align:center;
}

#footer a{
	text-decoration:none;
	color:gray;
}

#footer a:hover{
	text-decoration:underline;
	color:white;
}

#copyright-text{
	font-family:Arial;
	font-size:11px;
	color:#585858;
}

#copyright-beecubu{
	color:white;
	font-size:13px;
}

