* {
    margin: 0;
    padding: 0;
}

body {
    font: 62.5% Tahoma, sans-serif;
    background: #f7f7f7;
}

p, li {
    color: #1f1a17;
    font-size: 1.2em;
}

li p {
    font-size: 1em;
}

.content p {
    margin-bottom: 18px;
    line-height: 1.5em;
}

a {
    color: #e67540;
}

img {
    border: none;
    background: #ff9119;
}

li {
    list-style-type: none;
}

fieldset {
    border: none;
}

table {
    font-size: 1em;
}

.top h1 {
    width: 208px;
    height: 59px;
    float: left;
    padding: 23px 0 0 52px;
}

.top h1 a {
    display: block;
    width: 163px;
    height: 20px;
    padding-top: 40px;
    background: #e67540 url(../img/logo.gif) no-repeat;
    text-align: center;
    font-size: 12px;
    color: #f8f8f8;
}

h2 {
    margin-bottom: 25px;
    color: #000;
    font-size: 1.2em;
}

h3 {
    margin-bottom: 20px;
    color: #e67540;
    font-size: 1.2em;
}

h4 {    
}

h5 {
}

h6 {
}

.layout {
    min-width: 980px;
    max-width: 1600px;
    margin: 0 auto;
}

/* top */

.top {
    overflow: hidden;
}

.top div.menu {
    margin-left: 260px;
    height: 54px;    
    padding: 25px 0 0 50px;
    background: url(../img/bg.gif);
}

.top div.menu table {
    width: 100%;
}

.top div.menu td {
    font-size: 1.2em;
    padding-top: 0px;
    width: 20%;
    white-space: nowrap;
}

.top div.menu td.main-page {
    width: 10%;
}

.top div.menu td.about {
    width: 12%;
}

.top div.menu td a {
    display: -moz-inline-box;
    display: inline-block;
    padding-top: 12px;
    color: #1f1a17;
    margin-right: 5%;
}

.top div.menu td a:hover {
    padding-top: 5px;
    color: #e67540;
    border-top: 7px solid #e67540;
}

.top div ul.min-menu {
    width: 20%;
    padding-top: 12px;
}

.top div ul.min-menu li {
    float: left;
    margin-right: 11px;
    padding-left: 15px;
    font-size: 1em;
}

.top div ul.min-menu li.home {
    background: url(../img/home.gif) no-repeat left 3px;
}

.top div ul.min-menu li.contacts {
    background: url(../img/contacts.gif) no-repeat left 3px;
}

.top div ul.min-menu li a {
    padding: 0;
    display: inline;
    text-decoration: none;
    color: #9f9f9f;
}

.top div ul.min-menu li a:hover {
    padding: 0;    
    color: #9f9f9f;
    border: none;
}

/* header */

.header {
    overflow: hidden;
    background: #e67540;
    position: relative;
    border-bottom: 2px solid #ebebeb;
}

.header #navi {
    width: 226px;
    float: left;
    padding: 30px 0 17px 28px;
    background: #e67540 url(../img/header1.gif) repeat-y;
    border-right: 6px solid #fff;
}

.header #navi li {
    margin-bottom: 4px;
    width: 144px;
    position: relative;
    background: url(../img/arrow.gif) no-repeat right 2px;
}

.header #navi li.inactive {
    background: none;
}

.header #navi a {
    color: #1f1a17;
    text-decoration: none;
}

.header #navi a:hover {
    color: #fff;
}

.header #navi li ul {
display: none;
position: absolute;
left: 110px;
top: 0;
z-index: 1;
width: 145px;
padding: 10px 10px 5px 10px;
background: #e49a77;
-moz-opacity: 0.75;
opacity: 0.75;
} 

.header #navi li:hover ul, .header #navi li.hover ul {
    display: block;
}

.header #navi li ul li {
    width: 130px;
    padding-left: 15px;
    background: url(../img/arrow-li.gif) no-repeat left 5px !important;
    font-size: 1.1em;
    margin-bottom: -2px;
}

.header #navi li ul li a {
    display: block;
    color: #444;
    margin-bottom: 6px;
    position: relative;    
}

/**/

.header .flash-block {
    height: 245px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 315px;
    margin-top: -122px;
}
.content-cover {
    padding: 0 40px 0px 0px;
    overflow: hidden;
}

.content {
    position: relative;
    float: left;
    width: 100%;
    margin-left: -277px;
    
}

.content .flash-block {
    position: absolute;
    top: 18px;
    left: 50px;
    width: 95%;
    height: 50px;
    margin-left: 277px;
    background: #ff9119;
}

.main {
    margin-left: 277px;
    padding: 90px 35px 0px 50px;
}

.main .contacts-block {
    overflow: hidden;
    min-height: 130px;
    height: auto !important;
    height: 130px;  
    padding-left: 215px;
    background: url(../img/contacts-block.jpg) no-repeat;
}

.main .contacts-block div {
    float: left;
    width: 46%;
    padding-left: 4%;
}

.main .contacts-block p {
    margin-bottom: 0;
    color: #a2a09f;
}

.main .contacts-block p strong {
    color: #e67540;
}

.extra {
    float: right;
    width: 255px;
    padding: 90px 10px 30px 12px;
    background: url(../img/bg.gif);
}

dl dt {
    margin-bottom: 19px;
    font-size: 0.9em;
}

dl dt span {
    padding: 3px 8px;
    background: #e67540;
    color: #fff;
}

dl dd {
    margin-bottom: 23px;
}

dl dd p {
    font-size: 1.1em;
    line-height: 1.6em;
}

.banner {
    height: 150px;
    width: 150px;
    margin: 40px 0 0 30px;
}

.extra .icq table {
    width: 100%;
    font-size: 1.3em;
}

.extra .icq th {
    font-weight: normal;
    text-align: left;
    width: 110px;
}

.extra .icq td img, .footer-inner .icq img {
    background: none;
    vertical-align: middle;
}

.footer {
    padding-left: 28px;
    background: #ef691c url(../img/footer-bg.gif) no-repeat;
}

.footer-inner {
    overflow: hidden;
    padding-left: 32px;
    background: #2c2c2c url(../img/footer.gif) repeat-x;
}

.footer-inner div {
    float: left;
    padding: 14px 2% 5px 0;
    width: 20%;
}

.footer-inner .copy {
    width: 22%;
}

.footer-inner .icq {
    width: 13%;
}

.footer-inner div p {
    font-size: 1em;
    color: #a2a09e;
}

.footer-inner p strong {
    color: #e67540;
}

.footer-inner .copy p {
    font-size: 1.1em;
    color: #fff;
}

.footer-inner .copy p span, .footer-inner .copy p span a {
    color: #aaa7a7;
    text-decoration: none;
}

.footer-inner .copy p span a:hover {
    text-decoration: underline;
}

.footer-inner .icq p {
    color: #e67540;
    margin-bottom: 3px;
}

.footer-inner .icq p span {
    display: block;
}

.footer-inner .icq p a {
    color: #fff;
    text-decoration: none;
}

.footer-inner .creator {
    width: 14%;
}

.footer-inner .creator a {
    display: block;
    padding-top: 33px;
    background: url(../img/creator.gif) no-repeat top center;
    color: #a2a09e;
    text-transform: lowercase;
    text-align: center;
    text-decoration: none;
}

/* inner */

.inner .content {
    position: relative;
    float: none;
    width: auto;
    margin-left: 0;
    overflow: hidden;
}

.inner .extra {
    float: left;
    width: 194px;
    padding: 90px 10px 20px 56px;
    background: url(../img/bg.gif);
}

.inner .main {
    margin-left: 245px;
}

.inner .footer {
    clear: both;
}

.inner .content .flash-block {
    position: absolute;
    top: 18px;
    left: 47px;
    width: 90%;
    height: 50px;
    background: #ff9119;
    margin-left: 0;
}

.compare li {
    padding-left: 20px;
    background: url(../img/arrow1.gif) no-repeat left 4px;
}

.compare li ul {
    padding-top: 10px;
}

.compare li li {
    padding-left: 26px;
    font-size: 1em;
    background: none;
}

.compare li li a {
    color: #030303;
    text-decoration: none;
}

.inner .banner {
    margin-left: 0;
    margin-bottom: 40px;
}

.order-form p {
    margin-bottom: 4px;
    font-size: 1.1em;
}

.order-form p span {
    color: #e67540;
}

.order-form .input {
    width: 161px;
    background: #fff;
    border: 1px solid #caced1;
    font: 1.2em Tahoma, sans-serif;
}

.order-form textarea.input {
    overflow: hidden;
    background: none;
}

.order-form .submit {
    margin-top: 15px;
    padding: 3px 24px;
    background: #fff;
    border: 1px solid #caced1;
    font-size: 1em;
    text-transform: uppercase;
}

.order-form2 p {
    margin-bottom: 4px;
    font-size: 1.1em;
}

.order-form2 p span {
    color: #e67540;
}

.order-form2 .input {
    width: 451px;
    background: #fff;
    border: 1px solid #caced1;
    font: 1.2em Tahoma, sans-serif;
}

.order-form2 textarea.input {
    overflow: hidden;
    background: none;
}

.order-form2 .submit {
    margin-top: 15px;
    padding: 3px 24px;
    background: #fff;
    border: 1px solid #caced1;
    font-size: 1em;
    text-transform: uppercase;
}

.more {
    overflow: hidden;
}

.more a {
    display: block;
    float: left;
    width: 33%;    
}