/*
    Document   : layout
    Created on : 2010-04-06, 12:06:53
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0;
    padding: 0;
    background-color: #716851;
    background-image: url(../img/mecenas/backtop.png);
    background-repeat: repeat-x;
}

#container {
    margin: 0 auto;
    width: 787px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #231d1d;
}

#container p {
    padding: 0;
    margin: 0;
}

#home_button, #map_button {
    position: absolute;
    right: 30px;
    height: 10px;
}

.noborder {
    border: none;
}

#home_button {
    top: 38px;
    width: 11px;
    height: 10px;
    /*background-image: url(../img/mecenas/homeimg.png);*/
}

#map_button {
    position: absolute;
    right: 30px;
    top: 13px;
    width: 13px;
   /* background-image: url(../img/mecenas/mapimg.png);*/
}

#header {
     background-image: url(../img/mecenas/header.jpg);
     width: 788px;
     height: 300px;
     position: relative;
}

#centerbox, #footer {
    background-image: url(../img/mecenas/bakcontent.jpg);
    background-repeat: repeat-y;
    color: #716851;
    padding: 0 10px;
}

#centerboxin {
    position: relative;
}

#mainmenu {
    float: left;
    width: 190px;
    background-color: #231d1d;
    padding-left: 10px;
}

#mainmenu a, .inactive_link {
    color: #716851;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

#mainmenu a:hover, .inactive_link:hover {
    text-decoration: underline;
    color: #d5a96a;
}

#mainmenu li ul a {
    text-transform: capitalize;
    font-weight: normal;
}

#mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainmenu li {
    margin: 10px 0;
}

#mainmenu li li, #offerback li {
    margin: 0;
    padding: 3px 0;
}

#offerback li {
    background-image: url(../img/mecenas/arrow_mini_brown.gif);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 10px;
}

#mainmenu li ul {
    display: none;
}

/*#mainmenu li:hover ul {
    display: block;
}*/

#content, #contentsmall {
    float: right;
    width: 547px;
    min-height: 200px;
    text-align: left;
    background-color: #231d1d;
    padding: 5px 10px;
    overflow: hidden;
}

#contentsmall {
    float: left;
    width: 354px;
}

#content a:hover, #offerback a:hover, #contentsmall a:hover {
    color: #d5a96a;
    text-decoration: underline;
}

#content a, #offerback a, #contentsmall a {
    color: #716851;
    text-decoration: none;
}

#bottom, #copyright {
    width: 757px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-family: Tahoma;
    font-size: 10px;
    clear: both;
    padding-left: 10px;
}

#bottom {
    background-image: url(../img/mecenas/bottom.png);
    color: #74AfB8;
}

#copyright {
    text-transform: uppercase;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

#offerback {
    background-image: url(../img/mecenas/offerback.png);
    background-repeat: repeat-x;
    font-size: 11px;
    width: 193px;
    float: left;
}

#offerback ul {
    list-style: none;
    padding: 3px 5px;
    margin: 0;
}

#footer {
    height: 40px;
    padding-top: 60px;
    color: #716851;
}

#page_headers {
    margin-bottom: 22px;
}

.news_box {
    background-image: url(../img/mecenas/newsback.png);
    background-repeat: repeat-x;
    color: #d5a96a;
    width: 548px;
    padding: 2px;
    margin-bottom: 15px;
}

.news_box p {
    padding: 3px 10px;
    margin: 0;
}

.news_box a {
   text-decoration: none;
   color: #d5a96a;
}

.news_title {
    font-weight: bold;
    padding: 5px
}

.news_date {
    padding: 2px 5px;
}

.to_long_description, .back_to_newslist {
    background-image: url(../img/mecenas/newsmore.png);
    background-repeat: repeat-x;
    width: 50px;
    float: right;
    text-align: center;
    font-size: 11px;
    margin-right: -7px;
}

.back_to_newslist {
    float: none;
    margin-right: 0;
    margin-top: 10px;
}

.to_long_description a:hover {
    color: #74AfB8;
}

.sub_header, .main_header {
    text-transform: uppercase;
    font-weight: bold;
}

.sub_header {
    font-size: 14px;
    color: #d5a96a;
}

.main_header {
    font-size: 24px;
}

.current_item {
    background-image: url(../img/mecenas/arrow_xl.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    display: block;
    background-position: 0 3px;
    position: relative;
    left: -7px;
    float: left;
}

#mainmenu .current_main ul {
    display: block;
}

.offer_title {
    text-transform: uppercase;
    font-family: Tahoma;
    font-weight: bold;
    color: #628f98;
    font-size: 24px;
    padding: 4px 10px;
    margin: 0;
}

#helpformbox {
    padding: 10px 0 10px 10px;
    background-color: #463e35;
    color: #D5A96A;
}

.element input, #formData-content {
    background-color: #857b63;
    border: none;
    width: 430px;
}

.element {
    float: right;
}

.elementWrapper {
    clear: both;
    padding: 8px 0;
    text-align: right;
}

#formData-content {
    height: 100px;
}

#helpformbox label {
    padding-right: 8px;
}

#helpFormSubmit {
    width: 100px;
    color: #74AFB8;
    background-color: #463E35;
    cursor: pointer;
}

#map {
    width: 300px;
    height: 300px;
    margin-top: 55px;
}

#logo_link {
    position: absolute;
    top: 100px;
    left: 15px;
    width: 192px;
    height: 65px;
}

.paging a, .paging div {
    float: left;
}

.hidelabel {
    display: none;
}

.errors {
    clear: both;
}