
body {
  border-top: 4px solid #FF9900;
  background: #02466a url(/images/body_bg.png) repeat-x;
}

body, a {
  font-family: "Century Gothic", sans-serif;
}


p {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #f80;
  font-size: 13px;
}

.header {
  height: 119px;
  margin-bottom: 70px;
}

.app_name {
  padding-top: 20px;
}

.app_name a {

}

.date {
  padding-top: 25px;
}

.date_bg {
  text-align: right;
  background: transparent url(../images/header_bg.png) 40px bottom scroll no-repeat;
  height: 115px;
}

.date span {
  color: #FF9900;
  font-size: 26px;
  font: century gothic;
}

span.date_email a {
  font-size: 14px;
}

.main ul.menu {
  text-align: right;
  margin: 10px 0 50px 0;
  clear: both;
}

.main ul.menu li {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
}

.main ul.menu li.last {
  margin-right: 2px !important;
}

.main ul.menu li a {
  color: white;
  text-decoration: none;
  font-size: 11px;
}

.main .content {
  overflow: hidden;
  padding: 5px 10px;
  background: #FFF url(../images/bg_content_top.png) repeat-x;
  border-right: 1px solid #FF9900;
  border-left: 1px solid #FF9900;
  border-bottom: 1px solid #FF9900;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.main .content h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  background: url(../images/h2.png) no-repeat left 7px;
  padding-left: 20px;
  font-weight: normal;
}

.main .content p.description {
  font-size: 16px;
  color: #666;
  text-align: center;
  display: block;
}

.main .content p.description a {
  font-size: 16px;
}

.home h1 {
  font-weight: normal;
  font-size: 46px;
  font-style: normal;
  color: #FF9900;
}

h1 img {
  margin-left: -10px;
  margin-top: -18px;
}

.home p {
  color: #007eb9;
  font-size: 24px;
  line-height: 27px;
}

.main .content .list {
  margin: 0 30px;
  padding: 20px 0 30px;
}

.main .content .box {
  width: 289px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  margin: 5px 10px;
  float: left;
  display: block;
}

.yellow-box {
  background-color: #ffd65c;
}

.orange-box {
  background-color: #ffa033;
}

.main .content .box img {
  float: left;
  padding: 10px 0;
  margin: 0 10px;
}

.main .content .box p {
  padding: 5px 0;
  margin: 0 5px 0 70px;
  color: white;
}

.main .content .box p strong {
  color: #046;
}

.main ul.menu-bottom {
  text-align: right;
  position: relative;
  bottom: -20px;
  margin: 0 40px 0 0;
}

.main ul.menu-bottom li {
  display: inline;
  background-color: white;
  padding: 5px 20px;
  border: 1px solid #8fadbc;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.main .menu-bottom li a {
  color: #046;
  text-decoration: none;
  font-size: 14px;
}

.spacer {
  margin-bottom: 10px;
}

.spacer.large {
  margin-bottom: 50px;
}

/**
 * Contact Us
 */
#contact_form {
  text-align: left;
}

#contact_form p {
  margin-left: 180px;
  margin-bottom: 10px;
}

#contact_form p input.text {
  border: 1px solid #888;
  padding: 2px;
  width: 300px;
}

#contact_form p label {
  display: block;
  text-align: left;
  color: #f80;
  font-size: 11px;
}

#contact_form p textarea.contact {
  height: 100px;
  width: 300px;
  padding: 2px;
  border: 1px solid #888;
}

.btn {
  display:inline-block;
  background:none;
  margin:0;
  padding:3px 0;
  border-width:0;
  overflow:visible;
  font:100%/1.2 Arial,Sans-serif;
  text-decoration:none;
  color:#333;
}

* html button.btn {
  padding-bottom:1px;
}
/* Immediately below is a temporary hack to serve the
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
  margin:0 -3px;
}

.btn span {
  background:#ddd url(/images/bg-button.gif) repeat-x 0 0;
  margin:0;
  padding:3px 0;
  border-left:1px solid #bbb;
  border-right:1px solid #aaa;
}

* html .btn span {
  padding-top:0;
}

.btn span span {
  position:relative;
  padding:3px 10px;
  border-width:0;
  border-top:1px solid #bbb;
  border-bottom:1px solid #aaa;
}

#contact_form p.actions {
  width: 305px;
  text-align: right;
}

/* thanks message */
.thanks {
  font-size: 25px;
  color: #f80;
  padding: 0px 0;
  font-weight: normal;
  line-height: 28px;
}

/**
 * See to Believe
 */

#image_canvas {
  height: 300px;
  text-align: center;
}

ul.shops_menu {
  padding: 0 0;
}

ul.shops_menu li {
  display: inline;
  margin: 0 10px 0 0;
}

ul.shops_menu li a {
  font-size: 15px;
}

.shops_nav {
  margin: 0 20px;
}

table.image_gallery_table {
  border-collapse: collapse;
}

table.image_gallery_table tr td {
  vertical-align: middle;
}

table.image_gallery_table .image {
  width: 550px;
}

table.image_gallery_table .arrows {
  width: 50px;
}

table.image_gallery_table .arrows a {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999em;
  cursor: pointer;
}

/**
 * Next
 */
#quote_form {
  text-align: center;
  min-height: 150px;
}

#quote_form .questions_canvas {
  width: 350px;
  margin: 0 auto;
}

#quote_form h3 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

#quote_form label {
  width: 45px;
  text-align: right;
  display: inline-block;
  color: #666;
}

#quote_form label.checks {
  width: 100px;
  display: inline-block;
  text-align: left;
}

.nav ul {
  margin: 0 70px;
  padding-left: 60px;
}

.nav ul li {
  text-align: center;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  margin-left: 10px;
  background-color: #FFF;
  border-top: 1px solid #FF9900;
  border-right: 1px solid #FF9900;
  border-left: 1px solid #FF9900;
  display: block;
  float: left;
  height: 25px;
  width: 95px;
}

.nav ul li.current {
  background: url(../images/bg_content_top.png) repeat-x;  
}

.nav ul li a {
  height: 25px;
  display: block;
  margin-top: 3px;
}

.nav ul li.current a {
  color: #fff;
}

.nav ul li a:hover {
  text-decoration: underline;
}

.home {
  margin: 0 25px;
  padding-bottom: 20px;
  text-align: center;
}

.footer {
  margin: 20px auto 10px;
  text-align: center;
  color: #fff;
}

.get_a_quote {
  margin: 0 auto;
  height: 44px;
  width: 297px;
  display: block;
  text-indent: -9999px;
  background: url(../images/get_a_quote.png) no-repeat center;
}

.default {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: 40px;
  _margin-left: 0px;
  overflow: hidden;
}

.default ul {
  list-style-type: none; 
}

.default ul li {
  background: url(../images/circle.png) no-repeat left 4px;
  padding-left: 25px;
  color: #007EB8;
  font-size: 18px;
  width: 180px;
  margin-bottom: 10px;
  line-height: 20px;
  float: left;
}

.examples {
  overflow: hidden;
  margin: 55px auto;
  width: 630px;
  min-height: 280px;
}

.examples a.back-example {
  background: url(../images/back-example.png) no-repeat;
  float: left;
  display: block;
  text-indent: -9999px;
  width: 13px;
  height: 22px;
  margin-top: 120px;
}

.examples a.next-example {
  background: url(../images/next-example.png) no-repeat;
  float: left;
  display: block;
  text-indent: -9999px;
  width: 13px;
  height: 22px;
  margin-top: 120px;
}

.examples img {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  border: 2px solid #FF9900;
  width: 550px;
}

#current_step {
  text-transform: capitalize;
}

/* Comparison Chart */

table.comparison_chart {
  margin: 0 auto 20px auto;
}

table.comparison_chart td {
  width: 96px;
  text-align: center;
  height: 38px;
  vertical-align: middle;
  color: #555;
}

table.comparison_chart th.first, table.comparison_chart td.first {
  width: 240px;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  border: none;
}

table.comparison_chart th {
  width: 90px;
  padding: 3px;
  font-size: 9px;
  vertical-align: top;
  text-align: center;
  line-height: 10px;
  color: #fff;
  padding-top: 15px;
  background: url(/images/compare_title_bg.png) no-repeat;
  font-weight: normal;
  font-style: normal;
}

table.comparison_chart th.first, th.sellarchy {
  background: none;
}

table.comparison_chart th em {
  font-size: 19px;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}

table th.sellarchy {
  text-align: center;
  padding: 0;
  vertical-align: middle;
}

table td {
  font-size: 13px;
}

table tr.odd td.col-2 {
  background-color: #BBD4E0;
}

table tr.odd td.col-3 {
  background-color: #A3C8D9;
}

table tr.odd td.col-4 {
  background-color: #8ABAD1;
}

table tr.odd td.col-5 {
  background-color: #74B1CD;
}


table tr.even td.col-2, table th.col-2 {
  background-color: #CCE5F1;
}

table tr.even td.col-3, table th.col-3 {
  background-color: #B2D8EA;
}

table tr.even td.col-4, table th.col-4 {
  background-color: #99CBE3;
}

table tr.even td.col-5, table th.col-5 {
  background-color: #7FBEDC;
}


table tr.even td.first {
  background-color: #fff;
  
}

table tr.even td {
  padding-right: 1px;
  border-right: 1px solid #fff;
}

table tr.odd td.first {
  background-color: #e8e8e8;
}

table tr.odd td, table th {
  padding-right: 1px;
  border-right: 1px solid #e8e8e8;
}


/* Features */

.features {

}

.feature {
  width: 315px;
  margin: 10px;
  float: left;
  line-height: 28px;
}

.feature img {
  width: 32px;
  float: left;
  margin-right: 5px;
}

.feature.special {
  width: 350px;
  float: none;
  margin: 20px auto;
  padding-top: 20px;
  font-size: 16px;
  clear: both;
}