/**
 * @author Alexandra <sk.aleksandra@gmail.com>
 *
 * @since 24.02.2009
 *
 * - в названиях классов и id используем '-' в качестве разделителя
 */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Arial, Tahoma, sans-serif;
    background: #6e6e6e url('/media/images/bgs/body.png') repeat left top;
    padding: 40px;
}

a {
    color: #000;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
}

.clear {
    float: none;
    clear: both;
}

/**
*   Main Layout Styles
*/
#wrap {
    background: #fff;
    width: 100%;
    min-width: 850px;
}
#header {
    background: #f2f2d5;
    padding: 40px;
    color: #616161;
    border-bottom: 10px solid #616161;
}
/**
*   Header Styles
*/
#header h1 {
    font: normal 2.3em Verdana, Arial, sans-serif;
    text-transform: uppercase;
}
#header div.address {
    margin: 15px 0 0 5px;
    font-weight: bold;
}
#header div.phone {
    margin: 7px 0 0 5px;
    font-weight: bold;
}
/**
*   Content Styles
*/
#content {
    background: #fff;
    padding: 40px 0 40px 0;
}
#content h2 {
    padding-top: 30px;
    font: normal 1.5em Verdana, Arial, sans-serif;
}
#content h3 {
    font: bold 1em Arial, sans-serif;
}
#content h4 {
    font: normal 1.2em Arial, sans-serif;
}
#content p.paragraph {
    padding-top: 20px;
}
#content ul.arrowed {
    list-style-type: none;
    padding: 5px 0 0 5px;
}
#content ul.arrowed li {
    background: url('/media/images/bgs/list_arrow.png') no-repeat left 0.45em;
    margin-top: 5px;
    padding: 0 0 0 20px;
}
#content ul.extended li {
    margin-top: 15px;
}
/**
*   Left Column
*/
#left_column {
    float: left;
    width: 60%;
}
#left_column div.wrap {
    padding: 0 20px 0 40px;
}
#right_column img.bordered,
#left_column img.bordered {
    padding: 1px;
    border: 5px solid #ccc;
    margin-top: 20px;
}
/**
*   Right Column
*/
#right_column {
    float: right;
    width: 40%;
}
#right_column div.wrap {
    padding: 0 40px 0 20px;
}
/**
*   Contact Us
*/
#contact_us {
}
#send_message {
    background: #ededed;
    padding: 13px 17px;
    margin-top: 25px;
    min-width: 262px;
}
#send_message a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url('/media/images/bgs/envelope.png') no-repeat left 5px;
    padding-left: 40px;
    font-weight: bold;
}
#contact_phones {
    background: #ededed url('/media/images/bgs/contact-phone.png') no-repeat 17px 13px;
    padding: 13px 17px 13px 0px;
    margin-top: 1px;
    font-weight: bold;
}
#contact_phones div.title {
    padding-left: 57px;
}
#contact_phones ul {
    margin-left: 17px;
    margin-top: 5px;
}
#contact_phones ul li {
    padding: 0 0 0 35px!important;
}
/**
*   About us
*/
#about_us {
    padding-top: 40px;
}
#about_us p {
    font-size: 15px;
}
/**
*   Footer
*/
#footer {
    background: #fff;
    border-top: 2px solid #ccc;
    margin: 0 40px 0 40px;
    padding: 30px 0;
    font: normal 0.8em Arial, sans-serif;
}
#footer div.copyright {
    float: left;
    width: 40%;
}
#footer div.author {
    float: right;
    width: 300px;
    padding-left: 25px;
    text-align: left;
    background: url('/media/images/bgs/small-icon.png') no-repeat left 1px;
}
#footer div.author a {
    color: #000;
}
/**
*   Popup Styles
*/
.popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.popup .external {
    background: transparent url('/media/images/bgs/popup-top.png') no-repeat center top;
    font-size: 14px;
    margin: 0 auto;
    padding: 28px 0 0;
    width: 638px;
}
.popup .inner {
    background: transparent url('/media/images/bgs/popup-bottom.png') no-repeat center bottom;
    padding: 10px 40px 50px 50px;
}
.popup a.close {
    position: absolute;
    right: 0;
    top: 5px;
    background: url('/media/images/bgs/close.png') no-repeat left 60%;
    padding-left: 20px;
    font-size: 0.9em;
}
.popup div.header {
    float: left;
    font: normal 1.5em Arial, sans-serif;
}
/**
*   Popup Forms Styles
*/
.form {
    text-align: left;
}
.form label.field {
    padding-top: 20px;
    font: bold 0.9em Arial, sans-serif;
    display: block;
    padding-bottom: 3px;
    clear: both;
}
.form div.no_label {
    padding-top: 30px;
    clear: both;
}
.form textarea {
    width: 100%;
}
.form input.text {
    padding: 2px 0;
}
.form input.button {
    padding: 3px 0;
    font-size: 1.1em;
}
.form .narrow {
    width: 40%;
}
.form div.comment {
    color: #7f7f7f;
    font-size: 0.9em;
    float: right;
    width: 50%;
    text-align: left;
    position: relative;
    top: -3px;
}
.sent_message {
    padding-top: 30px;
    font-size: 1.1em;
}
#send_once_more {
    padding-top: 30px;
    font-size: 1.1em;
}
