﻿*
{
	border:0;
	padding:0;
	margin:0;
}

html,body
{
	background: #000 url('../i/background1.jpg') left top no-repeat;
	font:14px arial;
	color:#fff;
	position:relative;
	height:100%;
}

h1
{
	font:20px arial !important;
	margin-bottom:20px;
}

h4
{
	font:20px arial;
}

a
{
	text-decoration:underline;
	color:#ff3366;
}

a:hover
{
	text-decoration:none;
}

h2
{
	font:16px arial;
	color:#fff;
}

h3
{
	font:20px arial;
	color:#ff3366;
	margin-bottom:25px;
}

#all-site 
{
		background:url('../i/background-1.jpg') center top no-repeat;
		width:100%;
		margin:auto;
		position:relative;
}

#site-back-down
{
	width:100%;
	background:#000 url('../i/background-2.jpg') center bottom no-repeat;	
}

	#all-site #all
	{
		width:980px;	
		margin:auto;
		position:relative;
		padding-bottom:55px;
		min-height:1000px;
	}
	#all-site #all #logo
		{
			width:191px;
			height:101px;
			background:url('../i/logo.png') left top no-repeat;
			float: left;
			margin-top:26px;
			margin-left:20px;
			outline:none;
			display:block;	
		}
		
		#all-site #all #language
		{
			width:322px;
			float:right;
			padding:84px 0 55px 0;	
		}
			#all-site #all #language h2
			{
				margin-bottom:10px;
			}
			
			#all-site #all #language a
			{
				margin-right:17px;	
			}
		
		#all-site #all #navi
		{
			width:958px;
			height:35px;
			margin:auto;
			background:url('../i/navi.png') left top no-repeat;	
			clear:both;
			padding:20px 0 0 22px;
			margin-bottom:45px;
		}
			#all-site #all #navi a
			{
				text-decoration:none;	
				margin-right:19px;
				color:#fff;
				float:left;
			}
			#all-site #all #navi a:hover
			{
				text-decoration:underline;	
			}
			
			#all-site #all #navi .separator
			{
				width:2px;
				height:16px;
				background:url('../i/separator.gif') left top no-repeat;
				margin-right:20px;	
				display:block;
				float:left;
			}
		
		#all-site #all #content
		{
			width:940px;
			margin:auto;	
		}
			#all #content p
			{
				margin-bottom:17px;
				line-height:1.3;
			}

#content .left .px25
{
   display:block;
   width:270px;
}

		
		#all-site #all #content .scroll-wrap
		{
			width:100%;
		}
	

/* мой мегоохуенный способ ресайза блока со скругленными уголками. 6 блоков. даже у технологов Лебедева их минимум 7 ! */
.photo
{
	padding:10px 0 10px 0;
	float:left;
	position:relative;
	z-index:10;
}
	.photo img
	{
		margin-bottom:-3px;	
	}
	
	.photo .container
	{
		position:relative;
		background:#c3c3c3 url('../i/back1.jpg') left top repeat-x;
		padding:0 10px 0 10px;	
	}
	
	.photo .lttp
	{
		width:90%;
		height:10px;
		background:url('../i/left.png') left top no-repeat;
		position:absolute;
		z-index:11;
		left:0;
		top:0;
	}
	
	* html .photo .lttp
	{
		width:45%;	
        margin:0;
	}
	
	.photo .rttp
	{
		width:98px;
		height:10px;
		background:url('../i/rtt.png') right top no-repeat;
		position:absolute;
		z-index:12;
		top:0;
		margin-left:100%;
		left:-98px;
	}
	
	.photo .ltbt
	{
		width:90%;
		height:10px;
		background:url('../i/ltbt.png') left top no-repeat;
		position:absolute;
		z-index:11;
		left:0;
		bottom:0;
	}
	
	* html .photo .ltbt
	{
		width:45%;	
        bottom:-2px;
	}

	* html .photo .rtbt
	{
		width:98px;	
        bottom:-2px;
        
	}    
		
	.photo .rtbt
	{
		width:98px;
		height:10px;
		background:url('../i/rtbt.png') right top no-repeat;
		position:absolute;
		z-index:12;
		bottom:0;
		margin-left:100%;
		left:-98px;
	}

.photos
{
	padding:5px 0 5px 0;
	float:left;
	position:relative;
	z-index:10;
}

.photoz
{
	padding:5px 0 5px 0;
	float:left;
	position:relative;
	z-index:10;
}

	.photos img, .photoz img
	{
		margin-bottom:-3px;	
	}
	
	.photos .container, .photoz .container
	{
		position:relative;
		background:#c3c3c3 url('../i/back1.jpg') left top repeat-x;
		padding:0 5px 0 5px;	
	}
	
	.photos .lttp, .photoz .lttp
	{
		width:90%;
		height:5px;
		background:url('../i/ltt.png') left top no-repeat;
		position:absolute;
		z-index:11;
		left:0;
		top:0;
	}
	
	* html .photos .lttp
	{
		width:45%;	
		padding-top:1px;
	}

	* html .photoz .lttp
	{
		width:90%;	
		padding-top:1px;
	}    
	
	.photos .rttp, .photoz .rttp
	{
		width:98px;
		height:5px;
		background:url('../i/rttp.png') right top no-repeat;
		position:absolute;
		z-index:12;
		top:0;
		margin-left:100%;
		left:-98px;
	}
	
	.photos .ltbt, .photoz .ltbt
	{
		width:90%;
		height:5px;
		background:url('../i/ltbtt.png') left top no-repeat;
		position:absolute;
		z-index:11;
		left:0;
		bottom:0;
	}
	
	* html .photos .ltbt
	{
		width:45%;	
		padding-top:1px;
		top:100%;
        margin-top:-5px;
	}
    
	* html .photoz .ltbt
	{
		width:90%;	
		padding-top:1px;
		top:100%;
        margin-top:-5px;
	}    
		
	.photos .rtbt, .photoz .rtbt
	{
		width:98px;
		height:5px;
		background:url('../i/rtbtt.png') right top no-repeat;
		position:absolute;
		z-index:12;
		bottom:0;
		margin-left:100%;
		left:-98px;
	}
    
    * html .photos .rtbt
    {
		top:100%;
        margin-top:-5px;
    }

    * html .photoz .rtbt
    {
		top:100%;
        margin-top:-5px;
    }    


#footer
{
	width:100%;
	border-top:5px solid #990066;
	padding:37px 0 30px 0;
	background:#000;
	min-width:1000px;
}
	#footer #centered
	{
		width:940px;
		margin:auto;	
	}
		#footer #centered h1
		{
			font:15px arial !important;
			color:#fff;
			margin:0 0 10px 0;	
		}

		#footer #centered .right
		{
			font:12px arial;
			color:#fff;
			padding-top:42px;
		}
			#footer #centered .right a
			{
				color:#666;
				text-decoration:underline;
			}
			#footer #centered .right a:hover
			{
				text-decoration:none;	
			}



.teamInfo
{
	margin:0 0px 50px 0;
	float:left;
    width:135px;
}

.actsInfo
{
	margin:0 0 50px 0;
	float:left;
	font:15px arial;
	color:#fff;
	height:200px;
	width:210px;
}
	.actsInfo .name
	{
		color:#fff;
		clear:left;
		display:inline;
		float:left;
		margin:7px 0 0 7px;
		width:200px;
	}
	.actsInfo .reLink
	{
		font:16px arial;
		color:#fff;
		margin:2px 0 15px 20px;	
		display:block;
		font-weight:bold;
	}
	.actsInfo .photos
	{
		margin-right:11px;
	}
	
.showsInfo
{
	margin:0;
	float:left;
	font:12px arial;
	color:#fff;
	height:170px;    
}

* html .showsInfo
{
    width:100px;
}
	.showsInfo a.link
	{
		color:#fff;
		margin:7px 0 0 7px;
		padding:0;
		clear:both;
		float:left;
		display:block;
		font-weight:bold;
		width:118px;
	}
    
    * html .showsInfo a.link
    {
        margin:7px 0 0 4px;
    }    
	
	html:first-child .showsInfo a.link
	{
		float:none !important;	
		padding-top:7px;
	}

#act
{
	height:455px;
}



.teamText
{
	padding:5px 0 0 7px;
}
	.teamText .font12
	{
		margin:10px 0 10px 0;	
	}
	
	.teamText a
	{
		color:#ff3366 !important;
		font:12px arial !important;
	}

.font12
{
	font:12px arial;
}

.mrgRight80
{
	margin-right:65px;
	display:inline;
}

.mrgRight140
{
	margin-right:140px;
	display:inline;
}

.mrgBot-30
{
	margin-bottom:-30px;
}

a.topLink
{
	font:20px arial;
	color:#fff;
	margin:0 60px 35px 0;
	display:block;
	float:left;
}


.mrgLeft30
{
	margin-left:30px;
}

.mrgRight117
{
	margin-right:117px;
}

.mrgRight30
{
	margin-right:30px;
}

.mrgTop30
{
	margin-top:30px;
}

.mrgTop55
{
	margin-top:55px;
}

.mrgBot10
{
	margin-bottom:10px;
}

.mrgBot30
{
	margin-bottom:30px;
}
.mrgBot40
{
	margin-bottom:40px;	
}

.mrgRight75
{
	margin-right:45px;
	display:inline;
	margin-bottom:30px;     
}





.px25
{
	font:25px arial;
}

.px20
{
	font:20px arial;
}

.big
{
	font:20px arial;
	color:#ff3366;
	margin:0 85px 30px 0;
	display:block;
	float:left;
}

.names a
{
	font:16px arial;
	color:#fff;
}

.names td
{
	height:30px;
}

.pink
{
	color:#ff3366;
	background:url('../i/arr.gif') 0 9px no-repeat;
	padding-left:47px;
	font:20px arial;
	display:block;
	float:left;
	outline:none;
}

.pinkColor
{
	color:#ff3366 !important;	
}

.left
{
	float:left !important;
}

.leftInfo
{
	width:600px;
	float:left;
}

.right
{
	float:right !important;
}

.clear
{
	clear:both;
}

.mrgBtm20 {
	margin-bottom: 20px;
}


#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px !important;
	display:none;
	color:#fff;
	z-index: 100;
}


.form td {
	padding: 5px;
}

.form td.caption {
	width: 60px;
}

.form .medium_i {
	background: #1e1e1e;
	color: #fff;
	border: 1px solid #610340;
	height: 17px;
	width: 180px;
}

.form .button {
	width: 70px;
}
