/* = RESET STYLES = */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
@font-face {
    font-family: tempus; /* имя шрифта для CSS правил */
    src: local("tempus"), /* проверяем наличие шрифта в ОС пользователя */
    url(font/tempus-sans-itc.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

/* = DEFAULT STYLES = */
body {
    text-align: center;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    background: #FFF;
    background-image: url(images/background_img.png);
}

/* DEFAULT - LINKS */
a {
    text-decoration: none;
    font-weight: bold;
    color: #800000;
}
a:hover {
    text-decoration: underline;
}

/* DEFAULT - CLEARS */
.clear {
    clear: both;
    height: 0;
    width: 0;
    display: block;
}
.clear-right {
    clear: right;
    height: 0;
    width: 0;
}
.clear-left {
    clear: left;
    height: 0;
    width: 0;
}

/* = PAGE = */
#page {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.7);
}

/* = HEADER = */
#header {
    position: relative;
    height: 135px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 10px solid #800000;
    width: 1050px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(17, 11, 11, 0.7);
}
#address {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-style: italic;
    position: relative;
    font-family: tempus;
    font-weight: bold;
    color: #800000;
}
.left_block {
    float: left;
    margin-left: 10px;
}
.right_block {
    float: right;
    margin-right: 10px;
}

/* HEADER - LOGO */
#header #logo {
    position: relative;
    top: 1px;
    left: -200px;
}

/* #header #logo:hover img {
    opacity: .7;
}
*/
#header #logo img {
    margin-top: 10px;
    margin-left: 55px;
}
#header #slogan {
    padding-top: 20px;
    margin-right: 160px;
    font-size: 15px;
}
#header #slogan .fast_reliable {
    font-family: tempus;
    font-weight: bold;
    font-size: 20px;
    color: #800000;
}

/* HEADER - CALL TO ACTION */
#header #c2a {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    margin-top: 50px;
    margin-right: 20px;
    font-size: 15px;
}
#header #c2a #tagline {
}
#header #c2a #number img {
    width: 330px;
}

/* = NAVIGATION = */
#nav {
    padding: 0;
    position: relative;
    background: url(images/bg-nav.png) 0 0 repeat-x;
    display: block;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#nav ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
}
#nav ul li a {
    position: relative;
    color: #fff;
    display: block;
    padding: 0 66px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    font-size: 14px;
    background: url(images/bg-nav-devider.png) 100% 0 no-repeat;
}

#nav ul li a:hover, #nav ul li.current a {
    color: #800000;
    background: url(images/bg-nav-hover.png) 0 0 repeat-x;
    color: #fff;
}

/* = BANNER = */
#banner {
    width: 980px;
    height: 230px;
    margin: 20px auto 0;
    box-shadow: 0 0 20px rgba(17, 11, 11, 0.7);
    border-radius: 10px;
}
#banner ul#slider {
    margin: 5px 0 0 7px;
    width: 950px;
    height: 210px;
    list-style: none;
}
#banner div.rhino-container, #banner div.rhino-container li.rhino-item {
}
#slider img {
    margin-top: 15px;
}

/* = CONTENT = */
#content {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    padding: 25px 15px 20px;
    font-size: 16px;
}

#primary .btn-contact {background-color:#800000;color:#FFD700;}
#primary .btn-contact:hover {background-color:#800000;color:#fff;}


/* CONTENT - HEADINGS */
h1 {
    font-size: 24px;
    font-weight: normal;
}
h2 {
    margin-top: -16px;
    font-size: 23px;
    color: #800000;
    font-family: tempus;
}
h3 {
}
h4 {
}
h5 {
}
#featuredbtns {
    position: relative;
    display: inline-block;
    background: url(images/bg-featuredbtns.png) repeat-x bottom left;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 20px rgba(17, 11, 11, 0.7);
    font-size: 20px;
    line-height: 40px;
}
#featuredbtns a {
    display: block;
    width: 320px;
    height: 70px;
    float: left;
    border-right: 2px solid #CCC;
    color: #fff;
    font-family: tempus;
}
#featuredbtns p:hover {
    margin-left: 5px;
}
#featuredbtns a:hover {
    text-decoration: none;
}
.spacing {
    font-family: arial;
    text-transform: uppercase;
    margin-top: -10px;
	text-align:center;
}

/* = PRIMARY = */
#primary.home {
    float: left;
    width: 675px;
	margin-top:0px;
}
#primary.full-width {
    width: 1000px;
}
p {
    margin: 15px 0;
}
#primary hr {
    height: 1px;
    border: none;
    background: #CCC;
}

/* PRIMARY - IMAGES */
#primary img.inline-left {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
    float: left;
    margin: 5px 15px 5px 0;
}
#primary img.inline-right {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
    float: right;
    margin: 5px 0 5px 15px;
}

/* PRIMARY - DUEL LISTS - two lists side by side */
div.dual-lists ul {
    float: left;
    width: 40%;
    margin: 0 1%;
    padding: 0;
}

/* = SIDEBAR = */
#sidebar {
    float: right;
	min-height:372px;
    width:242px;
    border: 2px solid #800000;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
}

/* SIDEBAR - FORM */
#sidebar form textarea {
}
#sidebar form input[type="submit"] {
}
#social {
    position: relative;
    text-align: center;
	margin-top:-35px;
}
#social img {
    width: 45px;
    height: 40px;
    margin: 0px 5px 10px 5px;
}

/* = FORM = */
#sidebar form {
    text-align: left;
    list-style-type: none;
}

/* FORM - LABEL */
#sidebar form label {
    cursor: pointer;
    clear: both;
    margin: -1px 0 0 0;
    font-weight: normal;
    display: block;
}

/* FORM - INPUT FIELDS */
#sidebar form input[type="text"] {
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    width: 99%;
    padding: 3px 0px;
}
#sidebar form input {
}
#sidebar form input:focus, #sidebar form textarea:focus {
    background: #FFC;
}

/* make field background yellow when filling out */
#sidebar form textarea {
    resize: vertical;
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    height: 35px;
    width: 99%;
    padding: 3px 0px;
}

/* FORM - CAPTCHA */
#sidebar form #hiddencheckbox {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 3px 0;
    width: auto;
}
#sidebar form input[type="checkbox"] {
    border: none;
}
#sidebar form a {
    display: block;
    float: left;
    clear: both;
}

/* FORM - SUBMIT BUTTON */
#sidebar form input[type="submit"] {
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    width: 99%;
    padding: 3px 0px;
    margin: 10px 0;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    background: #800000;
    text-transform: uppercase;
    color: #fff
}
#sidebar form input[type="submit"]:hover {
    background: #630000;
    color: #fff;
    cursor: pointer;
}
#sidebar form input[type="submit"]:active {
}


/* = INTERIOR PAGE STYLES = */
p {
  margin: 15px 0;
  text-align: justify;
}
li {
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.style-list {
    list-style: disc;
    padding-left: 16px;
    margin: 15px 0;
    font-size: 16px;
}
.clear-both {
    clear: both;
}
.text-center {
    text-align: center;
}
.center {
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline-block {
    display: inline-block;
}
.image {
    min-height: 167px;
    min-width: 167px;
}
.img-bg {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
}
.clear-below-20 {
    margin-bottom: 20px;
}
.clear-below-40 {
    margin-bottom: 40px;
}
.clear-below-60 {
    margin-bottom: 60px;
}
.clear-below-80 {
    margin-bottom: 80px;
}
.clear-below-100 {
    margin-bottom: 100px;
}
.up-20 {
    position: relative;
    bottom: 20px;
}
.up-40 {
    position: relative;
    bottom: 40px;
}
.up-60 {
    position: relative;
    bottom: 60px;
}
.up-80 {
    position: relative;
    bottom: 80px;
}
.up-100 {
    position: relative;
    bottom: 100px;
}
.left-20 {
    position: relative;
    left: 20px;
}
.left-40 {
    position: relative;
    left: 40px;
}
.left-60 {
    position: relative;
    left: 60px;
}
.left-80 {
    position: relative;
    left: 80px;
}
.left-100 {
    position: relative;
    left: 100px;
}
.down-20 {
    position: relative;
    top: 20px;
}
.down-40 {
    position: relative;
    top: 40px;
}
.down-60 {
    position: relative;
    top: 60px;
}
.down-80 {
    position: relative;
    top: 80px;
}
.down-100 {
    position: relative;
    top: 100px;
}
.right-20 {
    position: relative;
    right: 20px;
}
.right-40 {
    position: relative;
    right: 40px;
}
.right-60 {
    position: relative;
    right: 60px;
}
.right-80 {
    position: relative;
    right: 80px;
}
.right-100 {
    position: relative;
    right: 100px;
}

/* columns - based on 12 column grid - add column numbers to equal 12 - 
 * use column-left with .column-# then use .column-right for your last column - wrap inside .column and add 'clearfix'
 */
.columns {
  margin: 15px 0;
}
.column-3 {
    width: 22.666%;
}
.column-4 {
    width: 31.333%;
}
.column-5 {
    width: 41.333%;
}
.column-6 {
    width: 48.5%;
}
.column-7 {
    width: 55.666%;
}
.column-8 {
    width: 65.666%;
}
.column-9 {
    width: 73.5%;
}
.column-left {
    float: left;
    margin: 0 3% 0 0;
}
.column-right {
    float: right;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* = FORM = */
#contact-form-container {
    background: none;
    border: 2px solid #333;
    width: 396px;
    padding: 20px;
    margin: 30px 85px 60px 0;
    position: relative;
    border-radius: 5px;
    float: right;
}
#contact-form-container.center-form {
    float: none;
    margin: 30px auto;
}

/* = CONTACT PAGE = */
.address-left {
    float: left;
    width: 380px;
    margin: 10px 0 0 35px;
}
.address-left p {
    display: block;
    width: 340px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 30px;
}
.contact form {
    text-align: left;
    list-style-type: none;
    width: 100%;
}

/* FORM - LABEL */
.contact label {
    cursor: pointer;
    float: left;
    clear: both;
    margin: 5px 0 0 0;
    color: #333;
    font-size: 18px;
}
.contact label:first-child {
    margin: 0;
}
.contact .required {
    font-weight: bold;
    color: #F00;
}
.contact #req-field-desc {
    font-style: italic;
    margin: 5px 0 0;
    clear: both;
}

/* FORM - INPUT FIELDS */
.contact input[type="text"] {
    border-radius: 3px;
}
.contact input {
    border: 1px solid #999;
    width: 97%;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
}
.contact input:focus, form textarea:focus {
    outline: none;
    background-position: 0 -1.7em;
}

/* make field background color change when filling out */
.contact textarea {
    resize: vertical;
    height: 80px;
    width: 97%;
    border: 1px solid #999;
    font-family: arial, sans-serif;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
}

/* FORM - CAPTCHA */
.contact form #hiddencheckbox {
    display: block;
}
.contact form #hiddencheckbox label {
  float: right;
  margin: 12px 52px 15px 0;
  width: 265px;
}
.contact form #hiddencheckbox input[type="checkbox"] {
    float: left;
    width: 16px;
    border: none;
    clear: none;
    position: relative;
    top: 15px;
}
.contact form a {
    display: block;
    float: left;
    clear: both;
}

/* FORM - SUBMIT BUTTON */
.contact form input[type="submit"] {
    width: 100%;
    background: #ccc;
    border-radius: 8px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    margin: 0;
}
.contact form input[type="submit"]:hover {
    background: #555;
    color: #FFF;
}

iframe {
    border: 1px solid #000;
    margin: 10px 0 5px;
}

/* = SITEMAP PAGE = */
.sitemap-page {
    margin: 20px auto;
    display: block;
    width: 500px;
}

.sitemap-page li {
    list-style: none;
    margin: 0;
}

.sitemap-page li a {
    text-decoration: none;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.sitemap-page li a:hover {
    color: #000;
    text-decoration: underline;
}
/* = FOOTER = */
#footer {
    background: #800000;
    color: #FFD700;
    font-size: 13px;
	margin-top:-20px;
}
#footer #sitemap {
    float: left;
    text-align: center;
    margin-left: 25px;
    display: inline-block;
}
#footer #copyright {
    display: inline-block;
    margin: 15px 25px;
    float: right;
}
#copyright a {
    color: #FFD700;
}

/* FOOTER - LINKS */
#footer #sitemap a {
    color: #FFD700;
    text-decoration: none;
    font-size: 13px;
    padding-right: 10px;
    border-right: 1px solid #E0E0E0
}
#footer a:hover {
    color: #E0E0E0;
    text-decoration: underline;
}

/* FOOTER - SITEMAP LINKS */
#footer ul {
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
}
#footer ul li {
    float: left;
    margin: 0 9px 0 0;
}