* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-size: 12px;
  line-height: 1.3;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #333;
  background: #fff url(/images/landing/pattern.gif);
}

/*
*
*
* COMMON
*
*/

a {
  color: #D95B2B;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}

input, textarea, select {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif
}
textarea {
  overflow: auto;
}

.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

.left, .alignleft {
  float: left;
  display: inline;
}
.right, .alignright {
  float: right;
  display: inline;
}

#header .right {
  color: white;
  margin-top: 0.5em;
  margin-right: 35px;
  font-size: 14px;
}
#header .right a {
  color: #D95B2B;
  font-weight: bold;
}

.btn {
  display: inline-block;
  overflow: hidden;
}
.btn, .btn span, .btn em, .btn strong {
  height: 60px;
  text-decoration: none !important;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
.btn span, .btn em, .btn strong {
  float: left;
}
.btn span {
  background: url(/images/landing/btn-cnt.png) repeat-x 0 0;
  padding: 0 10px;
}
.btn em {
  background: url(/images/landing/btn-left.png) no-repeat 0 0;
  width: 15px;
}
.btn strong {
  background: url(/images/landing/btn-right.png) no-repeat 0 0;
  width: 15px;
}
.btn-active span, .btn-active em, .btn-active strong {
  background-position: 0 bottom;
}

h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}

/*
*
* STRUCTURAL
*
*/

.shell {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#topbar,
#topbar .shell {
  height: 42px;
  background: url(/images/landing/topbar.gif) repeat-x 0 0;
  font-size: 13px;
  color: #fff;
}

#header,
#header .shell {
  height: 270px;
  background-color: #293546;
  position: relative;
  z-index: 3;
}

#navigation {
  position: relative;
  z-index: 2;
}
#navigation,
#navigation .shell {
  height: 51px;
  background: url(/images/landing/navigation.gif) repeat-x 0 0;
}

#main,
#main .shell {
  background: #e7e7e7;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
#main .shell {
  padding: 50px 0 0;
}

#footer,
#footer .shell {
  height: 180px;
}


/*
*
* TOP BAR
*
*/
#topbar p {
  padding: 12px 10px 0;
}
#topbar a {
  color: #fff;
  text-decoration: underline;
}
#topbar a:hover {
  text-decoration: none;
}

/*
*
* HEADER
*
*/

#logo {
  position: absolute;
  top: 26px;
  left: 44px;
  width: 215px;
  height: 240px;
}
#logo a {
  height: 240px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  background: url(/images/landing/logo.png);
}
.headings {
  float: left;
  display: inline;
  padding: 30px 0 0 358px;
}
.headings h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  padding: 0 0 2px;
}
.headings h2 {
  font-size: 21px;
  line-height: 29px;
  color: #bcbcbc;
  margin-bottom: 20px;
}
#header .signup {
  display: inline;
  width: 155px;
  margin-left: -8px;
  margin-top: 50px;
}
#header .signup p {
  margin: 10px 0 0;
  padding: 14px 0 0;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  background: url(/images/landing/border.gif) no-repeat center 0;
  text-align: center;
}


/*
*
* NAVIGATION
*
*/
.navigation-arrow {
  position: absolute;
  top: 0;
  left: 46px;
  width: 210px;
  height: 99px;
  background: url(/images/landing/navigation-arrow.gif);
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
#navigation ul {
  list-style: none;
  padding: 0 0 0 359px;
}
#navigation li {
  float: left;
  display: inline;
  margin-right: 30px;
}
#navigation a {
  float: left;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0 19px;
  text-shadow: 0 1px 0 #172338;
  background: url(/images/landing/nav-arrow.gif) no-repeat center -5000px;
  position: relative;
  margin-bottom: -8px;
}
#navigation a.active,
#navigation a:hover {
  background-position: center 48px;
}



/*
*
* FOOTER
*
*/
.footer-arrow {
  position: absolute;
  top: 0;
  left: 46px;
  width: 210px;
  height: 47px;
/*  background: url(/images/landing/footer-arrow.gif);*/
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
#footer .signup {
  float: left;
  display: inline;
  width: 215px;
  padding: 62px 0 0 60px;
}
#footer .signup .btn {
  margin-left: 10px;
}
#footer .signup h4 {
  font-style: italic;
}
#footer h2 {
  color: #fff;
  padding: 0 0 13px;
}
#footer p {
  font-size: 14px;
  line-height: 1.2;
  color: #343434;
}
#footer p a {
  color: #000;
  font-weight: bold;
}
.col-blog {
  float: left;
  display: inline;
  width: 275px;
  margin: 23px 0 0 53px;
}
.col-twitter {
  float: right;
  display: inline;
  width: 300px;
  margin: 23px 10px 0 0;
}


/*
*
* MAIN
*
*/

#sidebar {
  width: 257px;
  padding: 30px 0 0 25px;
  background: url(/images/landing/sidebar-bg.jpg) no-repeat 0 0;
  min-height: 425px;
  height: auto !important;
  height: 555px;
}

.widgets {
  list-style: none outside;
}
.widget {
  padding: 0 0 18px;
  margin: 0 0 18px;
  background: url(/images/landing/border2.gif) no-repeat center bottom;
  text-align: center;
}
.last-widget {
  padding: 0;
  margin: 0;
  background: none;
}
.widget h4 {
  font-style: italic;
  line-height: 1.2;
  padding: 0 0 10px;
}
.widget .btn {
  margin: 0 0 7px;
}
.media {
  position: relative;
  display: block;
  width: 179px;
  height: 103px;
  margin: 0 auto 11px;
}
.media img {
  display: block;
}
.media .play {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  background: url(/images/landing/play.png) no-repeat center center;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.media-hover .play {
  background: url(/images/landing/play-hover.png) no-repeat center center;
}

#content {
  width: 650px;
}

.features {
  padding: 15px 0 0 8px;
}
.features ul {
  list-style: none;
}
.features li {
  float: left;
  display: inline;
  width: 320px;
  margin: 0 0 20px;
}
.features li.cl {
  float: none;
  display: block;
  margin: 0;
}
.features h2 {
  color: #515151;
  padding: 0 0 10px 40px;
}
.features .ico-1 {
  background: url(/images/landing/ico-1.gif) no-repeat 0 0;
}
.features .ico-2 {
  background: url(/images/landing/ico-2.gif) no-repeat 0 0;
}
.features .ico-3 {
  background: url(/images/landing/ico-3.gif) no-repeat 0 0;
}
.features .ico-4 {
  background: url(/images/landing/ico-4.gif) no-repeat 0 0;
}
.features p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 40px;
  width: 260px;
}

#zoom {
  z-index: 2147483646;
}
