html, body {
    background: #ccc;
    color: #333;
    font-family: sans-serif;
    font-size: 13px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h1,
h2,
h3,
p,
ul,
ol {
    margin-bottom: 10px;
}

h1,
h2 {
    color: #36a;
}

h1,
h2,
h3 {
    font-weight: bold;
}

h2,
h3 {
    margin-top: 30px;
}

strong {
    font-weight: bold;
}

a {
    color: #36a;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

ul,
ol {
    list-style-position: outside;
    margin-left: 40px;
}

ul,
ul li {
    list-style-type: disc;
}

ol,
ol li {
    list-style-type: decimal;
}

ul li ul {
    margin-bottom: 0;
}

#right img {
    margin-bottom: 10px;
}

div.image {
    margin-top: 30px;
}

div.bike-image {
    margin-bottom: 10px;
}

div.bike-image img {
    float: left;
    margin-right: 20px;
}

dt {
    clear: left;
    float: left;
    font-weight: bold;
    min-height: 25px;
    width: 200px;
}

dd {
    float: left;
}

input,
textarea {
    background: #fff;
    border: 1px solid #006;
    width: 390px;
    margin-bottom: 10px;
}

textarea {
    height: 100px;
}

input.submit {
    width: 100px;
}

input.radio {
    border: 0;
    width: auto;
}

label span,
.required,
.error {
    color: #c00;
}

.success {
    color: #090;
}

#wrapper {
    background: #fff;
    border: 1px solid #999;
    border-top: 0;
    margin: 0 auto;
    padding: 20px;
    width: 800px;
}

#logo {
    float: right;
    margin-bottom: 20px;
}

#top {
    border-top: 10px solid #006;
    border-bottom: 10px solid #006;
    float: left;
}

#header a {
    text-decoration: none;
}

#navigation {
    background: #36a;
    border-bottom: 10px solid #006;
    clear: both;
    height: 50px;
    margin-bottom: 20px;
}

#content-container {
    margin-bottom: 20px;
}

#content {
    margin: 0 20px 0 0;
    width: 595px;
}

#right {
    width: 185px;
}

#footer {
    background: #36a;
    border-top: 5px solid #006;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.column {
    border-top: 5px solid #006;
    float: left;
    padding: 10px 0 0 0;
}

.clear {
    clear: both;
}

/*
 Dropdown
*/
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown {
    float: left;
    position: relative;
    z-index: 597;
}

ul.dropdown li {
    float: left;
    line-height: 1;
    vertical-align: middle;
    zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    cursor: default;
    position: relative;
    z-index: 599;
}

ul.dropdown ul {
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 598;
}

ul.dropdown ul li {
    float: none;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

/*
 Dropdown style
*/
ul.dropdown {
    font-size: 14px;
}

ul.dropdown li {
    background-color: #47b;
    border-right: 1px solid #006;
    color: #fff;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    background-color: #006;
    color: #fff;
}

ul.dropdown a {
    display: block;
    padding: 18px 14px;
}

ul.dropdown a {
    text-decoration: none;
}

ul.dropdown a:link,
ul.dropdown a:visited {
    color: #fff;
}

ul.dropdown a:hover,
ul.dropdown a:active {
    color: #fff;
}

ul.dropdown li ul li {
    border: 1px solid #006;
    border-top: 0;
    width: 200px;
}
