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

a {
    color: #007;
    text-decoration: none;
}

a:hover {
    color: #00c;
    text-decoration: underline;
}

a.plain {
    color: #000;
    text-decoration: none;
}

a.plain:hover {
    text-decoration: none;
}

body {
    background: #ccc url('../images/body-gradient.png') repeat-x;
    color: #333;
    font: 10pt Helvetica, Verdana, sans-serif;
    text-align: center;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 35px;
    margin-bottom: 10px;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    border-bottom: #ddd 1px solid;
    font-size: 17pt;
    margin-bottom: 10px;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 10pt;
}

img {
    border: 0px;
}

input[type=text], textarea, select {
    background: #f6f6f6;
    border: #ccc 1px solid;
    padding: 4px;
    width: 100%;
}

option {
    padding: 1px 3px;
}

input[type=button],
input[type=reset],
input[type=submit] {
    background: #fefefe;
}

p {
    margin-bottom: 15px;
}

table {
    width: 100%;
    font-size: 10pt;
}

table.main {
    background: #fff;
    border: #aaa 1px solid;
    margin-bottom: 15px;
}

table.main td {
    padding: 3px;
    vertical-align: middle;
}

table.main tr.primary td {
    background: #eee;
}

table.main tr.secondary td {
    background: #ddd;
}

table.main th {
    background: #036;
    color: #fff;
    font: bold 14px Arial, sans-serif;
    padding: 5px;
    text-align: left;
}

td {
    vertical-align: top;
}

ul {
    list-style-position: inside;
    list-style-type: none;
}

#header, #footer {
    background: #006 url('../images/header-gradient.png') repeat-x center;
    clear: both;
    color: #fff;
    padding: 10px;
}

#header a,
#header a:hover {
    color: #fff;
    text-decoration: none;
}

#header h1 {
    border: 0px;
    font-size: 21pt;
    font-weight: 100;
    margin: 0px;
}

#navigation {
    background: #eee;
    border-bottom: #ddd 1px solid;
    padding: 10px;
    text-align: right;
}

#navigation a:hover {
    text-decoration: none;
}

#navigation li {
    display: inline;
    margin-left: 14px;
}

#content {
    line-height: 1.5;
    padding: 10px;
}

#footer #copyright {
    float: right;
    text-align: right;
}

#wrapper {
    background: #fff;
    border: #888 1px solid;
    padding: 1px;
    margin: 10px auto;
    text-align: left;
    width: 765px;
}

.icon {
    vertical-align: text-bottom;
    margin-right: 5px;
}

h2 .icon {
    vertical-align: middle;
}

.clear {
    clear: both;
}

/* Page Specific Styles */

.link_list {
    padding: 0px;
}

.link_list a {
    display: block;
    border-top: #ccc 1px solid;
    padding: 4px;
}

.link_list a:hover {
    background: #ddd;
}

.section h3 {
    background: #006;
    color: #fff;
    padding: 5px;
}

.section {
    background: #eee;
    border: #ccc 1px solid;
    margin-bottom: 10px;
}

/* Meta: Home Page */

.area.hook {
    font: italic bold 11pt Georgia, serif;
    text-align: center;
}

.two_col .left_col {
    float: left;
    margin-bottom: 10px;
    width: 435px;
}

.two_col .right_col {
    float: right;
    width: 300px;
}

.area {
    background: #eee url('../images/area-gradient.png') repeat-x;
    border: #006 2px solid;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
}

.area_img {
    margin-bottom: 5px;
}

.area ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.area ul ul {
    margin-left: 25px;
}

#home .learn_more {
    text-align: right;
}

/* #home #client-list {
    list-style-image: url('/media/images/icons/star.png');
    list-style-position: inside;
} */

/* Meta: About Us */

#about #rates td {
    width: 50%;
}

#about #poweredby {
    margin: 0px 20px 15px 20px;
}

#about #poweredby img {
    margin-bottom: 1px;
    vertical-align: middle;
}

/* Shop */
#shop_left {
    float: left;
    margin-bottom: 10px;
    width: 200px;
}

#shop_right {
    float: right;
    margin-bottom: 10px;
    width: 535px;
}

#shop_left ul {
    list-style-type: none;
}

#shop #add_to_cart{
    text-align: right;
}

/* Questionnaire */
.form {
    font-size: 9pt;
    width: 75%;
}

.form th, .form td {
    vertical-align: top;
    padding-bottom: 20px;
}

.form th {
    font-weight: bold;
    width: 30%;
}

.form td {
    color: #777;
    font-size: 8pt;
    width: 70%;
}


/* Knowledgebase */
#kb .search_results {
    list-style-type: none;
    margin: 10px 0px 20px 10px;
}

#kb_left {
    float: left;
    margin-bottom: 10px;
    width: 535px;
}

#kb_right {
    float: right;
    width: 200px;
}

#kb_right ul {
    list-style-type: none;
}

#kb_right .section h3 {
    background: #006;
    color: #fff;
    padding: 5px;
}

.kb_right_body {
    padding: 5px;
}

#kb_disclaimer {
    background: #f5e5e5;
    border: #e5bfbf 1px solid;
    color: #300;
    font-size: 8pt;
    margin-bottom: 15px;
    padding: 5px;
}

#kb_disclaimer span {
    color: #600;
    display: block;
    font-size: 10pt;
    font-weight: bold;
}

#kb_disclaimer p {
    margin: 0px;
}

#kb_article_stats {
    background: #eee;
    border: #ddd 1px solid;
    font-size: 8pt;
    list-style-type: none;
    margin-top: 0px;
    padding: 5px;
}
