@CHARSET "UTF-8";


body {
	background-color: #fff;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

a 	{color: #006697;}

#container {
	width: 970px;
	margin: 0 auto;
}

#header {
	height: 227px;
	width: 100%;
	position: relative;
	text-align: left;
}

#content {
	width: 964px;
	margin: 0 3px;
	position: relative;
	text-align: left;
	border: 0px;
	border-collapse: collapse;
}

#footer {
	clear: both;
	height: 100px;
	width: 100%;
	position: relative;
	text-align: center;
	background: url(../img/bottom.gif) no-repeat center top;
}

#h-lvl-1 {
	clear: both;
	height: 40px;
}

#h-lvl-2 {
	clear: both;
	height: 33px;
	background: url(../img/menu-center.gif) repeat-x;
}

#h-top-menu {
	height: 29px;
	width: 100%;
}

#h-top-menu .h-tm-side-left {
	float: left;
	width: 3px;
	height: 29px;
	background: url(../img/menu-left.gif) no-repeat;
}
	
#h-top-menu .h-tm-side-right {
	float: right;
	width: 3px;
	height: 29px;
	background: url(../img/menu-right.gif) no-repeat;
}

#h-top-menu .h-tm-content {
	height: 29px;
	position: relative;
	left: 14px;
}

#h-top-menu .h-tmc-point {
	float: left;
	height: 22px;
	padding: 7px 13px 0 13px;
	cursor: pointer;
}

#h-top-menu .h-tmc-wrap {
	float: left;
	width: 1px;
	height: 29px;
	background: url(../img/menu-wrap.gif) no-repeat right center;
}

#h-top-menu .h-tm-content .last {
	background-image: none;
}

#h-top-menu .h-tm-content .current {
	background-color: #769fcb;
}

#h-top-menu a {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}	

#h-tm-line {
	height: 4px;
	width: 100%;
	background-color: #5798d8; 
}
#h-tm-line .h-tml-wrap {
	height: 4px;
	width: 3px;
	background-color: #fff;
}

#h-lvl-3 {
	clear: both;
	height: 140px;
	background: url(../img/top.jpg) no-repeat 3px 0;
	cursor: pointer;
}

.h-wrapp-6 {
	clear: both;
	height: 6px;
}

.h-wrapp-8 {
	clear: both;
	height: 8px;
}

#h-top {
	float: right;
	width: 250px;
	position: relative;
	top: 16px;
}

#h-top a {
	font-size: 10px;
	text-decoration: none;
	color: #ababab;
}

#h-top-1 {
	float: left;
	width: 95px;
	padding-left: 20px;
	background: url(../img/ico01.gif) no-repeat 0 center;
}

#h-top-2 {
	float: right;
	width: 95px;
	padding-left: 20px;
	background: url(../img/ico02.gif) no-repeat 0 center;
}

.content722 {
	height: 722px;
}

#left-col {
	width: 274px;
	height: 1%;
	min-height: 722px;
	position: relative;
}

#catalog {
	width: 100%;
}

#catalog .cat-head {
	height: 34px;
	background: #5899d9 url(../img/catalog-center.gif) repeat-x 0 bottom;
}

#catalog-title {
	color: #fff;
	font-size: 14px;
	font-family: Arial, sans-serif;
	/*font-weight: bold;*/
	padding-top: 8px;
	padding-left: 25px;
}

#catalog .cat-h-left {
	float: left;
	height: 34px;
	width: 8px;
	background: url(../img/catalog-left.gif) no-repeat;
}

#catalog .cat-h-right {
	float: right;
	height: 34px;
	width: 8px;
	background: url(../img/catalog-right.gif) no-repeat;
}

#catalog .cat-body {
	font-size: 12px;
	background-color: #f3f4f8;
}

#catalog .cat-foot {
	height: 10px;
	background-color: #f3f4f8;
}

#catalog .cat-f-left {
	float: left;
	height: 10px;
	width: 10px;
	background: url(../img/cat-f-left.gif) no-repeat;
}

#catalog .cat-f-right {
	float: right;
	height: 10px;
	width: 10px;
	background: url(../img/cat-f-right.gif) no-repeat;
}

#catalog .c-lv-1 {
	padding-top: 6px;
	padding-left: 20px;
	width: 240px;
}
#catalog .expanded {
	padding-bottom: 15px;
}

#catalog .c-lv-1 .c-lv1-title {
	padding: 2px;
	padding-left: 9px;
	cursor: pointer;
	background: url(../img/plus.gif) no-repeat 2px center;
}

#catalog .expanded .c-lv1-title {
	background-image: url(../img/minus.gif);
}

#catalog .c-lv-1 .c-lv1-title a {
	text-decoration: none;
	text-transform: uppercase;
	color: #1b569a;
	font-weight: bold;
	font-size: 10px;
}

#catalog .c-lv-1 .c-lv-2 {
	padding-top: 6px;
	padding-left: 14px;
	display: none;
}
#catalog .expanded .c-lv-2 {
	display: block;
}

#catalog .c-lv-1 .c-lv-2 .c-lv2-title {
	padding: 2px;
	padding-left: 20px;
	cursor: pointer;
	background: url(../img/arrow-1.gif) no-repeat 10px center;
}

#catalog .c-lv-1 .c-lv-2 .c-lv2-title a {
	text-decoration: underline;
	color: #1b569a;
	font-size: 10px;
}

#catalog .c-lv-1 .selected .c-lv2-title {
	background: #d5e2f2 url(../img/arrow-2.gif) no-repeat 10px center;
}

#catalog .c-lv-1 .selected .c-lv2-title a {
	text-decoration: none;
	color: #808102;
}

#search {
	height: 58px;
	width: 100%;
	margin-top: 16px;
	background-color: #c8d4e0;
}

#search .search-head {
	height: 10px;
}
	
#search .search-body {
	height: 38px;
}

#search .search-body form {
	padding-top: 5px;
	padding-left: 25px;
}

#search .search-body table td {
	font-size: 12px;
	text-transform: lowercase;
	color: #1b569a;
	vertical-align: middle;
	padding: 4px;
}

#search .search-body input.query {
	width: 154px;
	border: 0px;
}
	
#search .search-foot {
	height: 10px;
}

#search .search-h-l {
	float: left;
	height: 10px;
	width: 10px;
	background: url(../img/search-t-l.gif) no-repeat;
}

#search .search-h-r {
	float: right;
	height: 10px;
	width: 10px;
	background: url(../img/search-t-r.gif) no-repeat;
}

#search .search-f-l {
	float: left;
	height: 10px;
	width: 10px;
	background: url(../img/search-b-l.gif) no-repeat;
}

#search .search-f-r {
	float: right;
	height: 10px;
	width: 10px;
	background: url(../img/search-b-r.gif) no-repeat;
}

#download {
	height: 65px;
	width: 100%;
	margin-top: 16px;
}

#download .download-head {
	height: 10px;
	background: url(../img/gray-pixel.gif) repeat-x 0 top;
}
	
#download .download-body {
	height: 45px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#download .download-links {
	padding-top: 5px;
}

#download .dbl-link {
	clear: both;
}

#download .download-links a {
	display: block;
	float: left;
	padding-top: 7px;
	padding-left: 15px;
	
	font-weight: bold;
	font-size: 11px;
	color: #1b569a;
}

#download .download-links a.icons {
	padding-top: 0;
	text-decoration: none;
}
	
#download .download-foot {
	height: 10px;
	background: url(../img/gray-pixel.gif) repeat-x 0 bottom;
}

#download .download-h-l {
	float: left;
	height: 10px;
	width: 10px;
	background: url(../img/download-t-l.gif) no-repeat;
}

#download .download-h-r {
	float: right;
	height: 10px;
	width: 10px;
	background: url(../img/download-t-r.gif) no-repeat;
}

#download .download-f-l {
	float: left;
	height: 10px;
	width: 10px;
	background: url(../img/download-b-l.gif) no-repeat;
}

#download .download-f-r {
	float: right;
	height: 10px;
	width: 10px;
	background: url(../img/download-b-r.gif) no-repeat;
}

#counters {
	height: 100px;
	width: 100%;
	margin-top: 16px;
	text-align: center;
}

#counters .counter-block {
	height: 34px;
	width: 188px;
	margin: 0 auto;
}
	
#right-col {}

#page-content {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 40px;
}

#page-cont-title {
	/*height: 34px;*/
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #66cbff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
}

.page-cont-href {
	/*height: 34px;*/
	padding-top: 10px;
	border-bottom: 1px solid #66cbff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
	text-decoration:none;
}
.page-cont-href:hover {
		      color: #000000;
}

#page-content .pc-subj {
	float: left;
	width: 300px;
	min-height: 125px;
	padding: 15px 5px 10px 5px;
}

#page-cont-subj {font-size: 10pt;}

#page-cont-subj .pcs-body {font-size: 10pt; color: #000000;}

#page-cont-subj .pcs-body a {font-size: 10pt; color: #000000;}

#page-content .pcs-img {
	float: left;
	border: 1px solid #c0c0c0;
	margin-right: 5px;
	margin-bottom: 5px;
}

#page-content .pcs-title {
	padding-bottom: 5px;
}

#page-content .pcs-title h2 {margin: 0 5px 0 0;
}

#page-content .pcs-title a {
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
}

#page-content .pcs-subtitle {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #7e8100;
}

#page-content .pcs-body {
	font-size: 11px;
}



#page-content .pcs-body a {
	color: #006697;
}

#page-content .pc-detail {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../img/border-pixel.gif) repeat-x 0 bottom;
}

#page-content .last {
	background: none;
}

#page-content .pc-detail table {
	border: 0;
	border-collapse: collapse;
}

#page-content .pc-detail table td {
	padding: 12px;
	border: 0;
	border-collapse: collapse;
}

#page-content .pcd-title a {
	text-decoration: underline;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
}

#page-content .pcd-title span {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
}

#page-content .pcd-body {
	font-size: 11px;
}

#page-content .pcd-body .price {
	font-size: 14px;
	font-weight: bold;
	color: #7e8100;
}

#page-content .pcd-body p {
	margin-top: 1em;
}

#page-content .pcd-body a {
	color: #006697;
}

#page-content .page-cont-news {}

#page-content .pc-news {
	float: left;
	width: 300px;
	min-height: 125px;
	padding: 20px 5px 20px 5px;
	font-size: 12px;
}

#page-content .pc-news p {text-align: justify;}

#page-content .pc-news h3 {
	color: #006697;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#page-content .pc-news-title {
	height: 24px;
	padding-top: 10px;
	border-bottom: 1px solid #66cbff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
}
#page-content .pc-news-title a {text-decoration: none;}

#page-content .pc-detail-tabber {}

#page-content .pcdt-head {
	height: 28px;
}

#page-content .pcdt-h-btn {
	float: left;
	height: 14px;
	padding: 7px 12px;
	background: url(../img/tabber-bg.gif) repeat-x;
}

#page-content .pcdt-h-btn a {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#page-content .pcdt-head .current {
	background: #b2c8dd;
}

#page-content .pcdt-head .current a {
	color: #00326d;
}

#page-content .pcdt-h-wrapp {
	float: left;
	height: 28px;
	width: 1px;
	background: url(../img/tabber-wrapp.gif) no-repeat;
}

#page-content .pcdt-body {
	font-size: 12px;
	padding: 15px 30px;
	border: 1px solid #e2e2e4;
	background-color: #fcfdff;
}

#page-content .pcdt-body h4 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}

#page-content .page-cont-subj h5 {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}


#page-content .pcdt-body p {
	padding-bottom: 15px;
}

#page-content .pcdt-body a {
	color: #006697;
}

#f-bottom {
	width: 661px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	text-align: center;
}

#f-menu ul {}

#f-menu li {
	float: left;
	padding: 0 12px;
	background: url(../img/small-wrap.gif) no-repeat right center;
}

#f-menu li.last {
	background: none;
}

#f-menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #1d569d;
	font-size: 10px;
}

#f-sign {
	clear: both;
	position: relative;
	top: 20px;
	font-size: 10px;
	color: #959595;
}

#ino-logo {
	height: 20px;
	width: 42px;
	position: absolute;
	right: 70px;
	top: 45px;
	/*background: url(../img/ino-logo.gif) no-repeat;*/
}

/* Custom classes */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	visibility: hidden;
}

.text_content {
	text-align: justify;
	text-indent: 30px;
} 

.sub_head {
	font-size: 13pt;
}

.price_table {
	width: 100%;
	    
}

.price_table .tab_head {
        background-color: #c8d4e0;
        color: #000000;

        
}

.price_table .c1 {
        vertical-align: middle;
        text-align: left;
        padding: 3px 5px 3px 5px;
        width: 125px;
        font-size: 9pt;
	border: 1px solid #FFFFFF; 
        
}

.price_table .c1tt {
        vertical-align: middle;
        text-align: left;
        padding: 3px 5px 3px 5px;
        width: 100px;
	        font-weight: bold;
	font-size: 9pt; 	 
}

.price_table .c2 {
        vertical-align: middle;
        text-align: left;
        padding: 3px 5px 3px 5px;
        font-size: 9pt; 
        border: 1px solid #FFFFFF;
        
}

.price_table .c3 {
        vertical-align: middle;
        text-align: center;
        padding: 3px 5px 3px 5px;
        width: 40px;
        font-size: 9pt; 
        border: 1px solid #FFFFFF;
}

.price_table .c2i {
	text-align: left;
	padding: 5px 0 5px 5px;     
	font-size: 9pt; 
}

.price_table .c1i {
	text-align: left;
	padding: 5px 0 5px 5px;     
	font-weight: bold;
	font-size: 9pt; 
}

.price_table .c3i {
	text-align: left;
	padding: 5px 0 5px 5px;     
	font-weight: bold;
	font-size: 9pt; 
}

.price_table .c1t {
	text-align: left;
	padding: 5px 0 5px 5px;     
	width: 180px;
	font-size: 9pt; 

}

.price_table .c2t {
	text-align: left;
	padding: 5px 0 5px 5px;     
	font-size: 9pt; 

}

.sub_head_2 {
	font-size: 9pt;
	font-weight: bold;
}
.sub_head_3 {
	font-size: 11pt;
	font-weight: bold;
}

.part_1 {
	padding: 1px 5px 0 0;
}

.part_2 {
	font-size: 8pt;
}

.part_3 {
	font-size: 10pt;
}

.ttable {
	width: 100%;
}

.ttable .head {
        background-color: #c8d4e0;
        color: #000000;
        font-size: 12px;
		font-weight: bold;
        text-align: center;
        vertical-align:middle;
        padding: 5px 0;
        border: 1px solid #FFFFFF;
}

.ttable .head_left {
        background-color: #c8d4e0;
        color: #000000;
        font-size: 12px;
		font-weight: bold;
        border: 1px solid #FFFFFF;
        padding: 2px 5px 2px 10px;
}

.ttable .td_center {
	font-size: 8pt;
        text-align: center;
        padding: 2px 5px 2px 5px;
}

.ttable .td_left {
	font-size: 8pt;
        text-align: left;
        padding: 2px 5px 2px 10px;
}

.ttable tr:hover {
	background-color: #d5e2f2;	
}

.page-cont-subj {
	font-size: 10pt;	
}

.ul_list .sq {list-style: square outside;}
.blue		{color: #1c559c; font-weight: bold;}


	.viz .viz_1
	{
	        width: 120px;
	        font-size: 10pt;
	        background-color: #f3f4f8;
	        padding: 7px 0 7px 10px;
	        border: 1px solid #FFFFFF;
	}
	.viz .viz_2
	{
	        width: 340px;
	        font-size: 10pt;
	        background-color: #eeeeee;
	        padding: 7px 10px 7px 10px;
	        border: 1px solid #FFFFFF;
	}

.link_word {color: #1b569a; font-weight: bold; font-size: 10px; text-decoration: none; text-transform: uppercase;}

h5 {
	/*height: 34px;*/
	padding-top: 10px;
	border-bottom: 1px solid #66cbff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
	text-decoration:none;

}


.ul_map .l1 {margin: 0px 0 0 14px; list-style-image: url('../img/sq1.gif'); padding: 4px 0 0 0;}
.ul_map .l2 {margin: 0px 0 0 28px; list-style-image: url('../img/sq2.gif'); padding: 4px 0 0 0;}
.ul_map .l3 {margin: 0px 0 0 42px; list-style-image: url('../img/sq3.gif'); padding: 4px 0 0 0;}
.ul_map .l4 {margin: 0px 0 0 56px; list-style-image: url('../img/sq3.gif'); padding: 4px 0 0 0;}


#page-content .pcdt-body .f8pt	{font-size: 8pt;}

h1	{	text-decoration: none;
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
	display:inline;}

lab     {
	padding-top: 10px;
	border-bottom: 1px solid #66cbff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
	text-transform: uppercase;
	display:inline;}

h2	{	text-decoration: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
	display:inline;}

strong  {
	font-weight: bold;}

.icq	{font-size: 10pt;}

.ul-type li {
	list-style: square outside;
}
.ul-type {
	margin: 0 0 0 30px;
}

.b {
	font-weight: bold;
}

.zag-name {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 10px 0;
}

.zag-name-bl {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 7px 0;
	color: #006697;
}

/* eof */

.page-content-new #page-cont-subj, .page-content-new .page-cont-subj {
	padding-top: 10px;	
}

.page-content-new #page-cont-subj p, .page-content-new .page-cont-subj p {
	margin: 10px 0;	
}

.page-content-new #page-cont-subj h2, .page-content-new .page-cont-subj h2 {
	padding: 25px 0 5px 0;	
	display: block;
}

.page-content-new #page-cont-subj h3, .page-content-new .page-cont-subj h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006697;
	margin: 15px 0;
}

.page-content-new #page-cont-subj .ttable, .page-content-new .page-cont-subj .ttable {
	margin-top: 10px;
}

.new-page-classes h2 {
	display: block;
	padding: 15px 0 10px 0;	
}

.new-page-classes h3 {
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006697;
	display: block;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}

.new-page-classes p {
	margin: 0 0 10px 0;
}

.new-page-classes .ul_list {
	margin-left: 30px;	
}

.main-equipment {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 15px;	
}

.main-equipment div {
	margin: 0 0 15px 0;
	width: 145px;
	text-align: center;
}

.main-equipment div img {
	border: 1px solid #c4c4c4;	
}
