/****************************************/
/*       Smart Business Solutions       */
/*         www.sbs-consulting.kz        */
/*                                      */
/*  Author: Colibrice Media             */
/*          www.colibrice.com           */
/*  File Type: CSS 2.0                  */
/*  Release date: 29.01.2007            */
/*  Powered by: ExCoreCMS               */
/*              www.excorecms.com       */
/*                                      */
/****************************************/


/****************************************/
/*             MAIN LAYOUT              */
/****************************************/

html, body
{
	height: 100%;
}

body
{
    background-color: #FFFFFF;
    font-size: 12px; 
    color: #494949; 
    font-family: Verdana, Arial;
    font-style: normal;
    text-align: justify;
    white-space: normal;
	margin: 0;
	padding: 0;
}  

table, td
{
    font-size: 12px; 
    font-family: Arial, Verdana;
    font-style: normal;
    text-align: justify;
    white-space: normal;
} 

.section_title
{
    font-size: 14px; 	
	color: #014574;
	font-weight: bold;
}

#container
{
	height:auto !important;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<770?'770px':'100%'); 
	min-width: 770px;
	height:100%;
	min-height: 100%; 
	margin-bottom: -66px;
	padding: 0;
	clear:both;
}

* html #container
{
	height: 100%;
}

a
{
    font-size: 11px; 
    color: #005B9F; 
    font-family: Verdana, Arial; 
    text-decoration: underline;
}  

a:hover
{
    font-size: 11px; 
    color: #B80002; 
    font-family: Verdana, Arial; 
    text-decoration: underline;
}

#top_part
{
	height: 100%;
	min-height: 100%;
	margin-bottom: -20px;
}

html>body #top_part
{
	height: auto;
}

#top_bg
{
	width: 100%;
	height: 122px;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x center;
}

#navigation
{
	position: absolute;
	width: 240px;
	height: 40px;
	top: 20px;
	right: 20px;
	background-image: url(../images/navigation_splitter.gif);
	background-repeat: no-repeat;
	font-family: Arial Narrow;
}

#navigation_text
{
	color: #D2D2D2;
	margin-left: 20px;
	margin-top: -4px;
}

#navigation_text a
{
	font-family: Arial Narrow;
	color: #7F7F7F;
	margin-left: 8px;
	margin-right: 8px;
}

#navigation_text a:hover
{
    color: #B80002; 
}

#search_form
{
	margin-top: 10px;
	margin-left: 28px;
	color: #7F7F7F;
}

#search_form td
{
	font-family: Arial Narrow;
}

#search_form form
{
	margin: 0;
	padding: 0;
}

#search_form_title
{
	padding-right: 4px;
}

.search_form_textfield
{
	margin-left: 7px;
	width: 123px;
	height: 17px;
	border: solid 1px #D2D2D2;
	font-size: 10px;
}

#search_form_button
{
	width: 17px;
	height: 17px;
	padding-left: 6px;
}

#logo
{
	position: absolute; 
	top: 0px; 
	left: 11px; 
	background: url(../images/sbs_logo.gif) no-repeat top left; 
	width:206px; 
	height:76px; 
}

#menu_container
{
	position: absolute; 
	top: 76px; 
	left: 11px;
}

#menu
{
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}

#menu_content
{
	overflow: hidden;
	width: 177px;
	font-family: Arial Narrow;
	margin-left: 15px;
}

#menu_content a
{
	font-family: Arial Narrow;
	font-size: 13px;
	text-decoration: none;
}

#menu_content a:hover
{
	color: #B80002;
	text-decoration: underline;
}

.menu_item_1
{
	color: #7F7F7F;
	width: 177px;
	padding-left: 13px;
	padding-bottom: 5px;
	margin-top: 5px;
	background-image: url(../images/menu_main_level_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom: solid 1px #D2D2D2;
}

.active_menu_item_1
{
	width: 177px;
	padding-left: 13px;
	padding-bottom: 5px;
	margin-top: 5px;
	background-image: url(../images/menu_main_level_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom: solid 1px #D2D2D2;
}

.menu_item_1 a
{
	color: #7F7F7F;
	margin-left: 5px;
}

.active_menu_item_1 a
{
	color: #B80002;
	margin-left: 5px;
}

.menu_item_2
{
	padding-left: 13px;
	margin-top: 2px;
	background-image: url(../images/menu_child_level_bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 5px;
}

.active_menu_item_2
{
	padding-left: 13px;
	margin-top: 2px;
	background-image: url(../images/menu_child_level_bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 5px;
}

.menu_item_2 a
{
	color: #7F7F7F;
	margin-left: 5px;
}

.active_menu_item_2 a
{
	color: #B80002;
	margin-left: 5px;
}

.menu_item_3
{
	padding-left: 27px;
	margin-top: 2px;
	background-image: url(../images/menu_child_level_bullet.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
}

.active_menu_item_3
{
	padding-left: 27px;
	margin-top: 2px;
	background-image: url(../images/menu_child_level_bullet.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
}

.menu_item_3 a
{
	color: #7F7F7F;
}

.active_menu_item_3 a
{
	color: #B80002;
}

#menu_bottom
{
	overflow:hidden;
	margin-top: 10px;
	background-image: url(../images/menu_bottom.gif);
	width: 214px;
	height: 22px;
}

#content
{
	line-height: 120%;
	margin-top: 20px;
	margin-left: 250px;
	margin-right: 150px; 
	margin-bottom: 90px;
}

#footer
{
	width: 100%; 
	height: 66px;
	clear: both;
    font-size: 11px;
    color: #000000; 
}

#bottom_menu
{
	background-image: url(../images/bottom_menu_line_bg.gif);
	background-repeat: repeat-x;
	color: #D2D2D2;
    font-family: Arial, Verdana;
	margin-top: 30px;
	padding-top: 5px;
	margin-left: 6px;
	float: left;
}

#bottom_menu_text
{
	margin-left: -8px;
}

#bottom_menu a
{
	font-size: 11px;
	color: #7F7F7F;
	margin-left: 8px;
	margin-right: 8px;
}

#bottom_menu a:hover
{
    color: #B80002; 
}

#copyrights
{
	float: right;
	width: 153px;
	height: 59px;
	border-left: solid 3px #D2D2D2;
    font-family: Arial, Verdana;
	font-size: 11px;
	margin-right: 20px;
	color: #7F7F7F;
}

#copyrights_text
{
	padding-top: 9px;
	padding-left: 7px;
}

#colibrice_info
{
	float: right;
	width: 185px;
	height: 59px;
	border-left: solid 3px #D2D2D2;
}

#colibrice_logo
{
	margin-top: 18px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	width: 42px;
	height: 25px;
}

#colibrice_text
{
    font-family: Arial, Verdana;
	font-size: 11px;
	margin-top: 15px;
	color: #7F7F7F;
}

#colibrice_text a
{
    font-family: Arial, Verdana;
	text-decoration: underline;
	color: 6B6B6B;
	font-size: 11px;
}

#colibrice_text a:hover
{
	color: 000000;
}

/****************************************/
/*                HEADERS               */
/****************************************/

h1, h2, h3, h4, h5
{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 18px;
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
	color: #494949;
	font-size: 16px;
	margin-bottom: 10px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover
{
	font-size: 16px;
	margin-bottom: 10px;
}

/****************************************/
/*               ERORR 404              */
/****************************************/

#error_404
{
	padding-top: 150px;
}

.error_404_title
{
	font-weight: bold;
	font-size: 30px;
}

.error_404_text
{
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
}

/****************************************/
/*               MAIN PAGE              */
/****************************************/

#content_main
{
	line-height: 120%;
	margin-top: 20px;
	margin-left: 250px;
	margin-right: 47px; 
	margin-bottom: 90px;
}

#main_page_table td
{
	vertical-align: top;
}

#main_content_center
{
	padding-right: 50px;
}

#main_content_right
{
	width: 214px;
	text-align: left;
}

#promo_block
{
	width: 204px;
	margin-top: 10px;
	padding-left: 2px;
}

#promo_block_title
{
	margin-top: 5px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #2F6091;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 9px;
}

#promo_block_text
{
	padding-left: 12px;
	padding-right: 10px;
	color: #6B6F76;
	font-size: 11px;
	text-align: left;
	line-height: 9px;
}

/****************************************/
/*                 NEWS                 */
/****************************************/

.news_main_date
{
	font-size: 11px;
	color: #979797;
}

.news_main_title
{
}

.news_main_text
{
	margin-bottom: 20px;
}

#news_main_archive a
{
	font-size: 11px;
	color: #494949;
}

#news_main_archive a:hover
{
	color: #B80002;
}

.category_title a
{
	text-decoration: none;
}

.category_title a:hover
{
	text-decoration: none;
}

.category_name
{
	font-weight: bold;
	text-decoration: underline;
}

.category_title img
{
	margin-left: 7px;
}

.news_title
{
	font-weight: bold;
}

.news_sub
{
	font-size: 10px;
}

.news_text
{
	font-size: 12px;
	margin-bottom: 15px;
}

.news_text img
{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.news_separator
{
	color: #9C9C9C;
}

.news_category_link
{
	font-size: 10px;
}

.news_list_title
{
	margin-bottom: 10px;
}

.news_list_date_text
{
	font-size: 11px;
	color: 44494D;
}

#rss_feeds_link
{
	margin-top: 40px;
	font-weight: bold;
}

#rss_feeds_link img
{
	margin-bottom: -4px;
}

.news_read_date
{
	color: #979797;
	font-weight: bold;
}


/****************************************/
/*                  RSS                 */
/****************************************/

#rss_info
{
	margin-bottom: 10px;
}

.rss_chanel
{
	padding-bottom: 10px;
}

.rss_chanel img
{
	margin-bottom: -4px;
}

.rss_chanel a
{
	text-decoration: none;
}

.rss_chanel a:hover
{
	text-decoration: none;
}

.rss_title
{
	font-weight: bold;
	text-decoration: underline;
}

#rss_valid
{
	margin-top: 25px;
}

.sapeadh{
	font-size: 10px;
	color: 44494D;

}

/****************************************/
/*               FEEDBACK               */
/****************************************/

.feedback_form_button
{
	margin-top: 5px;
	margin-right: 5px;
	width: 125px;
	height: 20px;
	border:1px solid #A5ACB2;
	color: #8A8A8A;
	font-size: 10px;
	background-color:#FFFFFF
}

/****************************************/
/*                SEARCH                */
/****************************************/

.search_error
{
	color: #C53F4C;
	font-weight: bold;
}

.big_search_button
{
	width:75px;
	border: solid 1px #c0c0c0;
	background-color: #FFFFFF;
}

#cisad
{
	display: none;
}
