@charset "utf-8";
body {
 background-color: #000000;
 background-image: url(../images/backgrounds/00.jpg);
 background-position: top right;
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
}
#title {
 background-color: transitonal;
 position: absolute;
 right: 15%;
 top: 16%;
}
#logo {
 background-color: transparent;
 left: 50px;
 position: absolute;
 top: 40px;
}
#menu {
 background-color: #110F0F;
 color: #998F8F;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 height: 84px;
 left: 55px;
 line-height: 150%;
 padding: 10px 10px 8px 10px;
 position: absolute;
 top: 430px;
 width: 180px;
}
div.ru {
 background-color: transparent;
 background-image: url(../images/backgrounds/lang.png);
 color: #998F8F;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 height: 18px;
 padding: 5px 6px 2px 6px;
 position: absolute;
 right: 70px;
 text-align: center;
 top: 0px;
 width: 18px;
}
div.en {
 background-color: transparent;
 background-image: url(../images/backgrounds/lang.png);
 color: #998F8F;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 height: 18px;
 padding: 5px 6px 2px 6px;
 position: absolute;
 right: 30px;
 text-align: center;
 top: 0px;
 width: 18px;
}
 
a:link {
 color: #FFE5B4;
 text-decoration: underline;
}
a:hover {
 color: #FFE5B4;
 text-decoration: underline;
}
a:visited {
 color: #FFE5B4;
 text-decoration: underline;
}
a.menu_item:link {
 color: #DE3163;
 text-decoration: underline;
}
a.menu_item:hover {
 color: #DE3163;
 text-decoration: underline;
}
a.menu_item:visited {
 color: #DE3163;
 text-decoration: underline;
}
a.lang:link {
 color: #8B7474;
 text-decoration: underline;
}
a.lang:hover {
 color: #8B7474;
 text-decoration: underline;
}
a.lang:visited {
 color: #8B7474;
 text-decoration: underline;
}
a.portfolio_item:link {
 color: #DE3163;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: underline;
}
a.portfolio_item:hover {
 color: #DE3163;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: underline;
}
a.portfolio_item:visited {
 color: #DE3163;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: underline;
}