#home-search{
    background-image: linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -o-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -moz-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -webkit-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -ms-linear-gradient(bottom, rgb(5,6,71) 16%, rgb(5,6,71) 58%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(5,6,71)), color-stop(0.58, rgb(5,6,71)));

    -moz-border-radius: 10px;
    border-radius: 10px;

    width:230px;
    height:322px;
    margin:20px 10px 10px 0;

    position: relative;
}
#home-search h2{
    color:#FFA812;
    font-size:1.3em;
    text-align:center;
    padding:15px 0 0 0;
}
#home-search form{
    margin:10px 20px;
    text-align: left;
}
#home-search label{
    color:#FFF;
    font-weight:bold;
    font-size:0.8em;
    line-height:2.2em;
}
#home-search input{
    padding: 5px;
    border: solid 1px #AAAAAA;
}
#home-search input.date{
    background-image: url(/images/icons/date.png);
    background-repeat: no-repeat;
    background-position: 165px;
    width: 180px;
}
#home-search select{
    padding: 5px;
    width: 190px;
    border: solid 1px #AAAAAA;
}
#home-search #search-button{
    position: absolute;
    right: 15px;
    bottom: 10px;
    border: none;
}
ul.landing-list
{
    margin:0;
    padding:0;
    text-align: left;
}
ul.landing-list li
{
    display:block;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    width:230px;
    height:134px;
    color:#070849;
    text-decoration:none;
    font-size:1.1em;
    line-height:1.2em;
}
ul.landing-list li.last
{
    margin-right:0px;
}
ul.landing-list li a
{
    display:block;
    width:100%;
    height:100%;
    color:#070849;
    text-decoration:none;
    padding-top:18px;
    padding-left:20px;
}
ul.landing-list li a:hover
{
    text-decoration:underline;
}
li#landing-box-flight{ background-image:url(/images/banners/flights-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-car{ background-image:url(/images/banners/fcar-hire-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-limo{ background-image:url(/images/banners/limo-hire-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-house{ background-image:url(/images/banners/housekeeping-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-wedding{ background-image:url(/images/banners/weddings-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-catering{ background-image:url(/images/banners/catering-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-disney{ background-image:url(/images/banners/disney-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-web{ background-image:url(/images/banners/web-no-text.jpg); background-repeat:no-repeat; }
li#landing-box-equipment{ background-image:url(/images/banners/equipment-no-text.jpg); background-repeat:no-repeat; }

li#landing-box-theme{ background-image:url(/images/banners/theme-parks.jpg); background-repeat:no-repeat; }
li#landing-box-golf{ background-image:url(/images/banners/golf.jpg); background-repeat:no-repeat; }
li#landing-box-shop{ background-image:url(/images/banners/shoping.jpg); background-repeat:no-repeat; }
li#landing-box-beach{ background-image:url(/images/banners/beaches.jpg); background-repeat:no-repeat; }
li#landing-box-club{ background-image:url(/images/banners/clubs.jpg); background-repeat:no-repeat; }
