/*
 * 0. RESET
 */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}
code, kbd, samp, pre, tt, var, textarea, input, select, isindex {
	font: inherit;
	font-size: 1em;
}
dfn, cite, var, addres {
	font-style: normal;
}
th, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
}
body {
	line-height: 1;
	background-color: #ffffff;
	color: black;
}
q {
	quotes: "" "";
}
a {
	color: inherit;
	text-decoration: underline;
}
hr {
	display: none;
}
font {
	color: inherit !important;
	font: inherit !important;
}

img.png {
	filter:expression(fixPNG(this));
}

.hidden {
	display: none;
}

/*
 * 1. Стили отображения
 */

/* 1.1 Общие стили */
#all_site {
	min-width: 1000px;
	max-width: 1280px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0 auto;
}

a {
	color: #0066cc;
	font-size: inherit !important;
	text-decoration: underline;
}

a:hover {
	color: #cc0033;
}

a.ajax {
	text-decoration: none;
	border-bottom: 1px #0066cc dotted;
}

a.ajax:hover {
	border-bottom: 1px #cc0033 dotted;
}

h1 a, h2 a {
	color: inherit !important;
}

.black {
	color: #333333 !important;
}

a.black:hover {
	color: #999999 !important;
}

a.site-logo h3, div.site-logo h3 {
	text-indent: -9000px;
	margin: 0px;
	width: 242px;
	height: 65px;
	background: url("/images/insi-ing/logo.png") 0 0 no-repeat;
	float: left;
}

a.site-logo h3 {
	cursor: hand;
	cursor: pointer;
}

a.close img {
	background: url("/images/insi-ing/icons.gif") 0 -50px no-repeat;
}
a.close:hover img {
	background-position: 0 -75px;
}

div.open-left {
	background: url("/images/insi-ing/icons.gif") 0 -172px no-repeat;
}
div.open-right {
	background: url("/images/insi-ing/icons.gif") 0 -197px no-repeat;
}
div.open-close {
	background: url("/images/insi-ing/icons.gif") 0 -222px no-repeat;
}
div.open-left, div.open-right, div.open-close {
	padding-left: 15px;
}
div.open-left a, div.open-right a, div.open-close a {
	border-bottom: 1px dotted;
	text-decoration: none;
}

/* Текст */
.content {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/*line-height: 1.3em;*/
	line-height: 1.4
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 20px 0px;
	max-width: 750px;
}
.content h1 {
	font-size: 24px;
}
.content h2 {
	font-size: 20px;
}
.content h3 {
	font-size: 16px;
}

.content p {
	margin: 1.3em 0px;
	max-width:750px;
}

.content ul {
	padding: 0px 0px 0px 20px;
}

.content ul li {
	padding: 0px 0px 5px 0px;
}

/* Поиск */
#search-form .input1 {
	padding: 3px 2px;
	width: 150px;
	color: #cccccc;
	font-size: 12px;
}
#search-form .submit1 {
	background: url("/images/insi-ing/icons.gif") 4px -95px no-repeat;
	border: none;
	cursor: hand;
	cursor: pointer;
}
#search-form .submit1:hover {
	background-position: 4px -120px;
}

/* Обратный звонок */
#get-call {
	background: url("/images/insi-ing/icons.gif") 0 -146px no-repeat;
	padding-left: 18px;
	position: relative;
	left: -18px;
}
#get-call a {
	font-size: 14px;
}

/* 1.2 Шапка */
#site-select.site-select-open .div-content {
	border: 2px #cccccc solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#site-select .div-content .link {
	font-size: 14px;
	padding: 0px 10px 5px 0px;
	background: url("/images/insi-ing/icons.gif") 100% 6px no-repeat;
}
#site-select .div-content .link:hover {
	background-position: 100% -244px;
}
#site-select.site-select-open .div-content .link {
	background-position: 100% -19px;
}
#site-select.site-select-open .div-content .link:hover {
	background-position: 100% -269px;
}
#site-select .div-content .ul ul li {
	list-style: none;
	font-size: 14px;
	padding-top: 20px;
}
#site-select .div-content .ul ul li.current {
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
#site-select .div-content .ul ul li div {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*#site-select .div-content .ul ul li a:hover {
	color: #cc0033;
}*/
.lng {
	position:absolute;
	z-index:50;
}
#header .left .header_top .lng ul {
	overflow: hidden;
}
#header .left .header_top .lng ul li {
	display: inline;
	list-style: none;
	margin-left: 10px;
	font-style: italic;
	font-size: 14px;
}
#header .left .header_top .lng ul li.current {
	color: #333333;
}
#header .left .header_bottom ul.menu li {
	display: inline;
	list-style: none;
	font-size: 14px;
	margin-right: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
#header .left .header_bottom ul li.current,
#header .left .header_bottom ul li.current a {
	color: #333333;
}
#header .left .header_bottom ul li.current a:hover {
	color: #999999;
}
#header .left .header_bottom .about {
	padding: 15px 0px 5px 0px;
	font-style: italic;
	width: 99%;
}
#header .left .header_bottom .about a#building-about-link {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px #666666 dotted;
}
#header .left .header_bottom .menu-about {
	margin: 15px -17px 0px -17px;
	padding: 16px;
	position: relative;
	border: 1px solid #cccccc;
	font-style: italic;
	line-height:1.4;
	zoom: 1;
}
	#header .left .header_bottom .menu-about .corner {
		position: absolute;
		font-size: 0em;
		line-height: 0em;
		background: url("/images/insi-ing/small-corners7.gif") 0 0 no-repeat;
		width: 7px;
		height: 7px;
	}
	#header .left .header_bottom .menu-about .top1 { left: -1px; top: -1px; }
	#header .left .header_bottom .menu-about .top2 { right: -1px; top: -1px; background-position: -7px 0px; }
	#header .left .header_bottom .menu-about .bottom1 { left: -1px; bottom: -1px; background-position: 0px -7px; }
	#header .left .header_bottom .menu-about .bottom2 { right: -1px; bottom: -1px; background-position: -7px -7px; }
#header .left .header_bottom .menu2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: -1px;
	overflow: hidden;
}
	#header .left .header_bottom .menu2 li {
		float: left;
		list-style: none;
		margin-right: 15px;
		padding-top: 25px;
		padding-bottom: 5px;
	}
	#header .left .header_bottom .menu2 li.current {
		/*background: url("/images/insi-ing/menu2.gif") 0 0 no-repeat;*/ /*Это для отображения во втором меню галочки!!*/
	}
#header .right #get-call {
	margin: 25px 0px 0px 0px;
}
#header .right .contacs_text {
	padding-top: 20px;
	color: #333333;
}
#header .right .contacs_text .tel span {
	font-size: 14px;
	font-weight: bold;
}

#header .menu3 {
	clear: both;
	padding: 15px 0px 0px 20px;
	overflow: hidden;
}
	#header .menu3 li {
		float: left;
		margin-right: 20px;
		line-height: 1.4em;
		font-style: italic;
		list-style: none;
		height: 30px;
		position: relative;
		vertical-align: bottom ;
		white-space: nowrap;
	}
	#header .menu3 li.current {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		top: -5px;
	}
		#header .menu3 li a {
			color: #333333;
		}
		#header .menu3 li a:hover {
			color: #cc0033;
		}

/*
 * 2. Стили размещения объектов на странице
 */

/* 2.2 Шапка */
#header {
	padding: 40px 40px 0px 40px;
	position: relative;
	min-height: 200px;
	z-index: 1;
}
#header .left {
	margin-right: 300px;
	position: relative;
	z-index: 1;
}
#header .left .header_top {
	position: relative;
	height: 55px;
	z-index: 1;
}

#site-select {
	position: absolute;
	left: 265px;
	top: 0px;
	z-index: 1;
}
#site-select .div-content {
	width: 310px;
	position: absolute;
	top: -8px;
	left: -8px;
	padding: 10px;
}
#site-select.site-select-open .div-content {
	top: -10px;
	left: -10px;
	background: #FFFFFF;
}
#site-select .div-content .link {
	float: left;
}
#site-select .div-content .close2 {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
}
#site-select .div-content .ul {
	display: none;
	clear: both;
}
#site-select.site-select-open .div-content .close2 {
	display: block;
}
#site-select.site-select-open .div-content .ul {
	display: block;
}

#header .left .header_top .license {
	position: absolute;
	bottom: 0px;
	right: 50px;
}

#header .left .header_top .lng {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header .left .header_bottom {
	padding-top: 35px;
}

#header .left #about-window {
	display: none;
}

#header .right {
	width: 235px;
	position: absolute;
	top: 40px;
	right: 40px;
}

/* Фотогалерея */
.photogallery {
	clear: both;
	text-align: center;
	margin: 40px 40px 0px 40px;
	background: url("/images/insi-ing/ajax.gif") 50% 50% no-repeat;
}

#index-photogallery {
	position: relative;
}

.photogallery #index-photogallery {
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
	border: 2px #cccccc solid;
	height: 275px;
}

.photogallery-inside {
	position: relative;
	left: -20px;
	height: 549px;
}

.photogallery-inside #index-photogallery {
	height: 500px;
}

#index-photogallery .corner,
#news .build-ready-window .corner {
	width: 11px;
	height: 11px;
	position: absolute;
	background: url("/images/insi-ing/image-corners.png") 0 0 no-repeat;
}
#index-photogallery .top1,
#news .build-ready-window .top1 {
	top: -2px; left: -2px;
}
#index-photogallery .top2,
#news .build-ready-window .top2 {
	top: -2px; right: -2px;
	background-position: -11px 0;
}
#index-photogallery .bottom1,
#news .build-ready-window .bottom1 {
	bottom: -2px; left: -2px;
	background-position: 0px -11px;
}
#index-photogallery .bottom2,
#news .build-ready-window .bottom2 {
	bottom: -2px; right: -2px;
	background-position: -11px -11px;
}

#index-photogallery.is_move {
	/*cursor: move;*/
}

#image-photogallery {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#image-photogallery .main_image {
	position: absolute;
}
#image-photogallery .main_image img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#image-photogallery .main_name {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 15px;
	background: url("/images/insi-ing/photogallery-name-bg.png") 0 0 repeat;
}
#image-photogallery .main_name a {
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
}
#image-photogallery .main_name  a:hover {
	text-decoration: underline;
}
#image-photogallery .main_name .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.main_ul {
	position: absolute;
}
.photogallery .main_ul {
	right: 15px; top: 15px;
}
.photogallery-inside .main_ul {
	left: -1px; bottom: 0px;
}
.main_ul ul li {
	float: left;
	margin-left: 2px;
	list-style: none;
	padding: 1px;
}
.photogallery-inside .main_ul ul li {
	margin: 0px 2px 0px 0px;
}
.main_ul ul li.current {
	border: 1px #ff3300 solid;
	padding: 0px;
}
.main_ul ul li a {
	line-height: 0em;
	padding: 0px;
	margin: 0px;
}
.main_ul ul li a img {
	vertical-align: bottom;
}

/* Индивидуальное проектирование зданий и конструкций */
#type-builder {
	padding: 30px 40px 0px 40px;
	height: 300px;
}
#type-builder .left {
	float: left;
	width: 50%;
}
#type-builder .right {
	margin-left: 50%;
}
#type-builder .left .builder-window {
	padding-right: 10px;
}
#type-builder .right .builder-window {
	padding-left: 10px;
}
#type-builder .builder-window h3 {
	padding: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
#type-builder .builder-window .info {
	float: left;
	position: relative;
	border: 1px #cccccc solid;
	width: 210px;
	padding: 10px;
	min-height: 200px;
}
#type-builder .builder-window .info .corner,
#inner .left .content #contacts .inf .corner {
	width: 4px;
	height: 4px;
	position: absolute;
	background: url("/images/insi-ing/small-corners.gif") 0 0 no-repeat;
	line-height: 0em;
	font-size: 0em;
}
#type-builder .builder-window .info .top1,
#inner .left .content #contacts .inf .top1 {
	top: -1px;
	left: -1px;
}
#type-builder .builder-window .info .top2,
#inner .left .content #contacts .inf .top2 {
	top: -1px;
	right: -1px;
	background-position: -4px 0px;
}
#type-builder .builder-window .info .bottom1,
#inner .left .content #contacts .inf .bottom1 {
	bottom: -1px;
	left: -1px;
	background-position: 0px -4px;
}
#type-builder .builder-window .info .bottom2,
#inner .left .content #contacts .inf .bottom2 {
	bottom: -1px;
	right: -1px;
	background-position: -4px -4px;
}
#type-builder .builder-window .info .items .item {
	display: none;
}
#type-builder .builder-window .info .items .current {
	display: block;
}
#type-builder .builder-window .info .items .item .announce {
	font-style: italic;
	font-size: 12px;
}
#type-builder .builder-window .info .items .item .text {
	display: none;
}
#type-builder .builder-window .info .open-left,
#type-builder .builder-window .info .open-right {
	margin: 5px 0px 0px 0px;
}
.type-builder-window .open-close a,
#type-builder .builder-window .info .open-left a,
#type-builder .builder-window .info .open-right a {
	position: relative;
	top: -2px;
	font-size: 10px !important;
	color: #666666;
	border-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.type-builder-window .open-close a {
	top: -1px;
}

#type-builder .builder-window .ul {
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 232px;
}
#type-builder .builder-window .ul ul li,
#inner .left .content #contacts .ul ul li {
	list-style: none;
	padding: 5px 0px;
	white-space: nowrap;
}
#type-builder .builder-window .ul ul li a,
#inner .left .content #contacts .ul ul li a,
#inner .left .content #contacts .ul ul li span {
	padding: 4px 15px 6px 1px;
}
#type-builder .builder-window .ul ul li.current,
#inner .left .content #contacts .ul ul li.current {
	position: relative;
	left: -12px;
	border-left: 1px #ffffff solid;
}
#type-builder .builder-window .ul ul li.current a,
#inner .left .content #contacts .ul ul li.current a,
#inner .left .content #contacts .ul ul li.current span {
	padding-left: 12px;
	background: url("/images/insi-ing/item-bg.gif") 100% 0 no-repeat;
}

.type-builder-window .open-close {
	height: 16px;
	margin: 5px 0px;
}
.type-builder-window .left {
	line-height: 1.4em;
	width: 210px;
	float: left;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.type-builder-window .left a {
	line-height: 1.3em;
	font-style: normal;
}
.type-builder-window .right {
	margin-left: 225px;
}
.type-builder-window .content h3 {
	margin-top: 0px;
}
.type-builder-window .content h3 a {
	font-size: 18px;
	color: #0066CC !important;
}

/* Построенные и новости */
#news {
	clear: both;
	padding: 0px 30px;
}
#news h3 {
	clear: both;
	margin: 30px 10px 10px 10px;
}
#news h3 {
	font-size: 18px;
}
#news h3 a {
	color: #666666 !important;
}
#news h3 a:hover {
	color: #333333 !important;
}
#news h3 span {
	padding-left: 5px;
	font-size: 11px;
}
#news .build-ready {
	overflow: hidden;
	height: 130px;
	text-align: justify;
}
#news .build-ready ul li {
	display: inline-block;
	margin: 0px 10px 10px 10px;
	position: relative;
	border: 1px #cccccc solid;
	width: 190px;
	padding: 10px;
}
#news .build-ready ul li .corner {
	width: 4px;
	height: 4px;
	position: absolute;
	background: url("/images/insi-ing/small-corners.gif") 0 0 no-repeat;
	line-height: 0em;
	font-size: 0em;
}
#news .build-ready ul li .top1 { top: -1px; left: -1px; }
#news .build-ready ul li .top2 { top: -1px; left: 207px; background-position: -4px 0px; }
#news .build-ready ul li .bottom1 { bottom: -1px; left: -1px; background-position: 0px -4px; }
#news .build-ready ul li .bottom2 { bottom: -1px; left: 207px; background-position: -4px -4px; }
#news .build-ready ul li .full {
	display: none;
}
#news .build-ready-window {
	position: absolute;
	z-index: 1;
	width: 190px;
	padding: 10px;
	background: #ffffff;
	border: 2px #cccccc solid;
	display: none;
}
#news .build-ready-window .name {
	display: none;
}
#news .build-ready-window p.full {
	font-size: 11px;
}
#news .build-ready-window h3.full {
	color: #0066cc !important;
	font-size: 13px;
	padding: 0px 0px 13px 0px;
	margin: 0px;
}
#news .build-ready-window h3.full a {
	color: #0066cc !important;
}
#news .build-ready-window h3.full a:hover {
	color: #cc0033 !important;
}

#news .news {
	overflow: hidden;
	height: 230px;
	text-align: justify;
}
#news .news ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 10px 10px;
	position: relative;
	width: 250px;
}
#news .news ul li p, #news .news ul li div {
	text-align: left;
}
#news .news ul li h3 {
	margin: 0px;
	font-size: 13px;
	text-align: left;
}
#news .news ul li h3 a {
	font-size: 13px;
}
#news .news ul li h3 a {
	color: #0066cc !important;
}
#news .news ul li h3 a:hover {
	color: #cc0033 !important;
}
#news .news ul li .date {
	margin: 5px 0px;
	font-size: 11px;
}
#news .news ul li img {
	border: 1px #cecece solid;
}
#news .news2 {
	font-size: 11px;
	margin: 20px 10px 0px 20px;
	text-align: right;
}
#news .news2 a {
	color: #666666;
}
#news .news2 a:hover {
	color: #333333;
}

#footer {
	margin-top: 40px;
	padding: 0px 0px 40px 0px;
	font-size: 11px;
	line-height: 1.3;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #333333;
}
#footer .link {
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 20px 30px;
	text-align: justify;
	height: 50px;
	overflow: hidden;
}
#footer .link img {
	margin: 0px 10px;
	vertical-align:middle;
}
#footer .link a {
	display: inline-block;
}
#footer .left {
	float: left;
	width: 50%;
	margin-left: 40px;
}
#footer .left .map{
	margin-left:11px;
}
#footer .right {
	margin: 0px 10px 0px 50%;
	padding-bottom: 20px;
}
#footer .right .stratero {
	line-height: 1.2;
	width: 260px;
	padding: 0 0px 5px 34px;
	background: url("/images/insi-ing/logo-stratero.gif") 0 2px no-repeat;
	float: right;
}

/* 3. Всплывающее окно */
#content-window {
	position: absolute;
	display: none;
	z-index: 1000;
	font-size:12px;
}
#content-window table.content-window-table,
#content-window table.content-window-table tr,
#content-window table.content-window-table td {
	border-collapse: collapse;
}
#content-window table.content-window-table tr td.top1 {
	width: 33px;
	height: 28px;
	background: url("/images/insi-ing/window/others.png") 0 0 no-repeat;
}
#content-window table.content-window-table tr td.top2 {
	height: 28px;
	background: url("/images/insi-ing/window/others.png") 0 -28px repeat-x;
}
#content-window table.content-window-table tr td.top3 {
	width: 33px;
	height: 28px;
	background: url("/images/insi-ing/window/others.png") 0 -56px no-repeat;
}
#content-window table.content-window-table tr td.center1 {
	width: 33px;
	background: url("/images/insi-ing/window/center.png") 0 100% repeat-y;
}
#content-window table.content-window-table tr td.center2 {
	background: #fdfdfd url("/images/insi-ing/window/center2.gif") 0 100% repeat-x;
}
#content-window table.content-window-table tr td.center3 {
	width: 33px;
	background: url("/images/insi-ing/window/center.png") -33px 100% repeat-y;
}
#content-window table.content-window-table tr td.bottom1 {
	width: 33px;
	height: 38px;
	background: url("/images/insi-ing/window/others.png") 0 -84px no-repeat;
}
#content-window table.content-window-table tr td.bottom2 {
	height: 38px;
	background: url("/images/insi-ing/window/others.png") 0 -122px repeat-x;
}
#content-window table.content-window-table tr td.bottom3 {
	width: 33px;
	height: 38px;
	background: url("/images/insi-ing/window/others.png") 0 -160px no-repeat;
}
#content-window .content-window-content {
	min-height: 425px;
	min-width: 750px;
	position: relative;
	padding: 5px;
}
#content-window #content-window-close {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* 3.1 Быстровозводимые здания */
.fast-building-house .content {
	color: #333333;
	font-size: 13px;
}
.fast-building-house .content h3 {
	font-size: 24px;
	padding-bottom: 15px;
}
.fast-building-house .content ul li {
	margin: 0.5em 0;
	padding: 0 0 0 10px;
    list-style-type: none;
    behavior: expression( !this.before
    	? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
    text-indent: -1.27em;
}
.fast-building-house .content ul li:before {
	content: '\2014\a0';
}

#inner {
	clear: both;
	margin-top: 20px;
	padding: 0px 40px;
	overflow: hidden;
}
#inner .left {
	margin-right: 250px;
	padding-left: 20px;
	color: #333333;
}
#inner .left-all {
	margin-right: 0px;
}
#inner h1 {
	padding: 0px 0px 20px 20px;
	margin-right: 250px;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
}
#inner .left .content {
	color: #333333;
}
#inner .left .content .viewer {
	clear: left;
	margin: 5px 0 10px;
	}
#inner .left .content .viewer img {
	float: left;border: 0px;
		position: relative;
		}
#inner .left .content .viewer .p,
.viewer .h3 {
	margin: 10px 0 0 10%;
	}
#inner .left .content .viewer ul {
	margin: 10px 0 0 5%;
	list-style: none;}
#inner .left .content .viewer ul li {
	font-family: Arial;
	font-style: italic;
	}


	#inner h2 {
		font-size: 24px;
		line-height: 1.4em;
		margin: 0px 0px 20px 0px;
	}
	#inner .left .content img.border {
		border: 1px #cdcdcd solid;
		position: relative;
		left: -10px;
	}
	#inner .left h3 {
		font-weight: bold;
		margin-bottom: 5px;
	}
	#inner .left .map-first li {
		width: 400px;
		list-style: none;
		padding-bottom: 30px;
		font-weight: bold;
	}
	#inner .left .map-second {
		padding-top: 15px;
	}
	#inner .left .map-second li {
		font-weight: normal;
		padding-bottom: 5px;
	}
	#inner .left #contacts {
		position: relative;
	}
		#inner .left #contacts .inf {
			border: 1px solid #CCCCCC;
			float: left;
			min-height: 680px;
			padding: 20px;
			position: relative;
			width: 550px;
		}
		#inner .left #contacts .ul {
			margin-left: 572px;
			padding-left: 10px;
			padding-top: 10px;
		}
			#inner .left #contacts .ul ul li.current span {
				font-size: 15px;
				font-weight: bold;
			}
		#inner .left  #contacts table,
		#inner .left #contacts table tr,
		#inner .left #contacts table td {
			border-collapse: collapse;
		}
		#inner .left #contacts table td {
			/*padding-bottom: 5px;*/
			font-size: 14px;
		}
		#inner .left .map {
			width: 550px;
			height: 400px;
			margin: 15px 0px 0px 0px;
		}
	#inner .left .content .input1 {
		padding: 2px;
	}
	#inner .left .content .input2 {
		padding: 1px 5px;
		margin-left: 10px;
	}
	#inner .left .input3 {
		padding: 1px 5px;
		margin-right: 10px;
	}
	#inner .left .tech-request {
		width: 480px;
	}
		#inner .left .tech-request h3 {
			color: #666666;
			padding-bottom: 5px;
			border-bottom: 1px solid #666666;
			margin-bottom: 30px;
		}
		#inner .left .tech-request .required {
			color: #cc0000;
		}
		#inner .left .tech-request table tr td {
			padding-bottom: 5px;
		}
	#inner .left .price {
		width: 900px;
		overflow: hidden;
	}
	#inner .left .price li {
		list-style: none;
		float: left;
		padding: 0px 70px 15px 0px;
		width: 330px;
	}
	#inner .left .price li p {
		margin: 0px;
	}
	#inner .left .price li div.size {
		color: #999999;
		font-size: 10px;
	}
	#inner .left .price li div.icons {
		margin: 3px 9px 0px 0px;
		padding: 14px 0px 0px 0px;
		width: 31px;
		height: 41px;
		background: url("/images/insi-ing/icons-price.gif") 0 0 no-repeat;
		text-align: center;
		font-family: Tahoma;
		font-size: 9px;
		text-transform: uppercase;
		float: left;
	}
	#inner .left .price li div.icons-pdf {
		color: #cc3333;
	}
	#inner .left .price li div.icons-doc {
		color: #3366ff;
	}
	#inner .left .price li div.icons-xls {
		color: #009933;
	}
#inner .right {
	/*padding: 0px 0px 0px 30px;*/
	width: 245px;
	float: right;
}
#inner .right .map-first li {
		width: 400px;
		list-style: none;
		padding-bottom: 30px;
		font-weight: bold;
	}
	#inner .right .map-second {
		padding-top: 15px;
	}
	#inner .right .map-second li {
		font-weight: normal;
		padding-bottom: 5px;
	}
/*
#inner .right ul.menu-sec li {
	list-style: none;
	padding-bottom: 5px;
}
*/

/* слайдер */
#slidermenu{
	line-height:1.3;
}

#slidermenu ul {
    list-style: none;
    margin: .1em 0 .6em 0;
    padding-top: .6em;
	font-family: Arial, Helvetica, sans-serif;
	width: 235px;

}

#slidermenu ul li {
    margin-left:.8em;
	padding:.4em 0;
}

#slidermenu a.slider {
    text-decoration: none;
    border-bottom: dashed 1px;
	font-style:italic;
	font-size:1.1em !important;
	font-weight:bold;
}


