/**************************/
/* Global defaults        */
/**************************/
body {
  	background-repeat:repeat;
  	background-position: top center;
	background-image: url(/siteimages/bg.jpg);
	background-color: #1d3b0a;
  	margin: 0 0 0 0;
	font-family:Georgia, "Times New Roman" , Times, serif;
	font-size:11px;
	color:#666666;
	text-align:center; /* IE6 hack to center contained divs */
}

form
{
	width:770px;
	text-align:left;
	margin:0 auto;
	clear:both;
}

h1 {
	margin: 0px;
	font-size:15px;
	color:#0d2005;
}

h2 {
	margin: 0px;
	font-size:12px;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#af0100;
}

table , div, p
{
	font-size:11px;
}

td {
	font-family:Georgia, "Times New Roman" , Times, serif;
	color:#666666;
}

input
{
	font:11px verdana ;
	border-color:#969696;
	vertical-align:middle;
	
} 

select {
	font:11px verdana ;
	border-color:#969696;
	vertical-align:middle;
} 

ul, li  {
	 list-style:square;
}

img
{
	border-style: none;
}

/**************************/
/* Default Page styles    */
/**************************/
#divHeaderPicture 
{
	display:none;
}

#divPageBanner
{
}

#divPageBannerText
{
}

#divPageBannerOver
{
	display:none;
}
#divPageBannerUnder
{
	display:none;
}
#divSiteHeaderUnder
{
	display:none;
}

/* Page Content Containers */
#tblPageContent, #divPageBanner, #divProductPage
{
	background-image: url(/siteimages/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#tdLeftCol 
{
	vertical-align: top;
	padding-top: 12px;
	padding-left: 9px;
	width:260px;
}
#tdMiddleCol 
{
	/* expand when left/right col hidden */
	width: 100%;
	padding: 12px 66px 0px 46px;
}

#tdMiddleCol ul, #tdMiddleCol li
{
}

/* Site Map - specificity issue */
#tdMiddleCol a {
	text-decoration: underline;
}

#tdMiddleCol a:hover {
	text-decoration: none;
}

#tdRightCol 
{
	vertical-align: top;
}

#divRightCol 
{
	background-image: url(/siteimages/sidebox_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 26px;
	padding-top: 10px;
	width: 175px;
}

#divPageResources
{
	background-image: url(/siteimages/sidebox_middle.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 0px 1px 12px;
}

#divSiteResources
{
	background-image: url(/siteimages/sidebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;  /* Golesorkhi */
	padding-top: 10px;
	
}

/**************************/
/* Page Specific styles   */
/**************************/
/***************************/
/* General.aspx			   */
/***************************/
#formGeneralPage {
}
/* Page Titles enclosed in H1 */
#formGeneralPage h1
{
	width: 660px;
	margin: 0px 0px 0px 48px;
	padding: 20px 0px 4px 0px;
	background-image: url(/siteimages/bg_subheader.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/*******************************/
/* CurrencyConverterFrame.aspx */
/*******************************/
#formCurrencyConverter 
{
	width: 100%;
}


/***************************/
/* ProductGroup.aspx	   */
/***************************/
#formProductGroupPage {
}

#formProductGroupPage h1
{
	width: 650px;
	margin: 0px 0px 0px 58px;
	padding: 20px 0px 4px 0px;
	background-image: url(/siteimages/bg_subheader.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}



/***************************/
/* Product.aspx	           */
/***************************/
#formProductPage
{
}

/* Content field from Site Asset */
#divProductHeader
{
	display:none;
}

#divProductTitle, #divProductTitleDetail
{
}


/* Page Title - Product Name */
#formProductPage h1
{
	width: 716px;
	margin:  0px 0px 0px 12px;
	padding: 10px 0px 4px 24px;
	font-size:14px;
	font-weight:bold;
	color:#0d2005;
}

/* Content Title */
#formProductPage h2
{
	font-size:13px;
	font-weight:bold;
	color:#0d2005;
	margin: 0px 0px 6px 0px;
}

/* Product Subtitle */
#formProductPage h3
{
	margin:  0px 0px 0px 12px;
	padding: 0px 0px 12px 24px;
	font-weight:bold;
	color:#0d2005;
	font-size:12px;
}

/* Content Subtitle */
#formProductPage h4
{
	color:#0d2005;
	margin: 0px 0px 2px 0px;
	font-size:12px;
	padding-bottom: 4px;
}

#divProductPrintThisPage
{
	position:absolute;
	top:345px;
	margin-left:615px;
}

#divProductEmailThisPage
{
	position:absolute;
	top:345px;
	margin-left:525px;
}

#divProductReturnLink 
{
	text-align:right;
	background-image: url(/siteimages/triangle_red.gif);
	background-repeat:  no-repeat;
  	background-position: 100% 70%;
  	padding-right:10px;
	margin: -8px 74px 0px 0px; 
}
#divProductReturnLink a
{
}
#divProductReturnLink a:hover
{
	color:#fffaf6;
	background-color:#af0100;
}


/* Special Product Context Nav */
#divProductNavHeader
{
	text-align:left;
	width:667px;
	margin-left: 20px;
}

#divProductNavHeaderOver, #divProductNavHeaderUnder
{
	height: 4px;
	background-image:url(/siteimages/bg_subheader.jpg);
	background-repeat:repeat-x;
	background-position:center;
} 
#ulProductNavHeader
{
	margin-top:3px;
	margin-bottom:3px;
}
#divProductNavHeader ul
{
	margin-left: 10px;
}
#divProductNavHeader li
{
	color:#af0100;
	display:inline;
	list-style:none;
	padding-left: 10px;
}
#liProductNavHeader_selected
{
	font-weight:bold;
}
#liProductNavHeader a:hover 
{
	color:#f5f4e8;
	background-color:#ba150d;
}

#divProductContentOver
{
}

#divProductContentUnder
{
	width: 647px;
	background-image: url(/siteimages/dotted_line_horizontal.gif);
	background-repeat:repeat-x;
  	background-position: left top;
	height:1px; 
	margin: 2px 0px 8px 36px; 
}

/* Product Page Footer Nav  */
#divProductNavFooter
{
	margin-left:  12px;
	padding-bottom: 1px; 
}
#divProductNavFooter ul
{
	text-decoration: none;	
}
#ulProductNavFooter 
{	
}

#ulProductNavFooter a:hover
{	
	color:#fffaf6;
	background-color:#af0100;
}

#divProductNavFooter a
{	
	text-decoration: none;
}

#divProductNavFooter li 
{	
	text-indent: 8px; 
}

#liProductNavFooter_empty
{	
	list-style:none; 
}

#liProductNavFooter_selected
{	
	font-weight:bold;
	color:#af0100;
	list-style:none;
	text-indent: 8px;
}


/**********************************************/
/*     Control Specific styles                */
/**********************************************/
/***************************/
/* LeftNav.ascx			   */
/***************************/
#ulLeftNav 
{
	margin-left: 38px;
	width:160px; 
	list-style:none;
	background-image: url(/siteimages/bg_secondary_nav.gif);
	background-repeat: repeat-x;
  	background-position: left top;
}
#ulLeftNav li {	
	margin-left: 0px;
	height:24px;
	background-image: url(/siteimages/bg_secondary_nav.gif);
	background-repeat: repeat-x;
  	background-position: left bottom;
	margin-top:5px;
}
#ulLeftNav a 
{
	color:#605b4d;
	text-decoration:none;
}
#ulLeftNav a:hover {
	color:red;
	background-color:#f5f4e8;
	background-image: url(/siteimages/triangle_red.gif);
	background-repeat:  no-repeat;
  	background-position: left center;
}
#liLeftNavParent a {
	padding-left: 10px;
	font-weight:bold;
	font-size:12px; 
	text-decoration:none;
}
#liLeftNav_selected {
	padding-top: 4px;
	padding-left: 10px;
	font-weight:bold; 
	color:#605b4d;
	background-color:#f5f4e8;
}
#liLeftNav a {
	padding-top: 4px;
	padding-left: 10px;
	height: 22px;
	width:150px;
}
/***************************/
/* ProductList2007.ascx    */
/* (also ref common.css)   */
/***************************/
#divProductList
{
	width: 100%;
	padding-top:10px;
	margin-left:0px;
}
#tblProductListContainer 
{
    margin: 0px 0px 15px 0px;
    background-image: url(/siteimages/dotted_line_horizontal.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
#divProductListImage {
	margin-top: 13px;
}
#divProductList ul {
}

#divProductList h2 {
	color:#0d2005;
}

#divProductListProduct {
	color:#0d2005;
}

#divProductListLinks {
	padding: 12px 0px 6px 0px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	line-height: 14px;
}

#divProductListLinks, #divProductListLinks a, #aTravelStyles
{
	font-weight: bold;
}
#divProductListLinks a:hover
{
	color: #f5f4e8;
	background-color: #ba150d;
}

#divProductListTravelstyle {
	margin-top: 8px;
}

#spanProductListTourCode {
	color:#0d2005;
}

#ulProductListYears li {
	font-size: 14px;
	color:#0d2005;
	text-align:left;
}

#liProductListYears_sep {
	margin: 0px 8px;
	width: 2px;
	background-color: #827530;
}

#ulProductListYears a {
	padding-right: 12px;
	background-image: url(/siteimages/arrow_red.gif);
	background-repeat:  no-repeat;
  	background-position: 100% 70%;
}

/************************/
/* ProductContent.ascx  */
/************************/
#divProductContent
{
	width:647px;
	margin-left: 36px;
}
#divProductContent p
{
	padding-top: 0px;
}

#spanProductDay			/* Itinerary - 'Day x' */
{
	color: #737060;
	padding-right: 8px; 
}
#divProductContent h4	
{
/*	color:#0d2005;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 2px;*/
}

#divProductContentOver
{
	display:none;
}
#divProductContent p
{
	margin-top: 0px;
}

#divProductContent li
{
}

#ProductContent_divProductContentTitlePrices, #ProductContent_divProductContentTitleAccommodations,
#ProductContent_divProductContentTitleMap, #ProductContent_divProductContentTitleHighlights
{
	display:none;
}


/* Find a Travel Agent */
#ProductContent_divBookNow 
{
	padding-top: 6px;
	text-align: right;
}

/* Ships */
#ProductContent_divShips ul
{
	margin-top: 0px;
}

#ProductContent_divShips li
{
	list-style-type:none;
	list-style-image:none;
}

#ProductContent_divShips a
{
	text-decoration: underline;
}

#ProductContent_divShips a:hover
{
	color:#fffaf6;
	background-color:#af0100;
}

/* Related Tours */
#ProductContent_divRelatedTours
{
	font-weight:bold;
	padding-top: 4px;
}

#ProductContent_divRelatedList ul
{
	color: #666666;
	margin-top: 2px;
	font-weight:normal;
	margin-left: 32px;
}

#ProductContent_divRelatedList a:hover
{
	color:#fffaf6;
	background-color:#af0100;
}

#ProductContent_divRelatedList li
{
	padding-top: 4px;
}


/* DEFER Floating box */
/* Related tours on product page (refactor controls/productcontent.ascx?) 
#ProductContent_divRelatedTours
{
	width:175px;
	margin-left:575px;
	top:520px;
	position:absolute;
}
#ProductContent_divRelatedList
{
	padding:10px 20px 10px 20px;
	background-image:url(/siteimages/related_middle.gif);
	background-repeat:repeat-y;
}*/
/* End of Related tours on product page */

/**************************************/
/* NEW PRICE BOX - Golesorkhi - 11/07 */
/**************************************/
.PriceBox_Main
{
	border: solid 1px DarkGray;
	font-size:8pt;
	width:100%;
}
.PriceBox_Main td
{
	font-size:8pt;
}
.PriceBox_Header
{
	color:#f3f2e3;
	background-color:#184110;
	height:25px;
	vertical-align:middle;
}
.PriceBox_Header a, .PriceBox_Header a:hover, .PriceBox_Header a:visited
{
	color:White;
}
.PriceBox_Row
{
    height:17px;
}
.PriceBox_AlternatingRow
{
	color:#615F51;
	background-color:#d5d1cd;
	height:17px;
}
.PriceBox_Pager
{
    text-align:left;
    font-weight:bold;
}
#divPriceBoxFootnote
{
	font-size: smaller;
	text-align:left;
	margin: 4px 0px 6px 0px;
}

/***************************/
/* TravelAgentLocator.ascx */
/* (also ref common.css)   */
/***************************/
#divAgencyLocResultsAgency {
	background-image: url(/siteimages/dotted_line_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#divAgencyLocResultsHeader {
	color:#737060;
}

#divAgencyLocResultsIntro {
	color:#737060;
}


/***********************************************************/
/* User style classes - SiteRefresh only, not used in code */
/***********************************************************/
/* SiteRefresh Content: Site Asset Styles */

#divSiteHeaderBanner
{
	height: 124px;
	width: 770px;
	background: url(/siteimages/siteheader.jpg);
	background-repeat:  no-repeat;
  	background-position: left top;
}

/*  clickable background images */
#spanSiteHeaderLinkHome a
{
	position: absolute;
	height: 124px;
	width: 400px;
}

#spanSiteHeaderLinkGFOB a
{
	position: absolute;
	height: 124px;
	margin-left: 570px;
	width: 200px;
}

#divSiteHeaderPicture
{
	float: right;
	margin: -28px 0px 0px 0px;
	padding-right: 12px;
}

#ulSiteHeaderNav 
{
	margin: 0px 31px 0px 11px;
}
#ulSiteHeaderNav li
{
	list-style:none;
	font-size: 11px;
	padding: 4px 8px;	
	background-image: url(/siteimages/bg_nav.jpg);
	background-repeat:  repeat-x;
  	background-position: left bottom; 
}

#ulSiteHeaderNav a
{
	padding-left: 16px;
	color: #061000;
	background-image: url(/siteimages/arrow_green.gif);
	background-repeat:  no-repeat;
  	background-position: left center; 
}

#ulSiteHeaderNav a:hover 
{
	color: #d70202;
	background: url(/siteimages/arrow_red.gif);
	background-repeat:  no-repeat;
  	background-position: left center; 
}

#divSiteFooter 
{
	height: 280px;
	text-align:right;
	background: url(/siteimages/sitefooter.gif);
	background-repeat:  no-repeat;
  	background-position: left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#divSiteFooter ul, #divSiteFooter div 
{
	margin: 0px 46px 0px 0px;
	line-height: 14px;
}

#divSiteFooter li, #divSiteFooter a
{
	text-align: center;
	color: #f5f4e8;
	display:inline;
	list-style:none;
}

#divSiteFooter a:hover
{
	color:#9c906a;
	background-color:#f5f4e8;
}

/* Home Footer, different background image */
#divSiteFooterHome 
{
	width: 100%;
	height: 280px;
	text-align:right;
	background: url(/siteimages/sitefooterhome.jpg);
	background-repeat:  no-repeat;
  	background-position: left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left: 0px;
	margin-top: -68px;
}

#divSiteFooterHome ul, #divSiteFooterHome div 
{
	margin: 0px 46px 0px 0px;
	line-height: 14px;
}

#divSiteFooterHome li, #divSiteFooterHome a
{
	text-align: center;
	color: #f5f4e8;
	display:inline;
	list-style:none;
}

#divSiteFooterHome a:hover
{
	color:#9c906a;
	background-color:#f5f4e8;
}


#ulSiteFooterNav01 
{
	padding-top: 180px;	
}

#ulSiteFooterNav01 a
{
	color:#f1dcbc;
	line-height: 22px;
}

#ulSiteFooterNav01 a:hover
{
	color:#9c906a;
	background-color:#f1dcbc;
}

#divSiteFooterCopyright 
{
	font-size: 9px;
	color: #f5f4e8;
	padding-top: 20px;
}

#divHomeExplore 
{
	width: 228px; 
	height: 251px; 
	margin-top: 24px; 
	background: url(/siteimages/bg_explore.gif) no-repeat;
	padding: 20px 15px 20px 20px;
}

#divHomeExplore p
{
	width: 200px; 
	margin:0px;
	padding-bottom: 8px;
}

#divHomeExplore select
{
	width: 200px; 
	margin:4px 4px 4px 0px;
}


#divHomeExploreTitle 
{
	color: #0d2005;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 6px;
}
#divHomeExploreContent 
{
	color:#605b4d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}


#divBuffalo
{
	display:none;
/*	remove buffalo img display
	margin-top: -334px;
	margin-left: -39px;
	height: 225px;
	background: url(/siteimages/buffalo.gif) no-repeat;*/
}

/* hack for clickable background */
#divSiteFooterLinkPartners img
{
	float:left;
	margin-left: 60px;
	margin-top: -100px;
	height: 75px;
	width: 215px;
}

.location
{
	color:#0d2005;
	font-size:12px;
	font-weight:bold;
}
