* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	background: #f2f5f7 url(../i/bottom.png) repeat-x 0 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body{
	width: 100%;
	position: relative;
	background: transparent url(../i/bg.jpg) no-repeat 50% -10px;
	font: normal 100%/120% Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	min-width: 1000px;
}

div.apple{
	width:35px;
	height:34px;
	position: absolute;
	left:50%;
	background: transparent url(../i/apple.jpg) no-repeat;
	margin-left:61px;
	margin-top:325px;
	cursor:pointer;
	z-index:1;
}

div.apple a{
	outline:none;
	width:35px;
	height:34px;
	display:block;
}

div.showstr{
	position: absolute;
	left:50%;
	margin-left:-46px;
	margin-top:324px;
	display: none;
}

select,
textarea,
input{
	color: #000;
	font: normal 100%/120% Arial, Tahoma, Verdana, sans-serif;
}

a{color: #fd660b;}
a:hover{text-decoration: none;}

a img{border: 0;}

h3{
	font: normal 112.5%/110% Arial, Tahoma, Verdana, sans-serif;
	color: #994801;
}

h4{
	font: italic 100%/110% Arial, Tahoma, Verdana, sans-serif;
	color: #000;
}

p{margin: 1em 0;}

/*
 * header
 */

div.header{
	width: 850px;
	margin: 0 auto 0 10%;
	padding-top: 50px;
	height: 100px;
	z-index: 2;
	position: relative;
	font: normal 100%/110% "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
}

div.header .mn{
	position: relative;
	left: -50px;
	text-transform: uppercase;
}

div.header h4{
	width: 12em;
	margin: 1.1em 0 0 0;
}

div.header .logo{
	float: left;
	width: 138px;
	height: 64px;
	position: relative;
	margin-right: 5px;
}

div.header p.inf{
	
	width:22em; 
	padding-left:40px;
	margin-left:15em;
	color: #f60;
	font-size: 87.5%;
	line-height: 120%;
	position: relative;
	top: -2px;
}

div.header p.contacts span{color: #000;}
div.header p.contacts a{
	color: #000;
	text-decoration: none;
	margin-left: 0;
}
div.header p.contacts a:hover{text-decoration: underline;}

div.header p.contacts{
	width:22em; 
	float:right;
	margin-right:-70px;
	color: #666;
	font-size: 81.25%;
	line-height: 120%;
	position: relative;
	top: -2px;
}
div.header p{margin: 0;}

/*
 * index
 */

div.index{
	width: 87%;
	margin: 0 3% 0 auto;
	position: relative;
	height: 800px;
}

div.hn{
	position: absolute;
	left: 50%;
	width: 20em;
}

div.i3{
	top: 140px;
	margin: 0 0 0 -510px;
	width: 23em;
}

div.hn p{
	font-size: 87.5%;
	line-height: 120%;
	font-style: italic;
	width: 90%;
	margin: 0.6em 0;
}

div.wrap-scroll{
	position: absolute;
	left: 50%;
	width: 20em;
	bottom: 10em;
	background: #fff;
	border: 1px solid #fd660b;
	padding: 10px 1.6em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	height: 60px;
	overflow: hidden;
	display: none;
}

div.wrap-scroll div{
	width: 20em;
	height: 60px;
	position: absolute;
	left: 1.6em;
	top: 10px;
	display: none;
}

div.wrap-scroll span{
	height: 15px;
	width: 16px;
	position: absolute;
	right: 11px;
	bottom: 8px;
	background: transparent url(../i/st.png) no-repeat 0 0;
	cursor: pointer;
}

div.wrap-scroll p{
	font-size: 87.5%;
	line-height: 120%;
	margin: 0.4em 0;
}

div.wrap-scroll h3{
	font-size: 112.5%;
	line-height: 110%;
	color: #fd660b;
}

ul.buttons{
	list-style: none;
	font-size: 87.5%;
	line-height: 25px;
	padding: 12px 0 0 55px;
	height: 155px;
	 	background: transparent url(../i/bt.bg.png) no-repeat 0 0;
	position: relative;
	left: -106px;
}
* html ul.buttons{background: transparent;}

ul.buttons li{
	height: 27px;
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-right:5px;
	background: transparent url(../i/bts.png) no-repeat 100% -27px;
}

ul.buttons li a{
	height: 26px;
	float: left;
	padding: 1px 4px 0 9px;
	background: transparent url(../i/bts.png) no-repeat 0 0;
	color: #292a2a;
	text-decoration: none;
	outline: none;
	display: block;
	width: 100px;
}

ul.buttons div.hint{
	display: none;
}

div.mn div.hint{
	display: none;
}

div.icons{
	height: 84px;
	width: 100%;
	overflow: hidden;
	margin-top: 1.4em;
}

div.icons a{
	width: 84px;
	height: 84px;
	float: left;
	margin-left: 10px;
	background: transparent url(../i/icons.png) no-repeat 0 0;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	text-indent: -1000px;
}

div.icons #s1{background-position: 0 0;}
div.icons #s2{background-position: -84px 0;}
div.icons #s3{background-position: -168px 0;}

div.icons #s1:hover,
div.icons #s1.hover{background-position: 0 -84px;}
div.icons #s2:hover,
div.icons #s2.hover{background-position: -84px -84px;}
div.icons #s3:hover,
div.icons #s3.hover{background-position: -168px -84px;}

div.hn1{left: 118px;bottom: 310px;}
div.hn2{right: 623px;bottom: 191px;}
div.hn3{right: 512px; top: 60px;}
div.hn4{right: 221px; top: 53px;}
div.hn5{right: 46px; top: 60px;}
div.hn6{right: 73px; top: 415px;}
div.hn7{right: 287px;top: 335px;}
div.hn8{right: 437px; bottom: 200px;}
div.hn9{right: 570px; bottom: 58px;}
div.hn10{right: 518px; top: 357px;}
div.hn11{left: 94px; top: 426px;}

div.hn0{left:20px;top:20px}

div.hn3 span.st span,
div.hn4 span.st span,
div.hn5 span.st span,
div.hn6 span.st span,
div.hn7 span.st span,
div.hn10 span.st span{top: 0; left: 0;}
div.hn1 span.st span{top: -10px; left: -10px;}
div.hn2 span.st span,
div.hn8 span.st span,
div.hn9 span.st span{top: -10px; left:0;}
div.hn11 span.st span{top: 0; left:-10px;}

div.hn3 span.st,
div.hn4 span.st,
div.hn5 span.st,
div.hn6 span.st,
div.hn7 span.st,
div.hn10 span.st{top: -10px; right: 0;}
div.hn1 span.st{left: 0; bottom: -10px;}
div.hn2 span.st,
div.hn8 span.st,
div.hn9 span.st{bottom: -10px; right:0;}
div.hn11 span.st{top: -10px; left:0;}

div.hnt span.st span{
	background: transparent url(../i/span.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	margin: 0;
}

* html div.hnt span.st span{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/span.png');
}

div.hnt span.st{
	position: absolute;
	width: 10px;
	height: 10px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

div.iw div.cn div.hnt{
	position: absolute;
	margin: 0;
	font: italic 68.75%/110% "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	color: #fff;
	padding: 0;
	width: 140px;
	height: auto;
	background: transparent;
}

div.iw div.cn div.hn0{
	font-style: normal;
	font-size: 100%;
	text-align: center;
}
div.iw div.cn div.hnt span.tx{
	display: block;
	padding: 4px 7px;
	background: transparent url(../i/b.bg.png) repeat 0 0;
}
* html div.iw div.cn div.hnt span.tx{
	zoom: 1;
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/b.bg.png',sizingMethod='scale');
}


/*
 * scroll
 */

div.scroll{
	width: 80%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 00px;
}

div.scroll .lf,
div.scroll .rf{
	position: absolute;
	top: 0;
	left: -100px;
	background: transparent url(../i/gr.png) no-repeat 0 0;
	width: 200px;
	height: 104px;
}
div.scroll .rf{
	left: auto;
	right: -100px;
}

* html div.scroll .lf{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/gr.png');
}
* html div.scroll .rf{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/gr.png');
}

div.scroll div.wrap{
	width: 100%;
	height: 104px;
	overflow: hidden;
	white-space: nowrap;
}

div.scroll div.wrap img{
	padding: 2px;
	background: transparent url(../i/r.png) no-repeat 0 0;
	width: 150px;
	height: 100px;
	border: 0;
}

div.scroll div.wrap a{margin: 0 0.6em;}

div.scroll div.scroller{
	margin: 30px auto 0 auto;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #707a7c;
	background: #adb4ba;
	border-bottom: 1px solid #c5c8cf;
	position: relative;
	width: 539px;
}

div.scroll div.scroller span{
	background: transparent url(../i/scr.png) no-repeat 0 0;
	height: 37px;
	width: 39px;
	position: absolute;
	top: -12px;
	left: 250px;
	cursor: pointer;
}
* html div.scroll div.scroller span{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/scr.png');
}

div.online-z{
	width: 35%;
	margin: 0 auto 0 12%;
	margin-left: 31%;
	padding-left: 30px;
}

div.online-z a{
	border-bottom: 1px dashed;
	text-decoration: none;
}

div.online-z a:hover{border: 0;}

div.online-z form{display: none;}

div.docs{
	width: 80%;
	height: 46px;
	margin: 0 8% 0 auto;
}

div.docs p{
	float: left;
	width: 49%;
}

div.docs a{
	display: block;
	text-decoration: none;
	padding: 40px 0 0 92px;
	height: 44px;
	background: transparent url(../i/doc.png) no-repeat 0 -84px;
	color: #000;
}


table.cat {
margin-left:auto;
margin-right:auto;
	text-decoration: none;
	padding: 0px 10 0 0px;
	margin-bottom:0px;
	height: 44px;
	color: #000;
}

td.cat1 {
	width:auto;
	text-decoration: none;
	height: auto;
	color: #000;
	
}
td.cat1 img {
	border: 2px solid #FF6602;
	padding: 4px;
	
}

td.cat2 {
	width:auto;
	text-decoration: none;
	height: auto;
	color: #000;

	
}

td.cat2 img {
	border: 2px solid #FF6602;
	padding: 4px;
	
}

td.cat3 {

	width:auto;
	text-decoration: none;
	height: 44px;
	color: #000;
}

td.cat3 img {
	border: 2px solid #FF6602;
	padding: 4px;
	
}

td.cat4 {


	text-decoration: none;
	padding: 5px 5px 0px 0px;
	margin-bottom:0px;
	height: 44px;
	color: #000;
}
td.cat4 a {
	text-decoration: none;

}
td.cat4 img {
	border: 2px solid #FF6602;
	padding: 4px;
	
}

td.cat5 {
	width:auto;
	text-decoration: none;
	height: auto;
	color: #000;
	padding-left:12px; !important
	
}
td.cat5 img {
	border: 2px solid #FF6602;
	padding: 4px;
	
}

td.cat6 {
	width:auto;
	text-decoration: none;
	height: auto;
	color: #000;

	
}

td.cat6 img {
	border: 2px solid #FF6602;
	padding: 4px;
	
}



div.docs p.desig a{background-position: -82px 0;}

div.docs a span{text-decoration: underline;}
div.docs a:hover span{text-decoration: none;}

div.docs a small{
	color: #666;
	font-size: 75%;
	line-height: 110%;
	font-style: italic;
}

/*
 * footer
 */

div.footer{
	clear: both;
	width: 87%;
	margin: 0 3% 0 auto;
	padding: 8em 0 0 0;
	font-size: 68.75%;
	line-height: 140%;
	color: #333;
	height: 6em;
}

div.footer a{color: #fd660b;}

div.footer p{margin: 0;}

div.footer p.adress{
	width: 30%;
	float: left;
}

div.footer .copy{
	float: left;
	width: 30%;
	position: relative;
}

div.footer .copy span{
	position: absolute;
	left: -1.1em;
	top: 0;
}

div.footer p.developer{
	float: right;
	width: 28%;
	position: relative;
}

div.footer a.sl{
	position: absolute;
	overflow: hidden;
	width: 19px;
	height: 22px;
	left: -26px;
	top: -7px;
	background: transparent url(../i/sl.png) no-repeat 0 0;
	text-indent: -1000px;
	font-size: 0;
	line-height: 0;
}

/*
 * iw
 */

div.iw{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

div.iw div.bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

div.iw div.cn{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
}

div.iw div.cn div{
	padding: 10px;
	margin: 0 auto;
	background: #000;
	height: 50px;
	width: 100px;
	position: relative;
	color: #fff;
}

div.iw div.cn div.tx{padding: 5px 20px;}

div.iw div.cn div p.hk{
	position: absolute;
	background: #000;
	color: #fff;
	padding: 0.8em 2em 0.8em 2.6em;
	font-size: 75%;
	font-style: italic;
	line-height: 110%;
	background: #000;
	width: 16em;
	right: -10em;
	bottom: 18px;
}

div.iw div.cn div.loading{background: #000 url(../i/load.gif) no-repeat 50% 50%;}

div.iw span.close{
	color: #fff;
	font-weight: bolder;
	padding: 5px 8px;
	top: 0;
	right: 0;
	background: #000;
	position: absolute;
	cursor: pointer;
}

div.iw span.close:hover{color: #900;}

div.iw div.cn form div{
	padding: 1em 0 0 0;
	margin: 0;
	background: transparent;
	height: auto;
	width: 100%;
}

div.iw div.cn form label{
	float: left;
	width: 8em;
}

div.iw div.cn form p{margin: 0 0 1em 8.4em;}

div.iw div.cn form p.error{
	color: #c00;
	margin: 0 0 1em 0;
}

div.iw div.cn form input.text{widt: 60%;}
div.iw div.cn form textarea.text{
	width: 95%;
	height: 6em;
}
#qqq {
color:#444;
font-family:arial;
font-size:14px;
text-align:justify;
width:70%;
margin: 0px auto;
}
#qqq h1 {
color:#444;
font-family:arial;
font-size:14px;
line-height:1;
text-align:justify;
}
#qqq p {
color:#444;
font-family:arial;
font-size:14px;
line-height:1.2;
text-align:justify;
}
#qqq a {
color:#444;
font-family:arial;
font-size:13px;
line-height:1;
text-decoration:none;
}
#qqq a:hover {
line-height:1;
color:#920;
font-family:arial;
font-size:13px;
text-decoration:underline;
}

#qqq2 {
color:#444;
font-family:arial;
font-size:12px;
text-align:justify;
width:70%;
margin: 0px auto;
}
#qqq2 h1 {
color:#444;
font-family:arial;
font-size:15px;
line-height:1;
}
#qqq2 p {
color:#444;
font-family:arial;
font-size:13px;
line-height:1.2;
text-align:justify;
}
#qqq2 a {
color:#920;
font-family:arial;
font-size:12px;
line-height:1;
text-decoration:none;
}
#qqq2 a:hover {
color:#f60;
text-decoration:underline;
}

.wbg{ position:absolute; width:645px; left:322px; top:120px; padding:5px; font-size:12px; text-align: justify;}





/*----------------------------------------GALLERY*/

#clr {
	clear: both;
}

#gallery {
	width: 1050px;
	margin: 0px auto 30px auto;
}
#gallery img {
	padding: 3px;
	border: 1px dotted #aaa;
}
#gallery #a1 {
	float: left;
	margin: 0px 8px 8px 0px;
}
#gallery #a1 img {
	width: 170px;
	height: 128px;
}

/*----------------------------------------GALLERY*/



/*----------------------------------------catalog*/
#select {
margin-left:auto;
margin-right:auto;
width: 30%;
border: none;
}
#select img {
padding: 5px;
border: 1px solid #ff6602;
}
#select #tit {
font-size: 18px;
}
#select #pri {
padding: 5px 10px 5px 10px;
background-color: #fff;
color: #000;
}
#select p {
font-size: 12px;
}
#select #cat_sel_1 {
width: 140px;
padding: 5px;
border: 1px solid #ff6602;
float: left;
margin: 0px 10px 10px 0px;
}
#select #cat_sel_1 img {
width: 100%;
border: none;
padding: 0px;
}
/*----------------------------------------catalog*/



.player1 {
	width:200px;
	height:200px;
}

