﻿body
{
    font-size:0.7em;
    font-family: verdana, sans-serif;
    background:#333333;
    margin:0px 0px 0px 0px;
}

a
{
    text-decoration:none;
    color:#000000;
}

a:hover
{
    color:#FFFFFF; 
}

a:focus, a:hover, a:active 
{ 
    outline:none
}

img
{
    border:none;
}

input, select, textarea
{
    font-size:1em;
    font-family: verdana, Helvetica, sans-serif;
}

h1
{
    margin:0px 0px 10px 0px;
    padding:0px;
}

h3
{
    margin:0;
    padding:0;
}

p
{
    margin:0px;
    padding:0px;
}

p.small
{
    font-size:0.9em;
}

/*ul,li
{
   margin:0;
   padding:0;
   list-style-type:none; 
}*/

#container 											
{
    width:990px; 
    margin-left: auto;
    margin-right: auto;
    background:#b4b4b4;
    border:solid 1px #FFFFFF;
}

#header
{
    height:155px;
    border-bottom:solid 1px #999999;
    color:#FFFFFF;
}

#header #ltx
{
    float:left;
}

#header #activity
{
    float:right;
    padding:11px 11px 0px 0px;
    width:298px;

}

#header p
{
    padding:10px;
    height:48px;
}

#header .goxplore
{
    margin-left:10px;
}

/* --- NAV --- */
#nav
{
    height:46px;
    background:#000000 url("images/nav.jpg") top left no-repeat;
    color:#FFFFFF;
        padding:12px 0px 0px 0px;
}

#nav ul
{
    margin:0px 0px 0px 0px;
    padding:0;
    font-weight:bold;
    list-style-type:none;
}

#nav ul li
{
    float:left;
}


#main
{
    padding:10px;
}

#leftcol
{
    float:left;
    width:158px;
    margin-right:25px;
}

#centercol
{
    float:left;
    width:463px;
    margin-right:24px;
}

#rightcol
{
    float:left;
    width:300px;
}

#maincol
{
    float:left;
    width:787px;
}

.bc
{
    float:right;
    padding-top:20px;
    padding-right:10px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:0.9em;
}

.bc a
{
    color:#000000;
}

.bc a:hover
{
    color:#ffffff;
}

ul.subnav
{
    margin:0px 0px 10px 0px;
    padding:0;
    font-size:0.9em;
    font-weight:bold;
    list-style-type:none;
}

ul.subnav li
{
    background:#4E4E4E;
    font-weight:normal;

}

ul.subnav li a
{
    border-bottom:solid 1px #C8C8C8;
    padding:5px 0px 0px 9px;
    height:18px;
    display:block;
        color:#B4B4B4;
        font-weight:bold;
}

ul.subnav li a:hover
{
    color:#FFFFFF;
    background:#000000;
}

ul.subnav li.sel a
{
    color:#FFFFFF;
    background:#000000;
}

/* --- FOOTER --- */
#footer
{
    height:28px;
    background:#000000 url("images/footer.jpg") top left no-repeat;
    color:#b4b4b4;
    padding:20px 10px 0px 10px;
    font-size:0.9em;
}

#footer a
{
    font-weight:bold;
}

#footer a:hover
{
    color:#B4B4B4;
}

#footer #about
{
    width:63px;
    border-right:solid 1px #B4B4B4;
    padding-right:14px;
}

#footer #terms
{
    width:121px;
    border-right:solid 1px #B4B4B4;
    padding-left:14px;
    padding-right:14px;
}

#footer #privacy
{
    width:76px;
    padding-left:14px;
}

#footer #f2b
{
    width:121px;
    padding-left:14px;
    border-left:solid 1px #B4B4B4;
}

#footer #f2b a
{
    font-weight:normal;
}

#footer #copy
{
    width:102px;
    padding-right:14px;
}

/* --- LIST --- */
ul.list
{
    margin:0px 0px 10px 0px;
    padding:0;
    font-weight:bold;
    list-style-type:none;
}

ul.list li
{
    background:#A7A7A7;

    
    font-weight:normal;
    
    color:#000000;
}

ul.list li a
{
        border-top:solid 1px #c8c8c8;
    border-bottom:solid 1px #868686;
    padding:5px 0px 0px 9px;
    height:19px;
    display:block;
}

ul.list li a:hover
{
    color:#FFFFFF;
}

ul.list li.top
{
    font-weight:bold;
    padding:5px 0px 0px 9px;
    height:17px;
    color:#FFFFFF;
}

ul.list li.top a  /* Added */
{
    color:#FFFFFF;
    padding:0px;
    height:17px;
    margin:0px;
    border:none;
}

ul.list li.top a:hover  /* Added */
{
    color:#FFFFFF;
    padding:0px;
    height:17px;
    margin:0px;
    border:none;
}

ul.list li.sel a
{
    color:#FFFFFF
}

ul.tabs
{
    margin:0px 0px 0px 0px;
    padding:0;
    font-weight:bold;
    list-style-type:none;
    height:26px;
}

ul.tabs li
{
    /*background:#A46200;*/
    font-size:0.9em;
    font-weight:normal;
    color:#000000;
    float:left;
}

ul.tabs li a
{
    color:#ffffff;
    display:block;
    padding:6px 9px 5px 6px;
    height:14px;
    font-weight:bold;
    border-right:solid 1px #b4b4b4;
    border-bottom:solid 1px #b4b4b4;
    float:left;
}

ul.tabs li.sel a
{
    color:#ffffff;
    display:block;
    padding:6px 9px 5px 6px;
    height:14px;
    font-weight:bold;
    background:#1F1F1F;
    border-bottom:solid 1px #1F1F1F;
}

ul.tabs li.sel a:hover
{
    background:#1F1F1F;
}

ul.tabs li a:hover
{
    background:#333333;
}

/* --- GLOBAL --- */
.cb
{
    clear:both;
    height:0px;
    font-size:0%;
    line-height:0%;
}

.cl
{
    clear:left;
}

.cr
{
    clear:right;
}

.fl
{
    float:left;
}

.fr
{
    float:right;
}

/* Used on trip details and contact us */

#call_us
{
    width:240px;
    height:53px;
}

#welcome
{
    background:#313639;
    color:#FFFFFF;
    padding:10px;
    font-size:0.9em;
    font-weight:bold;
}

#newsletter
{
    background:#000000;
    padding:10px;
    font-size:0.9em;
}

#newssubm
{
    padding:10px;
    margin-bottom:10px;
}

#newssubm a
{
    font-weight:bold;
}

#newsletter p
{
    padding-top:6px;
    color:#FFFFFF;
}

#navsignout
{
    background:#000000;
    padding:10px;
    margin-bottom:10px;   
}

#navsignout a
{
    color:#B3B3B3;
    font-size:0.9em;
    font-weight:bold;
}

.cross
{
    background: url(images/cross.gif) top left no-repeat;
}

.cross:hover
{
    background: url(images/cross_on.gif) top left no-repeat;
}

.cross a
{
    color:#B4B4B4;
    font-weight:bold;
    font-size:0.9em;
    padding-left:15px;
}

.cross a:hover
{
    color:#FFFFFF;
}