/* SouthAmerica.css */

body 
{
	width: 100%;
	background-color: #dbc598;
  	margin: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#5c5947;
	text-align:center; /* IE6 hack to center contained divs */
}

form
{
	margin: 0 0 0 0 auto;
	clear:both;
}

h1 {
	margin: 0px;
	font-size:15px;
	color:#d66921;
}

h2 {
	margin: 0px;
	font-size:12px;
	font-weight:bold;
	color: #d66921;
}

a {
	text-decoration:none;
	color:#d76b21;
}

a:link {
	text-decoration:none;
	color:#d76b21;
}

a:hover 
{
	color: #eae0c7;
	background-color: #d66721;
	text-decoration: none;
}

table, div, p
{
	font-size:11px;
}

td {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5c5947;
}

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;
}

input[type="checkbox"], input[type="radio"]
{
    border: none;
}
/**************************/
/* Default Page styles    */
/**************************/
#divHeaderPicture 
{
	display:none;
}

#divPageBanner
{
}

#divPageBannerText
{
}

#divPageBannerOver
{
	display:none;
}
#divPageBannerUnder
{
	display:none;
}
#divSiteHeaderUnder
{
	display:none;
}

/* Page Content Containers */
#tblPageContent, #divPageBanner, #divProductPage
{
	width: 857px;
	text-align: left;
	padding: 0px 15px;
}

#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 {

}

#tdMiddleCol a:hover {

}

#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;  
	padding-top: 10px;
	
}

/**************************/
/* Page Specific styles   */
/**************************/
/***************************/
/* General.aspx			   */
/***************************/
#formGeneralPage {
}
/* Page Titles enclosed in H1 */
#formGeneralPage h1
{
	margin: 0px 0px 0px 48px;
	padding: 20px 0px 4px 0px;
}

/*******************************/
/* CurrencyConverterFrame.aspx */
/*******************************/
#formCurrencyConverter 
{
	width: 100%;
}


/***************************/
/* ProductGroup.aspx	   */
/***************************/
#formProductGroupPage {
}

#formProductGroupPage h1
{
	margin: 0px 0px 0px 48px;
	padding: 20px 0px 4px 0px;
}



/***************************/
/* Product.aspx	           */
/***************************/
#formProductPage
{
}

/* Content field from Site Asset */
#divProductHeader
{
	display:none;
}

#divProductTitle, #divProductTitleDetail
{
}

/* Page Title - Product Name */
#formProductPage h1
{
	margin:  0px 0px 0px 12px;
	padding: 10px 0px 4px 24px;
	font-size:14px;
	font-weight:bold;
	color:#d66921;
}

/* Content Title */
#formProductPage h2
{
	font-size:13px;
	font-weight:bold;
	color:#d66921;
	margin: 0px 0px 6px 0px;
}

/* Product Subtitle */
#formProductPage h3, .consumerbrochurerequest h3
{
	margin:  0px 0px 0px 12px;
	padding: 0px 0px 12px 24px;
	font-weight:bold;
	color:#5c5947;
	font-size:12px;
}

/* Content Subtitle */
#formProductPage h4
{
	color:#0d2005;
	margin: 0px 0px 2px 0px;
	font-size:12px;
	padding-bottom: 4px;
}

#divProductAgentLocator
{
	position:absolute;
	top:394px;
	margin-left:714px;
}

#divProductPrintThisPage
{
	position:absolute;
	top:394px;
	margin-left:660px;
}

#divProductEmailThisPage
{
	position:absolute;
	top:394px;
	margin-left:602px;
}



#divProductReturnLink 
{
	text-align:right;
	background-image: url(/siteimages/triangle_gold.gif);
	background-repeat:  no-repeat;
  	background-position: 100% 70%;
  	padding-right:10px;
	margin: -8px 24px 0px 0px; 
}
#divProductReturnLink a
{
}
#divProductReturnLink a:hover
{
}


/* Special Product Context Nav */
#divProductNavHeader
{
	text-align:left;
	width:830px;
	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:#d76b21;
	display:inline;
	list-style:none;
	padding-left: 10px;
}
#liProductNavHeader_selected
{
	text-decoration: underline;
	font-weight:bold;
}

#liProductNavHeader a:hover 
{
	color:#eae0c7;
	background-color:#d66721;
}

#divProductContentOver
{
}

#divProductContentUnder
{
	width: 800px;
	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: #eae0c7;
	background-color: #d66721;
	text-decoration: none;
}

#divProductNavFooter a
{	
	text-decoration: none;
}

#divProductNavFooter li 
{	
	text-indent: 18px; 
}

#liProductNavFooter_empty
{	
	list-style:none; 
}

#liProductNavFooter_selected
{	
	font-weight:bold;
	text-decoration:underline;
	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%;
	margin-left:0px;
	margin-top: 15px;
}
#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:#d66921;
}

#divProductListProduct {
	color:#5c5947;
}

#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: #eae0c7;
	background-color: #d66721;
}

#divProductListTravelstyle 
{
	margin-top: 12px;
}

#spanProductListTourCode {
	color:#5c5947;
}

#ulProductListYears li {
	font-size: 14px;
	color:#5c5947;
	text-align:left;
}

#liProductListYears_sep {
	margin: 0px 8px;
	width: 2px;
	background-color: #827530;
}

#ulProductListYears a {
	padding-right: 12px;
	background-image: url(/siteimages/arrow_gold.gif);
	background-repeat:  no-repeat;
  	background-position: 100% 70%;
}

#divProductListProduct a, #divProductListProduct a:hover, #divProductListProduct a:visited 
{
	color:#5c5947;
    text-decoration:none;
    background-color:transparent;
}
#divProductListProduct a img 
{
    border:none;
}

/************************/
/* 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:#eae0c7;
	background-color:#d66721;
}

#ProductContent_divRelatedList li
{
	padding-top: 4px;
}

/**************************************/
/* NEW PRICE BOX                      */
/**************************************/
.PriceBox_Main
{
	border: solid 1px DarkGray;
	font-size:8pt;
	width:100%;
}
.PriceBox_Main td
{
	font-size:8pt;
}
.PriceBox_Header
{
	color:#57401b;
	background-color:#ba9964;
	height:25px;
	vertical-align:middle;
}
.PriceBox_Header a, .PriceBox_Header a:hover, .PriceBox_Header a:visited
{
	color:White;
}
.PriceBox_Row
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:White;
    height:17px;
}
.PriceBox_AlternatingRow
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	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;
}

/****************************************/
/* PriceBox.ascx                        */ 
/*  + DepartureAvailabilityDisplay.ascx */ 
/* (also ref common.css)                */ 
/***************************************
.PriceBox
{
	width: 600px;
}

#trPriceBoxHeader td {
	color:#57401b;
	background-color:#ba9964;
}

#trPriceBoxItem td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#615F51;
	background-color:#ffffff;
}

#trPriceBoxItemAlt td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#615F51;
	background-color:#d5d1cd;
}*/

/***************************/
/* 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 */

#divSiteHeader
{
	width: 100%;
	height: 485px;
	overflow: hidden;
}

#divSiteHeaderHome
{
	width: 100%;
	height: 826px;
	overflow: hidden;
}

#divSiteHeaderContainer
{
	width:100%;
	background: url(/siteimages/sa_headerback.gif);
	background-repeat:  repeat-x;
  	background-position: left top;
}

#divSiteHeaderBanner
{
	height: 107px;
	width: 970px;
	background: url(/siteimages/sa_headerbanner.jpg);
	text-align: left;
	overflow: hidden;
}

#divSiteHeaderSquares
{
	height: 25px;
	width: 100%;
	background:url(/siteimages/sa_squares.gif); 
	background-repeat: repeat-x;
	overflow: hidden;
}

#divSiteHeaderLace
{
	height: 13px;
	width: 100%;
	background:url(/siteimages/sa_baselace.gif); 
	background-repeat: repeat-x; 
	text-align: center;
	overflow: hidden;
}

#divSiteHomeHeaderRibbon
{
	height: 13px;
	width: 100%;
	background:url(/siteimages/sa_homepagelace.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#divSiteHeaderRibbon
{
	height: 13px;
	width: 100%;
	background:url(/siteimages/sa_contentlace.gif); 
	background-position: top center;
	background-repeat: no-repeat;
}

#divSiteHomeHeaderMain
{
	width:970px;
	height: 678px;
	text-align: left;
	background:url(/siteimages/sa_homepageback.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#divSiteHeaderMain
{
	width:970px;
	height: 340px;
	text-align: left;
	background:url(/siteimages/sa_maincontentback.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#headerAssetImage
{
	width: 617px;
	height: 241px;
	position: relative;
	top: -183px;
	left: 259px;
}

#headerTitleContainer
{
	width: 360px;
	height: 65px;
	position: relative;
	top: -420px;
	left: 420px;
	text-align: center;
	z-index: 900;
	font: 14pt Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #484534;
	padding-top: 5px;
}

#divSiteHomeMap
{
	width: 483px;
	height: 676px;
	position: relative;
	top: -179px;
	left: 259px;
	z-index: 996;
	overflow:hidden;
}

#divSiteHomeStamp
{
	width: 188px;
	height: 201px;
	position: relative;
	top: -797px;
	left: 333px;
	z-index: 997;
	overflow: hidden;
}

#divSiteInteriorStamp
{
	width: 184px;
	height: 195px;
	background:url(/siteimages/sa_interiorstamp.gif);
	background-repeat: no-repeat;
	position: relative;
	top: -458px;
	left: 334px;
	z-index: 997;
	overflow: hidden;
}

/*  clickable background images */
#spanSiteHeaderLinkHome a
{
	width: 40%;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 5%;
}

#spanSiteHeaderLinkHome a:hover
{
	width: 40%;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 5%;
	background-color: Transparent;
}

#spanSiteHeaderLinkGFOB a
{
	width: 30%;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 50%;
}

#spanSiteHeaderLinkGFOB a:hover
{
	width: 30%;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 50%;
	background-color: Transparent;
}

#divSiteHeaderPicture
{

}

#ulSiteHeaderNav 
{
	width: 192px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 24px;
	left: 66px;
	overflow: hidden;
}

#ulSiteHeaderNav li
{
	list-style:none;
	height: 20px;
	overflow: hidden;
}

#ulSiteHeaderNav a
{
	height: 20px;
	overflow: hidden;
}

#ulSiteHeaderNav a:hover 
{
	height: 20px;
	overflow: hidden;
}

#divSiteSubFooterContainer
{
	margin: 25px 0px 0px 0px;
	width: 857px;
}

#divSiteSubFooterTop
{
	width: 857px;
	height: 25px;
	background:url(/siteimages/sa_subfooter_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#divSiteSubFooterContent
{
	width: 857px;
	text-align:center;
	background:url(/siteimages/sa_subfooter_content.gif);
	background-repeat: repeat-y;
}

#divSiteSubFooterBottom
{
	width: 857px;
	height: 14px;
	background:url(/siteimages/sa_subfooter_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#divSiteFooter 
{
	height: 61px;
	width:100%;
	margin: 25px 0px 0px 0px;
	padding-bottom: 0px;
	background: url(/siteimages/sa_footerback.gif);
	background-position: bottom left;
	background-repeat:  repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	overflow: hidden;
}

#divSiteFooterLinks
{
	margin: 0 0 0 0;
	height: 60px;
	width: 844px;
}

#divSiteFooterBlocks
{
	height:11px;
	width: 100%;
	background:url(/siteimages/sa_squares.gif); 
	background-repeat: repeat-x; 
}

#divSiteFooter ul, #divSiteFooter div 
{
	margin: 0 0 0 0;
	line-height: 14px;
	text-align: left;
	font-size: 10px;
}

#divSiteFooter li, #divSiteFooter a
{
	text-align: center;
	color: #fda250;
	display:inline;
	list-style:none;
}

#divSiteFooter a:hover
{
	color:#f3e3bb;
	background-color:#d66721;
}

#ulSiteFooterNav01
{
	padding-top: 10px;
	margin-left: 15px;
}

#ulSiteFooterNav02
{
	margin-left: 15px;
}

#divSiteFooterCopyright 
{
	float: left;
	padding: 10px 15px 0px 5px;
	height: 20px;
	text-align:left;
	color: #dbc599; 
}

#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;
}

/* 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;
}

 

/* Product Content Images */
.content_images_header 
{
    margin-top:8px;
    margin-left:26px;
    text-align:left;
    font-weight:bold;
}

.rollover_images
{
      cursor: default;
      list-style: none;
      width: 700px;
      margin-left:0px;
}

.rollover_images a
{
      cursor: default;
}

.rollover_images a .preview
{
      display: none;
}

.rollover_images a .preview_map
{ 
      display: none; 
}

.rollover_images a:hover .preview
{
      display: block;
      position: absolute;
      top: -33px;
      left: -45px;
      z-index: 1;
}

.rollover_images a:hover .preview_map
{
      display: block;
      position: absolute;
      left:-80px;
      top:-80px;
      z-index: 1;
}

.rollover_images img
{
      color: inherit;
      vertical-align: top;
      width: 69px;
      height: 69px;
}

.rollover_images li
{
      color: #CCCCCC;
      display: inline;
      float: left;
      margin: 0px;
      padding: 3px;
	  position: relative;
}

.rollover_images .preview
{
      border-color: #000;
      width: 150px;
      height: 150px;
}

.rollover_images .preview_map
{
      border-color: #000;
      position:absolute;
      left:-80px;
      top:-80px;
}

.rollover_images a {
      position: relative;
}

.rollover_images a:hover
{
      display: block;
      font-size: 100%;
      z-index: 1;
}

.rollover_images a:hover .preview
{
      top: -38px;
      left: -40px;
}

.rollover_images a:hover .preview_map
{
      position:absolute;
      left:-80px;
      top:-80px;
}

.rollover_images li {
      position: static;
}

/* Magnifying glass */

.rollover_images li div 
{
      position:relative;
      margin-top:-19px;
      width: 19px;
      height: 19px;
}

.rollover_images li div img
{
      color: inherit;
      vertical-align: bottom;
      width: 19px;
      height: 19px;
}

.rollover_images li div img:hover
{
      display:none;
      visibility:hidden;
}

/* Homepage specific styles */
#homeCountryContainer
{ 
	width: 229px;
	height: 580px;
	background:url(/siteimages/sa_cntry_mainback.jpg); 
	background-position: top center; 
	background-repeat:no-repeat;
	text-align: left;
	position: relative;
	top: -800px;
	left: 370px;
	z-index: 994;
	overflow: hidden;
	visibility:hidden;
}

#homeCountryBanner
{
	height: 45px;
	width: 199px;
	background:url(/siteimages/sa_cntry_title.gif);
	background-repeat:no-repeat;
	overflow: hidden;
}

#homeCountryContent
{
	padding: 13px 0px 13px 13px;
	width: 199px;
	text-align: left;
	background:url(/siteimages/sa_cntry_textback.gif); 
	background-repeat: repeat-y;
	overflow: hidden;
}

#homeCountryTitle
{
	color: #484534;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

#homeCountryText
{
	padding-top: 8px;
	padding-bottom: 10px;
	width: 175px;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

#homeCountryFooter
{
	width: 229px;
	height: 99px;
	background:url(/siteimages/sa_cntry_footer.gif); 
	background-repeat: no-repeat;
	overflow: hidden;
}

.homeCountryImage
{
	border: 4px solid white;
	margin-bottom: 5px;
}

.homeCountryDidKnow
{
	position: relative;
	left: -13px;
}

#siteHomeFAContainer {
	position: relative;
	top: -1180px;
	left: -259px;
	width: 243px;
	height: 276px;
	z-index: 980;
	overflow: hidden;
}
#siteHomeFAHeader {
	height: 167px;
	width: 243px;
	overflow: hidden;
	background:url(/siteimages/sa_fa_homeheader.jpg);
	background-repeat: no-repeat;
	text-align:center;
	vertical-align: bottom;
}
#siteHomeFATextContainer {
	width: 243px;
	height: 87px;
	overflow: hidden;
	background:url(/siteimages/sa_fa_textback.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#siteFATitle
{
	padding: 10px 15px 5px 15px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #f2e5bc;
}
#siteFAText
{
	padding: 5px 15px;
	color: #f3e3bb;
}
#siteHomeFABottom {
	height: 22px;
	width: 243px;
	overflow: hidden;
	background:url(/siteimages/sa_fa_homebottom.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#siteHomeFABottom a:hover
{
	background-color:Transparent;
}

#siteHomeDefaultSidebar
{ 
	width: 229px;
	height: 400px;
	background:url(/siteimages/sa_defaultsidebar.jpg); 
	background-repeat:no-repeat;
	position: relative;
	top: -1659px;
	left: 370px;
	z-index: 930;
	overflow: hidden;
	visibility:visible;
	text-align: left;
}

#siteHomeSidebarLink
{
	width: 179px;
	height: 180px;
	margin: 204px 0px 0px 11px;
}

#siteHomeCountryLinks
{
	position: relative;
	top: -1560px;
	left: -325px;
	width: 171px;
	height: 75px;
	z-index: 990;
	overflow: hidden;
	text-align: right;
	color:#d76b21;
}
#homeCountryVideo
{
	position: relative;
	top: -1610px;
	left: 362px;
	width: 210px;
	height: 103px;
	z-index: 9999;
}


/****** Begin GVI.Web buttons  ****/
.button
{
	color:#ffffff;
}
.button div
{
	margin:0px 2px;
	width:67px;
	height:35px;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:Orange; /* for buttons whose images haven't been created - can be removed before prod */
}
.btnSubmit div
{
	background: none; /* for buttons with images defined - can be removed before prod  */
}
.btnSubmit div
{
	width:67px;
	background-image:url('/siteimages/button_submit.gif');
}
/****** End GVI.Web buttons  ****/ 

/****** Begin Brochure Styles ****/

.consumerbrochurerequest .section
{
	font-size:8pt;
}
.consumerbrochurerequest h3
{ 
	margin: 0px 0px 10px 0px;  
	    padding: 0px;
            font-size:12px;
            font-weight:bold;
            color: #d66921;
}
.consumerbrochurerequest input, .consumerbrochurerequest select
{
	font-size:9pt;
}
.consumercountryredirect div
{
    white-space: nowrap;
    width: 300px; 
}   
.consumercountryredirect div.entry
{
	padding-left:40px; 
} 
#ctl04_rblDeliveryOption {
	font-size:8pt;
	color:#615F51;
	padding-bottom:10px; 
	padding-top:10px; 
}
input[type="checkbox"], input[type="radio"]
{
    border: none;
} 
#ctl04_dlBrochures
{
	width:100%;
}  
div.div_lblBrochure, div.div_lblBrochure span
{  
	float:right; 
	width: 150px; 
	top:0px;
	position:relative;
}
/****** End Brochure Styles ****/


