﻿* {
margin: 0px;
padding: 0px;
}

body {
font-family: arial;
color: #2a2e32;
font-size: 13px;
text-align: center;
background: #bababa url('../images/bg.png') repeat-x;
}

a {
color: #004f96;
}

a:hover {
color: #2d8add;
}

img {
border-style: none;
}

h1 {
font-size: 30px;
font-family: Myriad Pro,Arial;
color: #ff6600;
margin-bottom: 17px;
}

h2 {
font-size: 18px;
font-family: Myriad Pro,Arial;
color: #ff6600;
margin-bottom: 7px;
margin-top: 7px;
}

h3 {
font-size: 14px;
font-family: arial;
}

h5 {
font-size: 10px;
font-family: arial;
margin-bottom: 6px;
}


.orange {
color: #ff6600;
}

#container {
width: 939px;
margin: 0 auto;
text-align: left;
background-color: white;
height: 100%;
}

#content {
padding-top: 25px;
width: 939px;
background: #ffffff url('../images/content-bg.png') repeat-x;
}

#maindiv {
width: 630px;
float: left;
padding-left: 20px;
padding-right: 20px;
border-right: 1px dotted #419ff1;
}

#sidediv {
width: 223px;
float: left;
padding-left: 20px;
padding-right: 20px;
background-color: #ffffff;
}

ul li {
margin-bottom: 14px;
}

#menu {
list-style-type: none;
width: 939px;
height: 42px;
background: #d5eafd url('../images/menu-bg.png') no-repeat;
padding-top: 1px;
}

#menu li {
float: left;
}

#menu a {
padding-right: 30px;
padding-left: 30px;
display: block;
line-height: 41px;
text-decoration: none;
font-family: verdana;
font-size: 21px;
color: #eaf2f8;
border-right: 1px solid #004f96;
border-left: 1px solid #86c5fd;
}

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

#footer {
clear: both;
width: 909px;
background-color: #393939;
padding-top: 12px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
color: #c1c1c1;
}

#footer a {
color: #b6b6b6;
text-decoration: underline;
}

#footer a:hover {
color: white;
}

.aboutlink {
background: url('../images/icons/about.png') no-repeat;
padding-left: 20px;
margin-right: 15px;
float: right;
}

.contactlink {
background: url('../images/icons/contact.png') no-repeat;
padding-left: 20px;
float: right;
}

.buylink {
background: url('../images/icons/arrow-right.png') right no-repeat;
padding-right: 20px;
font-size: 14px;
}

.checklist {
list-style-type: none;
}

.checklist li {
background: url('../images/icons/bullet.png') left top no-repeat; padding-left: 20px;
}

p {
margin-bottom: 16px;
}

.compareheader {
background: url('../images/icons/compare.png') 2px no-repeat;
padding-left: 23px;
margin-top: 24px;
}

.awardheader {
background: url('../images/icons/award.png') 2px no-repeat;
padding-left: 23px;
}

.infoboxleft {
float: left;
width: 285px;
padding-right: 25px;
}

.infoboxright {
float: left;
width: 285px;
padding-left: 25px;
border-left: 1px dotted #419ff1;
}

.t_compare {
border-collapse: collapse;
width: 100%;
}

.t_header {
font-weight: bold;
font-size: 15px;
}

.t_compare td {
padding: 10px;
border-bottom: 1px solid #adb3ba;
}

.t_odd td {
background-color: #eaeaea;
}

.t_last td {
background-color: white;
border-bottom: 1px solid transparent;
text-align: right;
}

.t_left {
text-align: left;
}

.t_right {
text-align: right;
}

.t_center {
text-align: center;
}
