/* Table of Contents:
    
   1. Global structure
       - header
       - footer
       - menu
       - banner
   2. Text
   3. Link
   4. Form
   5. List
   6. Image   
   7. Page structure
   8. Additional styles   	
*/


/* Global structure
--------------------------------------------------------------------------------------- */
*
{
    margin: 0px;
    padding: 0px;
}
html
{             
    height: 100%;
}
body
{      
    position: relative;
    height: 100%; 
    font-family: verdana;
    background: #dcdddf;	
    min-width: 1000px;
}
html>body
{
    height: auto;
    min-height: 100%;
}
body.print
{
	background: #ffffff;
} 
.clear
{
    clear: both;
    font-size: 0px;
}
/*------- header --------*/
.header_ru
{
    background: #ffffff url(../images/header.jpg) no-repeat;
}

.header_eng
{
    background: #ffffff url(../images/header.ks.jpg) no-repeat;
}

.header
{
	position: relative;
	height: 168px;
	/*background: #ffffff url(../images/header.jpg) no-repeat;*/
	border-bottom: solid 8px #000000;
}

.header_print_ru
{
    background: #ffffff url(../images/header_print.jpg) no-repeat;
}

.header_print_eng
{
    background: #ffffff url(../images/header_print.ks.jpg) no-repeat;
}

.header_print
{
	position: relative;
	height: 168px;
	/* background: #ffffff url(../images/header_print.jpg) no-repeat; */
	border-bottom: solid 8px #000000;
}
.header_print p
{
	position: absolute;
	bottom: 10px;
	left: 90px;
	font: 17px Tahoma;
	color: #616161;
}
.header .car
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:261px;
	height:168px;
	background: url(../images/car.jpg);	
}
.header .navigator
{
	position:absolute;
	right:0px;
	top:0px;
	height:31px;
	z-index: 2;
}
.header .navigator .top_menu
{
	float: left;
	height:31px;
	background: url(../images/hnav.jpg);
	
}
.top_menu
{
	padding-top: 1px;	
}
.top_menu a, .top_menu a:hover
{
	font: normal 12px Tahoma;
	color: #0077e3;	
	line-height: 24px;
	vertical-align:middle;
	padding: 0px 18px 5px 0px;
	text-decoration: none;
}
.top_menu a:hover
{
	text-decoration: underline;	
}
.top_menu a.home, .top_menu a.home:hover
{
	/*background: url(../images/home.gif) no-repeat 4px 3px;*/
	padding-left: 10px;		
}
.top_menu a.eng, .top_menu a.eng:hover
{
	background: url(../images/eng.gif) no-repeat 0px 0px;
	padding-left: 24px;	
}

.top_menu a.ru, .top_menu a.ru:hover
{
	background: url(../images/ru.gif) no-repeat 0px 0px;
	padding-left: 24px;	
}

.header .navigator .corner
{
	float: left;
}

.logo, .logo:hover
{
	position: absolute; 
	display: block;
	width: 272px;
	height: 81px;
	left: 20px;  
	top: 48px;
	text-decoration: none;
}
.flash_logo
{
    position: absolute;
    width: 680px;
    height: 168px;
    top: 0px;
    left: 0px;
    z-index: 2;   
}
.flash_car
{
    position: absolute;
    width: 320px;
    height: 137px;
    top: 31px;
    right: 0px;
}


/*------- footer --------*/
.footer
{
    position: absolute;  
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 85px;
    border-bottom: solid 11px #a0a0a0;
}
.footer .copy
{
	position: absolute;
	left: 20px;
	bottom: 10px;
	font: normal 11px Arial;
	color: #484848;
	width: 370px;
}
.footer .copy p
{
	margin: 0px;
	font: normal 11px Arial;
	color: #929293;	
}
.dev_link, .dev_link:hover
{	
	position: absolute;
	top: 5px;
	left: 460px;
	display: block;
	height: 34px;
	padding: 0px 0px 0px 74px;	
	background: url(../images/its_logo.jpg) no-repeat;	
	color: #423e26;
	font: normal 11px Arial;
	text-decoration: none;
}
.dev_link:hover
{
    text-decoration: underline;
}
.footer .w3c
{
    position: absolute;
	top: 39px;
	left: 534px;
    font: normal 11px Arial;
}
.footer .right
{
	position: absolute;
	top: 5px;
	right: 12px;
}
/*------- menu --------*/
.menu
{
	height: 122px;
}
.menu a.no_act, a.no_act:hover
{
	display: block;
	float: left;
	height: 40px;
	width: 24.9%;
	text-align: center;
	color: #0077e3;
	background: url(../images/menu_r.jpg) no-repeat center 5px;
	text-decoration: none;
	font: normal 12px Tahoma;
	padding-top: 76px;
}
.menu a.no_act:hover
{
    background: url(../images/menu_active.jpg) no-repeat center 5px;
    color: #f08700;
}
.menu a.act, a.act:hover
{
	display: block;
	float: left;
	height: 40px;
	width: 24.9%;
	text-align: center;
	color: #f08700;
	background: url(../images/menu_active.jpg) no-repeat center 5px;
	text-decoration: none;
	font: normal 12px Tahoma;
	padding-top: 76px;
}
.menu span
{
	border-bottom: dashed 1px #0077e3; 
	padding-left: 3px;
	padding-top: 76px;	
	position: relative;
}
/*--left menus--*/
.left_menu_top
{
	background: url(../images/left_menu_top.jpg) no-repeat top;	
}
.left_menu_top a.first, .left_menu_top a.first:hover
{
	padding-bottom: 1px;
}
.left_menu_top a.none, .left_menu_top a.none:hover
{
	display: block;
	height: 27px; 
	font: normal 12px Tahoma;
	color: #000000;
	padding-left: 20px;
	line-height: 27px;
	vertical-align:middle;
	text-decoration: none
}
.left_menu_top a.none:hover
{
	text-decoration: underline;	
}
.left_menu_top a.active, .left_menu_top a.active:hover
{
	display: block;
	height: 27px; 
	font: normal 12px Tahoma;
	color: #0077e3;
	padding-left: 20px;
	line-height: 27px;
	vertical-align:middle;
	text-decoration: underline
}
.left_menu_bottom
{
	margin-top:40px;
	background: url(../images/left_menu_bottom.jpg) no-repeat top;	
}
.left_menu_bottom a.first, .left_menu_bottom a.first:hover
{
	padding-bottom: 1px;
}
.left_menu_bottom a.none, .left_menu_bottom a.none:hover
{
	display: block;
	height: 27px; 
	font: normal 12px Tahoma;
	color: #000000;
	padding-left: 20px;
	line-height: 27px;
	vertical-align:middle;
	text-decoration: none
}
.left_menu_bottom a.none:hover
{
	text-decoration: underline;	
}
.left_menu_bottom a.active, .left_menu_bottom a.active:hover
{
	display: block;
	height: 27px; 
	font: normal 12px Tahoma;
	color: #0077e3;
	padding-left: 20px;
	line-height: 27px;
	vertical-align:middle;
	text-decoration: underline
}

.search
{	
	background: url(../images/search.jpg) no-repeat;
	width: 185px;
	height: 18px;
	margin: 57px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	position: relative;
}
.search input
{			
	font: 12px Arial;	
	color: #a9a9a9;
	border: 0px;	
	position: absolute;
	left: 8px;
	top: 1px;		
	width: 173px;	
	height: 15px;	
}

.search_ru input
{
    background: url(../images/search_b.jpg) no-repeat left 0px;
}

.search_eng input
{
    background: url(../images/search.ks.jpg) no-repeat left 0px;
}

.search_b
{	
	margin: 4px -5px 0px 0px;		
	text-align: right;		
}
.search_b input
{
	/*background: url(../images/search_b.jpg) no-repeat left 0px;*/
	border: none;
	width: 50px;
	height: 17px;
}
/*------- banners --------*/
.banners
{
	margin-top: 0px;
}
.ban_left
{
	width: 49.9%;	
	float: left;
	text-align: center;
}
.ban_right
{
	width: 49.9%;
	float: right;	
	text-align: center;
}
/*------- news --------*/
.right_news
{
	width:187px;
	background: url(../images/r_news.jpg);	
	padding-bottom: 8px;
}
.right_news .top
{
	min-height: 280px;
	background: url(../images/r_news_top.jpg) no-repeat top;
}
.right_news .top h3
{
	margin: 0px;
}
.right_news_bottom
{
	height: 4px;
	background: url(../images/r_news_bottom.jpg) no-repeat;
	margin-bottom: 50px;
}
.right_news h2
{
	font: bold 13px Tahoma;
	color: #ffffff;
	padding-top: 5px;
	margin: 0px 14px 17px 6px;		
}
.right_news p
{
	color: #888888;
	font-size: 11px;
	margin: 20px 6px 7px 6px;
}
.right_news img
{
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 0px 6px;
}
.right_news h3
{
	color: #0077e3;
	font: normal 12px Tahoma;
	margin: 0px 6px 0px 6px !important; 
}
.right_news h3 a, .right_news h3 a:hover
{
	color: #0077e3;
	text-decoration: none;
}
.right_news h3 a:hover
{
	text-decoration: underline;
}
.left_news 
{
	margin: 50px 5px 0px 20px;		
}
.left_news h2
{
	color: #1f9100;
	text-align: left;
	margin: 50px 5px 0px 0px;	
}
.left_news p
{
	font: normal 11px Tahoma;
	color: #888888;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 7px 0px;
	border-top: solid 1px #b0b1b2;
}
.left_news img
{
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;	
}
.left_news h3
{
	color: #0077e3;
	font: normal 12px Tahoma;
}
.left_news h3 a, .left_news h3 a:hover
{
	color: #0077e3;
	text-decoration: none;
}
.left_news h3 a:hover
{
	text-decoration: underline;	
}

/* Text
--------------------------------------------------------------------------------------- */
h1
{
	font: normal 18px Tahoma;
	margin: 3px 14px 17px 14px;
	color: #111111; 
	text-align: left;
}
h1.title_index
{
	margin: 20px 14px 17px 14px;
}
h2
{
	font: bold 12px Tahoma;
	margin: 3px 14px 17px 14px;
}
h2 span
{
    font: normal 12px Tahoma;
}
h2 a
{
	font-family: Arial, Tahoma, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; 
}
h3.searched
{
    font: normal 12px Tahoma;
	margin: -10px 14px 17px 14px;
}

p
{
    font: normal 12px Tahoma;
    color: #000000;
    margin: 10px 14px 10px 14px;
    line-height: 16px;
}
p.nav
{
	margin-top: 5px;
	margin-bottom: 25px;
	color: #3b3b3b;	
}
p.navigator
{
	margin-top: 30px;
	color: #888888;	
}
p.navigator a, p.navigator a:hover
{
	color: #888888;
}
span.bold
{
    font-weight: bold;
}
.bold_black
{
    font-weight: bold;
    color: #000000;
}
ul, ol
{
	font: normal 12px Tahoma;
	margin: 0px 14px;
	list-style-type: none;
	padding-left: 10px;
}
li
{
	/*background: url(../images/line_list.jpg) no-repeat 0px 11px;	*/
	list-style-type: disc;
	margin-left: 20px;
}
ol
{
    list-style-type:decimal;
    margin: 0px 14px 0px 28px;
}
ol li
{
	
	background: none;
	list-style-type:decimal;
	padding-left: 0px;
	margin: 0px 0px 20px 0px;
}
ol li span
{
    display: block;
    color: #3b3b3b;
}
ol li span a, ol li span a:hover
{
    color: #3b3b3b;
}
ol li a, ol li a:hover
{
    color: #0077e3;
}
ul.download_list
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
}
ul.download_list li
{
    background: url(../images/none_icon.gif) no-repeat;
    padding: 0px 0px 0px 30px;
    margin-bottom: 24px;
}
ul.download_list li h3
{
    font: bold 12px Tahoma;
	margin: 3px 14px 7px 0px;
}
ul.download_list li p
{
    font: 12px Tahoma;
	margin: 3px 14px 7px 0px;
}
ul.download_list li a, ul.download_list li a:hover
{
    color: #0077e3;
}

/*--print list--*/
.content_print ul
{
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 20px;
}
.content_print ul li
{
	background: none;
	padding-left: 0px; 
}
.content_print h3
{
	color: #000000 !important;
	font-weight: bold !important;	
}

/* Link
--------------------------------------------------------------------------------------- */
a, a:hover
{
    color: #3b3b3b;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
a.dashed, a.dashed:hover
{
	margin-top: 15px;
	color: #0077e3;
	font: normal 12px Tahoma;
	text-decoration: none; 
}
a.dashed span, a.dashed:hover span
{
	border-bottom: dashed 1px #0077e3;	
}
a.buy, a.buy:hover
{
	display: block;
	background: url(../images/basket_ico.jpg) no-repeat;	
	color: #000000;
	font: normal 12px Tahoma;
	padding: 4px 0px 4px 28px;
	margin-bottom: 4px;
	text-decoration: none;
}
/* Form
--------------------------------------------------------------------------------------- */
div.form_contacts
{
    position: relative;
    margin: 0px 0px 0px 0px; 
    width: 458px;
    font: 12px Tahoma, sans-serif;
    color: #656565;
}

div.form_contacts label
{
    margin: 0px 0px 20px 15px;
    display: block;        
    line-height: 16px;    
}

div.form_contacts label.check
{
    margin: 0px 0px 15px 110px;
}

div.form_contacts .textbox
{
	padding: 0px 0px 0px 5px;
    margin-left: 150px;
    width: 287px; 
    height: 15px;
    /*font: 11px Verdana, Tahoma, sans-serif;
    color: #000;   */
    border: solid 1px #cccccc;		
	font: 12px Tahoma;	
	color: #a9a9a9;	     
    text-align:left;
        
}

/*div.form_contacts select
{
    display: block;
    margin-left: 160px;
    padding: 1px 0;
    width: 287px; 
    font: 11px Verdana, Tahoma, sans-serif;
    color: #000;
}

div.form_contacts option
{
    font: 11px Verdana, Tahoma, sans-serif;
    color: #000;
}*/

div.form_contacts textarea.textbox
{ 
    height: 110px;
}

div.form_contacts p
{
    margin: 0px 0px 0px 167px;
    font: 11px Tahoma, sans-serif;
    color: #484848;
}

div.form_contacts em
{
    position: absolute;
    margin-top: 2px;    
    /*right: 304px;*/
    font-style: normal;    
}

div.form_contacts div.submit_button
{
    margin: 0px 0px 3px 0px;
    padding: 11px 0px 10px 0px;
    text-align: right;
}

div.form_contacts div.submit_button input
{
    font: 11px Verdana, Tahoma, sans-serif;
    color: #000;   
}

div.form_contacts div.validate
{
	margin: 0px 0px 0px 150px;	
	
	
	color: #f64646;
	font-family: Tahoma;	
    font-size: 12px; 
}
.droplist
{
	border: solid 1px #cccccc;
	width: 295px !important;
	height: 20px !important;		
	font: 12px Tahoma !important;	
	color: #a9a9a9 !important;	     
    text-align:left;
}

/*.contacts_text, .contacts_text_small
{
    font: normal 12px Tahoma;
    color: #000000;
    margin: 10px 14px 10px 14px;
    padding-left: 15px;
    line-height: 16px;     
}
.contacts_text_small
{
	font-size: 8pt;
	font-style: oblique;
}
.email
{
	border: solid 1px #cccccc;
	width: 300px;
	margin: 10px 0px 10px 20px;
	padding: 2px 5px 2px 5px;
	font: 12px Tahoma;	
	color: #a9a9a9;	     
    text-align:left;
}
.send
{
	float: right;
	width: 125px;
}

.validator
{
	font-size: 8pt;
}
.validator ul
{
	margin: 15px 0px 10px 15px;
	padding-top: 15px;
}
.validator li
{
	list-style: none;
	list-style-image: none;
	color: #f64646;
	font-family: Tahoma;	
    font-size: 12px; 
}*/


.form_buy
{
    position: relative;
    margin: 0px 0px 20px 0px; 
    width: 90%;
    font: 12px Tahoma;
    color: #656565;
}
.form_buy label
{
    margin: 0px 7px 10px 15px;
    display: block;        
    line-height: 16px;    
}
.form_buy select
{
    display: block;
    margin-left: 30%;
    padding: 1px 0;
    width: 70%; 
    font: 12px Tahoma;
    color: #000;

}
.form_buy option
{
    font: 12px Tahoma;
    color: #000;
}
.form_buy em
{
    position: absolute;
    margin-top: 2px;    
    font-style: normal;    
}
.form_buy div.submit_button
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: right; 
    position: relative;
}
.form_buy div.submit_button input
{
    font: 11px Verdana;
    color: #000;
}

.materials_button
{
    margin: 0px 14px 0px 0px;
    text-align: right; 
    position: relative;
}
.materials_button input
{
    font: 11px Verdana;
    color: #000;
}

/* List
--------------------------------------------------------------------------------------- */


/* Image
--------------------------------------------------------------------------------------- */
img
{
    border: none;
}
.img_left
{
	float:left;
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 0px 14px;
}
.img_border
{
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
}


/* Table
--------------------------------------------------------------------------------------- */
.table_buy
{
    padding: 0px 14px;
}
table
{
	border-collapse: collapse;
}
table.price
{
	border-collapse: collapse;
	margin: 10px 14px;
}
table.width_100
{
    width: 100%;
    margin-left: 0px;
}
table.price th
{
	color: #000;
	background: #d9dadc;
	border: solid 1px #b0b0b0;
	font: bold 12px Tahoma;
	padding: 7px 7px;
	vertical-align: top;
}
table.price td
{
	color: #888888;
	border: solid 1px #b0b0b0;
	font: normal 12px Tahoma;
	padding: 7px 7px;
	vertical-align: top;
}
table.price td.center
{
	text-align: center;	
}
table.price td.bold
{
    font-weight: bold;
    color: #000000;
}
table.price td.vcenter
{
    vertical-align: middle;
}
table.price td.width_50
{
    width: 50%;   
}
/*--print table--*/
.content_print table.price
{
	border-collapse: collapse;
	margin: 10px 14px;
}
.content_print table.price th
{
	color: #000000;
	border: solid 1px #b0b0b0;
	font: bold 12px Tahoma;
}


/* Page structure
--------------------------------------------------------------------------------------- */
.page
{
	padding: 0px 0px 155px 0px;	
}
.content_print
{
	margin: 20px 14px; 	
}
.float_content
{
	float:left;
	padding: 0px 0px 40px 0px;
	width: 100%;
	background: #ffffff;
	margin: 12px 0px 0px 0px;
}
.center_collumn
{	
	margin: 0px 220px 0px 220px;
}
.left_collumn
{
	width: 205px;
	float:left;
	padding-top: 34px;
}
.right_collumn
{
	width: 200px;
	float:right;
	padding-top: 34px;
}


/* Additional styles
--------------------------------------------------------------------------------------- */
/*--news--*/
.news
{	
	margin-bottom: 20px;	
}
.news h3
{
	font: normal 12px Tahoma;
	color: #0077e3;
	margin: 0px 14px;
	margin-bottom: 6px;
}
.news h3 a, .news h3 a:hover
{
	color: #0077e3;
}
.news p
{
	margin: 0px 14px 10px 14px;
}
.news p.date
{
	color: #888888;	
	margin: 0px 14px;
}
.news img
{
	float:left;
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 3px 14px 0px 14px;	
}

/*--buy--*/
.inner_col_left
{
	width: 49.7%;
	float: left;	
}
.buy
{
	margin-bottom: 20px;	
}
.buy h3
{
	margin: 0px 14px;
	font: normal 12px Tahoma;
	color: #0077e3;
}

/*--products--*/
.products
{
	width: 49.9%;
	float: left;
	height: 230px;
	text-align: center;
}
.products img
{
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 0px 14px;	
}
.products h3
{
	font: normal 12px Tahoma;
	color: #0077e3;
	margin: 6px 14px;
}
.products h3 a, .products h3 a:hover
{
	color: #0077e3;
}
/*--materials--*/
.materials
{
	margin: 30px 0px 0px 0px;	
}
.materials h3
{
	font: normal 12px Tahoma;
	color: #0077e3;
	margin: 0px 14px;
	margin-bottom: 6px;
}
.materials h3 a, .materials h3 a:hover
{
	color: #0077e3;
}
.materials img
{
	float:left;
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 3px 14px 0px 14px;	
}
.materials p
{
	margin: 0px 14px 10px 14px;
}
/*--complects--*/
.complects
{	
	width: 185px;
	float: left;
	height: 150px;
	text-align: center;
}
.complects img
{
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 0px 14px;	
}
.complects h3
{
	font: normal 12px Tahoma;
	color: #0077e3;
	margin: 6px 14px;
}
.complects h3 a, .complects h3 a:hover
{
	color: #0077e3;
}
/*--------certification item-------*/
.certification_item
{
    float: left;
    border: solid 1px #b0b0b0;
    width: 140px;
    height: 300px;
    padding: 10px;
    margin: 0px 0px 20px 14px;
    text-align: center;
}
.certification_item a, .certification_item a:hover
{
    color: #0077e3;
}
.certification_item p
{
    margin: 5px 0px 0px 0px;
}
.certification_item p.note
{
   color: #3b3b3b;
}
.certification_item p.note a, .certification_item p.note a:hover
{
    color: #3b3b3b;
}
/*--------question---------*/
.quest
{

}
.quest h2
{
    margin: 0px 14px 0px 14px !important;
}
.quest p
{
    color:#3b3b3b;
}
.answ
{
    border-bottom: dashed 1px #3b3b3b;
    margin: 0px 0px 20px 0px;
}
.answ h2
{
    margin: 24px 14px 0px 14px !important;
}
/*-------small photo-------*/
.small_photo
{
    margin: 0px 0px 14px 14px;
    padding: 10px;
    width: 126px;
    height: 148px;
    border: solid 1px #cccccc; 
    float: left;
}
.small_photo img
{
    border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
}
.small_photo p
{
    margin: 0px;
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
}
/*-------big photo-------*/
.big_photo
{
    margin: 0px 0px 14px 14px;
    padding: 10px;
    width: 200px;
    height: 200px;
    border: solid 1px #cccccc; 
    float: left;
    text-align: center;
}
.big_photo img
{
    border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin-bottom: 6px;
}
.big_photo p
{
    margin: 0px;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
}
/*-------partners-------*/
.partners
{
    border-bottom: dashed 1px #3b3b3b;
    margin: 0px 0px 20px 0px;
}
.partners img
{
    border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 0px 0px 14px 14px;
	float: left;
}
.partners p
{
    margin-left: 150px;
}
/*-------gallery--------*/
.gallery_item
{
    margin: 0px 14px 14px 14px;
}
.gallery_item img
{
    float: left;
    border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;
	margin: 0px 14px 6px 0px;
	clear: both;
}
.gallery_item p
{
    margin: 0px 0px 10px 0px;
}