/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* End of Eric Meyer's CSS Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

body {
  font: 12px/18px Arial, sans-serif;
  background: url("../img/animatedtorso.jpg") no-repeat; }

.wrapper {
  width: 100%;
  min-width: 1000px; }

strong {
  font-weight: bold; }

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 140px;
  border-bottom: 1px solid #e4e4e4; }
  .header .container-fluid {
    padding: 0 30px; }
  .header .logo a {
    background: url("../img/logo.png");
    width: 537px;
    height: 76px;
    float: left;
    margin: 10px 0 0 0; }
  .header .topmenu {
    margin: 10px 0; }
    .header .topmenu ul li {
      float: left;
      padding: 0 20px 0 0; }
      .header .topmenu ul li a {
        color: #0790E1;
        text-transform: capitalize;
        display: block;
        cursor: pointer;
        height: 37px;
        padding: 0;
        margin: 0 20px 0 0;
        font: bold 11px/37px Tahoma; }
        .header .topmenu ul li a:hover {
          color: #3d3d3d; }

/*----------------------------------- Middle ------------------------------------------*/
.middle {
  width: 100%;
  position: relative; }

.middle:after {
  display: table;
  clear: both;
  content: ''; }

.container {
  width: 100%;
  float: left;
  overflow: hidden; }

.content {
  padding: 0 0 0 300px; }
  .content h1 {
    color: #0790E1;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    margin: 0 0 7px 0;
    padding: 0 0 8px 0;
    font: normal 24px/1.2em Cambria,serif; }
  .content .news_item_s {
    margin: 15px 0 15px 0; }
    .content .news_item_s h2 {
      color: #0790E1;
      font: normal 24px/1.2em Cambria,serif; }
    .content .news_item_s .btn {
      margin: 10px 0 10px; }

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  float: left;
  width: 320px;
  margin-left: -100%;
  position: relative;
  padding: 30px 0; }
  .left-sidebar .menu_left {
    margin: 0 0 30px 0; }
    .left-sidebar .menu_left ul li {
      padding-left: 15px;
      background: url(../img/bodyli.gif) no-repeat 0 5px;
      font-family: Verdana,Arial,Helvetica, sans-serif;
      font-size: 11px;
      text-decoration: none; }
      .left-sidebar .menu_left ul li a {
        background: #fff url(../img/mainlevel.jpg) no-repeat left top; }

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  padding: 15px 0 0 0;
  height: 100px;
  text-align: center; }
  .footer .container-fluid {
    padding: 10px; }

/*# sourceMappingURL=style.css.map */
