/* Global whitespace reset */
@import url('aardvark.legs.css');

/* Global element styles */
html {
    overflow-y: scroll;
}

body {
    background-color: #121010;
}

a:link, a:visited, a:active {
    color: #304090;
    text-decoration: none;
}

a:hover {
    color: #5060c0;
    text-decoration: underline;
}

a img {
    /* Don't put borders around images that are links */
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.7em;
}

/* All pages have these blocks */

#wrapper {
    font-family: helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

#header {
    background-image: url('../images/header_bg.gif');
    background-repeat: repeat-x;
    cursor: default;
    height: 85px;
}

#header_content {
    margin: 0 auto;
    padding: 0 30px 0 28px;
    width: 902px;
}

#logo {
    height: 46px;
    width: 225px;
    position: relative;
    top: 17px;
}

#menu {
    float: right;
    display: inline;
    margin-top: 2px;
}

.menu ul {
    list-style-type: none;
    text-align: right;
}

.menu li {
    display: inline;
    font-size: 17px;
    margin: 0 0.2em 0 2.5em;
    text-align: center;
}

.current_menu_item a:visited,
.current_menu_item a:hover,
.current_menu_item a:link,
.current_menu_item a:active {
    color: #ffffff;
    font-weight: bold;
}

.menu_item a:visited,
.menu_item a:hover,
.menu_item a:link,
.menu_item a:active {
    color: #ffffff;
}

#main {
    background-color: #e8e8ff;
}

#main_content {
    border-left: 1px solid #d0d0ef;
    border-right: 1px solid #d0d0ef;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    min-height: 35em;
    padding: 30px;
    width: 900px;

    /* IE6 hack for min-height */
    height: auto !important;
    height: 35em;
}

#logged_in {
    color: #e8e8e8;
    font-size: 0.875em;
    position: absolute;
    text-align: right;
    top: 5px;
    left: 50%;
    margin-left: -447px;
    width: 894px;
}

#logged_in a {
    color: #e8ffff;
    font-weight: bold;
}

#footer {
    background-color: #181414;
}

#footer_content {
    color: #ffffff;
    margin: 1em auto 0 auto;
    width: 900px;
}

#footer_content ul {
    list-style-type: circle;
}

#footer_content li {
    color: #c0c0c0;
    text-align: left;
}

#footer_content a {
    color: #c0c0c0;
}

#news_headlines {
    border: none;
    border-right: 1px solid #808080;
    width: 200px;
}

#support_links {
    border: none;
    border-right: 1px solid #808080;
    width: 200px;
}

#company_links {
    border: none;
    border-right: 1px solid #808080;
    padding-left: 1em;
    width: 200px;
}

#customer_quote {
    border: none;
    color: #c0c0c0;
    padding-left: 1em;
    width: 200px;
}

#copyright {
    color: #A09090;
    margin: 0 auto 0 auto;
    padding-top: 0.5em;
    text-align: right;
    width: 900px;
}

/* Classes that are generally useful */

.clear_everything {
    clear: both;
}

.content_left {
    display: inline;
    float: left;
    width: 580px;
}

.content_right {
    display: inline;
    float: right;
    width: 610px;
}

.sidebar_left {
    background-color: #f0f0ff;
    display: inline;
    float: left;
    width: 260px;
}

.sidebar_right {
    background-color: #f0f0ff;
    display: inline;
    float: right;
    width: 290px;
}

.sidebar_heading {
    color: #ffffff;
    background-color: #181414;
    padding: 0.5em 1em;
}

.sidebar_content {
    border: 1px solid #d0d0ef;
    font-size: 0.875em;
    padding: 1em 1em;
}

.sidebar_menu {
    font-size: 1.1em;
}

ul.sidebar_menu {
    list-style: none;
    margin: -0.5em 0;
    padding: 0;
}

ul.sidebar_menu li {
    margin: 0.8em 0;
}

.error_message {
    color: #c00000;
}

.required_star {
    color: #009000;
    font-weight: bold;
}

/* Account page */

h4 {
    margin-bottom: 1em;
}

#account_security {
    font-size: 0.875em;
    width: 500px;
}
#account_security p {
    font-style: italic;
}

#password_form table {
    background-color: #f0f0ff;
    border: 1px solid #e0e0ef;
}

#password_form td {
    border-style: none;
    padding: 0.5em;
    vertical-align: middle;
}

#password_form input,
#password_form textarea {
    width: 280px;
}

#password_form #submit {
    width: 200px;
}

#payment_form table {
    background-color: #f0f0ff;
    border: 1px solid #e0e0ef;

}
#payment_form td {
    border-style: none;
    padding: 0.5em;
    vertical-align: middle;
}

