@charset "windows-1251";
/* CSS Document for KHEMZ site */

body {
	padding:0; 
	margin:0;
	background-color:#e5e5e5;
	background-image:url(../images/fon_page.png);
	background-repeat:repeat-x;
	color:#666;
	font-family: Arial, sans-serif;
	font-size:14px;

}

h1, h2, h3, h4, h5  {
	font-family: arial;
	font-size:18px;
	letter-spacing:0.05em;
	font-weight:bold;
	color:#cc0033;
	
}

h2 { font-size:17px; }
h3 { font-size:16px; }
h4 { font-size:15px; }
h5 { font-size:14px; }

p {
	text-align:justify;
	font-family: 'Tenor Sans', sans-serif;
	color:#666;
	font-size:16px;
}

a {	color:#006699;text-decoration:none;}
a:hover {text-decoration:underline;}
	
ul {
	font-family: 'Tenor Sans', sans-serif;
	color:#666;
	font-size:16px;
}

ul.trng li,ul.trng2 li {	list-style-image:url(../images/m_list.gif);}
ul.trng li ul li,ul.trng2 li ul li{ list-style-image:url(../images/m_list2.gif);}
ul.trng li ul li ul li,ul.trng2 li ul li ul li{ list-style-image:url(../images/m_list2.gif);}

ul.trng2 li { line-height:24px;}
ul.trng2 li ul li{ line-height:24px;}
ul.trng2 li ul li ul li{ line-height:24px;}


#page_cont {
	width:1060px;
	margin:35px auto;
	min-height:600px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5); /* Для Firefox */
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Для Safari и Chrome */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Параметры тени */
	background-color:#FFF;
}

/* Top page */

#top_cont {
	height:135px;
}

#logo_c {
	width:475px;
	height:135px;
	float:left;
	overflow:hidden;
}

#img_cont {
	width:585px;
	height:135px;
	float:left;
	overflow:hidden;
}
.la {
	color:#666;
	text-decoration:none;
}
.la:hover {
	color:#b61b07;
	text-decoration:underline;
}
/* end Top page */

/* Top Menu */

#menu_cont {
	height:55px;
	background-color:#ebebeb;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	border-top:0px solid #fff;
	
}

#top_menu {
	width:935px;
	height:45px;
	float:left;
}

#lang_cont {
	width:100px;
	height:45px;
	text-align:right;
	line-height:45px;
	padding-right:24px;
	float:left;
}
.active_lang {
	color:#dd0138;
}

/* end Top Menu */

/* Locator */
.locator {
	margin:0px 10px;
	padding:5px 0px;
	font-family: Verdana, sans-serif;
	font-size:12px;
	color:#888;
}
.locator a {text-decoration:none;color:#888;}
.locator a:hover {text-decoration:none;color:#006699;}
/* end Locator*/

/* Menu Left */

#menu_r { margin-top:10px; border:1px solid #fff; background-color:#fcfcfc; }

/* end Menu Left


/* Main content */
#main_cont {
	margin:5px 0px;
	padding-bottom:20px;
}
#base_cont {
	width:980px;
	padding:10px 0;
	margin:0 auto;
}

#left_cont {
	width:231px;
	padding:0 7px;
	float:left;
}

#right_cont {
	width:769px;
	float:left;
	border-left:1px solid #b1b1b1;
	padding:2px 27px 0 18px;
}
/* end Main content */

#cont_pdf_view {height:530px; border:2px solid #4a4a4a;}

/* Footer */
#footer {
	font-size:12px;
	color:#f8f8f8;
	background-color:#828282;
	height:120px;
	border-top:1px solid #fff;
}
#f_cont {
	width:1060px;
	margin:0 auto;
}
#f_left_cont{
	width:270px;
	letter-spacing:0.07em;
	padding-top:45px;
	text-align:left;
	float:left;
}
#f_centr_cont{
	width:520px;
	text-align:center;
	/*line-height:140px;*/
	padding-top:50px;
	float:left;
}
#f_right_cont{
	width:270px;
	letter-spacing:0.05em;
	padding-top:20px;
	text-align:right;
	float:left;
}
/* end Footer */

.contact tr td {padding:4px 0; border-bottom:1px dashed #ddd;}
.contact tr:first-child { background-color:#fbfbfb; text-align:center; font-weight:bold; }