* {
 margin: 0;
 padding: 0;
}

body,div {
    font: normal 13px arial;
    line-height: 20px;
    color: #333333;
}

img {
    border: 0px;
}

a {
    color: #2a89b7;

    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font: 22px arial;
    color: #333333;
    line-height: 30px;
    font-style: italic;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin-top: 20px;
}

h2 {
    font: bold 16px arial;
    color: #333333;
}

h3 {
    font: bold 14px arial;
    color: #333333;
}

.clear {
    clear: both;
}

#container {
    width: 980px;
    margin: 0 auto;
}

#top {
    height: 305px;
    background-color: #006699;
    background: url('/img/bcg.png') no-repeat center;
}

#menu-container {
    height: 51px;
    background-image: url('/img/top-bcg.png');
}

#menu {
    width: 980px;
    height: 51px;
    margin: 0px auto;
}

#logo {
    float: left;
    margin-top: 11px;
}

#menu-box {
    width: 720px;
    height: 51px;
    float: right;
    text-align: left;
}

.menu {
    float: left;
}

.menu a {
    color: #fff;
    font-weight: bold;
    padding: 14px 15px;
    display: block;
}

.sep {
    float: left;
    margin-top: 7px;
}

#promo {
    width: 980px;
    height: 254px;
    margin: 0px auto;
    position: relative;
}

#girl {
    position: absolute;
    right: 140px;
    bottom: 0px;
}

#promo-text {
    width: 600px;
    margin-top: 24px;
    float: left;
}

#promo-text p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

#promo-text p span {
    font-size: 24px;
}

#search {
    width: 560px;
    float: left;
    margin-top: 6px;
}

#search-header {
    position: relative;
    top: 8px;
}

#search-input {
    position: relative;
    background-image: url('/img/search-bcg.png');
    height: 47px;
}

#search-left {
    position: absolute;
    top: 0px;
    left: -8px;
}

#search-right {
    position: absolute;
    top: 0px;
    right: -8px;
}

#search-icon {
    position: absolute;
    top: -40px;
    right: -20px;
}

#search-form input {
    width: 480px;
    height: 30px;
    font-size: 15px;
    color: #999;
    border: 0px;
    margin-top: 10px;
    margin-left: 2px;
}

#offer {
    height: 250px;
    background-image: url('/img/vert-bcg.png');
}

#offer-box {
    width: 980px;
    margin: 0px auto;
}

.offer {
    width: 490px;
    float: left;
    margin-top: 16px;
}

.offer img {
    float: left;
}

.offer-text {
    margin-left: 70px;
    width: 400px;
}

.offer-text p {
    margin-top: 3px;
    color: #666666;
    line-height: 17px;
}

.offer-text p a {
    float: left;
}

.offer-text p img {
    margin-top: 7px;
    margin-left: 5px;
}

#content-left {
    width: 550px;
    float: left;
    margin-top: 25px;
}

#content-right {
    width: 392px;
    float: right;
    margin-top: 25px;
    text-align: left;
}

#panel {
    width: 577px;
}

#panel-content {
    background-image: url('/img/panel-bcg.png');
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
}

#bookm {
    height: 40px;
}


.bookm {
    width: 191px;
    height: 29px;
    padding-top: 10px;
    background-color: #fbfbfb;
    color: #999999;
    text-align: center;
    cursor: pointer;
    float: left;
    font-weight: bold;
    position: relative;
    top: 1px;
}

#active {
    height: 32px;
    width: 195px;
    background-image: url('/img/panel-bookm.png');
    color: #333;
    position: relative;
    z-index: 999;
}

#panel-top {
    position: absolute;
    left: 0px;
    top: -2px;
    z-index: 1;
}

#panel-bottom {
    position: relative;
    left: 0px;
    bottom: -20px;
    z-index: 1;
}

.panel-text {
    display: none;
    z-index: 9999;
}

.panel-text div {
    float: left;
    width: 255px;
    margin-left: 25px;
    z-index: 9999;
}

* html .panel-text div {
    float: left;
    width: 255px;
    margin-left: 10px;
    padding-right: 10px;
}

.panel-text p {    
    margin-top: 8px;
    color: #666;
}

#more {
    margin-top: 10px;
}

#more a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#more img {
    padding-left: 5px;
    vertical-align: middle;
}

.text {
    margin-top: 15px;
    line-height: 18px;
}

.text b {
    font-size: 14px;
}

#info {
    margin-top: 20px;
    background-color: #f7f0d3;
    padding: 15px 20px;
}

.info {
    margin-top: 15px;
}

.num {
    float: left;
    width: 36px;
    color: #fff;
    font-size: 36px;
    padding-top: 6px;
}

.info p {
    display: block;
    margin-left: 36px;
    line-height: 18px;
}

.info p span {
    font-size: 16px;
}

.big-link {
    margin-top: 15px;
}

.big-link img {
    padding-left: 6px;
}

.big-link a {
    font-weight: normal;
    font-size: 16px;
}

.small {
    margin-top: 15px;
    color: #666;
    font-size: 11px;
}

.small a {
    color: #666;
}

#contacts {
    width: 342px;
    height: 119px;
    padding: 15px 20px;
    background-image: url('/img/contacts.png');
}

#contacts p {
    font-size: 14px;
    margin-top: 10px;
}

#contacts #phone {
    font-size: 24px;
    line-height: 18px;
}

#similar_works {
    margin-top: 20px;
    padding: 15px 15px;
}

#author {
    margin-top: 20px;
    background-color: #f7f0d3;
    padding: 15px 15px;
}

#author p {
    line-height: 16px;
}

#author p span {
    font-size: 15px;
    font-weight: bold;
}

#sub-author {
    text-transform: uppercase;
    text-align: center;
    font-size: 9px;
}

#testim {
    margin-top: 20px;
    background-color: #f3f3f3;
    padding: 15px 15px;
    position: relative;
}

#testim p {
    line-height: 18px;
}

#testim-from {
    font-weight: bold;
    margin-top: 10px;
}

#testim-bubl {
    position: absolute;
    bottom: -29px;
    left: 180px;
}

#testim-more {
    margin-top: 6px;
}

#testim-more img {
    padding-left: 5px;
}

#work-time {
    margin-top: 20px;
}

.header {
    height: 29px;
    background-image: url('/img/subheader-bcg.png');
}

.header h2 {
    background-color: #ebebeb;
    padding: 4px 10px;
    float: left;
    height: 21px;
    overflow: hidden;
}

#circles {
    margin-top: 20px;
}

#circles img {
    padding-right: 5px;
}

#work-time p {
    margin-top: 10px;
    font-size: 14px;
}

.green {
    font-weight: bold;
    color: #99cc00;
}

.gray {
    font-weight: bold;
    color: #636363;
}

.black {
    font-weight: bold;
    color: #000;
}

#money-type {
    margin-top: 20px;
    text-align: center;
}

#money-icons {
    margin-top: 20px;
}

#footer {
    margin-top: 30px;
    text-align: center;
    height: 52px;
    border-bottom: 15px solid #309dcf;
    color: #666;
}

#footer a {
    color: #666;
    font-weight: normal;
}

#sub-footer  {
    margin-top: 20px;
    height: 38px;
}

#logo-footer {
    float: left;
}

#copy {
    font-size: 10px;
    color: #999;
    margin-left: 120px;
    line-height: 16px;
}

h1.alone {
    margin-top: 0px;
}

.attention {
    font-size: 16px;
    margin-top: 15px;
}

#info .attention {
    font-size: 16px;
    margin-top: 0px;
}

.text-h2 {
    margin-top: 20px;
}

.sub-h2 {
    color: #999;
    font-weight: bold;
}

.formline {
    margin-top: 15px;
}

.label {
    width: 200px;
    float: left;
}

#submit-form input[type=text] {
    width: 200px;
    height: 20px;
}

#submit-form input[type=submit] {
    width: 160px;
    height: 40px;
    font-size: 18px;
    line-height: 12px;
}

.please {
    font-size: 14px;
}

#submit-form input[class=long_input] {
    width: 500px;
}
