html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #151515;
    background: url(../media/noise.jpg) repeat #efefef;
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: #4b565c;
    border: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

label {
    display: block;
}

input {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    width: 250px;
    padding: 2px;
    border: 1px solid #dddddd;
}

input[type="checkbox"] {
    margin-left: 0;
    width: 15px;
}

textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    width: 500px;
    height: 200px;
    padding: 2px;
    border: 1px solid #dddddd;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol li {
    margin-bottom: 10px;
}

ul li {
    margin-bottom: 2px;
}

form li strong {
    font-size: 12px;
    color: #ae4747;
}

form li em {
    font-size: 12px;
}

button {
    display: block;
    cursor: pointer;
    width: 154px;
    height: 24px;
    background: url(../media/button.png) no-repeat left top;
    border: 0;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
}

button:active {
    background-position: left bottom;
}

#wrapper {
    position: relative;
    min-height: 100%;
    margin-bottom: -51px;
}

* html #wrapper {
    height: 100%;
}

#clear-footer {
   height: 51px;
   clear: both;
}

#header {
    background: url(../media/noise-dark.jpg) repeat #4f5b63;
    border-bottom: 1px solid #fff;
}

#header h1 {
    margin: 15px 0 15px;
    color: #fff;
    font-size: 28px;
    text-shadow: 0 1px 3px #222;
    float: left;
    font-weight: normal;
}

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

#navigation {
    float: right;
}

ul#main-navigation {
    margin: 22px 0 0 20px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 3px #222;
}

ul#main-navigation.alt {
    margin: 12px 0 0 20px;
}

ul#main-navigation li {
    display: inline;
    padding: 5px 10px 5px 0;
    background: url(../media/separator.jpg) right repeat-y;
}

ul#main-navigation li.last {
    background: none;
}

ul#main-navigation li a {
    color: #fff;
}

ul#sub-navigation {
    margin-top: 6px;
    text-align: right;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 3px #222;
}

ul#sub-navigation li {
    display: inline;
    padding-right: 10px;
    background: url(../media/separator.jpg) right repeat-y;
}

ul#sub-navigation li.last {
    background: none;
}

ul#sub-navigation li a {
    color: #fff;
}

#title {
    margin: 25px 0;
    text-align: center;
}

#title h1 {
    display: inline-block;
    padding: 15px 20px;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    color: #353535;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-shadow: 0 1px 3px #fff;
}

#main {
    position: relative;
    margin-top: 25px;
    padding: 25px 35px;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#main-bottom {
    height: 15px;
    margin-bottom: 50px;
    background: url(../media/main-shadow.png) no-repeat 0 0;
}

#content {
    width: 490px;
    float: left;
    padding-right: 30px;
}

#content h2 {
    font-weight: normal;
}

ul#features {
    list-style: none;
}

ul#features li {
    margin: 0 0 10px;
    padding: 10px 0 10px 60px;
    background-position: left center;
    background-repeat: no-repeat;
}

ul#features li.free {
    background-image: url(../media/money.png);
}

ul#features li.clouds {
    background-image: url(../media/clouds.png);
}

ul#features li.lock {
    background-image: url(../media/lock.png);
}

ul#features li.help {
    background-image: url(../media/help.png);
}

ul.column {
    display: inline-block;
    width: 270px;
    padding: 0 10px;
    vertical-align: top;
    white-space: nowrap;
}

#side {
    width: 345px;
    float: right;
    padding-left: 20px;
    border-left: 1px solid #e2e2e2;
}

#side h2 {
    font-weight: normal;
}

#sort {
    position: absolute;
    top: 25px;
    right: 35px;
}

#sort a.remove {
    display: block;
    position: absolute;
    top: 19px;
    right: 2px;
}

#search {
    width: auto;
    background: url(../media/magnifier.png) no-repeat 2px 2px;
    width: 210px;
    padding-left: 20px;
}

#footer {
    position: relative;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0 1px 3px #222;
    background: url(../media/noise-darker.jpg) repeat #3b474e;
    border-top: 1px solid #5e686c;
}

#footer a {
    color: #fff;
}

p.error {
    color: #ae4747;
}

p.error a {
    color: #ae4747;
    text-decoration: underline;
}

p.success {
    color: #59ae3e;
}

p.special {
    text-align: right;
}

.loader {
    display: none;
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}
