body
{
    background-position: center top;
    padding: 0px;
    margin: 0px;
    background-color: #e9d9ac;
    background-image: url(  '../i/h_hdbg.gif' );
    background-repeat: repeat-x;
    font-family: Calibri;
    font-size: small;
}


/* Home Page Layout */

#container
{
    margin-right: auto;
    margin-left: auto;
    width: 891px;
    height: auto;
    overflow: auto;
}

#header
{
    background-position: center top;
    width: 891px;
    height: 240px;
    clear: both;
    background-image: url( '../i/h_hdbg.jpg' );
}

#mainlinks
{
    width: 891px;
    clear: both;
    text-align: center;
    padding-top: 23px;
    height: 36px;
}

#tours
{
    width: 881px;
    height: 355px;
    margin-right: auto;
    margin-left: auto;
    color: #444444;
}

#tourstit
{
    background-position: center top;
    width: 881px;
    height: 49px;
    background-image: url( '../i/tb_tit.gif' );
    background-repeat: no-repeat;
}

#tourscon
{
    width: 879px;
    height: 305px;
    background-color: #fdfbf7;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

#tours_l
{
    float: left;
    width: 487px;
    height: 304px;
}

#tours_r
{
    float: right;
    width: 392;
    height: 304px;
}

#tours_b
{
    padding: 12px;
    border-style: solid;
    border-width: 2px;
    border-color: #999999;
    width: 336px;
    height: 246px;
    margin-right: 16px;
    margin-top: 16px;
    background-color: #f2f2f2;
}

#destinations
{
    margin-left: 32px;
    height: 180px;
    clear: both;
    margin-top: 15px;
}

#specialoffers
{
    margin-left: 32px;
    height: 100px;
    clear: both;
}

#specialleft
{
    float: left;
}

#speciallist
{
    clear: left;
    padding-top: 15px;
    margin-left: 22px;
    float: left;
    line-height: 16px;
}

#contacticon
{
    float: right;
    margin-right: 20px;
}

#otherboxes
{
    width: 881px;
    margin-right: auto;
    margin-left: auto;
    color: #444444;
    margin-top: 24px;
    height: auto;
    overflow: auto;
}

.otherbox
{
    width: 258px;
    float: left;
}

.otherboxtit
{
    width: 258px;
    height: 28px;
}

.otherboxcon
{
    padding: 10px;
    height: 215px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    background-color: #fdfbf7;
    overflow: hidden;
}

#bottom
{
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
    margin-top: 24px;
    width: 881px;
    margin-right: auto;
    margin-left: auto;
}

#bot1
{
    clear: both;
    height: 60px;
}

.bot_l
{
    float: left;
}

.bot_r
{
    float: right;
}

#bot2
{
    background-color: #FFFFFF;
    height: 22px;
    background-image: url(   '../i/bot_bg.gif' );
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 6px;
    text-align: center;
}

#bot3
{
    clear: both;
    height: 25px;
    padding-top: 10px;
}

.destlist
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #999999;
    padding-right: 10px;
    margin-right: 10px;
}

.destlist2
{
    clear: both;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 16px;
}

.hotellist
{
    clear: both;
    margin-bottom: 13px;
}

.gallist
{
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}

.reviewlist
{
    clear: both;
    line-height: 18px;
}

.announcement
{
    width: 870px;
    padding: 4px;
    border: 1px solid #444444;
    background-color: #999999;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    overflow: auto;
    margin-bottom: 15px;
    color: #F0F0F0;
    vertical-align: middle;
}

/* Links*/

a:link, a:visited
{
    color: #444444;
    text-decoration: none;
}

a:hover, a:active
{
    color: #444444;
    text-decoration: underline;
}

a.ml:link, a.ml:visited
{
    padding: 5px;
    display: block;
    float: left;
    height: 13px;
    margin-right: 11px;
    margin-left: 11px;
}

a.ml:hover, a.ml:active
{
    padding: 5px;
    display: block;
    float: left;
    background-color: #fdfbf7;
    height: 13px;
    margin-right: 11px;
    margin-left: 11px;
}


/* Forms */

input
{
    background-color: #fdfbf7;
    border: 1px solid #444444;
    font-size: small;
    font-family: Calibri;
}

.input
{
    background-color: #fdfbf7;
    border: 1px solid #444444;
    font-size: small;
    font-family: Calibri;
}

.button
{
    padding: 4px;
    font-size: small;
    border: 1px solid #444444;
    background-color: #999999;
    color: #FFFFFF;
}


/* Others */

.star
{
    width: 12px;
    height: 11px;
    background-image: url(  '../i/star_s.png' );
    display: block;
    cursor: pointer;
}

.stare
{
    width: 12px;
    height: 11px;
    background-image: url( '../i/stare_s.png' );
    display: block;
    cursor: pointer;
}