body {
    background: #ccc url(/img/bg.png) repeat-y 5px 0;
    font-family: verdana, arial, helvetica;
    font-size: small;
    color: #000;
}

body img {
    border: 0px none #000;
}

form, input {
    margin: 0;
    padding: 0;
}

div.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

#container {
    position: absolute;
    left: 16px;
    top: 0;
    width: 720px;
    margin: 0;
    padding: 0;
}

#header {
    height: 105px;
    margin: 0;
    padding: 0;
    background-image: url(/img/bg-header.png);
    background-repeat: repeat-x;
}

#header .logo {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
    float: left;
}

#header .menubar {
    position: relative;
    left: -11px;
    top: 0px;
    height: 26px;
    margin: 0;
    padding: 0;
    float: left;
}

#header .toplinks {
    position: relative;
    top: 0px;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-right: 5px;
    color: #fff;
    height: 20px;
    font-size: x-small;
    font-weight: bold;
    text-align: right;
}

#header .toplinks a {
    color: #fff;
}


#header .breadcrumb {
    position: relative;
    top: 0px;
    margin: 0;
    padding: 0;
    padding-top: 6px;
    color: #000;
    height: 18px;
    font-size: x-small;
    float: left;
}

#header .breadcrumb a {
    color: #000;
}

* html #header .breadcrumb {
    top: -3px;
}

#content {
    margin: 0;
    padding: 0;
}

#leftcol {
    width: 225px;
    padding-left: 14px;
    padding-top: 10px;
    float: left;
}

#rightcol {
    position: relative;
    margin-top: -15px;
    width: 455px;
    margin-right: 25px;
    float: right;
}

h1 {
    font-size: 1.8em;
    font-weight: bold;
}
h2 {
    font-size: 1.5em;
    font-weight: bold;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;
}
h4 {
    font-size: 1em;
    font-weight: bold;
}
h5 {
    font-size: .8em;
    font-weight: bold;
}

ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

p {
}

/* form styles */
form.contact label {width:9em; font-size:12px; float:left; clear:left; margin-top:0px;}


form.contact div.item {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #efefef;  
}
input.invalid, textarea.invalid {
    border-color: red;
    border-style: solid;
}
strong.error {
    color: red;
}
ul.error {
    color: red;
    margin-left: 15px;
}
form.contact div.data {
    font-weight: bold !important;
    font-size: 14px !important;
    padding-left: 4px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.b { font-weight: bold; }


table.plan-info {
}

td.plan-header {
    background-color: #39f;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
td.plan-header-head {
    background-color: #0A6CCE;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

td.item-a {
    background-color: #ddd;
    font-size: 11px;
    color: #000;
    text-align: center;
}
td.item-a-head {
    background-color: #ddd;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

td.item-b {
    background-color: #eee;
    font-size: 11px;
    color: #000;
    text-align: center;
}
td.item-b-head {
    background-color: #eee;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

td.item-a a, td.item-b a {
    font-weight: bold;
}
