@charset "windows-1251";
/* CSS Document */
@import url(menu.css);

* {
	outline:none;
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#504D46;
	background:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#364051;
}

a { text-decoration:none; }

#container {
	width:960px;
	height:auto;
	margin: 0px auto;
	min-height:987px;
}



#leftBlock {
	width:385px;
	height:941px;
	background-image:url(../images/promo.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	top:12px;
	margin-left:12px;
}

* html body #leftBlock {
	margin-left:13px;
}


#logo {
	width:323px;
	height:126px;
	position:absolute;
	top:39px;
	margin-left:32px;
}

#logo img {
	border:none;
}

#promoPic {
	width:323px;
	height:578px;
	position:absolute;
	top:178px;
	margin-left:32px;
}

#contact {
	width:323px;
	height:156px;
	position:absolute;
	top:770px;
	margin-left:32px;
}



#rightBlock {
	width:560px;
	height:auto;
	float:right;
	margin-right:23px;
	margin-top:165px;
}

* html body #rightBlock {
	margin-right:9px;
}

#header {
	width:550px;
	height:165px;
	position:absolute;
	top:0px;
}

#top {
	width:540px;
	height:77px;
	background:url(../images/content_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-right:20px;
}

#top img {
	border:none;
}

#top #buttons {
	width:70px;
	height:28px;
	margin: 30px 0 0 25px;
	float:left;
}

#top #langSwitcher {
	width:100px;
	height:28px;
	margin: 30px 0 0 0;
	float:right;
}



#content {
	width:100%;
	height:670px;
	margin-left:4px;
	background:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	padding-top:20px;
}

#content h1 {
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	color:#232323;
	padding-left:40px;
	margin: 0 0 0 7px;
	background:url(../images/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

#footer {
	width:100%;
	height:96px;
	background:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:30px;
}

#poweredBy {
	font-size:14px;
	color:#929EAC;
	margin: 0 0 0 50px;
}

#knopki {
	width:548px;
	height:31px;
	float:right;
	margin: 10px 0 0 0;
}

#knopki img {
	border:none;
}




#Menu {
	width:555px;
	height:88px;
	background-color:#F3F0DD;
}

#Menu img {
	border:none;
}

#MenuLeft {
	width:12px;
	height:76px;
	float:left;
	margin-left:5px;
}

* html body #MenuLeft {
	margin-left:1px;
}

#MenuAbout {
	width:131px;
	height:76px;
	float:left;
}

#MenuMusic {
	width:130px;
	height:76px;
	float:left;
}

#MenuClips {
	width:131px;
	height:76px;
	float:left;
}

#MenuPhoto {
	width:135px;
	height:76px;
	float:left;
}


#bottomBlock {
	width:540px;
	height:220px;
	margin: 20px 0 0 0;
	/*position:absolute;
	top:630px;*/
}

#pollContent {
	width:240px;
	height:auto;
	float:left;
	margin: 10px 0 0 30px;
	padding-top:20px;
}

* html body #pollContent {
	margin: 10px 0 0 15px;
}

#reklama {
	width:240px;
	height:170px;
	float:left;
	margin: 10px 0 0 0;
	border-left: 2px dotted #666;
	text-align:center;
}

#reklama img {
	margin:3px 0 0 35px;
	border: 2px solid #74829E;
}


.pstrnav {
	font-family :Arial, Helvetica, sans-serif;
	padding: 0px 10px 20px 15px;
	color:#364051;
	margin: 10px 10px -20px 10px;
	clear:both;
}

.pstrnav b {
	font-size:16px;
}

.pstrnav a{
	font-family :Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D40000;
	text-decoration:underline;
	font-weight:bold;
}


