body {
    background-color: #fff;
    color: #32323c;
    height: 100%;
    font: 14px/1.5em arial, verdana, helvetica, sans-serif;
}
a:link, a:visited {
    color: #63747c;
    text-decoration: underline;
}
a:hover, a:active {
    color: #e99d23;
    text-decoration: underline;
}

#header {
    min-width: 1000px;
    max-width: 1150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}

#firstPage #header {
    min-width: 1000px;
    max-width: 1150px;
    height: 470px;
    margin: 0 auto;
    background: url(../images/header.jpg) no-repeat center bottom;
    position: relative;
}

#social {
    min-width: 950px;
    max-width: 1100px;
    padding: 0 25px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    height: 50px;
}
#social .social-item {
    position: absolute;
}

#intPage #logo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 150px;
    height: 90px;
}
#intPage #logo img {
    height: 90px;
}

#firstPage #logo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 300px;
    height: 165px;
}
#firstPage #logo img {
    height: 165px;
}

#firstPage #phone {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 60px;
    color: #545e68;
    text-align: right;
}
#firstPage #phone span {
    font-size: 24px;
    line-height: 1.5em;
    display: block;
    padding-top: 14px;
    color: #dc8e22;
}

#intPage #phone {
    position: relative;
    font-size: 60px;
    text-align: center;
    padding: 60px 5% 0 0;
    color: #545e68;
}

#favorite {
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
}
#favorite a {
    display: block;
    background: url("../images/bookmarks.png") no-repeat left center;
    padding: 10px 0 10px 40px;
    float: right;
}
#favorite span {
    font-size: 21px;
    line-height: 1.5em;
    display: block;
    padding-top: 14px;
    color: #dc8e22;
}

#warranty {
    position: absolute;
    right: 7%;
    bottom: 40px;
    width: 280px;
    height: 230px;
}

#servMenu {
    position: absolute;
    left: 10px;
    bottom: 28px;
    min-width: 280px;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
#servMenu li {
    list-style: none;
    padding: 0;
}
#servMenu li+li {
    padding-top: 3px;
    background: url(../images/menu_separator.png) no-repeat left top;
}
#servMenu a {
    display: block;
    padding: 4px 0 4px 40px;
    text-decoration: none;
    background: url(../images/menu_pointer.png) no-repeat 20px center;
    text-transform: lowercase;
}
#servMenu a:link, #servMenu a:visited {
    color: #939da4;
}
#servMenu a:hover, #servMenu a:active {
    color: #d92212;
}

#menu {
    width: 100%;
    background-color: #63747c;
    overflow: hidden;
}
#menu ul {
    padding: 0;
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1150px;
}
#menu li {
    float: left;
    font-size: 24px;
    list-style: none;
    padding: 0;
}
#menu li.feedBack {
    float: right;
}
#menu a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: lowercase;
    color: #fff;
}
#menu li.feedBack a {
    padding: 10px 30px 10px 60px;
    border-left: 1px solid #8a979d;
    border-right: 1px solid #8a979d;
    background: url("../images/email.png") no-repeat 10px center;
}
#menu a:link, #menu a:visited {}
#menu a:hover, #menu a:active {
    background-color: #8a979d;
}
#menu li.feedBack a:link, #menu li.feedBack a:visited {
    background-color: #d92212;
}
#menu li.feedBack a:hover, #menu li.feedBack a:active {
    background-color: #dc8e22;
}

#content {
    min-width: 950px;
    max-width: 1100px;
    padding: 25px;
    margin: 0 auto;
}
#content h1 {
    font-size: 24px;
    color: #4e3c28;
    margin-bottom: 0.5em;
}
#content h2 {
    font-size: 18px;
    color: #63747c;
    margin: 1em 0 0.5em;
}
#content ul, #content ol {
    margin-left: 2em;
}
#content p+p {
    margin-top: 0.5em;
}

#separator {
    width: 100%;
    background-color: #63747c;
}
#separator div {
    background-color: #8a979d;
    height: 3px;
    min-width: 1000px;
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
}

#footer {
    min-width: 950px;
    max-width: 1100px;
    padding: 5px 25px 10px;
    margin: 0 auto;
    font-size: 12px;
    color: #63747c;
}
#footer a:link, #footer a:visited {
    color: #8a979d;
}
#footer a:hover, #footer a:active {
    color: #63747c;
    text-decoration: none;
}

.materialPreview table {
    margin: 10px 0;
}
.materialPreview td {
    vertical-align: top;
}
.lastNews h3 {
    font-size: 18px;
}

.archive {
    padding: 10px 0;
}
.archive h3 {
    font-size: 18px;
}

