body {
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: url('../images/gfx_main/tlo.jpg') #000000 no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    color: #A3A3A3;
    text-align: center;
    width: 100%;
}

a {
    text-decoration: none;
    color: #0087a4;
}

img {
    border:none;
}

img.imgBlock {
    display: block;
}

h1, h2 , h3, h4 , h5 , h6 {
    font-family: Arial;
    font-weight: bold;
    color: #0087a4;
}

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.blue {
    color: #0087a4;
}

.blue_select {
    color: #6ce2fb;
}

.both {
    clear: both;
}

.inline label {
    width: 200px;
}

.block_clear_div {
    height: 1px;
    display: block;
}

.white_line {
    width:100%;
    height:10px;
    clear:both;
}

.pagination {
    text-align: center;
    color: #6ce2fb;
}

div.list_position {
    width: 100%;
    font-family: Arial;
}

div#wrapper {
    width: 917px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

div#top {
    margin-bottom: 17px;
}

div#context {
    width: 100%;
}

div#context div#left_column {
    width: 219px;
    float: left;
}

div#context div#left_column div#box_left {
    margin: 30px 0 0 12px;
    padding: 8px 0 0 0;
    width: 147px;
    font-family: Arial;
    font-size: 11px;
    background: url('../images/gfx_main/address_box.jpg') no-repeat;
    text-align: center;
    color: #A3A3A3;
}

div#context div#content {
     width: 698px;
     float: right;
}

div#context div#content div#title_bar_left {
    height: 23px;
    width: 4px;
    float: left;
    background: url('../images/gfx_main/title_bar_left.jpg') no-repeat;
}

div#context div#content div#title_bar {
    height: 23px;
    width: 661px;
    padding: 2px 0 0 13px;
    font-family: Arial;
    font-size: 16px;
    float: left;
    color: #6ce2fb;
    background: url('../images/gfx_main/title_bar.jpg') repeat-x;
}

div#context div#content div#title_bar_right {
    height: 23px;
    width: 4px;
    float: left;
    background: url('../images/gfx_main/title_bar_right.jpg') no-repeat;
}

div#context div#content div#menu_top {
    margin: 3px 0 25px 19px;
    width: 650px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #0087a4;
}

div#context div#content div#menu_top_bar {
    width: 550px !important;
    width: 500px;
    padding-top: 3px;
    float: right;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #0087a4;
}

div#context div#content div#content_main {
    padding: 0 19px 0 19px;
}

div#footer {
    color: #424242;
    border-top: 1px solid #424242;
    padding: 8px 0 0 0;
    font-size: 10px;
    margin: 0 0 20px 0;
}

div#footer div.footer_menu{
    float: left;
    margin-left: 200px;
}

div#footer a {
    color: #424242;
}

#google_maps {
    width: 600px;
    text-align: center;
}


