@charset "windows-1251";
html                                    {height:100%; width:100%;}
body                                    {position:relative; width:100%; height:100%; min-width:1000px; margin:0 auto; line-height:1.2em; background:#fff;font-family:arial; }

ul, ol                                  {margin:0; padding:0; list-style-type:none;}

#wrapper                                {min-height: 100%;}
* html #wrapper                         {height: 100%;}



#header                                 {width:100%; height:150px;}
        #logo                           {float:left; margin:43px 0 0 7%; width:176px; height:64px; background:url(../images/logo.png) 0 0 no-repeat;}
        #contacts                       {float:right; width:27.5%; margin:38px 60px 0 0px; font-style:italic;font-size:14px; position:relative; left:-40px; white-space:nowrap;}
                #contacts #phone        {font-size:30px; font-family:georgia; position:relative; line-height:30px; margin:0; padding:0;}
                        #phone #code    {font-size:14px; position:relative; float:left; margin-right:-100%; left:-28px; top:-15px; color:#666;}

#slider                                 {width:100%; height: 460px; overflow:hidden; position:relative;}
.slide                                  {width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; background-size:100%;}
#slide_1                                {background:url(../images/01.jpg) 50% 50% no-repeat;}
#slide_2                                {background:url(../images/02.jpg) 0% 10% no-repeat;}
#slide_3                                {background:url(../images/03.jpg) 50% 30% no-repeat;}
#slide_4                                {background:url(../images/04.jpg) 50% 78% no-repeat;}
#slide_5                                {background:url(../images/05.jpg) 50% 75% no-repeat;}
#slide_6                                {background:url(../images/06.jpg) 50% 50% no-repeat;}


#wood                                   {height:150px; background:url(../images/bg.jpg) 50% 0 repeat; zoom:1;}
        #selector                       {width:300px; height:20px; margin:0 0 0 7%; position: relative; top: 12px; z-index:5; zoom:1;}
        #selector li                    {float:left; width:20px; margin:0 10px 0 0;}
        #selector li a.button           {display:block; width:20px; height:20px; background:url(../images/selector.png) 0 0 no-repeat; overflow:hidden;}
        #selector li a.current,
        #selector li a.button:hover     {background-position:0 -20px;}

        #icons                          {float:right; margin:-49px 60px 0 0; width:100%; z-index:3;}
                #icons li               {width:7%; margin:0 0 0 5%; float:right; text-align:center;}
                        #icons a        {}
                        #icons del      {display:block; width:80px; height:80px; position:relative; left:50%; margin:0 0 0 -40px;}
                        #icons li p     {width:140%; margin-left:-20%; text-align:center;}




#footer_overlay                         {height: 100px;}
#footer                                 {font-size:11px; color:#666; height: 100px; margin-top: -100px;}
        #footer a                       {color:#666;}

        #footer #copyrights             {float:left; margin:0 0 0 7%;}
        #footer #licence                {float:right; width:27.5%; margin:0 60px 0 0; position:relative; left:-40px; white-space:nowrap;}

        #footer #sdkb                   {position:relative; top:4px; opacity:.6;}
        #footer #sdkb:hover             {opacity:.8;}

        a img                           {border:0; outline:0;}
