@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #000;
	background-image: url(images/large_bg4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
.oneColLiqCtrHdr #container {
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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. */
}
.oneColLiqCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 960px;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #navigation {
	color: #000;
	height: 30px;
	width: 960px;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #900;
	}
	
.oneColLiqCtrHdr #sidebarRight {
	margin-top: 2px;
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #666;
	background-color: #FFFFFF;
}

.oneColLiqCtrHdr #mainContentLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0 260px 0 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #666;
} 
	
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.oneColLiqCtrHdr #mainContent h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #443652;
	}

.oneColLiqCtrHdr #mainContentDisplay {
	margin: 0 460px 0 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 410px;
	
	
}

.oneColLiqCtrHdr #mainContentDisplayRosie {
	margin: 0 460px 0 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	color: #443652;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 410px;
	background-color: #FFE6CE;
	border: 3px double #146655;
}
.oneColLiqCtrHdr #mainContentDisplayRight {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 440px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-bottom: 10px;
	background-image: url(images/beans.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.pricelist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #443652;
	border: 4px double #FFE6CE;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 10px;
	}
.pricelist h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFE6CE;
	}
	
.oneColLiqCtrHdr #mainContentDisplayRight a {
	color: #443652;
	}
	
	.oneColLiqCtrHdr #mainContentDisplayBottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 30px;
	padding-top: 20px;
	}
	
.smallBoxes {
	width: 200px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	}	
	
.smallBoxes h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #443652;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	}
	
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#443652;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFE6C5;
	text-align: center;
} 

.oneColLiqCtrHdr #footer a {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#443652;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFE6C5;
	text-align: center;
	text-decoration: none;
} 
.oneColLiqCtrHdr #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 */
}




#pointermenu2{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
}

#pointermenu2 ul{
	margin: 0;
	margin-left: 15px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 8px;
	font: bold 13px Verdana; 
	background-color: #443652;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/navbar_bg.jpg);
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
	display: inline;
	
}


#pointermenu2 ul li a{
	float: left;
	color: #FFE6BD;
	font-weight: bold;
	padding: 7px 9px 7px 9px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}

#pointermenu2 ul li a:visited{
color: #FFE6BD;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
	color: lightyellow;
	background-color: #453852;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.leftmenumain a{
	display: block;
	background-image: url(images/nav_button_bg.jpg);
	background-repeat : no-repeat;
	border-top: none;
	height: 62px;
	width: 256px;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 22px;
	line-height: 56px;
	margin-bottom: 1px;
}

.leftmenumain{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
}

.leftmenumain a:link{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:visited{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;	
}

.leftmenumain a:hover{
	background-image: url(images/nav_button_light_bg.jpg);
	background-repeat : no-repeat;
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
	background-position: center center;
}

.leftmenumain a:active{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}

.leftmenumain1 a{
	display: block;
	background-image: url(images/nav_button1_bg.jpg);
	background-repeat : no-repeat;
	border-top: none;
	height: 62px;
	width: 256px;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 22px;
	line-height: 56px;
	margin-bottom: 1px;
}

.leftmenumain1{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
}

.leftmenumain1 a:link{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}
.leftmenumain1 a:visited{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;	
}

.leftmenumain1 a:hover{
	background-image: url(images/nav_light_button1_bg.jpg);
	background-repeat : no-repeat;
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
	background-position: center center;
}

.leftmenumain1 a:active{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}

.leftmenumain2 a{
	display: block;
	background-image: url(images/nav_button2_bg.jpg);
	background-repeat : no-repeat;
	border-top: none;
	height: 62px;
	width: 256px;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 22px;
	line-height: 56px;
	margin-bottom: 1px;
}

.leftmenumain2{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
}

.leftmenumain2 a:link{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}
.leftmenumain2 a:visited{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;	
}

.leftmenumain2 a:hover{
	background-image: url(images/nav_light_button2_bg.jpg);
	background-repeat : no-repeat;
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
	background-position: center center;
}

.leftmenumain2 a:active{
	color: #FFE6C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 100%;
}


</style>
