html{
    position: relative;
    min-width: 100%;
    min-height: 100%;
}
body{
   font-family: 'Source Sans Pro', sans-serif;
    color:grey;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: auto;
}

#topBigBar{
    position: relative;
    width: 100%;
    min-width:1100px;
    background-color: white;
    height: auto;
    overflow: hidden;
}

#topBigBarShadow{
    width: 100%;
    height: 0px;
    background-image: url('/images/layouts/headerShadow.png');
}

#topBigBarContent{
    height: 300px;
    background-image: url('/files/layouts/headerBkg.jpg');
    background-size:cover;
    overflow:hidden;
}
#headerBar{
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 27px;
    text-align:center;
}
#headerCenteredElements{
    position: relative;
    display: inline-block;
    height: auto;
    overflow: hidden;
    width: auto;
}

#topBigBarContent #headerRightPart{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 194px;
}

#topBigBarContent #logoContainer{
    display:block;
    position:absolute;
    width:152px;
    top: 25px;
    left:38px;
    z-index: 20;
}

#topBigBarContent #logo{
    position:relative;
    width:152px;
    margin:0 auto;
}

#searchBarContainer{
    position: relative;
    width: 707px;
    margin: 0 auto;
    float: none;
    margin-top: 40px;
}
.whiteInput{
    position: relative;
    float: left;
    height: 40px;
    border-radius: 0px;
    background-color: transparent;
    border: 2px solid white;
    width: 321px;
    padding-left: 20px;
    color:white;
    font-size:15px;
}
.whiteInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
.whiteInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
.whiteInput::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
.whiteInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
.greyText{
    color: grey;
}
#searchButton{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
    height: 46px;
    background-color: rgba(255,255,255,0.75);
    line-height: 46px;
    text-align: center;
    color: #002E6C;
    font-size: 17px;
    letter-spacing: 4px;
    font-weight: bold;
}
#searchButton:hover{
    cursor:pointer;
    opacity:0.8;
}
#topBigBarContent .searchBar{
    float: left;
    width: 100px;
    height: 24px;
    line-height: 23px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    color: #3A3A3A;
    font-size: 14px;
    background-image: url("/files/empty.gif");
    margin-left: 10px;
    border: none;
    background-color: transparent;
}

#topBigBarContent #magnifyingGlass{
    float: left;
    width: 28px;
    height: 24px;
}
#topBigBarContent #magnifyingGlass:hover{
    cursor:pointer;
}

#topBigBarContent #menu{
    position: relative;
    width: 560px;
    height: 25px;
    margin: 0 auto;
    padding-top: 50px;
}

#topBigBarContent #menu #menuItems{
    position: relative;
    width: 554px;
    height: 20px;
    margin: 0 auto;
}

#topBigBarContent #menu #menuItems #index{
    width:62px;
}



.menuItem{
    display:block;
    position: relative;
    line-height: 20px;
    float: left;
    width:94px;
    text-align:center;
    height: 20px;;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 17px;
    color: white;
}

.floatRight{
    float: right;
}

#topBigBarContent #menu #menuItems .selected{
    font-weight:700;
    font-size:15px;
}

#topBigBarContent #menu #menuItems .menuItem:hover{
    font-weight:700;
    line-height:19px;
}

#topBigBarContent #menu #menuItems .lastItem{
    margin-right: 0px;
}

#topBigBarContent #menu #menuBorder{
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.5;
    width: 600px;
}

#topSmallBar{
    display:none;
    position: fixed;
    width:100%;
    left:0px;
    top:-95px;
    height: 65px;
    background-color: white;
}

#topSmallBarContent{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 65px;

}

#topSmallBarContent #logo{
    float: left;
    margin-top: 5px; 
    margin-left: 30px;
}

#topSmallBarContent .searchBar{
    float: left;
    margin-top: 10px;
    margin-left: 0;
    width: 102px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 28px;
    border-radius: 3px;
    background: url('/images/layouts/searchIcon.png') no-repeat 112px 7px rgb(235,235,235);
}

#topSmallBarContent #menu{
  position: relative;
  float: left;
  width: 562px;
  height: 44px;
  margin-top: 25px;
  margin-left: 134px;
}

#topSmallBarContent #menu #menuItems{
    position: relative;
    width: 100%;
    height: 20px;
    margin: 0 auto;
}

#topSmallBarContent #menu #menuItems .menuItem{
    position: relative;
    float: left;
    height: 20px;
    margin-right: 40px;
    font-size: 15px
}

#topSmallBarContent #menu #menuItems .lastItem{
    margin-right: 0px;
}


#content{
    position: relative;
    min-width:1000px;
    max-width:1300px;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
    //padding-bottom: 50px;
}

.separator{
    width: 872px;
    height: 4px;
    background-image: url(/images/layouts/separator.png);
    margin: 42px auto;
    opacity: 0.7;
}

#signInArea{
    display: block;
    position: absolute;
    right: 30px;
    width: 70px;
    top:0px;
}

#lock{
    float:left;
    margin-right: 6px;
}

#signIn{
    float: left;
    font-size:17px;
    color:white;
}

#lockIcon{
    float:left;
    margin-top:3px;
}

#signIn:hover{
    cursor:pointer;
    opacity:0.8;
}

#loginRegister{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 35px;
    left: 0px;
    display: none;
}

#userArea{
    float: left;
    width: 100%;
    margin-top: 20px;
    max-height: 50px;
    overflow: hidden;
}

#username{
    font-size: 14px;
}

#username:hover{
    color: #EC1C24;
    cursor: pointer;
}

#logout{
  font-size: 11px;
  color: #666666;
}

#logout:hover{
    color: #EC1C24;
    cursor: pointer;
}

#valuationIcon{
  float: left;
  margin-right: 8px;
  cursor:pointer;
  width: 20px;
  height: 24px;
  background-image: url('/files/layouts/valuationIcon.png');
  background-position: 0px 0px;
}

#valuationIcon:hover{
  background-position: 0px -30px;
}

#locationImg{
    float:left;
    margin-left: 40px;
    margin-top: 5px;
}
#searchResultText{
    margin-left: 30px;
    color: #666666;
}

#footer{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 300px;
    background-color: #1D2D3F;
    color:#7C7C7C;
    min-width: 1000px;
    overflow: hidden;
}
#footerDummy{
    position:relative;
    width:100%;
    height:300px;
}
#footerLeft{
    position: relative;
    float: left;
    width: 330px;
    margin-top: 20px;
    height: 280px;
    overflow: hidden;
    margin-left: 30px;
}
#footerLogo{
    position: relative;
    width: 160px;
    margin-top: 20px;
}
#footerItemContainer{
    position: relative;
    width: 210px;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.footerItem{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color:white;
    font-size:16px;
    margin-bottom:15px;
}
#footerAddress{
    position: absolute;
    font-size: 15px;
    color: white;
    bottom: 30px;
    line-height: 25px;
}
#footerRight{
    position: relative;
    float: right;
    width: 600px;
    margin-top: 40px;
    margin-right: 30px;
}
.footerInput{
    height:33px;
    width: 263px;
}
#contactMessage{
    position: relative;
    margin-top: 15px;
    width: 580px;
    padding-left: 17px;
    resize: none;
    height: 120px;
    border: none;
    background-color: rgba(255,255,255,0.5);
    color: white;
    font-size:15px;
    float:left;
}
#contactMessage::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
#contactMessage:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
#contactMessage::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
#contactMessage:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
#contactSendBtn{
    position: relative;
    width: 290px;
    margin-top: 15px;
    float: right;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #002E6C;
    background-color: rgba(255,255,255,0.7);
    letter-spacing: 3px;
    font-weight: bold;
}
#contactSendBtn:hover{
    cursor:pointer;
    opacity:0.8;
}
#contact:hover{
    cursor:pointer;
}
#categorySelect{
    background-image: url('/files/layouts/selectBkg.png');
    background-size: 100%;
}
.logout{
    width: 106px;
}

.unlogged:hover{
     cursor:pointer;
}