/*******************
 *     General     *
 *******************/
 
body {
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    font-size: 76%;
    text-align: center;
	background: url(img/bg.png) top left repeat-x #806f44;
    color: #39382B;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

ul {
    list-style: none;
}

table, li, ul {
    margin: 0px;
    padding: 0px;
}

table td {
    vertical-align: top;
}

a.blueRedHoverLink,
a.blueWhiteHoverLink {
    color: #2A3F55;
    font-weight: bold;
}

a.blueRedHoverLink:hover,
.red {
    color: #991409;
}

a.blueWhiteHoverLink:hover {
    color: #ffffff;
}

.redArrowLeft,
table.programTable th {
    padding-left: 8px;
    background: url("img/small_red_arrow.gif") no-repeat left 4px;
}

.redArrowRight {
    padding-right: 6px;
    background: url("img/small_red_arrow.gif") no-repeat right 4px;
}

.blackArrowLeft {
    padding-left: 8px;
    background: url("img/small_black_arrow.gif") no-repeat left 4px;
}

.blackArrowRight {
    padding-right: 6px;
    background: url("img/small_black_arrow.gif") no-repeat right 4px;
}

.redBold {
    color: #991409;
    font-weight: bold;
}

.whiteBold,
table.programTable th {
    color: #EDE6C2;
    font-weight: bold;
}

.blueBold {
    color: #2A3F55;
    font-weight: bold;
}



/****************
 *     Base     *
 ****************/

div#wrapper {
	width: 960px;	
	margin: auto;
	text-align: left;
    background-color: #c0b07c;
}

div#top {
    height: 101px;
    position: relative;
    z-index: 3;
	background: url("img/top.png") #D7CC98 left top no-repeat;
}

h1#logo {
    position: absolute;
    width: 180px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    left: 50px;
    top: 10px;
}

h1#logo a {
    position: absolute;
    height: 100%;
    width: 100%;
    text-indent: -9000px;
}

div#topNavigation {
    text-align: right;
    padding: 5px 9px 0px 0px;
}

div#topNavigation a {
    color: #EDE6C2;
    font-weight: bold;
}
div#topNavigation a:hover {
    color: #2A3F55;   
}

div#topNavigation img {
    vertical-align: middle;
}

div#topNavigation img.separator {
    margin: 0px 4px;
}

div#bottom {
    margin-top: 10px;
    background: url("img/bottom_bg.gif") repeat-x;
    height: 59px;
    text-align: center;
    position: relative;
    padding-top: 21px;
    font-size: 0.9em;
}

a#zekesevenLink {
    margin-right: 3px;
}

a#zekesevenLink img {
    vertical-align: middle;
}

a#netvizion {
    color: #2A3F55;
}

a#netvizion:hover {
    color: #991409;
}

div#slideshowContainer {
    background-color: #212119;
    text-align: center;
}

div#tripBar {
    position: relative;
    height: 21px;
    background-color: #B99F50;
}

div#tripBar span,
div#tripBar a {
    color: #EDE6C2;
    position: absolute;
    top: 4px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

div#tripBar span {
    left: 5px;
}

div#tripBar span.selectedMenuText {
    color: #991409;
}

div#tripBar a {
    right: 5px;
    padding-left: 16px;
    background: url("img/info.gif") no-repeat left center;
}

div#contentLeft {
    float: left;
    width: 210px;
}

div#contentContainer {
    background-color: #c0b07c;
}



/****************
 *     Menu     *
 ****************/
 
ul#topMenu {
    position: absolute;
    left: 250px;
    top: 59px;
    z-index: 50;
}

ul#topMenu ul {
    float: left;
    clear: left;
}

ul#topMenu li {
    float: left;
    position: relative;
    clear: left;
}

ul#topMenu li.menuItem {
    clear: none;
    margin-left: 5px;
    background-color: #BDB182;
    overflow: hidden;  
}

ul#topMenu li.menuItemOver {
    overflow: visible;
    background-color: #D2C795;
}

ul#topMenu li.menuItemOver a.categoryItem {
    color: #AA0707;
}

ul#topMenu a {
    float: left;
    color: #2A3F55;
    white-space: nowrap;
}

ul#topMenu a:hover {
    color: #FFF;
}

div.groupMenu a.subCategoryItem {
    font-weight: bold;
    padding-bottom: 12px;
}

div.groupMenu ul.topSubMenu a {
    padding-bottom: 4px;    
}

div.groupMenu div ul.topSubMenu a {
    padding-left: 15px;
}

ul#topMenu li.menuItem a.categoryItem {
    border-top: 1px solid #E1D39A;
    border-left: 1px solid #E1D39A;
    border-right: 1px solid #E1D39A;
    height: 27px;
    padding: 9px 14px 0px 14px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.1em;
    z-index: 1;
}

ul#topMenu li.menuItemOver a.categoryItem {
    border-top: 1px solid #E1DAB4;
    border-left: 1px solid #E1DAB4;
    border-right: 1px solid #E1DAB4
}

ul#topMenu li.menuItem div.groupMenu {
    top: 37px;
    position: absolute;
    left: 0px;
    background-color: #D2C795;
    border-bottom: 1px solid #E1DAB4;
    border-left: 1px solid #E1DAB4;
    border-right: 1px solid #E1DAB4;
    padding: 15px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

ul#topMenu li.menuItem div.groupMenu div {
    float: left;
}

ul#topMenu li.menuItem div.groupMenu div.subGroupMenu {
    padding-right: 30px;
}

ul.auxMenu {
    border-top: 1px solid #e1dab4;
}

div.auxMenuContainer {
    margin-bottom: 30px;
}

ul.auxMenu, ul.auxMenu ul, ul.auxMenu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 210px;
    float: right;  
}

ul.auxMenu li {
    position: relative;
    overflow: hidden;
}

ul.auxMenu a {
    font-size: 0.9em;
    color: #2A3F55;
    text-align: right;
    display: block;
    padding: 3px;
    border-bottom: 1px solid #e1dab4;
    border-left: 1px solid #e1dab4;
    border-right: 1px solid #e1dab4;
    background-color: #D2C795;
    line-height: 1em;
}

ul.auxMenu a {
    padding-left: 20px;
    background-position: 12px 5px;  
}

ul.auxSubMenu a {
    padding-left: 30px;
}

ul.auxMenu a {
    text-align: left;
}

ul.auxMenu a:hover,
ul.auxMenu li.selected a:hover {
    background-color: #2A3F55;
    color: #ffffff;   
}

ul.auxMenu li.selected a {
    color: #991409;
}



/***********************
 *     Taylor link     *
 ***********************/
 
a#taylorMadeLink img {
    margin-top: 10px;
    margin-left: 10px;
}

 
 
/***********************************
 *     News & Focus & Location     *
 ***********************************/
 
div.newsLetter {
    padding-left: 25px;
} 

div#infoContainer {
    border-top: 1px solid #965b1e;
    background-color: #DDD39D;
    padding: 15px 15px 15px 10px;
    font-size: 0.9em
}

div.newsTitle,
div.focusTitle,
div.locationTitle {
    height: 14px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 4px;
}

div.newsTitle {
    color: #2A3F55;
    background: url("img/news.gif") no-repeat left center;
}

div.focusTitle {
    color: #6E5016;
    background: url("img/focus.gif") no-repeat left center;
}

div.locationTitle {
    color: #2A3F55;
    background: url("img/location.gif") no-repeat left center;
}

div.news {    
    padding-top: 15px;
    padding-left: 25px;
    line-height: 1.3em;
}
 
div.newsDate {
    color: #991409; 
}
 
div.newsContent,
div.focusContent,
div.locationContent {    
    padding: 2px 0px 2px 25px;
}

div.news div.newsContent {
    padding: 2px 0px;
}

div.locationContent img {
    float: right;
    margin-left: 3px;
}

div.newsContent a,
div.focusContent a,
div.locationContent a {
    color: #39382B;
}

div.newsContent a:hover,
div.focusContent a:hover,
div.locationContent a:hover {
    color: #991409;
}

img#newLetterImg {
    margin-top: 45px;
    margin-bottom: 5px;
}

div.argentina {
    background: url("img/argentina.gif") no-repeat right center;
    padding-right: 90px;
    min-height: 116px;
}



/*******************
 *     Content     *
 *******************/
 
div#content {
    padding: 25px 25px 25px 235px;
    font-size: 0.9em;
}

.text,
div.offerDescription,
div.offerCategotyTitle {    
    line-height: 1.5em;
}
 
div#welcome {
    color: #2A3F55;
    font-size: 1.45em;
    font-weight: bold;
    letter-spacing: 0.45em;
    padding-bottom: 25px;
}

a.pdfLink {
    color: #2A3F55;
    padding-left: 15px;
    background: url("img/acrobat.gif") no-repeat left center;
}

a.pdfLink:hover {
    color: #ffffff;
}



/******************
 *     Offers     *
 ******************/

div.offerCategotyContainer {
    padding: 10px 0px;
}
 
div.offerContainer {
    width: 700px;
    float: left;
}

div.offerTitle {
    overflow: hidden;
    height: 28px;
    margin-bottom: 3px;
}

div.offerDescription {
    padding-top: 3px;
}

div.offerLine {
    float: left;
    clear: left;
    padding: 10px 0px;
    width: 100%;
}

div.offerColumn {
    float: left;
    width: 153px;
    padding: 0px 11px;
}

table.programTable {
    width: 100%;
}

table.programTable th {
    border-right: 5px solid #C0B07C;
    background-color: #a98827;
    padding: 2px 12px;
    background-position: 5px center;
}

table.programTable td {
    background-color: #d2c795;
    border-right: 5px solid #C0B07C;
    padding: 2px 12px;
}



/*******************
 *     Contact     *
 *******************/
 
table#contactForm,
table#bookingForm {
    margin-top: 10px;
}

table#contactForm input,
table#bookingForm input,
table#contactForm textarea{
    width: 300px;
    background-color: #D2C795;
    border: 1px solid #E1DAB4;
    margin: 0px 40px;
}

table#bookingForm select {
    background-color: #D2C795;
    border: 1px solid #E1DAB4;
    margin: 0px 40px;
}

table#contactForm input,
table#bookingForm input {
    height: 14px;
}

table#contactForm button,
table#bookingForm button {
    background-color: #991409;
    border-style: none;
    color: #FFFFFF;
    font-size: 0.9em;
    cursor: pointer;
    margin-top: 20px;
}

table#bookingForm td.departure {
    padding-left: 40px;
}

table#bookingForm td.departure input {
    width: 46px;
    margin: 0px;
}



/************************
 *     Gmap & Flash     *
 ************************/
 
div.gmapContainer {
    margin-left: 100px;
}

div.flashContent {
    margin-left: 100px;
}



/**********************
 *     Links page     *
 **********************/

div.imgLinksContainer {
    padding-top: 20px;
}

div.imgLinksContainer a {
    margin-right: 25px;
}

div.imgLinksContainer img {
    vertical-align: middle;
}



/********************
 *     Site map     *
 ********************/

ul.siteMapList ul {
    padding-left: 20px;
}

ul.siteMapList li {
    list-style: disc;
    padding-top: 5px;
}
