body {
    background-color: #999;    
    color: #666;
    font: 13px "Helvetica Neue",helvetica,arial,sans-serif;
    background: url("../images/background.png") repeat-y scroll center center #999;
}    

html {
    overflow: auto;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

#wrapper {
    display: block;
    width: 1079px;
    min-height: 700px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/bg.png") no-repeat top left;
    background-color: #fff;
}

h1 {
    font: 22px "Helvetica Neue",helvetica,arial,sans-serif;
    line-height: 1.1;
    color: #0940FF;
    margin-bottom: 16px;
}

h2 {
     font: 22px "Helvetica Neue",helvetica,arial,sans-serif;
     line-height: 1.1;
     color: #FD5F59;
     margin-bottom: 16px;
}
h3 {
    font: 18px "Helvetica Neue",helvetica,arial,sans-serif;
    line-height: 1.1;
    color: #0940FF;
    margin-bottom: 16px;
}
h4 {
    font: 17px "Helvetica Neue",helvetica,arial,sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #FD5F59;
    margin-bottom: 16px;
}
h5 {
    font: 17px "Helvetica Neue",helvetica,arial,sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #333;
    margin-bottom: 6px;
}

sup { vertical-align: super; font-size: 11px; }
sub { vertical-align: sub; font-size: 11px; }


a {
    font: 14px "Helvetica Neue",helvetica,arial,sans-serif;
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #333;
    text-decoration: none;
}
a.altn {
    font: 12px "Helvetica Neue",helvetica,arial,sans-serif;
    color: #666;
    text-decoration: underline;
}
a.altn:hover {
    color: #333;
    text-decoration: none;
}

.small {
    font-size: 10px;
}

/* IE */
input { scrollbar-face-color: expression(runtimeStyle.scrollbarFaceColor = '#fff', className = (className) ? ' type-'+type : 'type-'+type) }
/* /IE */

p {
    margin-bottom: 8px;
}

.error {
    display: block;
    font: 12px "Helvetica Neue",helvetica,arial,sans-serif;
    color: #cc0000;
}

#logo {
    float:left; 
    width:530px; 
    margin-left:0px; 
    height:150px; 
    background: url(../images/logo.png) no-repeat 0px 0px;
}
#logo a {
    display: block;
    width: 90%;
    height:150px;
}

#languages ul {
    overflow: hidden;
}

#languages li {
    float: left;
    margin: 10px 22px 10px 15px;
}

#languages li a {
    display: block;
    margin-left: 32px;
    font: 12px "Helvetica Neue",helvetica,arial,sans-serif;
    font-weight: bold;
    color: #999;
    text-decoration: none;
}
#languages li a:hover {
    color: #333;
    text-decoration: underline;
}

#languages {
    width: 600px;
    margin: 20px;
    float:left;
    overflow: hidden;
}
#copyright {
    width: 350px;
    margin: 30px 20px 10px 20px;
    font: 12px "Helvetica Neue",helvetica,arial,sans-serif;
    font-weight: normal;
    color: #999;    
    float:right;
    text-align: right;
    overflow: hidden;
}

#eng {
    background: url("../images/eng.png") no-repeat top left;
}
#frn {
    background: url("../images/frn.png") no-repeat top left;
}
#ger {
    background: url("../images/ger.png") no-repeat top left;
}
#rus {
    background: url("../images/rus.png") no-repeat top left;
}


#navigation {
    width: 600px;
    float: right;
    overflow: hidden;
}

#search {
    /*width: 300px;*/
    width: 0px;
    float: right;
    /*margin: 40px 420px 20px 20px;*/
    margin: 40px 220px 40px 20px;
    overflow: hidden;  
}

#menu {
	width: 950px;
	float: none;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#menu ul {
    float: right;
    overflow: hidden;    
}
#menu ul li {
    float: left;
    border-right: 1px dotted #ccc;
    overflow: hidden;    
}
#menu ul li a {
    display: block;
    margin: 10px 30px;
    font: 16px Georgia, Cambria, serif;
    font-style: normal;
    color: #333;
    text-decoration: none;
}
#menu ul li a:hover {
	color: #0940FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

ul.lst {
    margin-left: 30px;
    list-style-type: circle;
}



input, textarea, select {
    color:#666;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F5F5F5;
    border-color: #ccc;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    box-shadow: 1px 1px 2px #D8D8D8 inset;
    padding: 6px;
    margin: 2px 0 8px 0;
    font: 13px "Helvetica Neue",helvetica,arial,sans-serif;
    behavior: url(pie.htc);
}

textarea { height: 80px; }

label {
    display: block;
    margin: 4px 0 10px 0;
    font: 14px "Helvetica Neue",helvetica,arial,sans-serif;
}
label input {
    display: block;
    margin: 4px 0 10px 0;
    font: 14px "Helvetica Neue",helvetica,arial,sans-serif;
}
.bluebutton {
    padding: 8px 10px 8px 10px;
    margin: 10px 0 10px 0;
    background-color: #3399CC;
    color: #fff;
    box-shadow: none;
    font: 14px "Helvetica Neue",helvetica,arial,sans-serif;
}

.thickbox {
    float:left;
    margin: 20px;
}
.thumb {
    border: 8px solid #e5e5e5;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ??? Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ??? Safari ? Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ????????? ???? */
}
