/* 
    Document   : feststep
    Created on : Oct 16, 2009, 10:13:29 AM
    Author     : oluwapelumi.giwa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	color: #4f4f4f;
	font: normal 11px tahoma;
	background-color: #ffa03a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font: bold 16px arial;
	margin:0;
}
.MainContainer {
	position:relative;
	margin: 0 35px;
	padding:0;
}
.TopText {
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	height: 24px;
	font: normal 11px/24px Tahoma;
	color: #fff;
}
.TopText a {
	color:#fff;
}
a {
    color: rgb(255, 160, 58);
}
.LangMenu {
	height: 17px;
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	top: 3px;
	left: 15px;
}
.LangMenu li {
	height: 17px;
	float: left;
	margin:0;
	padding-right: 7px;
}
.LangMenu li a {
	padding-left:7px;
	display:block;
	height: 17px;
	font: normal 10px/15px Tahoma;
	color:#fff;
	text-decoration:none;
}
*html .LangMenu li a {
	display:inline-block;
}
.LangMenu li.current {
	padding-right: 7px;
	background:url(../../assets/images/feststep/topmenubg2.png) no-repeat right 0;
}
.LangMenu li.current a {
	color: #ffa03a;
	padding-left: 7px;
	background:url(../../assets/images/feststep/topmenubg1.png) no-repeat 0 0;
}
.RightMenu {
	height: 17px;
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	top: 3px;
	right: 15px;
}
.RightMenu li {
	height: 17px;
	float: left;
	margin:0;
	padding-right: 7px;
}
.RightMenu li a {
	padding-left:7px;
	display:block;
	height: 17px;
}
.RightMenu li a.Dom span {
	background:url(../../assets/images/feststep/house.png) no-repeat 0 0;
	display:block;
	height:	17px;
	width: 11px;
}
.RightMenu li a.Letter span {
	background:url(../../assets/images/feststep/letter.png) no-repeat 0 0;
	display:block;
	height:	17px;
	width: 11px;
	cursor: pointer;
}
*html .RightMenu li a {
	display:inline-block;
}
.RightMenu li.current {
	padding-right: 7px;
	background:url(../../assets/images/feststep/topmenubg2.png) no-repeat right 0;
}
.RightMenu li.current a {
	color: #ffa03a;
	padding-left: 7px;
	background:url(../../assets/images/feststep/topmenubg1.png) no-repeat 0 0;
}
.RightMenu li.current a span {
	background-position: 0 -17px
}
.Content {
	overflow:hidden;
	position:relative;
	background:#FFF;
	padding: 5px;
	margin: auto;
	*zoom:1;
}

.Header {
	position:relative;
	background:#e1bb74 url(../../assets/images/feststep/headerbg.png) no-repeat center 0;
	height: 153px;
	overflow:hidden;
}
.Logo {
	height: 153px;
	background:url(../../assets/images/feststep/logo.png) no-repeat center 0;
}

.Mainug {
	z-index: 10;
	font-size:0;
	position:absolute;
	width: 8px;
	height: 8px;
	background: url(../../assets/images/feststep/topugols.png) no-repeat;
}


.Headug {
	z-index: 10;
	font-size:0;
	position:absolute;
	width: 7px;
	height: 7px;
	background:url(../../assets/images/feststep/headug.png) no-repeat;
}
.Lefttop {
	top:0;
	left:0;
}
.Leftbot {
	background-position:0 -7px;
	bottom:0;
	left:0;
}

.Leftbot2 {
	background-position:0 -8px;
	bottom:0;
	left:0;
}

.Righttop {
	background-position:-7px 0;
	top:0;
	right:0;
}

.Righttop2 {
	background-position:-8px 0;
	top:0;
	right:0;
}

.Rightbot {
	background-position:-7px -7px;
	bottom:0;
	right:0;
}

.Rightbot2 {
	background-position:-8px -8px;
	bottom:0;
	right:0;
}

.MainMenu {
	margin: 5px 0 10px 0;
	height: 32px;
	background:#f8f2e6;
}
.MainMenu a {
	text-decoration:none;
	font: bold 14px Arial;
	color:#9e562c;
}
.MainMenu table {
	width: 100%;
}
.MainMenu table td {
	position:relative;
	padding-top: 4px;
	text-align:center;
	z-index: 21;
}
.MenuItem {
	background:url(../../assets/images/feststep/menuicon.png) no-repeat 11px 3px;
	display:inline-block;
	padding: 4px 15px 4px 42px;
	z-index: 3000;
}
.MenuItem:hover {
	background-color:#f0e1c1;
}
.MenuItem.Current {
}
.Figure1 {
	position:absolute;
	top: 0;
	right: 72%;
	background: url(../../assets/images/feststep/figure1.png) no-repeat 0 0;
	width: 387px;
	height: 153px;
}
.Figure2 {
	position:absolute;
	top: 0;
	left: 76%;
	background: url(../../assets/images/feststep/figure2.png) no-repeat 0 0;
	width: 285px;
	height: 153px;
}
.LeftCol {
	position:relative;
	float:left;
	width: 160px;
}

.CenterCol {
	position:relative;
	margin: 0 410px 0 200px;
}
.RightCol {
	position:relative;
	float:right;
	width: 360px;
	background:#efefef;
}

.Clear {
	clear:both;
	height:0;
	font-size:0;
}
.HelloBlock {
	padding: 5px 5px 20px 5px;
	margin: 0;
	position:relative;
}
.HelloBlock img {
	float: left;
	margin: 0 10px 5px 0;
}
.HelloBlock a, .NewsBlock a {
	color: #4f4f4f;
	text-decoration:none;
}

.HelloBlock a:hover, .NewsBlock a:hover {
	color: #000;
}
.NewsBlock {
	margin: 0 0 15px 0;
}
.NewsBlock p {
	margin: 2px 0 10px 0;
	color: #a1a1a1;
	font-size: 10px;
}
.NewsBlock p span {
	color:#FFF;
	font-size: 11px;
	font-family:arial;
	padding: 2px 5px;
	margin-right: 5px;
}
.Fest {
	background:#C60;
}
.World {
	background:#66F;
}
.Zayavka {
	display:block;
	background: url(../../assets/images/feststep/zayavka.png);
	width: 160px;
	height: 91px;
	margin-bottom: 20px;
}
.Film {
	position:relative;
	background:url(../../assets/images/feststep/film.png);
	width: 160px;
	height: 132px;
	margin-bottom: 20px;
}
.Film a.Download, .Film a.Watch {
	display:block;
	width: 28px;
	height: 28px;
	position:absolute;
	top: 88px;
}
.Film a.Download {
	left: 34px;
}
.Film a.Watch {
	right: 34px;
}
.Vkontakte, .Facebook {
	display:block;
	background:url(../../assets/images/feststep/vkontakte.png);
	width: 93px;
	height: 16px;
	margin: 0 auto 7px auto;
}
.Vkontakte {
	background:url(../../assets/images/feststep/vkontakte.png);
}
.Facebook {
	background:url(../../assets/images/feststep/facebook.png);
}
.Godmol {
	display:block;
	background:url(../../assets/images/feststep/godmolodezh.png);
	width: 93px;
	height: 145px;
	margin: 0 auto;
}
.Footer {
	clear:both;
	position:relative;
	height:1%;
	background:#f0e1c1;
        z-index: 1;
}

.Copyright {
	position:relative;
	padding: 15px;
	float:left;}

.Copyright p {
	margin:0;
	padding:0;
	color:#630;
	font: bold 14px Tahoma;
}
.SponsorsFooter {
	position:relative;
	float:right;
	list-style:none;
	padding:15px;
	margin:0;
}
.SponsorsFooter li {
	padding-left: 15px;
	float:left;
}
.SponsorsFooter img {
	border:none;
}
.Unicef {
	display: inline-block;
	background:url(../../assets/images/feststep/unicef.png) no-repeat;
	width:143px;
	height:34px;
	margin-right: 5px;
}
.Enable {
	margin-left: 5px;
	display: inline-block;
	background:url(../../assets/images/feststep/enable.png) no-repeat;
	width:149px;
	height:34px;
}
.UnicefLogos {
	text-align:center;
	margin:0;
	padding:5px 0 0 0;
}
.HelloBreak {
	height: 20px;}

.MenuItemDiv {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
}
.MenuItemUl {
	position:absolute;
	left:27px;
	top:21px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:5000;
	background:#F8F2E6;
        display:    block;
        visibility:hidden;
}

.MenuItemUl li{
	position:relative;
        }

.MenuItemUl ul:hover {
    display: block;
    visibility:visible;
}

.SubMenuItem {
	display:block;
	text-align:left;
	padding: 4px 15px 4px 15px;
	white-space:nowrap;
}
.SubMenuItem:hover {
	background-color:#f0e1c1;
        display: block;
}

.InnerUL li:hover {
	background-color:#f0e1c1;
        display: block;

        visibility:visible;
}

.InnerUL{
	top:0;
	left: 100%;
        
}




/**/
.table_of_logos{
	
}

.table_of_logos td{
	
	height: 80px;
	
}


.table_of_logos img{
	height: 100%;
	width: auto;
}


/*__________________*/

#partners div {display:inline; padding:10px;}
#partners div img {vertical-align:center;}
#partners p {font-size:20px; text-align:center;}

.partners img{height:80px;}

