html,body,#wrapper {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; 
	background: #f0f4f5;
}

a {
    color: #0084c8;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#wrapper{
    background: url('/site-specific/cms.iconmedia.ru/images/top-bg.gif') top left repeat-x;
    min-width: 1000px;
    width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'100%');
}
#logo{
    height: 150px;
    width: 70%;
    margin: 0 auto 0 auto;
}
#languagebox {
    float:right;
    padding-right: 10px;
    margin-top: 40px;
}

#languagebox a {
    text-decoration: none;    
}
#languagebox a img {
   opacity: 0.3;
   -moz-opacity: 0.3;
   filter: alpha(opacity = 30);    
}
#languagebox a.active img {
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity = 100);        
}

#menu {
    width: 70%;
    margin: 0 auto 0 auto;
    text-align: left;
    height: 31px;
    background: url('/site-specific/cms.iconmedia.ru/images/menu-bg.gif') top left repeat-x;
    padding: 0 0px 0 0px;
    line-height: 30px;
    position: relative;
}
#menu-left{
    float:left;
    width: 14px;
    height: 31px;
    background: url('/site-specific/cms.iconmedia.ru/images/menu-left.gif') top left repeat-x;
}
#menu-right{
    float:right;
    width: 14px;
    height: 31px;
    background: url('/site-specific/cms.iconmedia.ru/images/menu-right.gif') top left repeat-x;
}
#menu a {
    color: #0084c8;
    text-decoration: none;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px #dde0e1 solid;
}
#menu a.active {
    color: #000000;
}

img#frontpage-illustration {
    width: 268px;
    height: 220px;
    position: absolute;
    right: -11px;
    top: 20px;
}
#promo {
    position: relative;
    height: 200px;
}
#promo-left{
    position: absolute;
    left:0px;
    top:30px;
    width: 120px;
    height: 120px;
    background: #a0d919;
}
#promo-center{
    position: absolute;
    left:130px;
    top:30px;
    width: 120px;
    height: 120px;
    background: #f99900;
}
#promo-right{
    position: absolute;
    left:260px;
    top:30px;
    width: 120px;
    height: 120px;
    background: #0cb3f1;
}
#rightpane{
    margin-top: 200px;
}
#content-wrapper{
    width: 70%;
    margin: 0 auto 0 auto;
    position: relative;
}
#rightpane {
    position: absolute;
    width: 240px;
    padding: 15px 0 0 20px;
    right: 0px;
    top: 0px;
}
#content {
    width: 70%;
    padding-top: 20px;
    min-height: 357px;
    height: expression('357px');
    clear:left;
}
#footer {
    width: 100%;
    background: #202020;
    color: #ffffff;
    line-height: 50px;
    height: 70px;
    text-align: center;
    margin-top: 20px;
}
#content p {
    margin: 1em 0 1em 0;
    text-align: justify;
}
h1 {
    font-size: 130%;
    color: #777777;
    font-weight:bold;
    padding-bottom: 7px;
    border-bottom: #d0d0d0 1px solid;
}
h2 {
    font-size: 110%;
    color: #777777;
    font-weight:bold;
}
#content ul {
    margin-left: 1.7em;
}
#content ul li {
    padding-left: 0.3em;
    list-style: disc;
}
#demologin {
    padding: 1em;
}
#demologin h3 {
    text-align: center;
    font-size: 110%;
    margin-bottom: 0.7em;
    color: #777777;
    font-weight: bold;
}

.grey.rounded {
    background-color: #e0e0e0;
    background: url('/site-specific/cms.iconmedia.ru/images/corner-grey-lt.gif') top left no-repeat;
    background-color: #e0e0e0;
}
.grey.rounded .roundwrap1{
    background: url('/site-specific/cms.iconmedia.ru/images/corner-grey-rt.gif') top right no-repeat;
}
.grey.rounded .roundwrap2{
    background: url('/site-specific/cms.iconmedia.ru/images/corner-grey-rb.gif') bottom right no-repeat;
}
.grey.rounded .roundwrap3{
    background: url('/site-specific/cms.iconmedia.ru/images/corner-grey-lb.gif') bottom left no-repeat;
}
