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

* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Arial, Tahoma, sans-serif;
    background: #666;
}

a {
    color: #000;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
}
h2 {
    font: normal 1.3em Arial, sans-serif;
    padding-bottom: 20px;
    padding-top: 20px;
}
.clear {
    float: none;
    clear: both;
}
/**
*   Layout Styles
*/
#wrap {
    background: #fff;
    min-width: 900px;
}
#header {
    background: #000;
    color: #fff;
    height: 110px;
    padding: 50px 10px 10px 60px;
}
#header div.title {
    font: normal 1.2em Arial, sans-serif;
}
#header div.description {
    padding-top: 10px;
    font: normal 0.8em Arial, sans-serif;
}
#content {
    background: #fff;
    padding: 30px 60px 15px 60px;
}
/**
*   Content
*/
/**
*   Left Column
*/
#left_column {
    margin-right: 352px;
}
/**
*   Right Column
*/
#right_column {
    float: right;
    width: 312px;
    padding: 0 0 0 40px;
}
/**
*   Feedback Block Styles
*/
#feedback {
    background: #e5e5e5;
    padding: 15px;
    font: normal 0.8em Arial, sans-serif;
    color: #000;
}
#feedback img {
    border: 1px solid #ffffcc;
}
#feedback p.paragraph {
    padding-top: 10px;
}
#feedback p.bordered {
    padding-bottom: 20px;
    margin-bottom: 5px;
    background: transparent url('../../media/images/bgs/border.gif') repeat-x left bottom;
}
#feedback p.phone {
    font: normal 1.8em Arial, sans-serif;
    padding-top: 10px;
}

/**
*   Form Styles
*/
#feedback .form {
    text-align: center;
    padding-top: 10px;
}
.form .wide {
    width: 100%;
}
.form textarea,
.form input {
    margin-top: 4px;
}
.form label.field {
    padding-top: 7px;
    display: block;
    text-align: left;
}
.form .button {
    padding: 3px 40px;
    font-size: 1.4em;
    color: #000;
    background: #ededed;
    margin-top: 20px;
}
/**
*   Right Column Content
*/
#left_column h1 {
    font: normal 1.9em Arial, sans-serif;
    padding-bottom: 5px;
}
#left_column div.title {
    background: transparent url('../../media/images/bgs/big-icon.png') no-repeat left top;
    padding: 0 0 5px 80px;
    margin-bottom: 30px;
}
#left_column div.paragraph {
    padding-bottom: 20px;
}
#left_column div.left {
    overflow: auto;
    padding-bottom: 30px;
    padding-top: 10px;
    width: 100%;
}
#left_column div.left img {
    float: left;
    margin: 0 30px 0 0;
}
#left_column div.left div.outer {
    margin-left: 240px;
}
#left_column div.left div.inner {
    display: table;
    position: relative;
    text-align: left;
    vertical-align: middle;
    height: 297px;
}
#left_column div.left div.image-comment {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: left;
}
#left_column h2 {
    padding-top: 5px;
    padding-bottom: 20px;
}
#left_column h3 {
    display: inline-block;
    font: bold 1em Arial, Tahoma, sans-serif;
    margin-bottom: 8px;
}
ul.ticked {
    list-style-type: none;
    padding: 0 0 20px 25px;
    
}
ul.ticked li {
    background: url('../../media/images/bgs/tick.gif') no-repeat left 0.2em;
    margin-top: 5px;
    padding: 0 0 10px 40px;
}
ul.iconed {
    list-style-type: none;
    padding: 0 0 20px 15px;
}
ul.iconed li {
    background: url('../../media/images/bgs/small-icon.png') no-repeat left 0.2em;
    padding: 0 0 10px 30px;
}
ul.iconed li.nobg {
    background: none;
    padding: 0 0 10px 30px;
}
/**
*   Footer
*/
#footer {
    background: #fff;
    border-top: 2px solid #ccc;
    margin: 0 60px;
    padding: 30px 0;
    font: normal 0.8em Arial, sans-serif;
}
#footer div.copyright {
    float: left;
    width: 40%;
}
#sent_message {
    display: none;
}