/********************** Общее описание **********************/
* {
	font-family: Arial;
}
body {
	padding: 0;
	margin: 0;
	background: #393939 url("/img/back.gif") top repeat-x;
	color: #000;
}
a {
	font: 1em Arial;
	color: #076898;
	text-decoration: underline;
}
a:visited {
	color: #000080;
}
img {
	border: 0;
}
h3 {
	margin: 17px 0 6px 20px;
	font: 1.3em Arial;
	color: #3a3b3b;
}
h3:first-letter {
	color: #ffac0b;
}
h5 {
	margin: 15px 0 0 20px;
	font: 0.90em Arial;
	font-weight: bold;
	color: #3a3b3b;
}
h5:first-letter {
	color: #ffac0b;
}
.container { 
	width: 998px;
	margin: 0 auto;	
	background: #fff url("/img/title_back.jpg") repeat-x;
}
.container_second { 
	width: 998px;
	margin: 0 auto;	
	background: #fff;
}
.both {
	clear: both;
}
ul a {
	font: 0.8em Arial;
}
/********************* Главная страница *********************/
/*************************** Шапка **************************/
.container .title_container {
	width: 998px;
	height: 335px;
	margin: 0 auto;
	background: url("/img/title_pic.jpg") top right no-repeat;
}
.logo {
	width: 700px;
	height: 128px;
}
.logo img {
	float: left;
	width: 100px;
	height: 101px;
	margin: 15px 0 0 25px;
}
.logo h1 {
	float: right;
	width: 570px;
	margin: 5px 0 0 0;
	font: 27pt Verdana;
}
.logo h2 {
	float: right;
	width: 570px;
	margin: 9px 0 0 0;
	font: 8pt Verdana;
}
.mail {
	margin-left: 380px;
	font: 9pt Arial;
}
.mail a {
	color: #565655;
	text-decoration: none;
}
.mail a:visited {
	color: #565655;
}
.mail img {
	width: 15px;
	height: 11px;
	vertical-align: middle;
}
.container .title_container .slogan {
	width: 506px;
	margin: 7px 0 0 0;
	padding: 45px 0 62px 60px;
	background: url("/img/slogan.jpg") 100px 38px no-repeat;
	font: 19pt Arial;
}
.container .title_container ul {
	width: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.container .title_container ul li {
	float: left;
	height: 14px;
	margin: 0 1px 0 -1px;
	padding: 0 10px;
	border-left: 1px solid #545253;
	list-style: none;
	font-size: 8pt;
}
.container .title_container ul li a {
	font: 8pt Arial;
	color: #545253;
	text-decoration: none;
}
.container .title_container ul li a:visited {
	color: #545253;
}
.container .title_container ul li img {
	width: 22px;
	height: 14px;
}
/********************* Навигация (меню) *********************/
.navigation {
	width: 998px;
	height: 51px;
	margin: 0 auto;
	border-top: 2px solid #161a1b;
	background-color: #161a1b;
}
.navigation ul {
	width: 998px;
	overflow: hidden;
	margin: 0 -2px 0 2px;
	padding: 0;
	list-style: none;
}
.navigation li {
	float: left;
	width: 133px;
	height: 49px;
	margin: 0 1px 0 -1px;
	padding: 1px 0 0 8px;
	border-left: 1px solid #ceedff;
	background: url("/img/back_menu.gif");
	font: 22pt Verdana;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 20pt;
	color: #454849;
}
.navigation li.selected {
	background: url("/img/back_menu_selected.gif");
	color: #86bbd5;
}
.navigation li a {
	position: absolute;
	font: 8pt Arial;
	color: #fff;
	text-decoration: none;
}
.navigation li a:visited {
	color: #fff;
}
.navigation li div {
	margin: 22px 0 0 98px;
}
.line_navigation_top {
	font-size: 8pt;
	margin: 0 20px;
	padding-top: 10px;
}
.line_navigation_top a:visited {
	color: #076898;
}
.line_navigation_bottom {
	position: relative;
	width: 958px;	
	border-top: 2px solid #bababc;
	border-bottom: 1px solid #606263;
	background: #a9a9ab;
	margin: 0;
	padding: 0 20px 2px 20px;
	font-size: 8pt;
	color: #fff;
	clear: both;
}
.line_navigation_bottom a:visited {
	color: #076898;
}
/*********** Блок с текстом и рекламным баннером ************/
.main_container {
	position: relative;
	width: 996px;
	margin: 0 auto;
	/* что бы в опере и лесе небыло сверху непонятного отступа над баннером первым */
	border: 1px solid #fff;
}
div.main_container div.right {
	position: absolute;
	top: 0;
	left: 660px;
	width: 336px;
	margin-top: 0;
	padding-top: 0;
}
div.main_container div.block_advertisment {
	width: 335px;
	height: 200px;
	background: url('inc/picban/prvim_img.jpg') 19px 0px no-repeat;
	margin-top: 10px;
}
div.main_container div#second_advertisment {
/***	background: url('inc/picban/name_img.jpg') 19px 0px no-repeat; ***/
	margin-bottom: 10px;
}
.block_advertisment img, .block_advertisment object {
	width: 318px;
	height: 200px;
	margin: 0 0 0 19px;
}
.main_container div {
	width: 611px;
}
.main_container div h4 {
	margin: 2px 0 13px 60px;
	font: 11pt Arial;
	color: #161a1b;
}
.main_container div p {
	margin: 7px 0 0 20px;
	font-size: 0.8em;
}
.map_partner {
	float: left;
	margin: 5px 10px 0 20px;
}
.p_map_partner {
	height: 165px
}
.main_container div.standart p {
	margin: 6px 0 0 20px;
	font-size: 8pt;
	line-height: 8pt;
}
/********* Заголовки последних разработок и событий ********/
.title_news_container {
	width: 998px;
	height: 40px;
	margin: 10px 0 5px 0;
}
.title_last_development {
	float: left;
	width: 650px;
	text-align: left;
}
.title_news {
	float: right;
	width: 339px;
	text-align: left;
}
/*********************** Блок последних разработок и событий ***********************/
.news_container {
	position: relative;
	width: 998px;
	height: 155px;
	margin: 0 auto;
	background: #ddd;
}
.news_container img {
	width: 163px;
	height: 73px;
}
/******************* Последние разработки *******************/
.news_container div {
	float: left;
	left: 10px;
	width: 650px;
	height: 140px;
	background: url("/img/last_dev.gif") center no-repeat;
}
.news_container div div {
	position: absolute;
	top: 38px;
	left: 10px;
	width: 173px;
	height: 95px;
	padding: 3px 5px 0 0;
	background: url("/img/last_dev.jpg") top center no-repeat;
	text-align: center;

}
.new_container div div img {
	width: 163px;
	height: 73px;
}
#last2 {
	left: 250px;
}
#last3 {
	left: 480px;
	background: url("/img/last_dev3.jpg") top center no-repeat;
}
.news_container div div a {
	font: 0.8em Arial;
	text-decoration: none;
}
/************************** Последние события *************************/
dl {
	float: right;
	width: 303px;
	height: 140px;
	vertical-align: middle;
	font-size: 0.7em;
	padding: 15px 7px 0 0;
	margin: 0 0 0 0;
}
dt {
	margin: 0;
	padding: 0;
	color: #033f5c;
}
dd {
	margin: 0;
	line-height: 1.15em;
}
dd a {
	font: 0.9em Arial;
	text-decoration: none;
}
/*********** Подвал ************/
.bottom_container {
	position: relative;
	width: 998px;
	height: 165px;
	margin: 0 auto;
	background: url("/img/bottom_back.gif") 0px 3px repeat;
	clear: both;
}
.address_navigation {
	width: 768px;
	height: 60px;
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: white;
}
.address {
	position: relative;
	top: 4px;
	width: 185px;
	padding-right: 7px;
	border-right: 1px solid #7d7d7d;
	text-align: right;
	font-size: 8pt;
	color: #15181a;
}
.bottom_container ul {
	position: absolute;
	top: 30px;
	left: 268px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 2px;
	color: #15181a;
}
.bottom_container ul li {
	display: inline;
	width: 200px;
	margin: 0 1px 0 -1px;
	padding: 0 2px 0 5px;
	border-left: 1px solid #000;
	text-transform: uppercase;
	font: 7pt Arial;
}
.bottom_container ul li a {
	font: 7pt Arial;
	color: #15181a;
	text-decoration: none;
}
.bottom_container ul li.selected a {
	background: none;
	color: #15181a;
	font-weight: bold;
	text-decoration: none;
}
.bottom_container ul li a:visited {
	color: #15181a;
}
.copy {
	position: absolute;
	top: 1px;
	left: 771px;
	width: 227px;
	text-align: center;
	font: 8pt Arial;
}
.copy img {
	width: 192px;
	height: 17px;
	margin: 26px 0 7px 0;
}
.copy a {
	font: 8pt Arial;
	color: #900404;
	font-weight: bold;
	text-decoration: none;
}
.copy a:visited {
	color: #900404;
}
/************************** Баннеры *************************/
.banners {
	width: 998px;
	height: 70px;
	margin: 0 auto;
	text-align: right;
	font: 8pt Arial;
}
.banners img {
	width: 88px;
	height: 31px;
	margin: 4px 8px 0 0;
}
img.banner1x1 {
	width: 1px;
	height: 1px;
}
/************************* Второстепенные страницы ***************************/

/************************** Шапка ***************************/
.container_second .title_container {
	width: 998px;
	height: 225px;
	margin: 0 auto;
	background: url("/img/title_back_second.jpg") repeat-x;
}
.container_second .title_container .mail {
	margin-left: 830px;
}
.container_second .title_container .slogan {
	display: none;
}
.container_second .title_container ul {
	width: 400px;
	overflow: hidden;
	margin: 15px 0 0 13px;
	padding: 0;
}
.container_second .title_container ul li {
	float: left;
	margin: 0 1px 0 -1px;
	padding: 0 10px;
	border-left: 1px solid #545253;
	list-style: none;
	font-size: 8pt;
}
.container_second .title_container ul li a {
	font: 8pt Arial;
	color: #545253;
	text-decoration: none;
}
.container_second .title_container ul li a:visited {
	color: #545253;
}
/***************** Текстовый блок второстепенных страниц ******************/
.main_container_second {
	position: relative;
	width: 998px;
	padding-bottom: 15px;
}
.main_container_second div {
	width: 475px;
}
div.main_container_second h3 {
	font: 0.99em Arial;
	font-weight: bold;
}
.main_container_second p {
	margin: 2px 20px 4px 20px;
	font-size: 0.8em;
}
div.main_container_second div.left {
	float: left;
}
div.main_container_second div.right {	
	float: right;
	margin: 0 15px 0 0;
}
.left sup, .right sup {
	font: 8pt Arial;
	color: #d80707;
	margin-left: 2px;
	font-weight: bold;
}
.main_container_second ul {
	margin: 0 0 10px 35px;
	padding: 0;
	font-size: 0.8em;
	color: #39372f;
}
.main_container_second ul li ol {
	width: 870px;
	font-size: 1.0em;
	padding-left: 14px;
	margin: 5px;
}
.main_container_second ul li a {
	font-size: 1em;
}
.main_container_second ol {
	margin: 0 20px 10px 45px;
	padding: 0;
	font-size: 0.8em;
	color: #39372f;
}
/****************** О нас ******************/
.fu {
	position: relative;
	width: 998px;
	margin: 0;
	padding: 0 0 15px 0;
	background: url("/img/back_photo.gif") 771px 0px repeat-y;
}
#about p {
	width: 690px;
	margin: 5px 20px 10px 20px;
	font-size: 0.8em;
}
#about h3 {
	width: 680px;
}
#about p.photo {
	width: 248px;
	float: right;
	margin: 10px 12px;
	text-align: center;
	clear: both;	
}
#about ul {
	width: 690px;
}
#about ul li {
	margin-left: 15px;
}
.album_about {
	display: block;
	background: url("/img/album.jpg") no-repeat;
	width: 224px;
	height: 272px;
}
.album_about img {
	margin: 9px 0 0 -6px;
}
table.partner {
	width: 686px;
	margin: 0 0 0 20px;
}
table.partner td {
	width: 343px;
	border: 0;
	text-align: left;
	vertical-align: top;
}
/****************** Все разработки отдела ******************/
.small_apparat {
	width: 150px;
	height: 150px;
	float: left;
	margin: 2px 10px 5px 0;
}
#division p {
	width: 950px;
	height: 150px;
	margin: 5px 20px 10px 20px;
	font-size: 0.8em;
}
#division sup {
	font: 8pt Arial;
	color: #d80707;
	margin-left: 2px;
	font-weight: bold;
}
/***************** Текстовый блок аппарата ******************/
#apparat {
	clear: both;
}	
#apparat p {
	width: 940px;
	margin: 9px 20px;
	font-size: 0.8em;
}
#apparat strong {
	width: 940px;
	margin: 15px 20px 10px 20px;
	font-size: 0.9em;
	display: block;
	text-align: center;
}
#apparat ul {
	width: 940px;
}
#apparat ul li {
	margin-left: 15px;
}
#apparat div a {
	font-size: 0.8em;
	margin-bottom: 5px;
	display: block;
}
.product_photo {
	text-align: center;
	font-weight: bold;
	padding-bottom: 12px;
}
p.product_photo img {
	margin: 5px 0 10px 0;
}
table {
	margin: 0 auto;
	margin-bottom: 13px;
	border-collapse: collapse;
	font-size: 0.8em;
	text-align: center;
}
table th {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #3f5287;
	padding: 1px 5px;
	text-align: center;
	background: #e2e0e0;
}
table td {
	border-bottom: 1px solid #c0c0c0;
	padding: 1px 5px;
	text-align: center;
}
table tr:hover {
	background: #ebeaea;
}
.title_table {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	border: 0;
	padding: 0 0 5px 0;
}
.name {
	 text-align: left;
}
/****************** Статьи ******************/
.main_container_second div.article {
	width: 950px;
	height: 107px;
	margin: 5px 20px 15px 20px;
	font-size: 0.8em;
}
.small_articles {
	float: left;
	margin: 2px 10px 5px 0;
}
.doc_zip {
	vertical-align: middle;
	margin-top: 7px;
}
table.contents {
	width: 950px;
	font-size: 0.8em;
}
table.contents th {
	border: 0px;
	padding: 2px 0px;
	text-align: left;
}
table.contents th {
	font-weight: bold;
	background: #fff;
}
table.contents td {
	border: 0px;
	padding: 2px 0px;
	text-align: left;
}
table.contents td.article {
	border-bottom: 1px dotted #000;
}
table.contents td.page {
	width: 50px;
	text-align: center;
	border-bottom: 1px dotted #000;
}
/************************* Контакты *************************/
div.main_container_second div.map {
	position: absolute;
	top: 0;
	left: 432px;
}
/************************* Новости **************************/
div.main_container_second div.news_block {
	width: 950px;
	margin: 15px 20px;
}
div.main_container_second div.news_block h5 {
	margin: 5px 0 0 10px;
}
p.month {
	width: 65px;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}
div.main_container_second div.news {
	width: 860px;
	float: right;
	border-left: 1px solid #000;
	margin-bottom: 25px;
	padding: 0;
}
div.main_container_second div.news p {
	margin: 0 5px 0 10px;
	padding: 0;
}
div.news > p:first-child {
	font-weight: bold;
}
/*********************** Фотогалерея ************************/
#photo div {
	width: 229px;
	height: 230px;
	float: left;
	text-align: center;
	padding: 0 0 0 17px;
	background: url("/img/album.jpg") top right no-repeat;
}
#photo div img {
	width: 198px;
	height: 147px;
	margin: 9px 0 10px 0;
}
#photo div a {
	display: block;
	font-size: 0.8em;
}
#photo_in h3 {
	margin: 17px 18px 6px 5px;
}
#photo_in h6 {
	font-weight: normal;
	font-size: 0.8em;
	margin: 7px 18px 12px 7px;
}
#photo_in div.album {
	float: left;
	width: 289px;
	padding: 0 0 0 17px;
	margin: 0;
	text-align: left;
}
#photo_in div.album a {
	display: block;
	height: 100px;
	font-size: 0.8em;
	padding: 0 0 10px 0;
	background: url("/img/album_small.jpg") no-repeat;
}
#photo_in div.album img {
	float: left;
	width: 98px;
	height: 88px;
	margin-right: 15px;
	padding: 8px 0 0 10px;
}
#photo_in div.list_photo {
	float: right;
	width: 681px;
	padding: 0;
}
#photo_in p {
	width: 215px;
	height: 217px;
	float: left;
	text-align: center;
	padding: 0 3px;
	margin: 0;
}
#photo_in p img {
	width: 200px;
	height: 150px;
	text-align: center;
	padding: 1px;
	border: 1px solid #000;
}
#photo_in a {
	font-size: 0.9em;
}
.jsphoto {
	text-align: center;
	margin: 4px 6px;
	color: #fff;
	font: 0.9em;
}
/*********************** Продукция ************************/
#product p {
	width: 450px;
	height: 150px;
	margin: 10px 0px 5px 20px;
}
