﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	/*background-color: #FFFFFF;*/
	font: normal 13px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1B1718;
	/*width:400px;*/
	/*color: #000000;
	/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:medium;
	/*background: url('images/compare-coffee.gif') no-repeat center;
	/* border-top: 2px solid #B51032; */
}
#breadcrumb{
   color: blue;
   padding: 3px;
   font-size: 10px;
   padding-left: 5px;
   /*clear:both;*/
}
/*#wrapper
{
	width: 1140px;
}*/
hr
{
   color: Maroon;
}

th.CoffeeBlends {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*color: #4f6b72;
	color: #A98D45;*/
	color: #1B1718;
	border-right: 1px solid C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 6px;
	background:#A98D45;
	/*background:#F2AF56;
	background:#C1DAD7;#F2AF56
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
}

td.CoffeeBlends {
	border-right: 0px solid #C1DAD7;
	border-bottom: 0px solid #C1DAD7;
	border-top: 0px solid #C1DAD7;
	border-left: 0px solid #C1DAD7;
	/*background: #fff;*/
	padding: 6px 6px 6px 6px;
	/*color: #1B1718;*/

}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

#container
{
   /*background-color: #ffb487;*/
   /* border: 4px solid black; */
}

#container2
{
   /*background-color: #8d2d23;*/
   margin-right: 200px;
   /* border: 4px dotted yellow; */
}

/* Header Section */

#header {
	/*border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032; */
	/*height: 3em;*/
	/*height: 110px;
	width:100%;
	background-image: url('Images/Beraldo-Coffee-Banner1.jpg');
	/*background-image: url('images/beanbackground90.gif');
	/*background-image: url('images/Beraldo-Banner-Gradient.gif') no-repeat left;*/
	/*background: url('images/Beraldo-Banner-Gradient.gif') no-repeat right;
	/*background-image: url('images/Beraldo-Banner-Red-Berries.gif');*/
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}
#headerbottomBorder{
	/*height: 110px;*/
	width: 100%;
	background-image: url('images/Banner-bottom-Border.gif');

}
#header a:link, a:visited  {
	color: #B51032;
}

#header2{
	background-color: Yellow;
}

#Label{
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
/* Navigation */

#navigation {
	width: 170px;
	top: 340px;
	bottom: 100px;
	left: 10em;
	/*width: 13em;	
	/*position:absolute;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	/*font-size: large;*/
	/*font: normal 13px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/

}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #1B1718;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 0px solid #711515;
	border-right: 0px solid #711515;
	background-color: #FFFFFF;
	color: #711515;
	/*color: #A98D45;*/
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
/* Main Content */
#footer
{
   border-top: solid 2px #8d2d23;
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 62px;
   /*background-color: #fc9a0e;*/
   /*visibility: hidden;*/
}

#footertext
{
   text-align: center;
   padding-top: 3px;            
}

#leftcol
{
   position: absolute;
   top: 120px;
   right: 0px;      
   width: 200px;
   /*background-color: #ffb487;*/
   /*background-color: #8d2d23;*/
   font-size: 10px;
   /*border: 2px dotted purple;*/
}
#centercol
{
   position: relative;
   margin-left: 200px;
   padding: 0px;
   background-color: white;
   height: auto;
   /*height: 350px;*/
   /*width: 800px;*/
   /*border: 2px dotted yellow;*/
}
#centercolcontent
{
   padding: 15px 6px 15px 6px;
   /*float:right;
   float:left;*/
   float:none;
   background: url('images/compare-coffee.gif') no-repeat center;
   /*border: 2px dotted purple;*/
}
#centercolcontent img{
	float: left;
	margin: 0;
	width: 10em;
	height: auto;	
	padding: 5px 5px 5px 0.5em;
}
#rightcol
{
   position: absolute;
   top: 150px;
   left: 0px; 
   width: 250px;
   color: White;
   font-size: 10px;
   /*background-color: #8d2d23;
   /*border: 2px dotted red;
   /*text-align:center;*/
   /*clear:both;*/
}

#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 170% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #A98D45;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

/* Web Control Styles */

#LabelPageTitle{
	text-align: center;
	border-color: Maroon;
	/*background-color:Maroon;*/
	font-size: large;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #A98D45;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

.footermenulink
{
   font-family: Arial, Serif;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;        
}

.footermenulink a
{
   text-decoration: none;
   /*color: #8d2d23;*/
   color: #F2AF56;}