﻿body {
    background-color:White;
    font-family:Arial, Geneva, Helvetica;
    font-size:12px;
}
ul {
    margin-top:10px;
    margin-left:30px;
}
a:link {
    color:#0b4da2;
}
a:visited {
    color:#0b4da2;
}
.center {
    background-image:url(../img/bg_lines.gif);
    background-repeat:repeat-y;
    width:766px;
    left:50%;
    top:0px;
    margin-left:-383px;
    position:absolute;
}
.maincontent {
    width:684px;
    min-height:670px;
    margin-left:42px;
    top:0px;
}

.header {
    position:relative;
    top:10px;
    left:10px;
    height:120px;
    width:674px;
}
.menu {
    position:absolute;
    left:207px;
    top:4px;
}
.menu_top {
    border-left:solid 1px #0031af;
    border-top:solid 1px #0031af;
    border-right:solid 1px #0031af;
    border-bottom:solid 1px #0031af;
}
.menu_splitter {
    background-color:#0b4da2;
    width:453px;
    height:2px;
    margin-top:1px;
    margin-bottom:1px;
}
.menu_bottom {
    border-left:solid 1px #0031af;
    border-top:solid 1px #0031af;
    border-right:solid 1px #0031af;
    border-bottom:solid 1px #0031af;
}
.images {
    top:150px;
    border-left:solid 3px #c0c0a7;
    border-right:solid 3px #c0c0a7;
    border-top:solid 3px #c0c0a7;
    border-bottom:solid 3px #c0c0a7;
    padding-left:1px;
    padding-right:1px;
    padding-top:1px;
    padding-bottom:1px;
}
#dottedline {
    background-image:url(../img/line_dotted_grey.gif);
    background-repeat:repeat-x;
    height:4px;
}

.offers {
    margin-top:20px;
    width:214px;
}
.offersrub {
    font-style:normal;
    font-weight:bold;
    color:#0d5cb6;
    font-size:18px;
    margin-left:25px;
}
.erb 
{
    margin-top:5px;
    color:#a8260a;
}
.erbtxt {
    margin-left:54px; margin-top:-47px;
}
.erb a:visited {
    text-decoration:none;
    color:#a8260a;
}
.erb a:link {
    text-decoration:none;
    color:#a8260a;
}
.pagetxt_index {
    margin-top:20px;
    width:411px;
    color:#626262;
}
.pagetxt {
    margin-top:15px;
    color:#626262;
}
.pagerub_red {
    font-weight:bold;
    font-size:18px;
    color:#a8260a;
}
.pagerub_blue {
    font-weight:bold;
    font-size:18px;
    color:#0d5cb6;
}
.footer {
    background-color:White;
    border-top:solid 2px #cccccc;
    /*
    border-bottom:solid 2px #cccccc;
    border-left:solid 2px #cccccc;
    border-right:solid 2px #cccccc;
    */
    height:70px;
    padding-top:5px;
}
.adress {
    margin-left:0px;
}
/*
Used in replace
*/
.bold_red {
    font-weight:bold;
    color:#a8260a;
}
.bold_blue {
    font-weight:bold;
    color:#0d5cb6;
}
.bold_black {
    font-weight:bold;
    color:#ffffff;

}