body {
	background-color: #dfdbab;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body,td,th {
	font-family: Trebuchet MS, Palatino Linotype;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A5E37;
}
a:hover {
	text-decoration: none;
	color: #BED28E;
}
a:active {
	text-decoration: none;
	color: #C5B470;
}
/* === This will remove the dotted outline that appears  ===
   === around hyperlinks after they  have been clicked   === */
a { outline: 0 none; }


h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	margin-right: 20px;
	margin-top: 5px;
}
h5 {
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Palatino Linotype;
}

#tableLayout {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
td {
	color: #4D4435;
	background-position: center;
	font-size: 10.5px;
	text-align: center;
	line-height: 20px;
}
.tdLeft {
	color: #4D4435;
	font-size: 10.5px;
	text-align: left;
	line-height: 20px;
}
.tdRight {
	color: #4D4435;
	font-size: 10.5px;
	text-align: right;
	line-height: 20px;
}
.tdCenter {
	color: #4D4435;
	font-size: 10.5px;
	text-align: center;
	line-height: 20px;
}

/*=== displays a shadow on the right and left side of all pages ===*/
#shadow {
	background-image: url('../images/dropshadow.jpg');
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

/*=== Producer Content links menu ===*/
#tdGreenMenu {
	background-color: #A8B789;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	outline:0 solid;
}
.pGreenBar {
	font-family: "Trebuchet MS", "Palatino Linotype";
	font-size: 12px;
	line-height: 1em;
	color: #FFFFFF;
	margin-top: 16px;
	margin-left: 15px;
}

/*=== Homepage footer ===*/
.HomePageFooter { width:675px; background-color: #dfdbab; }


/*=== misc settings ===*/
.ddlSelection {
	color: #4D4435;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
}	
.btnStandard { color:#4d4435; }
.btnStdSmall { font-size:11px; width:60px; }

.lblRight {
	color: #4D4435;
	font-size: 12px;
	text-align: right;
}
.txtboxLeft {
	color: #4D4435;
	font-size: 12px;
	text-align: left;
}
.ddlSelection {
	color: #4D4435;
	font-size: 12px;
	text-align: left;
}
.btnStandard {
	color:#4d4435;
}

/*=== ajax collapsible panel ===*/
.pnlCollapseContent {
	height: 0px;
	width: 652px;
	margin-left:5px;
	margin-right:5px;
	color: #625744;
	text-decoration: none;
	text-align: left;
	scrollbar-base-color: #dfdbab;
	scrollbar-arrow-color: #542F00;
	overflow: hidden;
}
.pnlCollapseHeader {
	width: 652px;
	border: #FFFFFF 1px solid;
	cursor:pointer;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #625744;
	border-bottom: solid 1px #dfdbab;
	margin-left:5px;
	margin-right:5px;
	background-color: #dfdbab;
}
.pnlCollapseHeader:hover {
	font-weight:bold;
} 
.tdCollapseTitle {
	color: #625744;
	background-position: left;
	font-size: 15px;
	text-align: center ;
	line-height: 20px;
}
.tdCollapseContent {
	color: white;
	background-position: left;
	font-size: 10.5px;
	text-align: left;
	line-height: 14px;
}
a.CollapseContent:link {
    color: #625744;
    text-decoration: none;
}
a.CollapseContent:visited {
    color: #625744;
    text-decoration: none;
}	
a.CollapseContent:hover {
    color: #625744;
    text-decoration:underline;
}
a.CollapseContent:active {
    color: #625744;
    text-decoration: none;
}

/*=== ajax accordion ===*/
.accordion {
 	font-family: Trebuchet MS, Palatino Linotype;
	font-size:12pt;
}
.accordionHeader {
	background-color:White;
    color: #4D4435;
    padding: 4px; 
    background-image: url('../images/GreyPlusSign_WhiteBG.jpg'); /* Point to your Plus (open) img */  
    background-repeat:no-repeat; 
    background-position: 4px 7px;   /* Adjust this (x y) to fix spacing of image within the line */ 
    padding-left: 24px; /* Adjust this for the starting point for the text in the header */ 
 } 
.accordionHeader:hover,
.accordionSelectedHeader:hover {
	cursor:pointer;
    font-weight: bold;
}
.accordionSelectedHeader { 
    background-color: #808080;
    color: White; 
    padding: 4px; 
    font-weight: bold;
    background-image: url('../images/WhiteMinusSign_GreyBG.jpg'); /* Point to your Minus (collapse) img */  
    background-repeat:no-repeat; 
    background-position: 4px 7px;   /* Adjust this (x y) to fix spacing of image within the line */ 
    padding-left: 24px; /* Adjust this for the starting point for the text in the header */ 
}
.accordionContent{ 
    background-color: #f3f3f3; 
    padding: 5px;
    font-size:10pt;
    border:solid 1px grey;
} 

.tdContent {
	color: white;
	background-position: left;
	font-size: 10.5px;
	text-align: left;
	line-height: 14px;
}
a.lnkContent:link {
    color: #625744;
    text-decoration: none;
}
a.lnkContent:visited {
    color: #625744;
    text-decoration: none;
}	
a.lnkContent:hover {
    color: #625744;
    text-decoration:underline;
}
a.lnkContent:active {
    color: #625744;
    text-decoration: none;
}


/*=== css for content displayed wthin an html table ===*/
.tblContent
{
	margin-left:5px;
	margin-right:0px;
	text-align:left;
}
.tdContentHeader
{
	width:673px;
	font-size: 18px;
	font-weight: Bold;
	text-align:left;
	color: #625744;
}

/*=== css for Content displayed as an Image ===*/
/* Content Image Text */
.ContentText {
    font-family: "Trebuchet MS", "Palatino Linotype";
    font-size: 11px;
    color: #4D4435;
  	line-height: 1em;
}
/* Content Image links */
A.Image:link img, A.Image:visited img {border-color: #a8b689;}
A.Image:hover img {border-color: #000000;}

A.Image2:link img, A.Image2:visited img {border-color: #ffffff;}
A.Image2:hover img {border-color: #ffffff;}

A.ImageNoBorder:link img, A.ImageNoBorder:visited img {border-color: #ffffff; border-style:solid;}
A.ImageNoBorder:hover img {border-color: #abb689;}


/*===css for Content displayed as Text (eg: hyperlink) ===*/
/* Content List links */
.tdList {
    text-align: left;
  	line-height: 2em;
}
A.contentLink:hover {
    text-decoration:underline;
    color: #4D4435;
}
A.contentLink:link {
    color: #4D4435;
}

/*=== css for displaying 'Processing ...' message ===*/
/* Transparent background thatcovers the whole screen - used with Ajax Update Progress */
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.3;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index:9998;  /*force to always be on top*/
}
/* Ajax Update Progress */
.AjaxUpdateProgress
{
	background-color:#333333;
	color:#ffffff;
	width: 150px;
	height:50px;
	text-align: center;
	position: fixed;
	bottom: 50%;
	left: 45%;
	font-size: 12px;
	font-weight: bold;
	z-index:9998;  /*force to always be on top*/
}

/*=== hyperlinks used in the 'Press Reviews' page ===*/
/* Note: The order of hyperlink css should always be - :link, :visited, :hover, :active  */
A.pressReviewLink:link, A.pressReviewLink:visited {
    color: black;
    text-decoration:underline;
}
A.pressReviewLink:hover {
    text-decoration:underline;
    color: red;
    cursor: pointer;
}
.pressReviewCellLeft
{
	text-align: left;
	font-size: x-small;
	line-height: 16px;
}


/*=== change the Color of a DIV scrollbar (ie only) ===*/    
.divTanScrollBar {
    scrollbar-base-color: #dfdbab;
    scrollbar-arrow-color: #542F00;
    overflow: auto;
}

/*=== 'Our Producers' page === */
/*=== 'Our Producers' page === */
.tdCountry {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color:#46402F;
}
.tdRegion {
	color: #7D9E5C;
	font-family: "Palatino Linotype", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align:left;
}
.tdProducer {
	font-family: "Trebuchet MS", "Palatino Linotype";
	font-size: 11px;
	text-align:left;
	line-height:19px;
}	
producerLink {
	color: #908360;
}
a.producerLink:link {
	text-decoration: none;
	color: #908360;
}
a.producerLink:visited {
	text-decoration: none;
	color: #908360;
}
a.producerLink:hover {
	text-decoration: none;
    color: #4D4435;
}
a:producerLink:active {
	text-decoration: none;
	color: #908360;
}

/*=== Email Link ===*/
a.lnkEmail:link {
    color: #625744;
    text-decoration: underline;
}
a.lnkEmail:visited {
    color: #625744;
    text-decoration: underline;
}	
a.lnkEmail:hover {
    color: #625744;
    text-decoration:underline;
    font-weight:bold
}
a.lnkEmail:active {
    color: #625744;
    text-decoration: underline;
}

/*=== 'AboutUs' page ===*/
.floatRight
{
	float: right; 
	padding: 5px; 
	margin: 5px 0px 0px 15px; 
}
.floatLeft
{
	float: left; 
	padding: 0px 15px 5px 0px; 
	margin: 0; 
}

/*=== unordered list item classes (sitemap page) ===*/
.ul {
	margin-bottom:20px;
}
.li {
	margin-bottom:2px;
	color:#4d4435;
	font-size:10pt;
	font-family:Trebuchet MS;
}


