@charset "utf-8";
/* CSS Document */

body,html {
	background:#000;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	/*overflow:hidden;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
	a{
		color:#999999;
		text-decoration:none;
		outline:none;
	}
	a:hover{
		color:#006699;
	}
	.left{
		float:left;
	}
	.right{
		float:right;
		margin-right:20px;
	}
	.hidden{
		display:none;
	}
	a.download{
	padding-top:5px;
	font-size:11px;
	color: #FF6;
	}
	a.download:hover{
	color:#FF0;
	}
	#main{ 
		 width: 850px;  
		 height: 500px; 
		 top:50%; 
		 left:50%;
		 margin-top:-255px;
		 margin-left:-420px;
		 margin-right:auto;
		 position:absolute;
	}
	#menu, #footer{
		width:850px;
		margin:0px auto;
		display:block;
		color:#999999;
	}
#menu {
	position: relative;
	z-index: 10;
}
#menu #player {
	float: right;
}


#menu ul {
	margin: 0px;
	padding: 0px 0px 10px;
	list-style: none;
	clear: both;
}
#menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	border: 1px solid #000000;
}
#menu     li:hover   {
	background: #222222;
	border: 1px solid #333333;
}
#menu a {
	margin: 0px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	padding: 3px 0px;
	width:83px;
	display:block;
}
#menu  li .sub {
	margin: -1px 0px 0px -1px;
	padding: 5px 5px 6px;
	background: #222222;
	border: 1px solid #333333;
	width: 150px;
	position: absolute;
	display: none;
	left: 0px;
	top: 20px;
	z-index: 12;
}
#menu  li .sub li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-style: none;
	width: 140px;
	height: 25px;
}
#menu  li .sub li a {
	text-align:left;
}
#menu   li:hover .sub a, #menu li .sub a    {
	display: block;
	padding: 1px 5px;
	border-bottom: 1px dotted #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 140px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li:hover a, #menu .sub a:hover, #menu li:hover .sub a:hover      {
	color: #3399CC;
	text-decoration: none;
}
#menu li:hover .sub {
	display: block;
}

#content{
	width:850px;
	height:400px;
	margin:auto;
	position: relative;
	overflow:hidden;
}

#flashcontent{
	width:850px;
	height:400px;
	margin:auto;
	position: relative;
	/*z-index: 2;
	*/
}
#flashcontent .profile{
	background: url(img/profileback.png) repeat;	
}
#flashcontent .services{
	background: url(img/servicesback.png) repeat;	
}
#flashcontent .contact{
	background: url(img/contactback.png) repeat;	
}

#flashcontent #textcontent {
	height:398px;
	width:848px;
	color:#CDCDCD;
	border:solid 1px #262626;	
}
#flashcontent #textcontent h2 {
	font-size:20px;
	font-weight:normal;
	display:block;
	height:26px;
}
#flashcontent #textcontent #text {
	margin: 0px 20px 10px 0px;
	width: 530px;
	float:left;
}
#flashcontent #textcontent #textaccordion {
	margin: 0px;
	width: 530px;
	float:left;
}
#flashcontent #textcontent img {
	margin:0px 15px 15px 0px;
}
#textaccordion .drop {
	padding:0px;
	line-height:11px;
	/*width:500px;*/
}
#textaccordion .drop ul {
	list-style:square;
	margin:0px 18px 10px 18px;
	padding:0px;
}
#textaccordion .drop p {
	margin:0px;
	padding:0px;
}

#textaccordion h3{
	display:block;
	margin:0px;
	padding:2px 0px;
	cursor:pointer;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-top: 1px dotted #333333;
}
#textaccordion h3 strong {
	display:none;
}
#textaccordion h3 em {
	color:#FFCC00;
	/*float:right;*/
	margin-left:30px;
	font-style: normal;
}
#textaccordion h4{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0px 0px;
	padding-bottom:7px;
}
#textaccordion .table {
	width:500px;
	display:block;
}
#textaccordion .table .left {
	width:350px;
	padding:2px 0px 1px 0px;
}
#textaccordion .table .right {
	width:50px;
	text-align:right;
	padding:2px 0px 1px 0px;
}
#textaccordion .table .indented{
	padding-left:20px;
}
.drop h4{
	display:block;
	margin:0px;
	padding:0px;
}
.drop h4 strong {
	float:left;
}
.drop h4 em {
	font-weight:normal;
	font-style:normal;
	color:#FFCC00;
	float:right;
	margin-right:40px;
	font-size:11px;
}
#footer{
	font-size:10px;
}


#news {
	position:absolute;
	height:398px;
	width:349px;
	left:850px;
	padding:0px;
	margin:1px 0px 0px;
	background: url(img/newsbak.png) repeat;
	z-index:20;
}
#news h2{
	font-size:17px;
	margin:0px;
	padding:10px 10px 0px;
	color:#CCCCCC;
	font-weight:normal;
}
#news #newsbox {
	color:#CCCCCC;
	height:357px;
	padding:5px 10px 5px;
	overflow:auto;
}
#newsbox .newsitem{
	border-bottom: 1px dotted #333333;	
}
#newsbox .newsitem p {
	margin:7px 5px;
}
#newstab a{
	position:absolute;
	left:-20px;
	top:330px;
	color:#FFFFFF;
	height: 65px;
	width: 25px;
	display:block;
	z-index:50;
}
#newstab #newstab1{
	visibility:visible;
	background: url(img/newstab.png) no-repeat left top;
}
#newstab #newstab2{
	visibility:hidden;
	background: url(img/newstabc.png) no-repeat left top;
}

p.loader{
	margin:180px auto 0px auto;
	padding-top:3px;
	background: url(img/loadinfo.gif) no-repeat left center;
	padding-left: 24px;
	height: 18px;
	width:220px;
}

div.pimage{
	width:266px;
	height:398px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
