/* cmsms stylesheet: GenXs - Main style modified: 05/28/26 14:03:56 */
@charset "utf-8"; /* CSS Document */
@font-face {
  font-family: 'robotoregular';
  src: url('/uploads/fonts/roboto-regular-webfont.eot');
  src: url('/uploads/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/uploads/fonts/roboto-regular-webfont.woff') format('woff'), url('/uploads/fonts/roboto-regular-webfont.ttf') format('truetype'), url('/uploads/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_ltregular';
  src: url('/uploads/fonts/roboto-light-webfont.eot');
  src: url('/uploads/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('/uploads/fonts/roboto-light-webfont.woff') format('woff'), url('/uploads/fonts/roboto-light-webfont.ttf') format('truetype'), url('/uploads/fonts/roboto-light-webfont.svg#roboto_ltregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url('/uploads/fonts/roboto-bold-webfont.eot');
  src: url('/uploads/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/uploads/fonts/roboto-bold-webfont.woff') format('woff'), url('/uploads/fonts/roboto-bold-webfont.ttf') format('truetype'), url('/uploads/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rudaregular';
  src: url('/uploads/fonts/ruda-regular-webfont.eot');
  src: url('/uploads/fonts/ruda-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/uploads/fonts/ruda-regular-webfont.woff') format('woff'), url('/uploads/fonts/ruda-regular-webfont.ttf') format('truetype'), url('/uploads/fonts/ruda-regular-webfont.svg#rudaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rudabold';
  src: url('/uploads/fonts/ruda-bold-webfont.eot');
  src: url('/uploads/fonts/ruda-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/uploads/fonts/ruda-bold-webfont.woff') format('woff'), url('/uploads/fonts/ruda-bold-webfont.ttf') format('truetype'), url('/uploads/fonts/ruda-bold-webfont.svg#rudabold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background: url(/uploads/images/bg.gif) center top repeat-x;
  font-family: 'roboto_ltregular';
}

a,img {
  border: none;
}

a {
  text-decoration: none;
}

a.whitelink {
  color: #fff;
  text-decoration: underline;
}

ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrap {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

#header {
  width: 990px;
  height: 63px;
  position: relative;
}

#logo {
  padding: 9px 0 0;
  float: left;
}

#menu {
  height: 26px;
  padding-top: 15px;
  float: right;
}

#menu ul {
  height: 26px;
}

#menu ul li {
  float: left;
  margin: 0 10px;
  position: relative;
}

#menu ul li.menuactive,#menu ul li:hover {
  background: #86bd3e;
  border-radius: 10px;
}

#menu ul li.menuactive:after {
  background: url(/uploads/images/menu-arrow.gif) left top no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  right: 20%;
  content: " ";
}

#menu ul li a {
  color: #fffffe;
  font-size: 15px;
  line-height: 26px;
  display: block;
  font-family: 'rudabold';
  padding: 0 10px;
}

#slider {
  width: 990px;
  margin: 0 auto;
  height: 300px;
  position: relative;
}

#slider div.txt {
  width: 325px;
  float: left;
  padding-top: 45px;
}

#slider div.txt p {
  background: url(/uploads/images/brd.gif) left top repeat-x;
  font-size: 14px;
  color: #191919;
  font-family: 'rudabold';
  padding-top: 10px;
  line-height: 24px;
}

#slider div.txt a.readmore {
  font-size: 12px;
  color: #1b1b1b;
  font-family: 'rudaregular';
  border: 1px solid #689826;
  background: url(/uploads/images/grey-btn.gif) left top repeat-x;
  line-height: 21px;
  display: block;
  width: 100px;
  text-align: center;

  -webkit-box-shadow: 1px 1px 2px #689927;
  box-shadow: 1px 1px 2px #689927;
}

#slider div.img {
  width: 525px;
  float: right;
}

#slider a.left-arrow {
  position: absolute;
  top: 115px;
  left: -50px;
}

#slider a.right-arrow {
  position: absolute;
  top: 115px;
  right: -50px;
}

#bar {
  height: 36px;
  padding-top: 15px;
}

#bar h3 {
  font-size: 17px;
  color: #b9e979;
  margin: 0;
  float: left;
  font-family: 'rudaregular';
  text-transform: uppercase;
}

#bar p {
  font-size: 13px;
  color: #f4f1f4;
  margin: 0 20px;
  float: left;
  font-family: 'robotoregular';
}

#bar a.download {
  font-size: 14px;
  color: #fff;
  font-family: 'rudabold';
  background: url(/uploads/images/download-btn.gif) left top repeat-x;
  line-height: 25px;
  width: 108px;
  height: 25px;
  float: right;
  text-indent: 10px;
}

#main-wrap {
  background: url(/uploads/images/main-bg.gif) left top repeat;
  overflow: hidden;
}

#main {
  width: 990px;
  margin: 0 auto 15px auto;
  font-size: 13px;
  color: #4e4e4e;
}

#two-cols {
  width: 990px;
}

#two-cols #col1 {
  width: 330px;
  float: left;
}

#two-cols #col2 {
  width: 540px;
  float: right;
}

#main h2 {
  font-size: 25px;
  color: #444444;
  font-family: 'rudaregular';
  font-weight: normal;
}

#main h3 {
  font-size: 18px;
  color: #383838;
  font-family: 'rudaregular';
  font-weight: normal;
}

#main p {
  font-size: 13px;
  color: #4e4e4e;
  line-height: 22px;
  word-spacing: 2.3px;
}

#main p strong {
  font-size: 15px;
  color: #4e4e4e;
}

#main a.readmore {
  background: url(/uploads/images/green-btn.gif) left top repeat-x;
  line-height: 21px;
  padding: 0 10px;
  color: #1b1b1b;
  font-family: 'rudaregular';
  font-size: 12px;
  display: inline-block;
  text-shadow: 1px 1px 0 #badc8f;

  -webkit-box-shadow: 1px 1px 2px #d8d7da;
  box-shadow: 1px 1px 2px #d8d7da;
  border: 1px solid #d8d7da;
}

#main div.box {
  width: 255px;
}

#main div.box.left {
  float: left;
}

#main div.box.right {
  float: right;
}

#main div.box img {
  background: url(/uploads/images/img-shadow.png) left top no-repeat;
  padding: 5px 5px 12px;
}

#newsletter {
  width: 899px;
  height: 63px;
  clear: both;
  background: url(/uploads/images/newsletter-bg.png) left top no-repeat;
  margin: 30px 0 20px;
  overflow: hidden;
}

#newsletter h3 {
  font-size: 16px;
  color: #252525;
  font-family: 'rudabold';
  font-weight: normal;
  float: left;
  padding: 22px 20px 0;
  margin: 0;
}

#newsletter p {
  font-size: 11px;
  color: #252525;
  font-family: 'rudaregular';
  width: 370px;
  border-left: 1px solid #d0d0d0;
  padding: 0 20px;
  line-height: 20px;
  float: left;
}

#newsletter div.nl-form {
  width: 340px;
  height: 30px;
  float: right;
  margin-top: 14px;
  font-family: 'rudaregular';
  margin-right: 20px;
}

#newsletter div.nl-form input.txt {
  width: 229px;
  height: 30px;
  background: url(/uploads/images/newsletter-txt.gif) left top no-repeat;
  border: none;
  text-indent: 10px;
  color: #c1c1c1;
  font-size: 12px;
  line-height: 30px;
  float: left;
}

#newsletter div.nl-form input.signup {
  width: 105px;
  height: 30px;
  background: url(/uploads/images/newsletter-btn.gif) left top no-repeat;
  border: none;
  color: #191919;
  font-size: 14px;
  cursor: pointer;
  float: left;
}

#twocols {
  width: 990px;
}

#twocols h2 {
  font-size: 25px;
  color: #444444;
  font-family: 'rudaregular';
  font-weight: normal;
}

#twocols h3 {
  font-size: 18px;
  color: #383838;
  font-family: 'rudaregular';
  font-weight: normal;
}

#twocols h4 {
  font-size: 18px;
  color: #64a410;
  font-family: 'rudaregular';
  font-weight: normal;
}

#twocols p {
  font-size: 13px;
  color: #4e4e4e;
  line-height: 22px;
  word-spacing: 2.3px;
}

#twocols .col1 {
  width: 330px;
  float: left;
}

#main ul.green-arrow li {
  background: url(/uploads/images/green-bullet.gif) left center no-repeat;
  padding-left: 25px;
  line-height: 22px;
}

#main ul li a {
  color: #5c5c5c;
}

#twocols div.col2 {
  width: 540px;
  float: right;
}

#supported-exchanges {
  position: relative;
}

#twocols #supported-exchanges {
  width: 540px;
}

#supported-exchanges a.left {
  position: absolute;
  top: 5px;
  left: 0;
}

#supported-exchanges a.right {
  position: absolute;
  top: 5px;
  right: 0;
}

#supported-exchanges ul {
  display: inline-block;
}

#supported-exchanges ul li {
  float: left;
  margin: 0 10px;
}

#twocols div.testimonials img {
  float: left;
  margin-right: 20px;
}

#twocols div.testimonials p span {
  font-size: 18px;
  font-weight: bold;
}

#footer-wrap {
  background: url(/uploads/images/footer-bg.gif) left top repeat-x;
  height: 240px;
  overflow: hidden;
}

#footer {
  width: 990px;
  height: 141px;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #466b17;
}

#footer h4 {
  font-size: 16px;
  color: #fff;
  font-family: 'rudabold';
  font-weight: normal;
  margin: 15px 0;
}

#footer .col1,
#footer .col2,
#footer .col3,
#footer .col4 {
  margin-right: 20px;
  float: left;
}

#footer .col1,
#footer .col3,
#footer .col4 {
  width: 215px;
}
#footer .col2 {
  width: 255px;
}
#footer .col3,
#footer .col4 {
  text-align: center;
}


#footer .col1 ul {
  float: left;
  width: 105px;
}

#footer .col1 ul li {
  background: url(/uploads/images/footer-bullet.png) left center no-repeat;
  padding-left: 10px;
  line-height: 22px;
}

#footer .col1 ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}


#footer .col2 p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}

#footer .col3 h4,
#footer .col4 h4 {
  background: url(/uploads/images/border.gif) center bottom no-repeat;
  padding-bottom: 10px;
  text-align: center;
}

#footer .col3 p {
  font-size: 12px;
  font-weight: bold;
  color: #3d561c;
  text-shadow: none;
  margin: 0;
  line-height: 22px;
}

#footer .col3 p strong {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 #466b17;
  margin-left: 10px;
}

#footer .col4 ul {
  display: inline-block;
}

#footer .col4 ul li {
  float: left;
  margin: 0 5px;
}

#footer-bot {
  width: 990px;
  margin: 0 auto;
}

#footer-bot p {
  font-size: 13px;
  color: #4b6e1c;
  float: left;
}

#footer-bot p a {
  font-size: 13px;
  color: #4b6e1c;
  float: left;
  text-decoration: underline;
}

#footer-bot a {
  float: right;
}
