body {
  font: 12px Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  color: #504A46;
  background: #fff;
}

img {
  border: none;
}

#page {
  margin: 0 auto;
  width: 995px;
  background: url(/assets/images/page-bg.gif) repeat-y;
  overflow: hidden;
  height: 100%;
}

#left-shadow {
  float: left;
  width: 100%;
  background: url(/assets/images/left-shadow.jpg) no-repeat;
}

#right-shadow {
  float: left;
  width: 935px;
  padding: 0 30px;
  background: url(/assets/images/right-shadow.jpg) no-repeat top right;
}

/*header start*/
#header {
  float: left;
  width: 909px;
  height: 66px;
  padding: 4px 10px 0 16px;
  background: url(/assets/images/header-bg.jpg) no-repeat;
}

/*logo start*/
#header h1 {
  float: left;
  margin: 3px 0 0 0;
}

#header h1 a {
  float: left;
  margin: 0;
  display: block;
  text-indent: -9999px;
  height: 57px;
  width: 330px;
  overflow: hidden;
  background: url(/assets/images/logo.jpg) no-repeat;
}

/*logo end*/
/*discount text start*/
#discount {
  float: right;
  margin: 0;
  width: 155px;
  height: 39px;
  overflow: hidden;
  margin: 13px 0 0 43px;
  display: inline;
  text-indent: -9999px;
  background: url(/assets/images/discount-text.jpg) no-repeat;
}

#phone-number {
  float: right;
  margin: 0;
  width: 196px;
  height: 27px;
  overflow: hidden;
  margin: 0 -105px 0 0;
  text-indent: -9999px;
  background: url(/assets/images/phone-number.jpg) no-repeat;
}

/*discount text end*/
/*header menu start*/
#header .links {
  float: right;
  margin: 0;
  display: inline;
  padding: 50px 4px 0 0;
}

#header .links li {
  list-style: none;
  float: left;
  padding: 0 0 0 10px;
  font-size: 11px;
  color: #fff;
}

#header .links li a {
  text-decoration: none;
  color: #fff;
}

#header .links li a:hover {
  text-decoration: underline;
}

/*header menu end*/
/*header end*/
/*horiz menu start*/
#horiz-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  height: 29px;
  border-top: 1px solid #fff;
  background: url(/assets/images/horiz-menu-bg.gif) repeat-x;
}

#horiz-menu li {
  list-style: none;
  font-size: 12px;
  float: left;
  margin: 0 0 0 17px;
  display: inline;
  line-height: 29px;
  padding: 0 0 0 13px;
  background: url(/assets/images/horiz-menu-arrow.gif) no-repeat 0 9px;
  font-weight: bold;
}

#horiz-menu li.color a {
  color: #FFC657;
}

#horiz-menu li a {
  color: #fff;
  text-decoration: none;
}

#horiz-menu li a:hover {
  text-decoration: underline;
}

/*horiz menu end*/
/*left column start*/
#left-column {
  float: left;
  width: 714px;
  position: relative;
}

#software {
  float: left;
  width: 100%;
  position: relative;
  background: red;
  min-height: 276px;
  background: url(/assets/images/software-bg.jpg) no-repeat;
}

* html #software {
  height: 276px;
}

#software .links {
  margin: 0;
  padding: 17px 0 0 19px;
  width: 207px;
}

* html #software .links {
  padding: 15px 0 0 19px;
}

* + html #software .links {
  padding: 15px 0 0 19px;
}

#software .links li {
  list-style: none;
  font-weight: bold;
  padding: 4px 0 0 14px;
  background: url(/assets/images/links-arrow.gif) no-repeat 0 9px;
}

* html #software .links li {
  padding: 6px 0 0 14px;
  background: url(/assets/images/links-arrow.gif) no-repeat 0 11px;
}

* + html #software .links li {
  padding: 6px 0 0 14px;
  background: url(/assets/images/links-arrow.gif) no-repeat 0 11px;
}

#software .links li span {
  font-size: 16px;
}

.buy-link {
  display: block;
  position: absolute;
  left: 543px;
  top: 167px;
}

#software .software-text {
  position: absolute;
  left: 16px;
  top: 220px;
  width: 553px;
  margin: 0;
  height: 41px;
  background: url(/assets/images/software-text.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

#travel {
  float: left;
  width: 100%;
  min-height: 246px;
  background: url(/assets/images/travel-bg.gif) repeat-x;
}

* html #travel {
  height: 246px;
}

#perfect {
  float: left;
  width: 492px;
  height: 239px;
  margin: 7px 0 0 0;
  background: url(/assets/images/animate.gif) no-repeat;
}

#perfect h2 {
  color: #000;
  font-size: 22px;
  margin: 9px 30px 0 0;
  height: 60px;
  float: right;
}

#perfect h3 {
  height: 50px;
  float: left;
  font-size: 18px;
  margin: 160px 0 0 10px;
  color: #183157;
  font-weight: bold;
}

#travel h2.people {
  float: right;
  color: #FAFFFC;
  margin: 0 17px 0 0;
  display: inline;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
}

#travel .text {
  float: left;
  width: 201px;
  margin: -10px 0 0 0;
  padding: 0 0 0 12px;
}

#travel .text p {
  margin: 0;
  padding: 20px 0 3px 0;
  clear: both;
  line-height: 14px;
}

#travel .text .by {
  font-size: 12px;
  font-weight: bold;
  color: #5A6677;
  width: 115px;
  float: right;
}

/*left column end*/
/*right column start*/
#right-column {
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
  background: #fff;
  width: 190px;
}

#right-column h3, #right-column h2 {
  color: #A1130F;
  font-size: 20px;
  margin: 0 0 0 5px;
}

#right-column h2 {
  color: #000;
}

/*right column end*/
/*footer start*/
#footer {
  margin: -25px 0 0 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 23px 0 0 0;
  background: url(/assets/images/footer-bg.gif) no-repeat;
}

#footer ul {
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
  height: 23px;
  margin: 0;
  background: #fff;
  text-align: center;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#footer li {
  list-style: none;
  display: inline;
  color: #2153A3;
  padding: 0 8px;
}

#footer li a {
  color: #2153A3;
  text-decoration: underline;
}

#footer li a:hover {
  text-decoration: none;
}

/*footer end*/
/*sIFR start*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}

.sIFR-replaced {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*sIFR end*/
/*inner page start*/
/*left column start*/
.inner {
  float: left;
  width: 100%;
  background: url(/assets/images/right-column-line.gif) repeat-y right;
}

.inner #software {
  background: none;
}

.inner #software.index {
  float: left;
  width: 100%;
  position: relative;
  background: red;
  min-height: 276px;
  background: url(/assets/images/software-bg.jpg) no-repeat;
}

.inner #software .text {
  padding: 0 30px 25px 49px;
}

.inner #software h2 {
  margin: 22px 0 0 0;
  height: 21px;
  color: #526581;
  font-size: 18px;
  font-weight: normal;
}

.inner #software p {
  margin: 0;
  padding: 14px 0 0 0;
  line-height: 15px;
}

.inner #travel .goodbye {
  margin: 76px 0 0 6px;
  display: inline;
  height: 140px;
  overflow: hidden;
  font-size: 30px;
  float: left;
  width: 160px;
  color: #5C6E89;
}

.inner #perfect {
  background: none;
}

.inner #perfect.index {
  float: left;
  width: 492px;
  height: 239px;
  margin: 7px 0 0 0;
  background: url(/assets/images/animate.gif) no-repeat;
}

/*left column end*/
/*Benefits and FAQ's*/
.faq dt, .benefits dt {
  font-weight: bold;
  margin-top: 1em;
}

/*Benefits and FAQ's end*/
/*Contact us*/
.contact form {
  margin: 10px 0 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px;
}

.contact fieldset {
  width: 400px;
}

.contact form label {
  display: block;
  float: left;
  width: 150px;
  padding: 0;
  margin: 5px 0 0;
  text-align: right;
}

.contact form input, .contact form textarea {
  margin: 5px 0 0 10px;
}

.contact textarea {
  overflow: auto;
  width: 225px;
  height: 85px;
}

.contact form .required {
  font-weight: bold;
}

.contact input[type=submit] {
  margin-left: 150px;
}

form div.error {
  color: #ff0000;
}

form div.error ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 75px;
}

/*Contact us end*/
/*inner page end*/
.line-through {
  background: url(/assets/images/linethrough.gif) repeat-x center left;
}

.checkout {
  margin: 15px auto;
  width: 122px;
}