/*---------------------------------------------------------------------------
Russian language specific Style Sheet (for standard-compliance browsers)
version: 1.0/October 2009
author: Bohus Kovac
email: kovac(at)zenos.sk, studio@zenos.sk
website: http://www.zenos.sk
-----------------------------------------------------------------------------*/


/* =Site navigation / main menu, Russian specific widths for last three cols
-----------------------------------------------------------------------------*/
ul#menu li a {
	background: transparent url(../../images/ru/menu_matrix_ru.jpg) no-repeat 0 0;
}

ul#menu li#success a { background-position:-545px 0; width:138px; }
ul#menu li#success a:hover { background-position:-545px -32px; width:138px; }
#nav-success ul#menu li#success a { background-position:-545px -32px; width:138px; cursor:default;}

ul#menu li#apply a { background-position:-683px 0; width:104px; }
ul#menu li#apply a:hover { background-position:-683px -32px; width:104px; }
#nav-apply ul#menu li#apply a { background-position:-683px -32px; width:104px; cursor:default;}

ul#menu li#contact a { background-position:-787px 0; width:77px; }
ul#menu li#contact a:hover { background-position:-787px -32px; width:77px; }
#nav-contact ul#menu li#contact a { background-position:-787px -32px; width:77px; cursor:default;}

/* =Fast access Russian
-----------------------------------------------------------------------------*/
ul#fastaccess li#f1 a{
	background: transparent url(../../images/ru/home_videos_ru.jpg) no-repeat top left;
}

ul#fastaccess li#f2 a{
	background: transparent url(../../images/ru/home_applyonline_ru.jpg) no-repeat top left;
}

ul#fastaccess li#f3 a{
	background: transparent url(../../images/ru/home_contactus_ru.jpg) no-repeat top left;
}

/* =Footer (wider block No.2 to prevent line breaks)
-----------------------------------------------------------------------------*/
#footer #block-2 {
	width: 265px;
}

/* =Application form - wider labels to encompass longer Russian texts +10 px
-----------------------------------------------------------------------------*/
#contact-form label{
	width:70px;
}

div#captcha {
	padding-left: 80px;
}

/* =Russian text in language selector
-----------------------------------------------------------------------------*/
.languages_wrap .languages_header {
	background:transparent url(../../images/ru/languages_ru.jpg) no-repeat scroll 0 0;
}