html {
  overflow-y : scroll;
}

html, body {
  margin:0;
  padding:0;
  height:100%;
}

body{
  font-family:trebuchet ms, tahoma, arial, helvetica, sans-serif;
  font-size: 17px;
  /*line-height:125%;*/
  color: #666;
  width: 800px;
  margin:0px;
  margin-left: auto;
  margin-right: auto;
  background:url('../img/bg.png') repeat-x scroll center top #FFFFFF;
}

table {
  width: 100%;
  border-collapse:collapse;
  padding: 0px;
  border-spacing: 0px;
  margin:0px;
}

table td {
  padding: 0px;
}

img {
  border: 0px;
}

div {
  display: block;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  padding: 0px;
  padding-bottom: 3px;
  margin: 0px;
}

a {
  color: rgb(31, 73, 125);
}

/* Main layout */

#container {
  min-height:100%; /* see also CSS hack for IE < 7 */
  position:relative;
}

#header{
  display: block;
  height: 35px;
}

#navbar {
  height: 25px;
  display: block;
}
#navbar ul{
  width: 900px;
  overflow: hidden;
  list-style-type:none;
  margin:3px;
  padding: 0px;
  font-size: 16px;
}
#navbar ul li{ 
  display:inline; 
  margin:0px; 
  float:left; 
  text-transform:uppercase;
  margin-right:53px;
}
#navbar ul li a, #navbar ul li a:link, #navbar ul li a:visited{ 
  text-decoration:none;
  color:#666;
}
#navbar ul li a:hover, #navbar ul li a:active{ 
  color:#0080B3;
}

#pad_13 {
  display:block;  
  height: 13px;
}

#pad_18 {
  display:block;  
  height: 18px;
}

#pad_25 {
  display:block;  
  height: 25px;
}

#pad_35 {
  display:block;  
  height: 35px;
}


#body {
  padding-bottom:45px;   /* Height of the footer */
}

#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:45px;   /* Height of the footer */
  background:#fff url('../img/footer.png') no-repeat scroll left top;
}

/* Body stuff */

.bordered {
  padding: 0px;
  border: 1px solid black;
  margin: -1px;
}

.rounded-box {
  background-color: #fff;
  width: 100%;
  border: 1px solid #888;
  margin: -1px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 3px 3px 3px #aaa;
  -moz-box-shadow: 3px 3px 3px #aaa;
  -webkit-box-shadow: 3px 3px 3px #aaa;
  behavior: url('../css/ie-css3.htc');
}

.square-box {
  background-color: #fff;
  width: 100%;
  border: 1px solid #888;
  margin: -1px;
  box-shadow: 3px 3px 3px #aaa;
  -moz-box-shadow: 3px 3px 3px #aaa;
  -webkit-box-shadow: 3px 3px 3px #aaa;
  behavior: url('../css/ie-css3.htc');
}

#home-top {
  display:block;
}

#home-center {
  display:block;
}

#benefits-center p {
  text-align: justify;
}

#benefits-box {
  font-size: 15px;
}

#benefits-bottom {
  float: left;
  width:100%;
}
#benefits-bottom-left {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  float: left;
  width:22%;
}
#benefits-bottom-left p{
  padding: 16px 0 0 0;
  margin: 0;
}

#benefits-bottom-right {
  text-align: justify;
  float: right;
  width:73%;
}

#prices-box {
  position: relative;
}

#prices-more {
  position: absolute;
  right: -15px;
  top: 40%;
}

#prices-more a:hover{
}

#prices-less {
  position: absolute;
  left: -10px;
  top: 40%;
}

#prices-outer-box {
  width: 700px;
  margin:0px;
  margin-left: auto;
  margin-right: auto;
}

#prices-inner-box {
  background:url('../img/prices_bg_pattern.png');
  width: 600px;
  margin:0px;
  margin-left: auto;
  margin-right: auto;
}

#features-middle li {
  padding: 0px;
  padding-bottom: 0px;
  margin-left: 15px;
}

#contacts {
  font-size: 15px;
}

#contacts-form td {
  vertical-align: top;
  padding-right: 15px;
  padding-bottom: 5px;
}

#contacts-form input {
  padding: 4;
  margin: 0;
}

#contacts-form input[type=text] {
  width: 100%;
  border: 1px solid #888;
}

#contacts-form textarea {
  resize: none;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 140px;
  border: 1px solid #888;
}

#contacts-form input[type=radio] {
  margin-right: 10px;
}

#contacts-form input[type=submit] {
  width: 100px;
  height: 25px;
}

#contacts-info-td {
  vertical-align: top;
  padding-top: 40px;
}

#contacts-info {
  font-size: 15px;
  text-align: center;
}

#contacts-info img {
  padding-top: 10px;
}

.legal {
  font-size: 10px;
  text-align: justify;
  line-height:110%;
}