/* standard elements */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #3B63A3;
  text-decoration:none;
}
a:hover {
  color: #ee4339;
}
html, body {
  height: 100%;
}
body {
  background: url("http://conf.nsc.ru/files/styles/670902/bearfotos-freepik-7.jpg"); 
  background-size: cover;
  background-position: top center;
  //background-attachment: fixed;
  //background-repeat: no-repeat;
  //background: rgb(173,208,248);
  //background: linear-gradient(180deg, rgba(173,208,248,1) 0%, rgba(77,148,214,1) 50%, rgba(21,81,136,1) 100%);
  color: #444;
  font: normal 0.8em Arial,"Lucida Sans Unicode",sans-serif;
}
form {
  padding: 0 0 6px 8px;
}
input {
  color: #555;
  font: normal 1em Arial,"Lucida Sans Unicode",sans-serif;
}
p,ul {
  font-size: 12pt;
  padding-bottom: 15px;
}
h1 {
  font-size: 14pt;
}
h2 {
  font-size: 13pt;
}
h1,h2,h3 {
  color: #408dd1;
  padding-top: 6px;
  margin-bottom: 10px;
}
/* misc */
#clearer {
  clear: both;
}

/************** STRUCTURE ****************/

#container {
  //background: #D6E6FC;
  //background: rgb(255,255,255);
  //background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(173,208,248,1) 16%, rgba(125,178,231,1) 45%, rgba(77,148,214,1) 75%, rgba(21,81,136,1) 100%);
  background: rgb(163,201,240);
  background: linear-gradient(180deg, rgba(163,201,240,1) 0%, rgba(178,207,247,1) 100%);
  width: 1210px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -58px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#main {
  clear: both;
  padding: 8px 18px 8px 18px;
}

#header {
  background: url("/files/styles/670902/ICO-Head-6.jpg") no-repeat;
  min-height: 258px;
  height: auto !important;
  height: 258px;
  //width: auto !important;
  cursor:pointer;
  margin-bottom: 8px;
}

#header a {
display: block;
height: 200px;
}


#flags {
  margin-top: 4px;
  float: left;
}
#flags span {
  display: block;
  float: left;
  margin-left: 4px;
}
#help {
  margin-top: 2px;
  float: right;
  color: #fff;
}
#help span.help_span {
  display: block;
  float: left;
  margin-right: 8px;
  color: #fff;
}
#help span.help_logout {
  padding-top: 4px;
  color: #fff;
}
#help .logout-user a {
  font-weight: bold;
  color: #fff;
}
#help .logout-link a {
  font-weight: bold;
  color: #fff;
}
#flags img, #help img {
  display: block;
}

#title {
  text-align: center;
}
#title h1 {
  color: #FFF;
  font: normal 1.8em Arial,Verdana,sans-serif;
  padding: 3px 10px;
}
#title h2 {
  color: #FFF;
  font: normal 1.2em Arial,Verdana,sans-serif;
  padding: 0px 10px 5px 10px;
}

#menu {
  float: left;
  width: 250px;
  margin-top: 5px;

}
#menu ul {
  //border: 1px solid #fafafa;
  //border-top: 3px solid #FAFAFA;
  background: #EEE url("/images/transparentia/bgul.gif") repeat-x;
  margin: 0;
  padding: 0;
}
#menu li {
  //border: 2px solid #FAFAFA;
  border-top: 2px solid #a0c4ea;
  list-style: none;
  margin: 0;
}

#menu li a {
  background: #408dd1;
  color: #fff;
  display: block;
  padding: 10px 6px 10px 14px;
  //font-weight: bold;
  //font: 11pt Helvetica,Georgia,Verdana,Arial,sans-serif;
}

#menu li a:visited {
  background: #408dd1;
  color: #fff;
  font-weight: bold;
}


#menu li a:hover {
  //background: #258921;
  background: #C8DDFD;	
  color: #408dd1;
  //font: bold 11pt Helvetica,Georgia,Verdana,Arial,sans-serif;
}

#logo {
  padding: 20px 0px 0px 0px;
  margin: 0px;
}
#logo img {
  margin-left: -1px;
  border: 0px;
}

#content {
  //color: #6c6c6c;
  color: #525252;
  float: right;
  width: 900px;
  margin-top: 5px;

}
#item {
  padding: 30px 45px;
  border: 1px solid #fafafa;
  background: #FFF;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#content li {
  margin-left: 25px;
}

#footer, #push {
  height: 42px;
  margin: 6px auto;
  width: 1210px;
  z-index: -1;
}
#footer div {
  height: 32px;
  padding: 8px;
  background: none;
  border: 0px ;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

/****************** Счетчик дней  **************/

#clock {
text-align: center;
color: #4c8dd1;
padding: 18px 0 18px 0;
margin: 8px 0 8px 0;
font: bold 15px Arial,"Lucida Sans Unicode",sans-serif;
//background: #fff;
//background: #f5f9ff;
  /background: #FCE5E0;
  background: #FFE3D2;
//border: 2px solid #4c8dd1;
}


#clock:hover {
color: #4c8dd1;
//border: 2px solid #4c8dd1;
}

#RemainsFullDays {
text-align: center;
font: normal 45px Arial,"Lucida Sans Unicode",sans-serif;
}
