/* ----------------------------------- */
/* page elements */
html,body{height:100%;}

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  color:#B56327;
  background-color:#FDFAEB;
  margin:0;
  padding:0;
  background-image: url("/img/amber/main-bg2.gif");
  background-repeat: repeat-y;
  background-position: center top;
}

a{
  color:#0066B3;
}
a:visited{
  color:#227ABD;
}
a:hover{
  color: #F16521;
}
a:active{
  color:#f00;
}

form{
  margin:0;
  padding:0;
  display:inline;
}
body,a,p,div,span,
blockquote,q,site,code,pre,address,em,strong,var,tt,
menu,ul,ol,li,dt,dd,dl,
td,th,caption,
input,option,textarea,label,fieldset {
  font-size:small;
}
h1, h2, h3, h4, h5, h6 {
  color:#0066B3;
  clear:left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}


/* верх */
div#top {
  width:750px;
  height:250px;
  padding:0;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  border:none;
  background-image: url("/img/amber/main-bg.gif");
  background-repeat: repeat-x;
}
/* шапка */
div#header {
  width:750px;
  height:175px;
  padding:0;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  border:none;
  background-image: url("/img/amber/main.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* лого */
div#logo {
  width:748px;
  height:235px;
  padding:0;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  border:none;
  border-left:1px #E0D5B5 solid;
  border-right:1px #E0D5B5 solid;
  background-image: url("/img/amber/logo.gif");
  background-repeat: no-repeat;
  background-position: center 90%;
}
/* перек. языков */
div#lang {
  width:748px;
  height:25px;
  padding:0;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  border:none;
  border-left:1px #E0D5B5 solid;
  border-right:1px #E0D5B5 solid;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background-color: #FED78A;
}
div#lang[id] {
  margin-top:160px;
}
div#lang a {
  color:#C60;
  text-decoration: none;
  padding-left:30px;
  padding-right:30px;
  background-image: url("/img/amber/nav-bul-main.gif");
  background-repeat: no-repeat;
  background-position: 20px center;
  line-height:2em;
}
div#lang a:link {
  color:#C60;
  text-decoration: none;
}
div#lang a:visited{
  color:#C60;
  text-decoration: none;
}
div#lang a:hover{
  color:#C60;
  text-decoration: none;
}
div#lang a:active{
  color:#C60;
  text-decoration: none;
}

div#spylog {
  width:748px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
div#spylog img {
  padding:10px;
}



.ref a, .ref {
	font-size:7px; 
	color:#ddd;
	text-align: center;
}
