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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
/* links */
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #03ACAE;
  text-decoration: none;
}
a.link {
  color: #FFFFFF;
  text-decoration: none;
}
a.top:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.top:hover {
  color: #FF0000;
  text-decoration: none;
}
body {
  background-image: url('../images/background.jpg');
  background-repeat: repeat-xy;
  background-attachment: fixed centre 50%;
  background-color: #373737;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-family: Arial, sans-serif;
}
scrollbar {
  scrollbar-arrow-color: #DA000E;
  scrollbar-3dlight-color: #111111;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #333333;
  scrollbar-highlight-color: #555555;
  scrollbar-shadow-color: #222222;
  scrollbar-track-color: #121212;
}
#wrapper {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
#header {
  height: 94px;
  background: #000000 url('../images/bg-header.png') repeat-x;
  clear: both;
}
#header h1 {
  font-size: 48px;
  color: #fff;
  line-height: 62px;
  letter-spacing: 2px;
}
#header h2 {
  color: #43ABD8;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 3px;
}
#main {
  padding-top: 70px;
  background: #ffffff url('../images/bg-content.gif') repeat-x;
  text-align: left;
  clear: both;
  margin-bottom: 30px;
}
#sidebar-left {
  float: left;
  width: 260px;
  text-align: center;
}
#middle {
  float: left;
  width: 440px;
}
#middle ul li {
  font-size: 19px;
  font-weight: bold;
  background: url('../images/bulletPoint15.png') no-repeat;
  padding-left: 30px;
  margin-bottom: 15px;
}
#middle #robot {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 35px;
}
#middle #robot p {
  color: #A3C63A;
  font-size: 32px;
  font-weight: bold;
}
#middle #robot p img.left {
  float: left;
  margin: 0 10px 0 0;
}
#middle #robot p img.right {
  float: right;
  margin: 0 0 0 10px;
}
#sidebar-right {
  float: left;
  width: 260px;
  text-align: center;
}
#newsletter {
  width: 920px;
  margin: 0 auto;
}
#newsletter #newsletter-inner {
  background: url("../images/newsletter.png") no-repeat top left;
  height: 60px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 60px;
  padding-top: 10px;
}
#newsletter #newsletter-inner p {
  margin-right: 15px;
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-style: italic;
}
#newsletter #newsletter-inner p span {
  text-transform: uppercase;
  font-style: normal;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-right: 1em;
}
#newsletter #newsletter-inner form {
  float: right;
  margin: 5px 15px 0 0;
  overflow: hidden;
  padding: 0;
}
#newsletter #newsletter-inner input,
#newsletter #newsletter-inner button {
  float: left;
  height: 33px;
  border: 0;
}
#newsletter #newsletter-inner input {
  background: url("../images/newsletter_input.jpeg") no-repeat top left;
  color: #eee;
  font-size: 16px;
  margin-right: 10px;
  padding-left: 10px;
  width: 230px;
  line-height: 33px;
}
#newsletter #newsletter-inner button {
  background: url("../images/newsletter_button.jpeg") no-repeat top left;
  text-indent: -9999px;
  width: 79px;
  cursor: hand;
  cursor: pointer;
}
.ie6 #newsletter p,
.ie7 #newsletter p {
  font-size: 10px !important;
}
.ie6 #newsletter p span,
.ie7 #newsletter p span {
  font-size: 11px;
}
#footer {
  clear: both;
  text-align: center;
  background: #000;
  padding: 10px 0;
  font-size: 13px;
  color: #f90;
  font-weight: bold;
  width: 960px;
  margin: 0 auto;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #03ACAE;
}
#footer p {
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#footer span {
  float: left;
  width: 320px;
}
#footer #social-icons {
  text-align: right;
}
#footer #social-icons a {
  margin-right: 15px;
}
/* Sticky footer code
----------------------------------------------------- */
html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}
.footer,
.push {
  height: 30px;
}
/* --------------------------------------------------- */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
#fbtab {
  background: url('../images/like.png') no-repeat;
  /* Path to Image */

  right: 1px;
  /* change this to left: 1px; to put it on the left of the screen */

  top: 275px;
  height: 45px;
  width: 32px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 5000;
}
#fbtab a {
  display: block;
  width: 100%;
  height: 100%;
}
#twtab {
  background: url('../images/twitter-side.gif') no-repeat;
  /* Path to Image */

  right: 1px;
  /* change this to left: 1px; to put it on the left of the screen */

  top: 328px;
  height: 117px;
  width: 29px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 5000;
}
#twtab a {
  display: block;
  width: 100%;
  height: 100%;
}
#rsstab {
  background: url('../images/rss.png') no-repeat;
  /* Path to Image */

  right: 1px;
  /* change this to left: 1px; to put it on the left of the screen */

  top: 381px;
  height: 45px;
  width: 32px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 5000;
}
#rsstab a {
  display: block;
  width: 100%;
  height: 100%;
}
/* ==== END Side tabs buttons by Peterkao.com ==== */
@media screen and (max-width: 480px) {
  body {
    min-width: 320px;
  }
  .wrapper {
    margin: 0 auto -65px;
  }
  .footer,
  .push {
    height: 65px;
  }
  #wrapper {
    width: 100%;
  }
  #header {
    height: auto;
  }
  #header h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #header h2 {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 24px;
  }
  #main {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #sidebar-left {
    width: 300px;
    clear: both;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-bottom: 30px;
  }
  #sidebar-left img {
    height: 300px;
    width: auto;
  }
  #middle {
    width: 300px;
    clear: both;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  #middle #robot p {
    font-size: 24px;
  }
  #middle #robot img {
    height: 24px;
    width: auto;
  }
  #middle #app-links a {
    width: 45%;
  }
  #middle #app-links a img {
    width: 100%;
    height: auto;
  }
  #sidebar-right {
    width: 300px;
    clear: both;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-bottom: 30px;
  }
  #sidebar-right img {
    height: 300px;
    width: auto;
  }
  #newsletter {
    width: 300px;
    margin: 0 auto;
    height: auto;
  }
  #newsletter #newsletter-inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    height: auto;
    background: #35383d;
    padding: 20px;
  }
  #newsletter #newsletter-inner p {
    margin: 0 0 5px 0;
    float: left;
  }
  #newsletter #newsletter-inner p span {
    font-size: 18px;
    line-height: 21px;
  }
  #newsletter #newsletter-inner input {
    margin-bottom: 5px;
  }
  #newsletter #newsletter-inner form {
    float: left;
  }
  #footer {
    width: 100%;
    font-size: 10px !important;
  }
  #footer span {
    display: block;
    width: 100% !important;
    text-align: center !important;
    clear: right !important;
    float: none !important;
  }
  #footer #social-icons a {
    margin-right: 0;
    margin-left: 15px;
  }
  #footer #social-icons a:first-child {
    margin-left: 0;
  }
  .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
