html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F2F0EA;
	color: #697585;
}
body, td {
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
a img {
	border: 0;
}
a {
	color: #0066ED;
}
a:hover {
	color: #3684EC;
}
a:visited {
	color: #FF4A4A;
}

/* header */
table#header {
	height: 120px;
	width: 972px;
	background-color: white;
	margin: 14px 12px 0 12px;
}
td.headerDiv {
	width: 1px;
	background-color: #D7DADF;
}
td#headerLogo {
	width: 331px;
	padding-left: 63px;
	vertical-align: top;
}
td#headerBegin {
	width: 326px;
}
td#begin1 {
	width: 89px;
	padding-right: 10px;
	text-align: right;
}
td#begin2 {
	text-align: center;
}
td#begin2 img {
	margin: 0 1px 0 1px;
}
td#begin3 {
	width: 117px;
	padding-left: 10px;
}
td#headerContacts {
	padding-left: 68px;
	color: #697585;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
}

/* menu */
table#menu {
	height: 35px;
	width: 972px;
	margin: 0 12px 0 12px;
	background: black url(images/mm-bg.gif) repeat-x;
}
table#menuItems {
	height: 35px;
}
td.menuItem, td.menuItemCur, td.menuItemFirst, td.menuItemFirstCur {
	/*padding: 0 10px 0 10px;*/
	padding: 0 21px 0 21px;
	vertical-align: top;
	padding-top: 10px;
}
td.menuItemFirst, td.menuItemFirstCur {
	/*padding-left: 15px;*/
	padding-left: 26px;
}
td.menuItemCur, td.menuItemFirstCur {
	background: black url(images/mm-bg-cur.gif) repeat-x;
}
td.menuDiv {
	padding: 0;
	width: 2px;
	background: url(images/mm-div.gif) no-repeat;
}

/* lang switch */
td#langSwitchEN, td#langSwitchRU {
    line-height: 11px;
    color: #edd092;
}
td#langSwitchEN {
    padding-right: 10px;
}
td#langSwitchEN a, td#langSwitchRU a {
    color: #b2b6b6 !important;
    text-decoration: none;
}

/* nav icons */
td#navIcons {
    text-align: right;
    padding-right: 10px;
}

/* image */
table#image {
	width: 972px;
	margin: 0 12px 0 12px;
	margin-top: 1px;
}
td#imageStar {
	padding-left: 345px;
}

/* mainContent */
table#mainContent {
	margin: 0 12px 0 12px;
	width: 972px;
}
table#mainContentPage {
	margin: 8px 12px 0 12px;
	width: 972px;
}

td#bannersVert {
	width: 120px;
	padding-left: 12px;
}
td#bannersVert div {
	margin-bottom: 10px;
}
div.bannersHoriz {
	padding-bottom: 9px;
	background-color: #F2F0EA;
}

/* home: participants block */
table#competitorsBlock {
	width: 100%;
	background-color: white;
}
td#textCompetitors {
	vertical-align: middle;
}
td#bannerCompetitors {
	padding: 6px 8px 6px 6px;
	width: 675px;
}
div#comp1 {
	text-align: center;
	padding: 6px 0 0 11px;
}
div#comp1 img {
	margin: 0 2px 0 2px;
}
div#comp2 {
	text-align: center;
	padding: 10px 0 0 10px;
}
div#comp3 {
	padding: 17px 8px 0 16px;
}

table#contentBlock {
	width: 100%;
	margin-top: 10px;
}

td#articleBlock {
	background-color: white;
}

td#contentDiv {
	width: 11px;
}
td#newsBlock {
	width: 229px;
	background-color: white;
}

div.slogan {
	text-align: right;
	color: #6288AE;
	font-family: Tahoma, verdana, arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 10px 0;
}

/* footer */
table#footer1, table#footer2 {
	margin: 0 12px 0 12px;
	width: 972px;
}

table#footer1 {
	height: 73px;
	background: #dc3b3b url(images/f-bg-1.png) repeat-x;
	margin-top: 9px;
	color: white;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
td.footerLogo {
	padding: 0 13px 0 13px;
	width: 112px;
}
td.footerText {
	width: 85px;
}
td#footerContacts {
	padding-left: 163px;
}
td#footerContacts a {
	color: #ffdc3a !important;
	text-decoration: none !important;
}
table#footer2 {
	height: 32px;
	background: #b30000 url(images/f-bg-2.png) repeat-x;
}
table#footer2 td {
	padding-left: 611px;
	color: white;
	font-weight: normal;
	font-size: 9px;
}

/* news */
div.newsItem {
	margin: 15px 0 20px 0;
}
div.newsItem div.newsDate {
	margin: 8px 20px 0 13px;
}
div.newsItem div.newsTitle {
	margin: 5px 20px 0 26px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	line-height: 20px;
}
div.newsItem div.newsText {
	margin: 0 20px 0 26px;
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #697585;
	line-height: 16px;
}
div.newsItem h5 {
	margin: 0 20px 0 26px;
}
div.newsItem div.newsDiv2 {
	margin: 7px 20px 12px 26px;
}
div.newsItem div.newsDiv {
	margin: 7px 20px 12px 13px;
}

/* last news */
div.newsDate {
	margin: 8px 0 0 12px;
	background-color: #ECEDF0;
	color: #697585;
	font-family: Tahoma, verdana, arial;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 11px 1px 11px;
	width: 62px;
}
div.newsTitle {
	margin: 5px 16px 0 14px;
	color: #0066ED;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	line-height: 12pt;
}
div.newsTitle a {
	color: #0066ED !important;
	/*font-size: 11px;*/
	font-weight: bold;
	font-family: Tahoma, verdana, arial;
	text-decoration: none !important;
	/*line-height: 12px;*/
}
div.newsText {
	margin: 4px 16px 0 14px;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	line-height: 14px;
}
div.newsDiv, div.newsDiv2 {
	margin: 8px 12px 8px 12px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #d7dadf;
}
div.newsSpacer {
	height: 16px;
}

/* more */
div.more {
	margin: 10px 12px 1px 17px;
	/*color: #6288ae !important;*/
	color: #0066ED !important;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}
div.more a {
	/*color: #6288ae !important;*/
	color: #0066ED !important;
	font-size: 11px;
	line-height: 11px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none !important;
}

/* page */
td#leftMenuBlock {
	width: 272px;
}
td#contentSpacer {
	width: 4px;
}
td#contentBlock {
	background-color: white;
}

/* submenu */
div#submenu {
	padding: 17px 0 18px 0;
	background-color: white;
}
div.submenuItem, div.submenuItemCur {
	/*height: 13px;*/
	padding: 4px 5px 4px 36px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	background-position: 10px 3px;
	background-repeat: no-repeat;
}
div.submenuItem a, div.submenuItemCur a {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none !important;
}
div.submenuItem {
	color: #D60B0B;
	background-image: url(images/sm-bullet.gif);
}
div.submenuItem a {
	color: #D60B0B !important;
}
div.submenuItemCur {
	color: black;
	background-color: #CCCDCF;
	background-image: url(images/sm-bullet-cur.gif);
}
div.submenuItemCur a {
	color: black !important;
}

div.submenuItem2, div.submenuItem2Cur {
	/*height: 12px;*/
	padding: 5px 5px 5px 42px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-position: 18px 3px;
	background-repeat: no-repeat;
}
div.submenuItem2 a, div.submenuItem2Cur a {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none !important;
}
div.submenuItem2 {
	color: #D60B0B;
	background-image: url(images/sm-bullet.gif);
}
div.submenuItem2 a {
	color: #D60B0B !important;
}
div.submenuItem2Cur {
	color: #969696;
	background-image: url(images/sm-bullet-cur.gif);
}
div.submenuItem2Cur a {
	color: #969696 !important;
}

div.submenuDiv {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #D7DADF;
	margin: 2px 10px 0px 10px;
}

/* content */
p {
	padding: 0;
	margin: 10px 0 10px 0;
}
/* heading 1 */
h1 {
	margin: 0;
	padding: 0;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #D30A0A url(images/t-title-bg.png) repeat-x;
	height: 45px;
}
h1 div {
	background: url(images/t-title-right.png) top right no-repeat;
	color: white;
	padding: 17px 0 0 12px;
	height: 28px;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
}
/* heading 2 */
h2 {
	margin: 0;
	padding: 0;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	background: #E7E9EC url(images/t-subtitle-bg.gif) repeat-x;
	height: 35px;
}
h2 div {
	background: url(images/t-subtitle-right.png) top right no-repeat;
	color: #898989;
	padding: 9px 60px 0 22px;
	height: 26px;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
/* heading 3 */
h3 {
	margin: 0 8px 12px 1px;
	padding: 0;
	background: #E7E9EC url(images/t-subtitle-bg.gif) repeat-x;
	/*height: 28px;*/
}
h3 div {
	background: url(images/t-subtitle-right.png) top right no-repeat;
	color: #697585;
	padding: 8px 60px 8px 27px;
	/*height: 17px;*/
	font-family: Tahoma, verdana, arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
/* heading 5 */
h5 {
	margin: 0 0 5px 0;
	font-family: Tahoma, verdana, arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

/* text block */
.textBlock {
	margin: 16px 0 20px 0;
}
.textBlock p {
	margin: 10px 20px 10px 26px;
}
.textBlock div.hr {
	margin: 0 20px 0 26px;
    padding: 0;
    border-bottom: 1px solid #D7DADF;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}
/* lists */
.textBlock ul, .textBlock ol {
	margin: 10px 20px 10px 26px;
	padding: 0 0 0 26px;
}
li ul, li ol {
	margin: 10px 0 10px 0 !important;
}
table.ctable ul, table.ctable ol {
	margin: 10px 0 10px 0;
}

img.border15 {
	border: 1px solid #D7DADF;
	padding: 15px;
}

/* photo gallery */
.photoGallery {
	margin-top: 15px;
}
.photoGallery table.photos td {
	border: 1px solid #D7DADF;
	background-color: #EDEFF1;
	text-align: center;
	vertical-align: middle;
}
.photoGallery table.photos td div {
	height: 100%;
	/*border: 1px solid white;*/
	padding: 6px;
}
.photoGallery p {
	margin-left: 12px;
}
img.photo {
	border: 1px solid #D7DADF;
	padding: 1px;
	background-color: white;
}
table.photoLarge {
	margin: 10px;
}
table.photoLarge td {
	background-color: #EDEFF1;
	border: 1px solid #D7DADF;
	padding: 22px;
}

/* participants page */
.participantsBlock {
	margin: 15px 0 0 0;
}
.participantsBlock table td {
	color: #0066ED;
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	font-weight: normal;
}
.participantsBlock table td a {
	padding: 3px 0 4px 0;
	border-bottom: 1px solid #D7DADF;
	display: block;
	padding-left: 23px;
	color: #0066ED;
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: url(images/star-grey.gif) no-repeat 0 5px;
}
.participantsBlock table td a:hover {
	background: url(images/star-red.gif) no-repeat 0 5px;
	color: #697585;
}

/* nav pages*/
.navPage {
	text-align: center;
	margin: 0 0 15px 0;
}
.navPageWord {
	font-family: Tahoma, verdana, arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #697585;
}
.navPagePages {
	font-size: 12px;
	font-family: Tahoma, verdana, arial;
	font-weight: normal;
	line-height: 12px;
	color: #697585;
}
.navPagePages a {
	color: #0066ED !important;
	font-weight: bold !important;
	font-size: 12px !important;
	padding: 0 5px 1px 5px;
	text-decoration: none;
}
a.navPageCurPage {
	color: #697585 !important;
	font-weight: bold !important;
	background-color: #ECEDF0;
	text-decoration: none;
}
.navPageDiv {
	margin: 5px 20px 3px 20px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #d7dadf;
}
.navPage table {
	width: 100%;
}

.navPagePN {
    margin: 0 20px;
    padding: 5px 0 10px 0;
	font-family: Tahoma, verdana, arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}
.navPagePN a, .navPagePN div {
    width: 45px;
    height: 11px;
	text-decoration: none;
}
.navPagePN a {
	color: #0066ED !important;
}
.navPagePN div {
    color: #697585 !important;
}
a.navPagePrev {
    background-image: url(images/t-back2.png);
}
div.navPagePrev {
    background-image: url(images/t-back2-dis.png);
}
a.navPageNext {
    background-image: url(images/t-more2.png);
}
div.navPageNext {
    background-image: url(images/t-more2-dis.png);
}
.navPagePrev {
    float: left;
    text-align: left;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 0 1px;
}
.navPageNext {
    float: right;
    text-align: right;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right 1px;
}

.imgBegin {
	margin: 0px 10px 3px 0px;
}
.imgMiddle {
	margin: 3px 10px 3px 0px;
}
.imgEnd {
	margin: 3px 10px 0px 0px;
}

table.ctable {
	background-color: #FFFFFF;
	border-spacing: 1px;
	margin-bottom: 15px;
}
/*table.ctable caption {
	background-color: #db0c0c;
	color: #FFFFFF;
}*/
table.ctable th {
	background-color: #db0c0c;
	color: #FFFFFF;
	/*background-color: #d1d4da;*/
	vertical-align: middle;
	padding: 3px 10px 4px 10px;
	font-weight: bold;
}
table.ctable td.td2 {
	background-color: #d1d4da;
	vertical-align: middle;
	padding: 3px 10px 4px 10px;
	font-weight: bold;
	text-align: center;
}
table.ctable td {
	background-color: #edeff1;
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	font-weight: normal;
}

/* sitemap */
div.sitemapBlock {
	margin: 10px 0 10px 5px;
}
table.sitemapBlock {
	width: 100%;
}
div.sitemapG {
	background-color: #ebecef;
	position: relative;
	/*width: 50%;
	height: 50%;*/
	/*vertical-align: top;*/
	z-index: 1;
}
table.sitemapW {
	background-color: white;
	position: relative;
	left: -4px;
	top: -4px;
	border: 1px solid #d7dadf;
	padding: 17px 10px 28px 8px;
	height: 100%;
	width: 100%;
	z-index: 2;
}
div.sitemap1lvl, div.sitemap2lvl, div.sitemap3lvl {
	border-bottom: 1px solid #d7dadf;
}
div.sitemap1lvl a, div.sitemap2lvl a, div.sitemap3lvl a {
	color: #0066ED !important;
    text-decoration: none;
}
div.sitemap1lvl {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 0 10px 6px 20px;
    background: url(images/sm-bullet.gif) no-repeat 1px 1px;
}
div.sitemap2lvl {
    background: url(images/sm-bul.gif) no-repeat 9px 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding: 8px 10px 8px 30px;
}
div.sitemap3lvl {
    background: url(images/sm-bul.gif) no-repeat 24px 6px;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    padding: 8px 10px 8px 44px;
}
