*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background:#5a5656 url(i/bgg.jpg) repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:95%;
	width: 100%;
	min-width: 1100px;
}

.maintable{
	border: 0px;
	border-collapse: collapse;
	align: center;
	}
.maintd{
	border: 0px;
}
.mainttr{
	border: 0px;
}	

img{border:0;}
.faq{ text-align: center; margin-left: -29px;}

a {text-decoration:none;}
a:hover{color:#7777ff;}
/*a img { vertical-align: middle; }
*/
p{margin-bottom:0;text-indent: 1em;}
p.r{color: green; font-size: 10pt;}

h1{color: #3356b4;  font-size: 120%; text-indent: 1em;}
.zag{color: #3356b4;  font-size: 200%; text-align: center;}

h2{color: #5a83e3;  font-size: 120%; }
.catzag{color: #5a83e3;  font-size: 120%; text-align: center;}

h3{
	text-indent: 1em; 
	color: #fa0000;
	text-decoration: underline;
	text-align: center;
}
h3 a{color: #fa0000;}

b {color: #001dfa;font-weight:bold;}
b.red {color: red;}

hr { color: Blue; }
.prem {float: left; margin: -5px 0 0 0}
 .premer{float: right; margin: -72px 0 0 0}
.premert{display: block; margin: 20px 20%; text-align:center; color: red; font-weight:bold;}

div.news{
	padding: 5px;
	padding-left: 15px;
	overflow: hide;
	border: 1px solid #CCCCCC; 
	border-radius: 10px;
	margin: 10px;
	background: #F6F6F6;
}
div.news img{
	margin: 3px;
}
div.news span{
	font-size: 85%;
	color: #145fa8;
	border-image: initial;
	background-color: #fdffbd;
	border-radius: 5px;
	border: 1px dotted #369;
}

#photo img{
	border: 1px solid blue;
	margin: 3px;
	}

/* logo ----------------------*/
.logo{
	float: left;
	margin-top: 5px; 
	margin-left: 3%;
	margin-right: 100px;
	width:auto;
	text-align:center;
}

.logo a em{
	display:block;
	margin-top:-5px;
	margin-left:5%;
	color:#838395;
	font-size: 85%;
	font-style:italic;
}


/*.reg{position:absolute;	top:15px; right:1%;}*/
.lang{
	position:absolute;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
	padding-left: 70%;
	margin-top: 15px;
}
.lang img{
	
}
.lang a{color: #CDCDB4;}
.lang a.selected img {
		border: 1px dotted #06F;
		border-radius: 5px;
} 

.mainpage{
	padding: 5px;
	overflow: hide;
	border: 1px solid #CCCCCC; 
	border-radius: 10px;
	margin: 10px;
	background: #F6F6F6;
}
.mainpage br{
	clear:both;
}
.mainpage ul{
	padding: 60px;
}
.mainpage li{
}
.mainpage img{
	margin-right: 5%;
	border-radius: 5px;
}
 
.reg{
	float:right;
	width:200px;
	margin-top: 15px;
	background: #F4F4F4;
	padding:2px 2px 0 5px;
	border: 3px solid #06F;
	margin-right: 30px;
	border-radius: 10px;
	box-shadow: #444;
	text-align:center; 
	color: #504f4f;
}
.reg a:hover{ 
	color:#5555fd;
	}
.reg a:active {color:red;}
.reg form{
	padding: 5px;
	border-top: 1px dotted #CCC;
}
input.sr {
	margin: 0;
	width: 100px; 
	font-size: 12px;
	}
	

/* menu ------------------------*/
.menu{
	position: static; 
	width:100%; 
	padding-top:20px; 
	text-align:center;
}
.menu a {
	display: block;
	float: left;
	padding-top: 70px;
	color: #0000fd;
	background: url(i/index.png) no-repeat top center;
	width: 11%;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	/* IE56 PNG_fix*/
}
.menu a:hover{
	color: #ff6600;
}
.menu a.about{background: url(i/about.png) no-repeat top center;float: left;}
.menu a.news{background: url(i/news.png) no-repeat top center;float: left;}
.menu a.catalog{background: url(i/catalog.png) no-repeat top center;float: left;}
.menu a.help{background: url(i/help.png) no-repeat top center;float: left;}
.menu a.techpod{background: url(i/techpod.png) no-repeat top center;float: left;}
.menu a.video{background: url(i/video.png) no-repeat top center;float: left;}
.menu a.sertif{background: url(i/sertif.png) no-repeat top center;float: left;}
.menu a.sotrud{background: url(i/sotrud.png) no-repeat top center;float: left;}
.menu a.contact{background: url(i/contact.png) no-repeat top center;float: left;}


/* content ------------------------*/

.content{
	clear:both;
	overflow: hidden;
	text-align: left;
	margin:0;
	padding: 2% 2% 2% 2%;
	color: #504f4f;
	font-family: Arial, Helvetica, sans-serif;
}

.blok1{
	float:left; 
	width:67%;
	border: 3px solid #06F;
	background: #F4F4F4; /* Для старых браузров */
    background: -moz-linear-gradient(top, #EEE, #F4F4F4); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#EEE), color-stop(100%,#F4F4F4));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #EEE, #F4F4F4);
    background: -o-linear-gradient(top, #EEE, #F4F4F4); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EEE, #F4F4F4); /* IE10 */
    background: linear-gradient(top, #EEE, #F4F4F4); /* CSS3 */  	
	border-radius: 12px;
	padding: 20px;
}
.blok2{
	float:right; 
	width:25%;
	border: 3px solid #06F;
	background: #F4F4F4; /* Для старых браузров */
    background: -moz-linear-gradient(top, #EEE, #F4F4F4); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#EEE), color-stop(100%,#F4F4F4));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #EEE, #F4F4F4);
    background: -o-linear-gradient(top, #EEE, #F4F4F4); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EEE, #F4F4F4); /* IE10 */
    background: linear-gradient(top, #EEE, #F4F4F4); /* CSS3 */  	
	border-radius: 12px;
	padding: 10px;
	}
	
.contacts{
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 30%;
	margin-right: 30%;
	color: #145fa8;
	border-image: initial;
	background-color: #ece6ff;
	border-radius: 5px;
	border: 1px dotted #369;
	text-align: center;
}
.pos_title{
	font-weight: bold;
	color: #ff6600 !important;
}
.name{
	font-weight: bold;
	color: #504f4f;
}
.phone{
	color: #726f6f;
	border-radius: 5px; 
}
.email{
	background-color: #ECECFF;
	color: #504f4f;
	border-radius: 5px;
}

.tab{margin-left: 2em;}

.cat {font-size:10pt; margin-bottom:0; padding:0 0.5em; text-align: left;}
.cat li{ 
	margin: 3px; 
	padding: 1px;
}
.cat ul{
	font-size:9pt; 
	list-style-position: inside;
	margin-left: 5px;
}
.cat:hover ul { display: block;}

ul{
	list-style-position: inside;
	margin-left: 5px;
}
.registr { margin: 0; }

img.prod{float:left; margin: 0 5px; border: 1px solid blue;}
.documm{clear: right; float: right; } 
.opis{clear: both}



/* Footer --------------------------*/



.footer{
	clear:both;
	margin: 0 3%;
	text-align:center;
	background: url(i/menuc.gif) repeat-x;
}

.mfoot{
	width:100%;
	background: url(i/menur.gif) no-repeat right top;
}

.mfoot div{
	background: url(i/menul.gif) no-repeat left top;
	margin:0;
	padding:0;
	font-size:8pt;
	font-weight:bold;
	vertical-align: middle;
}

.footer a{color:#0000fd;vertical-align: 7px;}
.footer a:visited{color:#0000fd;}
.footer a:hover{color:#7777ff;}



.adres{
	clear:both;
	float:left;
	margin:0;
	padding:0 5em;
	color:#f4f4f4;
	font-size:75%;
}

.copyr{
	float:left;
	margin:0;
	padding:0 5em;
	color:#f4f4f4;
	font-size:75%;
}

.bigmir{ float: right; padding-right: 3%;}
/* */
a.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
a.highslide-active-anchor img {visibility: hidden;}

a.highslide img {border: 2px solid gray;}

a.highslide:hover img {border: 2px solid silver;}

a.highslide-wrapper {background: white;}

.highslide-image {border-bottom: 1px solid white;}

.highslide-image-blur {
}
.highslide-caption {
	display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


.highslide-display-block {display: block;}
.highslide-display-none {display: none;}
