/* CSS Document */
/*--------------------------------------------------------------
This CSS document should hopefully only contain simple text
related instructions.
----------------------------------------------------------------*/
p, li{font-family: Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5{font-family: Arial, Helvetica, sans-serif;}

#navigation a, #navigation_lower a {
	font-family: Georgia, Times, serif;
	font-size: 0.9em;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover, #navigation_lower a:hover {
	color: #EAEE96;
}

#navigation li.selected a, #navigation_lower li.selected a {
	color: #EAEE96;
}

#subnavigation a, #products_subnavigation a {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

#subnavigation p, #products_subnavigation p {
	color: #EAEE96;
	font-size: 0.7em;
}

#subnavigation a:hover, #subnavigation a.selected, #products_subnavigation a:hover, #products_subnavigation a.selected {
	color: #EAEE96;
}


#searchpanel h2, .panel h2 {
	font-family: Georgia, Times, serif;
	font-size: 0.8em;
	font-weight:bold;
	color: #155DA7;
	text-decoration: none;
}


.panel h2 a{
	font-family: Georgia, Times, serif;
	font-weight:bold;
	font-size: 1em;
	color: #155DA7;
	text-decoration: none;
}

#searchpanel p, .panel p {
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

#searchpanel a, .panel a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}

#searchpanel a:hover, .panel a:hover {
	color: #000000;
}


#tertiarynav p {
	font-family: Georgia, Times, serif;
	font-size: 0.7em;
	font-weight:bold;
	color: #333366;
}
	

#tertiarynav a {
	color: #333366;
	text-decoration: none;
}

#tertiarynav a:hover {
	color: #A57820;
}

#tertiarynav a.selected {
	color: #A57820;
}

.homepage h2, .homepage p {
	/*display: none;*/
}

.homepage h2
{
	display: block;
	color: #576A73;
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-weight:bold;
	width:340px;
}

.homepage p
{
	display: block;
	color: #576A73;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-weight:bold;
	width:340px;
}

.subhome_panel h2 {
	display: block;
	color: #576A73;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-weight:bold;
}
.subhome_panel p {
	display: block;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

.subhome_panel a {
	font-weight: bold;
	text-decoration:none;
	color: #333333;

}
.subhome_panel h2 a {
	font-weight: bold;
	text-decoration:none;
	color: #576A73;

}
.subhome_panel a:hover {
	color: #155DA7;
}
.subhome_panel h2 a:hover {
	font-weight: bold;
	text-decoration:none;
	color: #155DA7;

}

#lowercontent h2, #lowercontent_product h2, #uploader h2 {
	color: #333366;
	font-family: Georgia, Times, serif;
	font-size: 1.6em;
	font-weight:bold;
}

#lowercontent h3, #lowercontent_product h3, #uploader h3 {
	color: #576A73;
	font-family: Georgia, Times, serif;
	font-size: 1.6em;
	font-weight:bold;
}

 #lowercontent h4, #lowercontent_product h4, #uploader h4 {
	color: #576A73;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-weight:bold;
}
#lowercontent .intro,  #lowercontent_product .intro, #uploader .intro {
	color: #576A73;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-weight:bold;
}

#lowercontent p, #lowercontent_product p, #uploader p, #noflash p
{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#lowercontent p strong, #lowercontent_product p strong, #uploader p strong, #noflash p strong  {
	font-weight: bold;
	color: #155DA7;
	font-size: 1.1em;
}
#lowercontent a, #lowercontent_product a, #uploader a, #noflash a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#lowercontent a:hover, #lowercontent_product a:hover, #uploader a:hover,  #noflash a:hover {
	color: #155DA7;
}
/*--------------------------------------
The following rules define the tea taster
member text
--------------------------------------*/
.tea_taster .expertise, .tea_taster .contact, .tea_taster .more 
{
	font-weight:bold;
}

.tea_taster .name {
	font-weight: bold;
	color: #155DA7;
	font-size: 1.1em;
}

.tea_taster a:link 
{
	color: #666666;
	text-decoration:none;
}

.tea_taster a:visited 
{
	color: #555555;
	text-decoration:none;
}
.tea_taster a:hover 
{
	color: #999999;
	text-decoration:none;
}
/*--------------------------------------
Video related rules
--------------------------------------*/
.movie_still .title
{
	font-weight:bold;
}
/*--------------------------------------
--------------------------------------*/
#footer p {
	font-family: Georgia, Times, serif;
	font-size: 0.7em;
	font-weight:bold;
	color: #79888F;
}

#footer a {
	color: #79888F;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}

