html {
margin: 0;
background-color: transparent;
}

body {
margin: 0 0 15px 0;
padding: 0;
font: 100% Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
background-color: #fff;
}

h1 {
/*
margin-left: -20px;
padding-left: 22px;
*/
font-family: Geneva, Arial, Helvetica, sans-serif;
/*font-size: 12pt;*/
color: #339;
/*font-weight: normal;*/
letter-spacing: .05em;
background: url(/images/marketing/bg_heading1.gif) no-repeat 0 1px;
}

h2 {
/*
margin-top: 30px;
margin-left: -10px;
padding-left: 15px;
*/
/*font-size: 1.25em;*/
color: #ff510d;
font-weight: bold;
background: url(/images/marketing/bg_heading2.gif) no-repeat 0 4px;
}

h3 {
color: #339;
/*font-size: 1.1em;*/
}

p {
line-height: 1.5em;
}

img {
border: 0;
}

a:link, a:visited {
color: #339;
}

a:hover, a:active {
color: #ff510d;
}

a.itemLink1:link, a.itemLink1:visited {
padding-left: 12px;
color: #339;
background: url(/images/marketing/bg_link1.gif) no-repeat left bottom;
}

a.itemLink1:hover, a.itemLink1:active {
padding-left: 12px;
color: #ff510d;
background: url(/images/marketing/bg_link1.gif) no-repeat left top;
}

a.itemLink2:link, a.itemLink2:visited {
padding-left: 10px;
color: #339;
background: url(/images/marketing/bg_link2.gif) no-repeat left bottom;
}

a.itemLink2:hover, a.itemLink2:active {
padding-left: 10px;
color: #ff510d;
background: url(/images/marketing/bg_link2.gif) no-repeat left top;
}

div#container {
position: relative;
width: 100%;
}

div#bannerHome {
height: 85px;
background: url(/images/marketing/bg_tile_one.gif) repeat-x;
}

div#banner {
height: 65px;
background: url(/images/marketing/bg_tile_two.gif) repeat-x;
}

img#bannerText {
display: none;
}

/* MAIN NAVIGATION */
div#nav {
display: none;
clear: both;
height: 30px;
padding-top: 5px;
text-align: center;
color: #fff;
font-size: .75em;
font-weight: bold;
letter-spacing: .1em;
background: url(/images/marketing/bg_nav.gif) no-repeat;
}

div#nav ul {
margin: 0;
padding: 0;
}

div#nav li {
display: inline;
margin: 0;
padding: 0 2em;
}

div#nav a:link, div#nav a:visited {
padding-left: 8px;
color: #ededed;
font-weight: normal;
text-decoration: none;
background: url(/images/marketing/bg_nav_item.gif) no-repeat left bottom;
}

div#nav a:hover, div#nav a:active {
padding-left: 8px;
color: #fff;
font-weight: normal;
text-decoration: underline;
background: url(/images/marketing/bg_nav_item.gif) no-repeat left top;
}

div#nav li strong {
padding-left: 8px;
background: url(/images/marketing/bg_nav_item.gif) no-repeat left top;
}

div#content {
clear: both;
background: url(/images/marketing/bg_tile_content_side.gif) repeat-y 600px 0;
/*font-size: .8em;*/
}

div#main {
/*float: left;*/
width: auto;
/*padding: 10px 10px 10px 30px;*/
color: #555;
}

div#column {
display: none;
float: right;
width: 180px;
font-size: .85em;
}

div#column img {
margin-bottom: 12px;
}

div#column ul {
margin: 15px;
padding: 0;
list-style: none;
}

div#column li {
margin-top: 12px;
}

div#column p {
/*margin: 0;*/
padding: 15px;
line-height: 25px;
}

div#column a:link, div#column a:visited {
color: #203d9e;
text-decoration: none;
}

div#column a:hover, div#column a:active {
color: #ff7300;
text-decoration: underline;
}

div.spacer {
clear: both;
}

div#footer {
clear: both;
padding: 5px;
text-align: center;
font-size: 8pt;
background: url(/images/marketing/bg_tile_one.gif) repeat-x bottom;
border: 1px solid #ccc;
}

div#footer p {
margin: 5px 0;
/*font-size: .7em;*/
}

div#footer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

div#footer ul li {
display: inline;
padding: 0 2em;
/*font-size: .7em;*/
}

div#footer a:link, div#footer a:visited {
text-decoration: none;
}

div#footer a:hover, div#footer a:active {
text-decoration: underline;
}
/**********************/

/* POPUP: Used in Popup windows. */
p.popUpButtons {
margin: 0;
text-align: right;
}

a.linkButton:link, a.linkButton:visited {
margin: auto 5px;
padding: 3px 3px 3px 14px;
font-size: .8em;
color: #339;
background: #eee url(/images/marketing/bg_link2.gif) no-repeat 3px -18px;
border: 1px solid #339;
}

a.linkButton:hover, a.linkButton:active {
margin: auto 5px;
padding: 3px 3px 3px 14px;
font-size: .8em;
color: #ff510d;
background: #fff url(/images/marketing/bg_link2.gif) no-repeat 3px 2px;
border: 1px solid #339;
}
/**********************/

/* FEATURES */
div#featuresContainer {
margin-top: 20px;
height: 380px;
background: url(/images/marketing/bg_features.gif) no-repeat;
}

div#featuresList {
float: left;
width: 220px;
font-size: .9em;
text-align: right;
border: 0px solid green;
/*background: url(/images/marketing/bg_features_list.gif) no-repeat right top;*/
}

div#featuresList ul {
margin: 0;
padding: 10px 40px 10px 10px;
list-style: none;
}

div#featuresList li {
margin-bottom: 10px;
}

div.features {
width: 300px;
padding: 10px;
font-size: .9em;
background-color: transparent;
border: 0px solid red;
}

div.features ul {
margin: 0;
padding: 10px;

}

div.features li {
margin: 5px;
}

img.featureText {
margin-left: -10px;
}
/**********************/

/* COMPARE PACKAGE COTAINER  */
div#comparePack {
padding-top: 30px;
padding-bottom: 35px;
font-size: 1em;
background: url(/images/marketing/bg_chart_compare.gif) no-repeat right;
}

/* TABLES */
table.data {
width: 100%;
border-collapse: collapse;
}

table.data th {
padding: 5px 2px;
font-size: .8em;
border: 2px solid #7d91d1;
background-color: #dadde5;
}

table.data td {
padding: 5px 2px;
text-align: center;
font-size: .8em;
border: 1px solid #c0c0c0;
}

table.data td.textAlignment {
text-align: left;
}

table.data td.sectionRow {
padding: 5px 2px;
font-size: .8em;
font-weight: bold;
border: 2px solid #7d91d1;
background-color: #f5f5f5;
}