/*Reset*/
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* MAIN STYLES */
body, html {
  font-family:Arial,Helvetica,sans-serif;
  background-color:#444041;
  background-image:url(../images/bg.png);
  background-repeat:no-repeat;
  background-position: top right;
  background-attachment:fixed;
  color:#FFF;
  font-size:16px;
  height:100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}
h1 {
  background-image:url(../images/h1.png);
  background-repeat:no-repeat;
  padding-left:18px;
  font-size:24px;
/*  font-weight:bold !important;*/
  text-transform:uppercase;
  margin:15px 0 0 -18px;
  line-height:50px;
  color:#FDD205;
}
h2 {
  font-size:28px;
  margin:20px 0;
  color:#FDD205;
}
h3 {
  font-size:22px;
  margin:20px 0 5px;
  color:#FFF;
}
p {
  line-height:150%;
  margin-bottom:10px;
}
a {
  text-decoration:none;
  color:#FDD205;
}
a:hover {
  color:#FDD205;
}
em {
  font-style:italic;
}
strong {
  font-weight:bold;
}
.clear { clear:both;}
.wrapper, #content {
  width:960px;
  margin:auto;
}
#header {
  display:block;
  clear:both;
  height:115px;
}
#logo {
  float:right;
}
#banner {
  background-color:#020202;
  display:block;
  border-bottom:7px solid #FFF;
  height:140px;
  width:100%;
  background-image:url(../images/banner.jpg);
  background-repeat:no-repeat;
  background-position:right top;
}
#menu {
  clear:both;
  margin-top:8px;
}
#menu ul {
  display:block;
  margin:auto;
}
#menu ul li {
  float:left;
  padding:5px 30px;
  border-right:2px solid #FFF;
  line-height:18px
}
#menu a {
  font-size:18px;
  text-transform:uppercase;
  color:#FFF;
  font-family: 'Oswald', sans-serif;
}
#menu a:hover, #menu a.active {
  text-decoration:none;
  color:#FDD205;
}
#menu ul li.first {
  padding-left:20px;
}
#menu ul li.last {
  padding-right:0;
  border-right:0;
}
#content {
  padding:25px 0 25px 35px;
  clear:both;
  margin-bottom:15px;
}
#content .left {
  width:640px;
  float:left;
  padding-right:25px;
}
#content .right {
  width:260px;
  float:right;
  padding:0 0 0 15px ;
  margin-top:25px;
}
#content ul {
  margin-left:0;
}
#content ul li {
  background-image:url(../images/bullet.png);
  background-position:0 3px;
  background-repeat:no-repeat;
  padding:3px 20px;
}
#content a {
  font-weight:bold !important;
}
#content a:hover {
  text-decoration:underline !important;
}
table#solutions, table#contact {
  width:100%;
}
table#solutions td, table#contact td {
  width:50%;
  vertical-align:top;
}
table#solutions h3 {
  margin:0;
  padding:0;
}
table#solutions ul {
  margin:10px 0;
}
table#contact a {
  font-weight:normal !important;
}
ul.two  {
  width:100%;
}
ul.two li {
  width:40%;
  float:left;
}
#footer {
  text-transform:uppercase;
  font-size:12px;
  border-top:7px solid #3C3A3B;
  background-color:#221E1F;
  clear:both;
  display:block;
  height:60px;
  padding-top:10px;
}
#footer p {
  text-align:center;
}