﻿body {
    margin: 0;
    padding: 0;
    background-color: #F3F3F3;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #919189;
}

a, a:visited {
    text-decoration: none;
    color: #72726e;
    text-transform: uppercase;
}

ul, h1, h2, h3, img {
    padding: 0;
    margin: 0;
    border: 0;
}

/*************************** HEADER ***************************/

.header {
    height: 266px;
    background: url('../images/header.jpg') repeat-x bottom;
}

/*.header-shine {
    background: url('../images/header_shine.jpg') no-repeat left bottom;
    margin: 0 300px;
    float: left;
    height:236px;
}*/

.logo {
    /*width: 214px; old value sasha for smaller logo */
    text-align: center;
    height: 64px;
    margin: 70px auto 0 auto;
}

/*************************** NAVIGATION ***************************/

.top-nav {
    background-color: #222221;
    height: 22px;
    padding-top: 8px;
}

.top-left-nav, .bottom-left-nav {
    margin-left: 88px;
    float: left;
}

.top-right-nav, .bottom-right-nav {
    float: right;
    margin-right: 135px;
}

    .bottom-right-nav span {
        text-transform: uppercase;
    }

    .top-right-nav span {
        padding-right: 18px;
        text-transform: uppercase;
        margin-right: 5px;
    }

    .top-right-nav span {
        background: url('../images/phone.png') no-repeat right center;
    }

.main-nav ul {
    display: table;
    margin: 0 auto;
}

.main-nav ul, .top-left-nav ul, .bottom-left-nav ul {
    list-style-type: none;
    overflow: hidden;
}

.top-left-nav li, .main-nav li, .bottom-left-nav li {
    float: left;
    padding-left: 7px;
}

.top-left-nav li, .bottom-left-nav li {
    padding-right: 18px;
    background: url('../images/quote.png') no-repeat left center;
}

    .top-left-nav li a, .top-left-nav li a:visited {
        color: #919189;
    }

        .top-left-nav li a:hover, .bottom-left-nav li a:hover {
            text-decoration: underline;
        }

.main-nav {
    margin-top: 45px;
    text-align: center;
    font-size: 14px;
}

    .main-nav li {
        padding: 0 18px 0 18px;
        border-left: 1px solid #72726e;
        margin-left: -1px;
    }

        .main-nav li a, .main-nav li a:visited {
            color: #2e2b28;
        }

            .main-nav li a:hover {
            }

    .main-nav a {
        display: block;
        padding: 3px 12px;
    }

    .main-nav-active, .main-nav li a:hover {
        background-color: #222221;
        color: #FFFFFF !important;
    }

/*.main-nav-active {
    background: url('../images/active_bg.png') no-repeat top center;
}*/

/*************************** CONTENT ***************************/

.content {
    background: url('../images/content_bg.jpg') repeat-x top #FFFFFF;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 14px;
    color: #5b5858;
}

.container {
    width: 1004px;
    margin: 0 auto;
}

h1 {
    font-size: 48px;
    font-family: FuturaThinNormal;
}

h2 {
    font-size: 30px;
    font-family: FuturaThinNormal;
}

h3 {
    font-size: 24px;
    font-family: FuturaLightNormalRegular;
}

.error-message {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 330px;
    background-color: #d6d6d3;
    padding: 5px;
    border: 1px solid #222221;
}

/*************************** FOOTER ***************************/

.footer {
    background-color: #FFFFFF;
    height: 22px;
    padding-top: 8px;
    clear: both;
    margin-bottom: 33px;
}

/*************************** CASTING ***************************/

.left-content {
    float: left;
    width: 478px;
}

.right-content {
    width: 498px;
    margin-left: 498px;
}

.center-content {
    width: 700px;
    margin-left: 200px;
}

.txt, .ddl {
    float: right;
    border: 1px solid #7f9db9;
}

.txt {
    width: 110px;
}

.txt-subscribe, .txt-note {
    border: 1px solid #7f9db9;
    display: block;
    width: 400px;
}

.txt-note {
    height: 50px;
}

.ddl {
    width: 112px;
}

.submit-subscribe, .submit {
    width: 120px;
    height: 30px;
}

.submit {
    margin: 10px 0;
}

.submit-subscribe {
    margin: 0 auto;
    display: block;
}

.img-container {
    margin: 16px 0;
}

.casting-img, .designit-img {
    width: 1001px;
    height: 107px;
    text-align: right;
    padding-right: 32px;
    vertical-align: middle;
    display: table-cell;
}

.casting-img {
    background: url('../images/casting-img.jpg') no-repeat top;
}

.designit-img {
    background: url('../images/designit-img.jpg') no-repeat top;
}

/*************************** CONTROLS ***************************/

.file-upload {
    width: 444px;
    background-color: #d6d6d3;
    padding: 26px 17px;
    margin-top: 10px;
    position: relative;
}

.is-subscribed input {
    margin: 0 5px 0 0;
    padding: 0;
}

.upload-submit {
    width: 92px;
    height: 32px;
}

.error-message {
    color: #dc0000;
    display: block;
    margin: 5px 0;
}

.message {
    color: #21aa09;
    display: block;
    margin: 5px 0;
}

.subscribe {
    width: 400px;
    padding: 35px 70px;
    background-color: #d6d6d3;
    margin-top: 10px;
}

/*************************** METALS ***************************/

.metals-container {
    margin: 10px 0 45px 0;
}

    .metals-container img {
        width: 188px;
        height: 132px;
        float: left;
    }

    .metals-container h3 {
        margin-bottom: 10px;
    }

    .metals-container span {
        float: left;
        display: block;
        margin: 40px 0 0 -165px;
    }

.metals-content {
    margin-left: 198px;
    margin-top: -7px;
}

/*************************** CONVERTOR ***************************/

.convertor {
    padding-top: 15px;
    clear: both;
}

.convert-table {
    background-color: #d6d6d3;
    color: #5b5858;
    height: 182px;
    margin-top: 10px;
    float: left;
}

    .convert-table th {
        font-weight: bold;
        height: 43px;
    }

    .convert-table td, .convert-table th {
        text-align: left;
        padding: 0 22px;
        width: 175px;
    }

.div-convertor {
    margin-top: 10px;
    float: right;
    width: 505px;
}

.result-table {
    background-color: #d6d6d3;
    color: #5b5858;
    height: 70px;
    width: 505px;
    border-color: #5b5858;
}

    .result-table th {
        text-align: right;
        padding: 3px;
    }

    .result-table td {
        padding: 3px;
    }

/*************************** MAIN ***************************/

.thumb-nav-container {
    height: 281px;
}

.thumb-nav, .thumb-nav-r {
    width: 320px;
    height: 281px;
    float: left;
    position: relative;
}

    .thumb-nav a, .thumb-nav-r a {
        display: block;
        height: 0;
    }

.thumb-nav {
    margin-right: 22px;
}

.thumb-info {
    font-size: 12px;
    bottom: 115px;
    position: relative;
    padding: 0 70px 10px 10px;
}

.main-content {
    margin-top: 10px;
}

.platina-prices {
    width: 663px;
    float: left;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}

.london-fix {
    margin-left: 21px;
    width: 310px;
    float: left;
}

.price-date {
    float: right;
    margin-top: 6px;
}

.price-table {
    width: 218px;
    margin: 5px 3px 0 0;
    float: left;
}

.london-fix-table {
    width: 320px;
    margin: 5px 0 0 0;
}

    .price-table th, .london-fix-table th {
        background-color: #d6d6d3;
        height: 25px;
        font-weight: normal;
    }

    .price-table td, .london-fix-table td {
        font-family: Tahoma, Sans-Serif;
        font-size: 12px;
        height: 17px;
    }

.price-table th, .price-table td {
    text-align: left;
    padding-left: 35px;
}

.london-fix-table th, .london-fix-table td {
    text-align: left;
    padding-left: 23px;
}

.price-table .alt-row, .london-fix-table .alt-row {
    background-color: #e6e6e5;
}

.login-form {
    text-align: center;
    padding-top: 200px;
    font-size: 14px;
    color: #2E2B28;
}

    .login-form table {
        margin: 0 auto;
        text-align: left;
    }

        .login-form table td {
            padding: 3px;
        }
.txthon{display:none}