@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(images/fenceBkg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 4px solid #375e72;
} 
.twoColFixLtHdr #header {
	height: 425px; 
	background: #375e72; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index: 10;
}

.twoColFixLtHdr #header #photos {
	margin: 0 auto;
	width: 780px;
	height: 390px;
	border: 10px solid #375e72;
	z-index: 5;
}

#li-banner {
	margin: 0 auto;
}

.play-btn, .pause-btn, .prev-btn, .next-btn {
	margin-top: 100px;
}


.twoColFixLtHdr #header #logo {
	position: absolute;
	margin-top: 30px;
	margin-left: -75px;
	width: 250px;
	height: 250px;
	z-index: 100;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

a {
	text-decoration: none;
	color: #375e72;
	border-bottom: 1px dashed #375e72; 
}

a:hover {
	background-color: #aec2cc;
	color: #375e72;
	border-bottom: 1px solid #375e72;
}

.twoColFixLtHdr #sidebar1 {
	
	float: left; /* since this element is floated, a width must be given */
	width: 264px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	background: #fae0ac; /* the background color will be displayed for the length of the content in the column, but no further */
	border-top: 4px solid #375e72;
	border-right: 4px solid #375e72;
	border-bottom: 4px solid #375e72;
	border-left: 0;
	padding: 0;
	z-index: 5;
}

.twoColFixLtHdr #sidebar1 ul#icon {
	width: 252px;
	margin: 0 auto;
	padding-left: 0;
	list-style-type: none;
	display: inline;
	font-size: 14px;
	text-decoration: none;
	
}

.twoColFixLtHdr #sidebar1 ul#icon li {
	margin-top: 5px;
	margin-left: 0;
	display: inline;
	width: 60px;
	height: 60px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

.twoColFixLtHdr #sidebar1 ul#icon li a {
	text-decoration: none;
	color: #375e72;
}

.twoColFixLtHdr #sidebar1 ul#icon li#house a {
	width: 60px;
	height: 60px;
	background-image: url(images/homeColor.gif);
	display: block;
	
}

.twoColFixLtHdr #sidebar1 ul#icon #cup span {
  display: none;
}
	
#phone span {
	display: none;
}

#house span {
	display: none;
}

#tree span {
	display: none;
}
	
.twoColFixLtHdr #sidebar1 ul#icon li#phone a {
	background-image: url(images/contactColor.gif);
	display: block;
	width: 60px;
	height: 60px;
}

.twoColFixLtHdr #sidebar1 ul#icon li#tree a {
	background-image: url(images/pricesColor.gif);
	display: block;
	width: 60px;
	height: 60px;
}

.twoColFixLtHdr #sidebar1 ul#icon li#cup a {
	background-image: url(images/espressoColor.gif);
	display: block;
	width: 60px;
	height: 60px;
}

.twoColFixLtHdr #sidebar1 ul#icon li#house a:hover {
	background-image: url(images/homeB&W.gif);
}

.twoColFixLtHdr #sidebar1 ul#icon li#phone a:hover {
	background-image: url(images/contactB&W.gif);
}

.twoColFixLtHdr #sidebar1 ul#icon li#tree a:hover {
	background-image: url(images/pricesB&W.gif);
}

.twoColFixLtHdr #sidebar1 ul#icon li#cup a:hover {
	background-image: url(images/espressoB&W.gif);
}

.twoColFixLtHdr #sidebar1 ul#icon li a:visited {
	color: #375e72;
}

#icon ul li#house {
	margin-left: 0;
	display: inline;
}

ul#nav {
	margin-top: 100px;
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
	display: block;
	
}

ul#nav li {
	padding-top: 25px;
	font-size: 18px;
}

ul#nav li a {
	text-decoration: none;
	color: #375e72;
	border-bottom: 1px dashed;
}

ul#nav li a:hover {
	border-bottom: 1px solid #375e72;
	background-color: #aec2cc;
	
}

ul#nav li a:visited {
	color: #375e72;
}

.twoColFixLtHdr #sidebar1 p {
	padding: 5px 10px 5px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 4px solid #375e72;
	
}

.twoColFixLtHdr #mainContent table#prices {
	margin: 0;
	margin-left: 25px;
	text-align: center;
	width: 425px;
}

.twoColFixLtHdr #mainContent table#prices td {
	background-color: #8dbda8;
	border: #375e72 2px dashed;
	cellspacing: 0;
	
}
 
.twoColFixLtHdr #mainContent img#hone {
	padding-top: 25px;
	padding-left: 25px;
}

.twoColFixLtHdr #mainContent p {
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#contactBox {
	width: 425px;
	height: 300px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: #8dbda8;
	border: #375e72 2px dashed;
	font-size: 18px;
	text-align: center;
}

.lrgFont	{
	font-size: 48px;
	color: #fff;
}

 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8dbda8; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#van {
	background-color: #FFFF99;
	color: #663300;
	font-weight: bold;
	padding: 5px;
}

#white {
	background-color: #663300;
	color: #fff;
	font-weight: bold;
}

#pepper {
	background-color: #006600;
	color: #fff;
	font-weight: bold;
}

#hazel {
	background-color: #FFFFCC;
	color: #663300;
	font-weight: bold;
}

#mocha {
	background-color: #660000;
	color: #FFCC99;
	font-weight: bold;
}

#ginger {
	background-color: #990000;
	color: #FFCCCC;
	font-weight: bold;
}

#amer {
	background-color: #663366;
	color:#FF99FF;
	font-weight: bold;
}

#pump {
	background-color: #FF6600;
	color: #FFCC99;
	font-weight: bold;
}

#toasted {
	background-color: #666633;
	color: #fff;
	font-weight: bold;
}

#cara {
	background-color: #b05829;
	color: fae0ac;
}

#specials {
    margin: 0 0 0 15px;
	padding: 0;
	display: block;
	background-color: #990000;
	border: 2px dotted #FFFF99;
	color: #FFCCCC;
	width: 200px;
	height: 75px;
}

#specials img {
	margin: -75px 0 0 150px;
	z-index: 5;
}

#specials p {
	margin: -75px 0 0 -10px;
	z-index: 1;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

