/* SELEKTORY */
object { outline:none; } /* Hack for moz3 Swf focus frame*/
body {
	padding:0; margin:0;
	text-align:center; /* Hack for IE5/Win */
	font-family:Tahoma,Verdana,Sans;
	color:#898989;
	font-size:12px;
	background-color:#050004;
	}
img{border:0; margin:0;}
div,p,fieldset,form,input{margin:0; padding:0; border:0;}
label{display:block; color:#830059; margin:10px 0 5px 0;}
input{border:1px solid #370229; background-color:#000; height:25px; width:256px; color:#fff;}
a:{outline:none;}
#Header{
	background: #050505 url(gfx/header_bg.png) repeat-x;
	}	
#Header .frame {
	width:970px;
	height:122px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	padding:0;
	text-align:left; /* Counteract to IE5/Win Hack */
	background: #050505 url(gfx/header_frame_bg.png) no-repeat;
	overflow:hidden;
	}
#PhotoBar{
	background-color:#11010e;
	}	
#PhotoBar .frame {
	width:970px;
	height:414px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	padding:0;
	text-align:left; /* Counteract to IE5/Win Hack */
	background:#11010e url(gfx/photobar_frame_bg.png) no-repeat;
	overflow:hidden;
	}
#MenuBar{
	background:url(gfx/menubar_bg.png) repeat-x;
	}	
#MenuBar .frame {
	width:970px;
	height:100px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	padding:0;
	text-align:left; /* Counteract to IE5/Win Hack */
	background:url(gfx/menubar_frame_bg.png) no-repeat;
	overflow:hidden;
	}
#PartnerBar{
	background:#050505 url(gfx/partnerbar_bg.png) repeat-x;
	}	
#PartnerBar .frame {
	width:990px;
	height:120px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	padding:0;
	text-align:center; /* Counteract to IE5/Win Hack */
	background:#050505 url(gfx/partnerbar_frame_bg.png) no-repeat;
	overflow:hidden;
	}
	
/* Deflaut Page */	
#DeflautContent{
	background:url(gfx/deflautcontent_bg.png) repeat-x;
	}	
#DeflautContent .frame {
	width:970px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	padding:0 0 20px 0;
	text-align:left; /* Counteract to IE5/Win Hack */
	background:url(gfx/deflautcontent_frame_bg.png) no-repeat;
	overflow:hidden;
	}
#DeflautContent .title {
	width:970px;
	height:67px;
	background:url(gfx/deflautcontent_title.png) no-repeat;
	}
#DeflautContent .floatingContainer {
	clear:both;
	overflow:hidden;
	}
#DeflautContent .left {
	width:670px;
	float:left;
	}
#DeflautContent .right {
	width:258px;
	float:right;
	}
#DeflautRender{
	background:none;
	}	
#DeflautRender .frame {
	width:970px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	padding:0;
	text-align:left; /* Counteract to IE5/Win Hack */
	overflow:hidden;
	}	
.linksBox{
	height:110px;
	width:258px;
	background:url(gfx/deflautcontent_linksbox_bg.png);	
	padding-top:24px;
	}	
.linksBox .portals{margin-top:11px; text-align:center;}	
.linksBox .flybar3d{text-align:center;}	
#PartnerBar .OCMSImageObject {
	float:left;
	margin-right:15px;
	}
#PartnerBar 	.OCMSGalleryObject{
	width:650px;
	height:100px;
	margin:auto;
	background-color:red;
	}
	
/* Sub Page */	
#SubContent{
	background-color:#11010e;
	}	
#SubContent .frame {
	width:650px;
	padding:30px 160px 30px 160px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background:url(gfx/subpage_frame_bg.png) no-repeat;
	overflow:hidden;
	}
	
/*min,max-height IE fix */	
#SubContent .frame{
	min-height:450px;
	}
#SubContent .frame{ 
   height: expression(document.body.clientHeight < 451 ? "450px" : "auto");
	}
.back{
	width:100%;
	padding:30px 0 0 0;
	overflow:hidden;
}
.back a{
	display:block;
	width:111px;
	height:34px;
	float:right;
	background:url(gfx/but_submit_back.png) no-repeat;
	}
.OCMSBulletinObject  .HTMLFancyButton{
	margin-top:20px;
	display:block;
	width:111px;
	height:34px;
	background:url(gfx/but_submit_subskrybuj.png) no-repeat;
}
.OCMSBulletinObject  .HTMLFancyButton span{
	display:none;
}
a{
	text-decoration:none;
	color:#830059;
}
a:hover{
	color:#fff;
}  
/* Menu Page */	
#MenuContent{
	background-color:#11010e;
	}	
#MenuContent .frame {
	width:910px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	padding:47px 30px 30px 30px;
	text-align:left; /* Counteract to IE5/Win Hack */
	background:url(gfx/menupage_frame_bg.png) no-repeat;
	overflow:hidden;
	}	
#MenuContent  .floatingContainer {
	clear:both;
	overflow:hidden;
	}
#MenuContent  .left {
	width:650px;
	float:left;
	}
#MenuContent  .right {
	width:200px;
	float:right;
	}
ul.OCMSMenuObject{
	width:200px;
	list-style-type:none;
	padding:0;
	margin:0;
	}
ul.OCMSMenuObject li{
	background:url(gfx/side_menu_but_bg.png) no-repeat bottom center;
	overflow:hidden;
	}
ul.OCMSMenuObject li a{
	display:block;
	width:200px;
	padding:10px 0 10px 20px;
	font-size:12px;
	color:#a3a3a3;
	text-decoration:none;
	background:url(gfx/side_menu_but_star.png) no-repeat 0 11px;	
	}		
.OCMSArticleListObject div{
	margin-bottom:20px;
	clear:both;
	overflow:hidden;
}
.OCMSCompositionObject .OCMSImageObject{
	margin-bottom:20px;
	clear:both;
	overflow:hidden;
}
#Footer .frame{
	padding-top:30px;
	padding-bottom:30px;
	width:970px;
	margin:0px auto;/* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	overflow:hidden;
	font-size:11px;
	position:relative;
}
#Footer .frame a.logo{
	position:absolute;
	right:0;
	top:20px;
}
