/*!
 * Main CSS 
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* Custom */
body {
  background-color: #EEEFF0;
  background-image: url(images/bkg.jpg);
  background-position: top;
  background-repeat: repeat-x;
  margin: 0 auto;
  padding: 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

.container {
  width: 980px;
  margin: 0 auto;
  padding: 0;

}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.header {
  height: 384px;
  clear: both;
  overflow: hidden;
}

.logo {
  float: left;
  width: 150px;
  margin: 55px 0 10px 0;
}

.header nav {
  float: left;
  margin: 41px 0 0px 20px;
}

.header nav ul {
  margin: 0;
  padding: 0 0;
}

.header nav li {
  display: inline-block;
}

.header nav li a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #7f8384;
  text-shadow: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 100px;
}

.header nav li:hover {
  background-color: #f4f4f4;
  background-image: url(images/menu_dropdown_left.png);
  background-repeat: repeat-y;
  background-position: left center;
}

.header nav a:hover {
  background-image: url(images/menu_dropdown_right.png);
  background-repeat: repeat-y;
  background-position: right center;
}

.header nav .active {
  color: #3990bd;
}


.anons {
  text-align: center;
  clear: both;
}

.anons img {
  margin: 20px auto;
}

.main {
  padding-top: 30px;
  margin-top: 0px;
  overflow: hidden;
  background-image: url(images/wrapper_left_corners.png);
  background-repeat: no-repeat;
  background-position: 237px 10px;
}

.main a:link, .main a:visited {
  color: #3990bd;
  text-decoration: none;
}

.left {
  float: left;
  width: 249px;
  height: 50%;
  background-image: url(images/wrapper_edges.png);
  background-repeat: repeat-y;
  background-position: right center;
  padding-top: 10px;
}

.contacts {
  padding: 0px 15px 0 15px;
  overflow: hidden;
  font-family: "Comic Sans MS","Trebuchet MS",Arial,Helvetica,sans-serif;
  font-style: italic;
  font-size: 13px;
  background-image: url(images/contacts.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 191px;
  height: 247px;
  text-align: center;
}

.contacts p {
  margin-top: 41px;
  text-align: left;
}

.contacts img {
  margin-top: 10px;
}

.right {
  margin: 0px 0px 10px 0px;
  width: 690px;
  padding: 20px;
  float: right;
  overflow: hidden;
  background-color: #EEEFF0;
  
}

.right p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  color: #858586;
}

footer {
  background-image: url(images/page_footer_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 150px;
}

footer .container {
  clear: both;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  padding: 30px 0 20px 0;
}
