@charset "utf-8";

HTML {
	width: 100%;
	height: 100%;
}
BODY {
	width: 100%;
	height: 100%;
	background: url(/img/momo.bg.gif) #FFF;
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
}
DIV, P, TABLE, TH, TD, UL, OL {
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	color: #000;
}
FORM {
	margin: 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA {
	font-size: 9pt;
	border: 1px solid #b0b0b0;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus {
	background-color: #FFFFE5;
}
INPUT[type="radio"] {
	background: none;
	border: 0;
}
INPUT.radio {
	background: none;
	border: 0;
}
INPUT[type="button"], INPUT[type="submit"] {
	background: #DAE3E5;
}
INPUT[disabled="disabled"] {
	background: #FF0000;
}
INPUT[disabled="disabled"] {
	background: #FF0000;
}
IMG {
	border: none;
	margin: 0;
	padding: 0;
}
A:link, A:visited {
	color: #f51837;
	text-decoration: none;

}
A:hover {
	color: #f51837;
	text-decoration: none;
}
P {
	text-align: justify;
	padding: 0;
	margin: 7px 0 7px 0;
}
H1 {
	background: url(/img/h1.bg.gif) left bottom no-repeat;
	font-size: 16pt;
	font-weight: 900;
	line-height: 25pt;
	color: #C02;
	padding: 0;
	margin: 15px 0 10px 0;
}
H2 {
	color: #666;
	font-size: 13pt;
	padding: 0;
	margin: 20px 0 5px 0;
}
H3 {
	color: #333;
	font-size: 11pt;
	padding: 0;
	margin: 15px 0 5px 0;
}
UL LI, OL LI {
	margin: 3px 0 3px 0;
}


/* Page Layout */
#layout {
	width: 960px;
	background: url(/img/page.bg.gif) #F9F9FF;
	padding: 5px 0 0 0;
	margin: 0 auto;
}
#layout-bottom {
	clear: both;
	width: 934px;
	height: 25px;
	background: url(/img/copyright.bg.gif) no-repeat;
	padding: 0;
	margin: 0 auto;
}

#header {
	width: 932px;
	height: 182px;
	background: url(/img/header.bg.gif);
	padding: 0;
	margin: 0 auto;
}
#header #moscow {
	width: 928px;
	height: 152px;
	background: url(/img/header.jpg) 0px 2px no-repeat;
	margin: 0 auto;
}
#header #lang {
	width: 50px;
	height: 12px;
	position: relative;
	top: 10px;
	left: 805px;
}
#header #menu {
	width: 928px;
	height: 25px;
	background: url(/img/menu.bg.gif) no-repeat;
	position: relative;
	top: 3px;
	left: 0px;
	margin: 0 auto;
}
#header #menu UL {
	width: 890px;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
#header #menu UL LI {
	width: 110px;
	float: left;
	color: #FFF;
	line-height: 25px;
	padding: 0;
	margin: 0 auto;
	border-right: 1px solid #FFF;
}
#header #menu UL LI.first {
	border-left: 1px solid #FFF;
}
#header #menu UL LI:hover {
	background: url(/img/menu.selected.bg.gif) repeat-x;
}
#header #menu A:link, #header #menu A:visited, #header #menu A:hover {
	color: #FFF; text-decoration: none;
}


#content {
	clear: both;
	width: 932px;
	border-spacing: 0;
	padding: 0;
	margin: 5px auto 5px auto;
}
#content .panel {
	width: 180px;
	vertical-align: top;
	padding: 0 5px 0 5px;
	margin: 0;
}
#content .header {
	width: 552px;
	height: 1px;
	background: url(/img/content.header.bg.gif) no-repeat;
}
#content .body {
	width: 552px;
	background: url(/img/content.body.bg.gif) repeat-y;
	vertical-align: top;
	padding: 0 15px 0 12px;
}
#content .footer {
	width: 552px;
	height: 4px;
	background: url(/img/content.footer.bg.gif) no-repeat;
}



#copyright {
	float: left;
}
#copyright P, #bottom-menu P {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 0 0 10px;
	margin: 0;
}
#bottom-menu {
	float: right;
	padding: 0 25px 0 0;
}
#bottom-menu A {
	color: #FFF;
	text-decoration: none;
}
#bottom-menu A:hover {
	color: #FFF;
}


#footer {
	width: 960px;
	height: 14px;
	background: url(/img/page.footer.bg.gif) no-repeat #F9F9FF;
	padding: 0;
	margin: 0 auto;
}



/* System Messages */
#system-message {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 15px 0;
}

/* System Standard Messages */
#system-message UL {
	padding: 0;
	margin: 0 0 0 20px;
}
#system-message UL LI {
	line-height: 16px;
	color: #333;
	list-style: none;
	padding: 0 0 0 24px;
	margin: 2px 0 2px 0;
}
#system-message UL.message LI {
	background: url(/skins/lestnizza/icon_info.png) no-repeat;
	color: #039;
}
#system-message UL.error LI {
	background: url(/skins/lestnizza/icon_error.png) no-repeat;
	color: #A00;
}


/* Text Styles */
.center {
	text-align: center;
}
.gray {
	color: #999999;
}
.yellow {
	color: #FFBB00;
}
.red {
	color: #AA0000;
}
.blue {
	color: #0066CC;
}
.navy {
	color: #000099;
}

/* Registration */
TABLE.registration {
	width: 480px
}
TABLE.registration TD {
	height: 20px;
	border: 0;
}


/* Image Styles */
IMG.image-left{
	margin: 0 20px 16px 20px !important;
}
IMG.image-right{
	margin: 0 20px 16px 20px !important;
}

/* Common classes */
.cl_b{clear:both;}
