/*
  $Id: stylesheet.css,v 1.0 Feb-09-2009 ERK Exp $
  http://www.bellechevre.com
  Copyright (c) 2009
*/
/* this preloads the navigation background images */
#preload { 
width:0px; 
height:0px; 
display:inline; 
background-image:url(images/bg915_C9E1EB.gif); 
background-image:url(images/bg_main.gif); 
}

BODY {
	background:#ffffff;
	margin:0px}

TABLE.nav {
	font-family:arial,verdana,sans-serif;
 	font-size: 11px;
	color:#666;
	font-weight:normal;
	text-align:left}

.nav a:link, .nav a:visited {color:#27726E;text-decoration:none}
.nav a:hover, .nav a:active {
	color:#000;
	text-align:left;
	text-indent: 20px;
	font-weight:normal;
	text-decoration:none}

/*****  begin Sub-page Navigation *******/

/* styles to indicate the active page selected */
body#about a#nav-about,
body#awards a#nav-awards,
body#blogosphere a#nav-blogosphere,
body#care a#nav-care,
body#cheeses a#nav-cheeses,
body#customer-recipes a#nav-customer-recipes,
body#gift-boxes a#nav-gift-boxes,
body#health a#nav-health,
body#purchase a#nav-purchase,
body#multimedia a#nav-multimedia,
body#news a#nav-news,
body#parings a#nav-parings,
body#press a#nav-press,
body#recipes a#nav-recipes,
body#retailers a#nav-retailers,
body#reviews a#nav-reviews,
body#serving a#nav-serving,
body#terroir a#nav-terroir,
body#why a#nav-why
 {
	background-image: url(images/bg_subNav_on.gif);
	background-repeat:no-repeat;
	background-color:#d9e8ee;
	width:135px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:4px;
	margin-bottom:4px;
	text-align:left;
	text-decoration:none;
	text-indent:15px;
	font-family:arial,verdana,sans-serif;
	color:#fff;
	font-size:11px;
	font-weight:normal}

/****  end Sub-page Navigation ****/

TABLE.mainBG {
  background:#C9E1EA url(images/bg_main.gif)}

TABLE.mainBGIndex {
  background:#C9E1EA url(images/bg915_C9E1EB.gif)}

.main {
  font-family:arial,verdana,sans-serif;
  font-size:13px;
  font-weight:normal;
  text-align:left;
  padding:0px 45px 10px 20px; /* top right bottom left */}
	  
.main a:link, .main a:visited {color:#333333;text-decoration:none}
.main a:hover, .main a:active {color:#990000;text-decoration:underline}

.topnav {
 	background-image:url(images/header-navigation-bg3.jpg);
  	background-repeat:no-repeat;
	background-color:#C9E1EA; /* blue */
	margin:0px}

.topnavIndex {
 	background-image:url(images/header-navigation-bg-home.jpg);
  	background-repeat:no-repeat;
	background-color:#C9E1EA; /* blue */
	margin:0px}

.scoop {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

.scoop a:link, .scoop a:visited {color:#900;text-decoration:none}
.scoop a:hover, .scoop a:active {color:#666;text-decoration:underline}

.scoopAction {
 	background-image:url(images/scoop/bg-green-300.png);
  	background-repeat:repeat-y;
	background-color:#80C342; /* green */
	margin:0px}

.scoopBGred {
	font-family:arial,sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:normal;
	text-align:left;
	line-height:1.3}

.scoopBGred a:link, .scoopBGred a:visited {color:#fff;text-decoration:none}
.scoopBGred a:hover, .scoopBGred a:active {color:#999;text-decoration:underline}

.red {
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	color:#dc1a23;
	font-weight:bold}

.right{
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
	display:block;
    text-align:right}

TABLE.border {
  font-family:verdana,arial,sans-serif;
  font-size:11px;
  background:#f9f9f9;
  border:1px;
  border-style:dashed;
  border-color:red;
  border-spacing:1px}

/****** footer *****/

TABLE.footerBG {
  background:#fff url(images/bg_Footer.gif);
}

TABLE.footerBGIndex {
  background:#fff url(images/bg_FooterIndex.gif)}

.footer {
	font-family:arial,sans-serif;
 	font-size:12px;
	color: #666;	
	line-height:14pt}

.footer a:link,.footer a:visited {color:#666;font-weight:normal;text-decoration:none}
.footer a:hover,.footer a:active {color:#000;font-weight:normal;text-decoration:underline}

/***********************************************
* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.chromestyle{
width:98%;
font:bold 12px arial,sans-serif}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden}

.chromestyle ul{
border:0px solid #BBB;
width:98%;
padding:0px 15px 18px 12px; /* top right bottom left */
text-align:center; /*set value to "left", "center", or "right"*/
margin:0}

.chromestyle ul li{
display:inline;
float:none}

.chromestyle ul li a{
color:#333; /* gray */
padding:0px 15px 18px 12px; /* top right bottom left */
margin:0;
text-decoration:none}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#666}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
}

/****** Style for Drop Down Menu ******/

.dropmenudiv{
position:absolute;
top:0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border:1px solid #80C342; /* green */
/*border-bottom-width: 0;*/
font:normal 12px Arial, sans-serif;
line-height:18px;
z-index:100;
background-color:#C9E1EB; /* blue */
width:150px;
visibility:hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align:left}

.dropmenudiv a{
font:bold 12px Arial;
color:#333;
width:auto;
display:block;
text-indent:3px;
/* border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
/*border-bottom: 1px solid #27726E; /* green */
/* padding: 2px 0; OLD */
padding:4px 4px 4px 4px; /* top right bottom left */
text-decoration:none}

* html .dropmenudiv a{ /*IE only hack*/
width:99%}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#80C342; /* green */
/*background-color: #C6E9FE; /* dk blue */
}

/***** end Chrome CSS Drop Down Menu *****/

H1 { 
	font-family:arial,verdana,sans-serif;
	color:#cc6600; /* amazon orange */
	font-size:20px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px}	

H2 { 
	font-family:arial,verdana,sans-serif;
	color:#555;
	font-size:17px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px}

H3 { 
	font-family:arial,sans-serif;
	 color:#900; /* dk orange */
	font-size:15px;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px}
H4 { 
	font-family:verdana,arial,sans-serif;
	color:#345b80; /* #033 navy */
	font-size:17px;
	font-weight:normal;
	padding-top:6px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px}

/*ul { list-style-image: url(images/checkbox.gif)}  */
ol { list-style-image: url(images/checkbox.gif)}
	
td.slideshow {
 	background-image:url(../images/home-staff-picture-bg.jpg);
	background-repeat:no-repeat;
	background-color:#FBFBE2;
	padding:5px 0px 0px 80px; /* top right bottom left */
}

/***** Ultimate Fade-in Slide Show ******/
.centerdiv{ /*IE method of centering a relative div*/
text-align:center;
z-index: 2}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
z-index: 2}

/***** Remove dotted border from links *****/
a:active, a:focus, input[type="image"] { outline: 0}

html {overflow-y: scroll} /* fixes scroll bar in Firefox */

.main2 {
  color:#80C342; /* green */
  font-family:arial,verdana,sans-serif;
  font-size:16px;
  font-weight:bold;
  text-align:left;
  padding:2px 0px 2px 3px}
	  
.main2 a:link, .main2 a:visited {color:#27726E;text-decoration:none}
.main2 a:hover, .main2 a:active {color:#FF6600;text-decoration:underline}
