/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* Useful clases */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.container {
  width: 900px;
  margin: 0 auto;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* =================================================

General styles

================================================= */
body {
  background: #F7F7F7;
  color: #666666;
  font-size: 12px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2C2C2C;
  font-family: 'Signika', 'Futura', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-weight: bold;
}
h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
}
h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}
h4 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
/* Logo */
#header h1 {
  border-top: 5px solid #DBDBDB;
  margin-bottom: 0;
}
h1 a#logo {
  padding: 18px 50px;
  display: block;
  text-transform: uppercase;
}
/* Page title */
h2#page-title {
  margin-bottom: 30px;
  padding: 0 40px;
  background: url('../img/pagetitleBg.jpg') repeat-x;
  line-height: 30px;
  text-transform: uppercase;
}
h2#page-title span {
  background: #fff;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
}
p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 18px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:hover {
  color: #6087A2;
}
ol,
ul {
  margin-left: 24px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 18px;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
table {
  margin-bottom: 18px;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
table th {
  border-top: 0;
  font-weight: bold;
  font-family: 'Signika', 'Futura', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table th:first-child,
table td:first-child {
  border-left: 0;
}
table tr:nth-child(odd) td {
  background: #f5f5f5;
}
/* Navigation */
#menu ul {
  list-style: none;
  margin: 0 0 32px;
  height: 48px;
  overflow: hidden;
  background: #353031 url('../img/menuBg.jpg');
  -webkit-box-shadow: 0 0 0 1px #282626;
  -moz-box-shadow: 0 0 0 1px #282626;
  box-shadow: 0 0 0 1px #282626;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#menu ul li {
  display: inline-block;
  border-right: 1px solid rgba(255,255,255,.1);
  margin-right: -4px;
  background: url('../img/arrow.png') no-repeat 14px center;
}
#menu ul li a {
  border-right: 1px solid rgba(0,0,0,.3);
  padding: 0 30px;
  padding-left: 40px;
  display: block;
  text-transform: uppercase;
  font-family: 'Signika', 'Futura', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 48px;
  font-size: 14px;
  font-weight: normal;
  font-weight: bold;
  color: #ffffff;
}
#menu ul li a:hover {
  background: rgba(97, 137, 163, 0.6);
  border-right: 1px solid rgba(0,0,0,.8);
  text-shadow: 0 1px 0px rgba(0,0,0,.8);
}
/* =================================================

Layout styles

================================================= */
.inner {
  width: 900px;
  margin: 0 auto;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.block {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block:last-child {
  padding-right: 0;
}
#header {
  background: transparent;
}
#header .inner {
}
#graphic_wrapper {
  background: transparent;
}
#graphic_wrapper .inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#graphic_wrapper .inner .nivoSlider {
  margin-bottom: 40px;
}
#main {
  background: transparent;
}
#main .inner {
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #E6E6E6;
  -moz-box-shadow: 0 0 0 1px #E6E6E6;
  box-shadow: 0 0 0 1px #E6E6E6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main .inner #content div.block {
  width: 250px;
}
#main .inner #content ul.block {
  margin-left: 0;
  width: 166px;
  padding-left: 24px;
}
#content {
  display: inline;
  float: left;
  width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px;
  background: transparent;
}
#sidebar {
  display: inline;
  float: left;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  background: transparent;
}
#footer_wrapper {
  background: transparent;
  margin-bottom: 24px;
}
#footer_wrapper .inner {
  padding: 24px 50px;
  
  -webkit-box-shadow: 0 0 0px 1px #2E2B2B;
  -moz-box-shadow: 0 0 0px 1px #2E2B2B;
  box-shadow: 0 0 0px 1px #2E2B2B;

  background: #383233 url('../img/footerBg.png');

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

}
#footer_wrapper .inner p {
  color: #ffffff;
  text-shadow: 0 1px 1px #000000;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0;
}

#footer_wrapper .inner a {
  color: #ffffff;
  font-weight: bold;
}
