#main-top{
    background: url('/img/design/mainlogo_bg.gif') repeat-x;
    height: 280px;
    text-align: center;
}

#mainpage{
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    width: 980px;
    width: expression(document.body.clientWidth > 1001? "1000px" : "auto");
}

#mainpage-bg{
    background: url('/img/design/mainlogo_bg.gif') repeat-x;
}

#mainmenu-block{
    background: url('/img/design/here_wecan.gif') no-repeat;
    overflow: hidden;
    height: 72px;
    margin-top: 25px;
    margin-bottom: 15px;
}

#mainmenu-block ul{
    float: right;
    width: 680px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 70px;
}

#mainmenu-block ul li{
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    font-size: 1.1em;
}

#mainmenu-block ul li a{
    text-decoration: none;
    color: #000;
}

#mainmenu-block ul li a:hover{
    border-bottom: 1px dotted #333;
}

#main-action-block{
    margin-bottom: 5px;
    overflow: hidden;
    background: url('/img/design/mainaction_bg.gif') no-repeat;
    height: 252px;
    padding-top: 50px;
    padding-left: 60px;
}

#add-announce, #add-advert, #view-announce{
    float: left;
    width: 250px;
    height: 200px;
}

#main-action-block a{
    display: block;
    width: 100%;
    height: 100%;
}

#add-announce{
    width: 230px;
}

.action_delim{
    float: left;
    width: 2px;
    height: 205px;
    background: url('/img/design/mainaction_delim.png') no-repeat;
    margin-left: 30px;
    margin-right: 40px;
}

#add-announce{
    background: url('/img/design/add_announce.gif') no-repeat;
}

#add-advert{
    background: url('/img/design/add_advert.gif') no-repeat;
}

#view-announce{
    background: url('/img/design/view_announce.gif') no-repeat;
}

#mainsearch{
    margin-top: 25px;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

#mainsearch-form{
    background-color: #ED1C24;
    padding: 5px 10px;
    height: 50px;
}

#searchstring{
    width: 450px;
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 5px;
}

#mainsearch-form input{
    font-size: 1.0em;
}

#mainsearch-form form{
    overflow: hidden;
}

.search-btn{
    position: relative;
    top: 8px;
    margin-top:8px;
}

#search-categories li{
    float: left;
    padding: 3px 5px;
}

#search-categories li.selected{
    background-color: #ED1C24;
}

#search-categories li.selected a{
    color: #fff;
}

