/* 
    Document   : style.css
    Created on : 2009-06-24, 16:07:22
    Author     : abazior
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
* {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

html, body {
    margin: 0;
    padding: 0;
    background-image: url('images/background.jpg');
}

.top {
    background-image: url('images/top-background.jpg');
    height: 122px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.bottom {
    background-image: url('images/background.jpg');
    width: 100%;
    text-align: center;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    height: auto;
}

.topContainer {
    margin: 0px auto;
    padding: 0;
    width: 800px;
    height: 122px;
}

.bottomContainer {
    margin: 0px auto;
    padding: 0;
    width: 800px;
    background-image: url('images/content-background.jpg');
}

.languages {
    width: 800px;
    height: 69px;
    background-image: url('images/logo_top.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    text-align: left;
    
}

.languages * {
    border-style: none;
}

.menu {
    width: 800px;
    height: 31px;
    margin: 0;
    padding: 0;
    background-image: url('images/logo_middle.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    text-align: left;
}

.menu *{
    border-style: none;
}

.margin_right {
    margin-right: 2px;
}

margin_left {
    margin-left: 2px;
}

.margin_both {
    margin-left: 2px;
    margin-right: 2px;
}

.bottom_menu {
    width: 800px;
    height: 22px;
    float: left;
}

.bannerContainer {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    top: 115px;
    z-index: 1;
    text-align: center;
}

.banner {
    margin: 0 auto;
    padding: 0;
}

.bannerBottomBackground {
    margin: 0;
    padding: 0;
    background-image: url('images/image-bottom.jpg');
    height: 218px;
    width: 800px;
}

.contentContainer {
    float: left;
    margin-left: 16px;
    width: 560px;
    overflow: hidden;
}



.contentTitle {
    height: 42px;
}

.line {
    height: 7px;
    width: 563px;
    background-color: #ECBC68;
    font-size: 1px;
}

.title {
    text-align: left;
}

.content {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom:20px;
    padding-top:10px;
    text-align:justify;
}

.content * {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #61471B;
}

.contentFooter {
    height: 69px;
    width: 594px;
    background-image: url('images/contentFooter.jpg');
}

.contentFooterAparment {
    height: 69px;
    width: 256px;
    background-image: url('images/footer_apartment.jpg');
    margin-top:20px;
}

.sidebar {
    width: 206px;
    float: right;
}

.sidebarContentContainer {
    height: 241px;
    width: 206px;
    background-image: url('images/sidebar/sidebarBottom.jpg');
    overflow:hidden;
}

.sidebarContent {
    font-size: 10px;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 40px;
    margin-top: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align:justify;
    color:#412f12;
}

.sidebarContent * {
    font-size: 12px;
}

.sidebarBottom * {
    border-style: none;
}

.footer {
    width: 800px;
    height: 35px;
    background-image: url('images/footer.jpg');
    clear: both;
}

.bottom_footer {
    width: 800px;
    margin: 5px auto;
    padding: 0px;
    text-align: center;
    width: 800px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.bottom_footer *{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}





a {outline: 0; color:#61471B;}
input {background-color:#ebbf70; border:1px solid #61471b;}
textarea {background-color:#ebbf70; border:1px solid #61471b;}
select {background-color:#ebbf70; border:1px solid #61471b;}

div.pageList{float:right; padding-top:10px;}
a.page{display:block; background-color:#61471b; color:#dca648; float:left; margin:2px; padding:2px 4px; text-decoration:none; border:1px solid #61471b;}
a.page:hover{display:block; background-color:#dca648;; color:#61471b; border:1px solid #61471b;}
span.pageSelected{display:block; background-color:#dca648;; color:#61471b; float:left; margin:2px; padding:2px 4px; border:1px solid #61471b;}

div.content p{text-indent: 20pt;}
