/**
 * @author Alexandra <sk.aleksandra@gmail.com>
 *
 * @since 09.03.2010
 * Modify by Yan at 17.06.2010
 */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Arial, Tahoma, sans-serif;
    background: url('background.gif') left top repeat;
    padding: 40px;
    color: #080000;
}

a {
    color: #080000;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
h2 {
    font: normal 1.5em Arial, sans-serif;
    padding-bottom: 20px;
    padding-top: 30px;
}
.clear {
    float: none;
    clear: both;
}

/**
*   Layout Styles
*/
#wrap {
    background: #fff;
    /*border: 1px solid #d0d0d0;*/
    min-width: 900px;
}
#header {
    background: url('head-top.jpg') repeat-x top;
    height: 178px;

    color: #e5e5e5;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0;
}

div .head-left {
    float: left;
    width: 296px;
    height: 178px;
    background: url('head-left.jpg') no-repeat;
}

div .head-right {
    float: right;
    width: 561px;
    height: 178px;
    background: url('head-right.jpg') no-repeat; 
    cursor: pointer;   
}


div .separator {
    clear: both;
    background: red;
    text-align: right;
    border-top: 1px solid #d0d0d0;
    color: white;
    padding: 2px 40px 2px;
    font-size: 12px;
}
div .separator span {
    font-style: italic;
}

#content {
    background: #fffef7;
    padding: 40px 40px 15px 40px;
}
/**
*   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: url('background-feedback.gif') left top repeat;
    padding: 15px;
    font: normal 0.8em Arial, sans-serif;
    color: #000;
}

#feedback p.paragraph {
    padding-top: 10px;
}
#feedback .bordered {
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid gray;
}
#feedback p.phone {
    font: normal 1.6em Arial, sans-serif;
    padding-top: 5px;
}

/**
*   Form Styles
*/
#feedback .form {
    text-align: center;
    margin-top: 10px;
}
.form .wide {
    width: 100%;
}
.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: #4c4c4c;
    background: #e5e5e5;
    margin-top: 15px;
}
/**
*   Right Column Content
*/
#left_column div.title {
    padding-bottom: 15px;
    font-weight: bold;
}

#left_column p {
    margin-bottom: 20px;
}

#left_column h2 {
    padding-top: 15px;
    padding-bottom: 25px;
}
#left_column h1 {
    display: inline-block;
    font: bold 1em Arial, Tahoma, sans-serif;
    margin-bottom: 8px;
}

ul {
    
    list-style-type: circle;
    /*list-style-image: url('tick.gif');*/

}
ul li {
    margin: 20px 0px 20px 25px;
}

/**
*   Footer
*/
#footer {
    background: #fffef7;
    border-top: 2px solid #d4cbc4;
    margin: 0 40px 0 40px;
    padding: 40px 0;
    font: normal 0.8em Arial, sans-serif;
}
#footer div.copyright {
    float: left;
    width: 40%;
}
#footer div.author {
    position: relative;
    float: right;
    width: 300px;
    text-align: right;
}

#footer div.author a {
    text-decoration: none;
    border-bottom: 1px dotted black;
    margin-right: 140px;
}

#footer div.author a:hover {
    border-bottom: none;
}

div.inet {
    position: absolute;
    right: 0;
    top: 7px;
}

#sent_message {
    display: none;
}
