body
{
margin: 0;
padding: 0;
background-color: #FFF;
font-family: Arial;
overflow-x: hidden;
font-size: 1.1em;
}

a
{
color: #0561B4;
}

#subtitle
{
display: block;
height: 31px;
background-image: url(/i/top_bg.png);
background-repeat: repeat-x;
background-position: top left;
line-height: 31px;
border-bottom: 9px solid #0561B4;
padding-left: 1em;
font-size: 0.8em;
color: #999;
}

h1
{
display: block;
height: 97px;
background-image: url(/i/logo_bg.png);
background-repeat: repeat-x;
background-position: top left;
margin: 0;
padding: 0;
}

h1:before
{
position: absolute; 
display: block; 
content:' '; 
border-bottom: 1px solid #000;
margin-top: 98px; 
width: 100%;
box-sizing: border-box; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box;
}

h1 a
{
display: block;
height: 97px;
width: 217px;
background-image: url(/i/logo.png);
background-repeat: no-repeat;
background-position: center center;
text-indent: -1000px;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
position: absolute;
left: -220px;
}

h1 a.show
{
left: 0;
}

#foto
{
display: block;
height: 174px;
width: 230px;
background-image: url(/i/foto.png);
background-repeat: no-repeat;
background-position: top right;
position: absolute;
right: -230px;
top: 0;
-webkit-transition: all 1000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 1000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 1000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 1000ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

#foto.show
{
right: 0;
}

h2
{
padding: 1em 0 1em 0;
margin: 0;
color: #0561B4;
font-size: 1.5em;
}

h2 span
{
background-color: #FFF;
padding-right: 0.5em;
}

h2:after
{
display: block;
border-top: 1px solid #0561B4;
margin-top: -0.4em;
content: '';
width: 100%;
box-sizing: border-box; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box;
}

#content
{
padding: 0 2em 2em 320px;
min-height: 500px;
line-height: 1.4em;
}

ul#menu
{
position: absolute;
left: -300px;
top: 160px;
width: 260px;
margin: 0;
padding: 2px;
font-size: 0.85em;
border: 1px solid #A2A59F;
border-radius: 10px;
box-shadow: 0 0 20px #999;
background-image: url(/i/menu_fon.png);
background-repeat: repeat-x repeat-y;
background-position: top left;
background-color: #CCC;
-webkit-transition: all 900ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 900ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 900ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 900ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

ul#menu.show
{
left: 10px;
}

ul#menu ul
{
margin: 0;
padding: 16px 4px 20px 10px;
font-weight: bold;
border: 1px solid #EEE;
border-radius: 10px;
}

ul#menu ul ul
{
padding: 0 4px 0.5em 8px;
font-weight: normal !important;
border: 0;
}

ul#menu li
{
padding: 3px 0 0 10px;
margin: 0;
list-style: none; 
background-image: url(/i/bul.gif);
background-position: left 0.1em;
background-repeat: no-repeat;
}

ul#menu:before, ul#menu:after
{
content: " ";
display: block;
position: absolute;
width: 250px;
height: 16px;
background-image: url(/i/menu_bul.png);
background-repeat: no-repeat;
background-position: center center;
}

ul#menu:after
{
margin-top: -16px;
}

ul#menu a
{
text-decoration: none;
color: #465157;
}

ul#menu a:hover
{
color: #0561B4;
}

ul#menu ul ul li.active a
{
text-decoration: underline;
}

#copyright
{
background-image: url(/i/bot_bg.png);
background-repeat: repeat-x;
background-position: bottom left;
font-size: 0.8em;
height: 40px;
text-align: right;
padding-right: 2em;
color: #999;
}

#copyright span
{
position: relative;
top: 44px;
}


#copyright a
{
color: #999;
}

#goods li
{
display: inline-block;
width: 214px;
height: 250px;
margin-right: 10px;
margin-bottom: 20px;
vertical-align: bottom;
}


#goods li a
{
background-position: bottom center;
background-repeat: no-repeat;
display: block;
width: 100%;
height: 100%;
text-align: center;
border: 1px dashed #999;
}

#goods li a:hover
{
box-shadow: 0px 0px 20px #999;
}


#goods li b
{
background-color: #FFF;
display: block;
box-shadow: 0px 5px 5px #FFF;
padding: 0 3px;
font-size: 0.9rem;
}

.other
{
border: 1px solid  #0561B4;
padding: 1em;
background-color: #EEE;
font-size: 0.8em;
}

.other ul
{
padding: 0 0 0 1em;
margin: 0;
}

.other .active
{
display: none;
}

#contact
{
position: absolute;
margin-top: 60px;
width: 235px;
padding: 26px 12px 12px 12px;
border: 1px solid #A2A59F;
border-radius: 10px;
background-image: url(/i/menu_fon.png);
background-repeat: repeat-x repeat-y;
background-position: top left;
background-color: #CCC;
box-shadow: 0 0 20px #999;
-webkit-transition: all 3000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 3000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 3000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 3000ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

#contact:before
{
content: " ";
display: block;
position: absolute;
width: 235px;
height: 50px;
background-image: url(/i/cables.png);
background-repeat: no-repeat;
background-position: center center;
margin-top: -55px;
z-index: 2;
}

#contact.show
{
margin-top: 30px;
}

table.excel
{
border-collapse: collapse;
}

div.ris
{
display: inline-block;
max-width: 90%;
text-align: center;
}

div.ris span
{
text-align: center;
display: block;
font-style: italic;
}

