body {
    color:#675d57;
    min-width:1000px;
    font: 13px Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    background-image: url(../images/carbon.png);
}
a:link, a:visited {
    text-decoration: underline;
    color: #000;
}
a:hover, a:active {
    text-decoration: underline;
    color: #FF4400;
}

#order-button {
    position: fixed;
    right: 0;
    top: 18%;
}

#tofavorite {
    position: fixed;
    left: 0;
    top: 18%;
}

#container {
    width: 900px;
    margin: 30px auto 0px;
}

#mainmenu {
    width: 100%;
    background-color: #F7F4EF;
}
#mainmenu td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
#mainmenu .separator {
    width: 40px;
    background: url(../images/header-sep.png) no-repeat center center;
}
#mainmenu a {
    display: block;
    padding: 10px 0;
}
#mainmenu a:link, #mainmenu a:visited {
    text-decoration: none;
    color: #FF4400;
}
#mainmenu a:hover, #mainmenu a:active {
    text-decoration: none;
    color: #000;
    background: #FF8833;
}

#header {
    overflow: hidden;
    margin-top: 20px;
}
#logo {
    /*margin-top: 60px;*/
    width: 250px;
    text-align: center;
    float: left;
    height: 300px;
    background-color: #000;
}
#logo .phone {
    margin-top: 20px;
    font-size: 28px;
    color: #FFF;
}
#logo .phone span {
    font-size: 15px;
    color: #FF6600;
    line-height: 2em;
}
#slides {
    width: 630px;
    height: 300px;
    overflow: hidden;
    float: right;
    position: relative;
}
#slides-img {
    width: 630px;
    height: 300px;
    overflow: hidden;
}
#slogan {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 800;
}
#slogan p {
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
}

#page {
    overflow: hidden;
    padding: 20px 0 30px;
}
#leftmenu {
    width: 250px;
    float: left;
    /*background-color: #DFDFDF;*/
    background-color: #F7F4EF;
}
#leftmenu li {
    list-style: none;
}
#leftmenu li+li {
    border-top: 1px solid #FF8833;
}
#leftmenu a {
    display: block;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
}
#leftmenu a:link, #leftmenu a:visited {
    color: #FF5500;
}
#leftmenu a:hover, #leftmenu a:active {
    color: #000;
    background-color: #FF8833;
}

#content {
    border-top: 1px solid #C0C0C0;
    padding: 10px 5px 0 5px;
    width: 620px;
    float: right;
    background-color: #F0F0F0;
}
#content h1 {
    font-size: 1.9em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
#content h2 {
    font-size: 1.7em;
    line-height: 1.4em;
    margin: 0.8em 0 0.4em;
}
#content h3 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0.8em 0 0.4em;
}
#content p {
    margin: 0.5em 0;
}
#content ul, #content ol {
    margin-left: 30px;
}

#footer {
    font-size: 11px;
    color: #777;
    padding-bottom: 10px;
    overflow: hidden;
}
#copy {
    float: left;
    width: 260px;
}
#bottommenu {
    float: left;
    /*text-align: center;
    width: 440px;*/
}
#bottommenu li {
    list-style: none;
    display: inline;
    padding: 0 10px;
}
#footer a:link, #footer a:visited {
    text-decoration: underline;
    color: #FF4400;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
    color: #000;
}
#contacts {
    float: right;
    width: 180px;
}
#contacts span {
    font-size: 14px;
    color: #FF4400;
}
.orderForm {padding-bottom: 10px;}
.orderForm input, .orderForm textarea {width: 95%;}
.orderForm textarea {height: 150px;}
form .action {
    text-align: right;
    padding: 0 5% 20px 0;
}
form .action input {
    padding: 5px 20px;
    font-size: 14px;
}
