@font-face {
    font-family: "Museo 700";
    src: url("../fonts/Museo700-Regular.otf");
}
    
html {
    height: 100%;
    background: #3d3d3d url(../images/body-bg.png) repeat-x bottom left;
    background-attachment: fixed;
}

strong {
    font-weight: bold;
}

strong.big {
    color: #BB0200;
}

h2, h3 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

h2 {
    color: #ccc;
    font-size: 34px;
    margin: 0px;
    text-shadow: 2px 1px 1px #282828;
}

h3 {
    color: #ccc;
    font-size: 24px;
    margin: 0px;
    text-shadow: 1px 1px 1px #111;
}

small {
    font-size: 14px;
}

a {
    color: #fff;
}

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

form p {
    margin: 0px;
    padding: 0px;
}

form .submit {
    text-align: right;
    margin: 15px 0px 10px 0px;
}

input, textarea {
    color: #000;
    font-size: 20px;
    padding: 7px;
}

label {
    color: #eee;
    display: block;
    font-size: 20px;
    text-transform: lowercase;
    margin: 20px 0px 5px 0px;
    padding: 0px;
    width: 100%;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
    background: #888;
    border: solid 2px #555;
    width: 97%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus {
    background: #aaa;
}

input[type="submit"] {
    background: #a00200;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    padding: 7px 25px;
    text-shadow: 1px 1px 1px #311;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    border-bottom: 1px solid #311;
}

input[type="submit"]:hover {
    text-decoration: underline;
}

select {
    border: none;
    background: #888;
    border: solid 2px #555;
    font-size: 18px;
    padding: 5px;
}

.big-block {
    border-bottom: 3px dotted #282828;
    margin: 0px;
    padding: 20px 0px;
}
.first-big-block {
    padding-top: 0px;
}

.last-big-block {
    border: none;
}

.big-block p {
    font-size: 24px;
    margin: 0px;
    color: #eee;
    text-shadow: 1px 1px 1px #111;
}

#wrap {
    padding-bottom: 150px;
    position: relative;
}

#drop-navigation {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background: #000 url(../images/black-gradient-small.png) repeat-x;
    background-position: 0px -40px;
    position: absolute;
    top: -186px;
    left: 525px;
}

#drop-navigation li { 
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#drop-navigation a, #drop-navigation span {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 8px 7px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

#drop-navigation a:hover {
    text-decoration: underline;
}

#top-order-now {
    background: #BB0200;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    position: relative;
}

#header {
    padding: 24px 0px;
}

#logo {
    margin: 0px;
    padding: 0px;
}

#logo a {
    background: url(../images/logo-banner.png) center;
    display: block;
    height: 137px;
    margin: 24px 0px;
    text-indent: -9999px;
}

#featured-banner {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    border-radius: 10px;
    background: url(../images/banner.png) no-repeat top left;
    height: 320px;
}

#main {
    margin: 25px 0px;
}

#main .col {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #282828;
    padding: 10px 20px;
}

#client-list {
    margin: 10px 0px 15px 0px;
    list-style: none;
}

#client-list li {
    display: inline;
    font-size: 20px;
    color: #aaa;
    text-transform: lowercase;
    margin: 0px 1px;
    line-height: 40px;
}

#client-list a {
    color: #282828;
    background: #888;
    font-size: 20px;
    text-decoration: none;
    padding: 3px 7px;
}

#client-list a:hover {
    background: #fff;
    cursor: default;
}

#partner-banner {
    background: url(../images/partner-banner.png) no-repeat bottom left;
    width: 530px;
    height: 62px;
    margin: 20px auto 10px auto;
}

#big-diff-sidebar p {
    margin: 10px 0px;
}

#example-button {
    background: #a00200;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding: 3px 3px 5px 3px;
    margin: 8px 5px 0px 5px;
    text-shadow: 1px 1px 1px #311;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 1px solid #311;
}

#example-button:hover {
    text-decoration: underline;
}

#comparison-table {
    clear: both;
    color: #eee;
    text-shadow: 1px 1px 1px #111;
    font-size: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #282828;
    padding: 0px;
    margin: 25px 0px 0px 0px;
}

#comparison-table table {
    margin: 0px;
    padding: 0px;
}

#comparison-table thead {
    font-weight: bold;
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

#comparison-table thead small {
    color: #555;
}

#comparison-table thead tr:hover {
    color: #ccc;
}

#comparison-table td {
    text-align: center;
    padding: 13px 20px;
}

#comparison-table .odd {
    background: #222;
}

#comparison-table .us {
    background: #a00200;
    cursor: pointer;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 2px solid #311;
    border-top: 2px solid #311;
}

#comparison-table .company {
    font-weight: bold;
    text-align: left;
}

#comparison-table .price, #comparison-table .revisions {
    background: #222;
}

#comparison-table .odd .price, #comparison-table .odd .revisions {
    background: #1e1e1e;
}

#comparison-table .us .price, #comparison-table .us .revisions {
    background: #a00200;
}

#comparison-table tr:hover {
    color: #F2EA94;
}

#comparison-table .bottom-corner-fix {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#comparison-table .top-corner-fix {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

#song-counter {
    background: #a00200;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-ratius: 10px;
    padding: 20px 0px;
    text-align: center;
}

#song-counter h4 {
    color: #eee;
    font-size: 25px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
}

#song-counter span {
    color: #eee;
    background: #000 url(../images/black-gradient-small.png) repeat-x;
    background-position: 0px -30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-ratius: 10px;
    padding: 5px 22px;
    margin: 0px;
    font-size: 50px;
    font-weight: bold;
}

#testimonials {
    margin-top: 15px;
}

#testimonials p {
    padding: 0px;
    margin: 0px;
}

#testimonials blockquote {
    color: #ccc;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}

#testimonials blockquote span {
    color: #fff;
}

#number-of-songs {
    width: 245px;
    float: left;
}

#number-of-songs select {
    width: 85px;
}

#expedite-checkbox {
    width: 280px;
    float: right;
}

#expedite-checkbox label {
    border: none;
    text-transform: none;
}

#order-info {
    color: #ccc;
    background: #1e1e1e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-ratius: 5px;
    margin: 0px;
    text-align: center;
    height: 37px;
    font-size: 25px;
    padding: 4px 25px;
    padding-left: 10px;
}

#order-info span {
    color: #fff;
}

#accepted-cards {
    margin: 10px 0px 5px 0px;
    padding: 0px;
    float: left;
    width: 250px;
}

#order-now-button {
    float: right;
}

#accepted-cards img {
    padding-right: 3px;
}

#guarantee {
    color: #999;
    font-size: 22px;
    text-align: center;
    padding: 30px 0px;
}

.hide {
    display: none;
}

.row_1 {
    height: 230px;
}

.sidebar-player {
    margin: 0px auto;
}

