@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: #fff;
	background-image: url(../nav_images/backgrounds/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
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 */
	font-size: 18px;
	font-weight: bold;
	color: #E71A3B;
}
h2 {
	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 */
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h3 {
	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 */
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
#container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #DDDDDD;
	background-image: url(../nav_images/backgrounds/header.gif);
	height: 59px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
}
#header ul {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	
	}
#header li {
	display: inline;
	
	
	}
	
	
#header li a {
	display: block;
	text-indent: -9000px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0;
	float: left;
	text-align: center;
}
#header .cartbt a  {
	height: 40px;
	width: 120px;
}
#header .logo a  {
	height: 40px;
	width: 250px;
	margin-right: 550px;
	
}
#slides {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 295px;
}
#navarea {
	background-color: #CCCCCC;
	background-image: url(../nav_images/backgrounds/navigation-bar.gif);
	background-position: left top;
	height: 49px;
	padding-bottom: 0;
}
 
#footer {
	padding: 0 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#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: 10px;
	color: #999999;
}
#footer a {
	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: 10px;
	color: #8F8F8F;
	text-decoration: none;
}
#footer a:hover {
	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: 10px;
	color: #E8173C;
}

.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;
}
/*-------Product menu list--------*/
#productMenu li {
	list-style-type: none;
}
#productMenu {
}
#productMenu li a {
	display: block;
	height: 30px;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 30px;
	text-decoration: none;
	width: 250px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#productMenu li a:hover {
	color: #E82C4B;
	background-color: #333333;
}
 /*-------Table--------*/
.one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
	background-color: #EBE9EA;
	margin-top: 50px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.one-column-emphasis th
{
	font-size: 12px;
	font-weight: normal;
	padding: 9px 12px;
	color: #CCCCCC;
	text-transform: uppercase;
	background-color: #333333;
}
.one-column-emphasis td
{
	padding: 5px 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.oce-first
{
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background-color: #CDCBCE;
}
.one-column-emphasis tr:hover td
{
	color: #000000;
	background-color: #E5E5E5;
}
 /*-------Table--------*/
.productTable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 640px;
	text-align: left;
	border-collapse: collapse;
	background-color: #EBE9EA;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.productTable img {
	background-color: #999999;
	border: 1px solid #FFFFFF;
	height: 100px;
	width: 100px;
	margin: 0px;
	padding: 2px;
}
.productTable img:hover {
	background-color: #000000;
	height: 100px;
	width: 100px;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
.productTable a {
	font-size: 14px;
	font-weight: bold;
	color: #E8173C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.productTable a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.productTable th
{
	font-size: 12px;
	font-weight: normal;
	padding: 9px 12px;
	color: #999999;
	text-transform: uppercase;
}
.productTable td
{
	padding: 5px 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.oce-first
{
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background-color: #CDCBCE;
}
.productTable tr:hover td
{
	color: #000000;
	background-color: #C8C8C8;
}
.red-note
{
	font-size: 11px;
	font-weight: normal;
	padding: 12px 15px;
	color: #FF0000;
}

#menu {
	list-style-type: none;
	float: right;
	width: 960px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 6pt;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	height: 41px;
	width: 151px;
	padding: 0px;
	text-indent: -9000px;
	
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .vending a {
height: 41px;
	width: 151px;
	background-image: url(../nav_images/btns/vending-machines.gif);
}
#menu  .home a{
height: 41px;
	width: 50px;
	background-image: url(../nav_images/btns/home1.gif);	
}
#menu .coffee a  {
height: 41px;
	width: 151px;
	background-image: url(../nav_images/btns/office-coffee.gif);
}
#menu .contact a {
height: 41px;
	width: 151px;
	background-image: url(../nav_images/btns/Contact-us.gif);
}
#menu .about a {
height: 41px;
	width: 151px;
	background-image: url(../nav_images/btns/about-us.gif);
}
#menu .water a {
height: 41px;
	width: 151px;
	background-image: url(../nav_images/btns/water.gif);	
}
#menu .order a {
height: 41px;
	width: 151px;
	background-image: url(../nav_images/btns/order-online.gif);
}
#menu a:hover {
	background-position: left bottom;
}


.ctaMenu a:hover {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*-------FloatMenu--------*/
#floatMenu {
	position:absolute;
	/*top:445px;*/
	top:395px;
	left:50%;
	margin-left:235px;
	width:250px;
	height: 300px;
	background-image: url(../nav_images/backgrounds/float-menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 5px;
		}
#floatMenu  p{
	padding-right: 20px;
	padding-left: 35px;
}

.form_button
{
    BORDER-RIGHT: lightgrey 1px ridge;
    BORDER-TOP: lightgrey 1px ridge;
    FONT-SIZE: 10px;
    BORDER-LEFT: lightgrey 1px ridge;
    BORDER-BOTTOM: lightgrey 1px ridge;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: whitesmoke;
}
.form_input
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: whitesmoke;
}

.tableheader
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 12px;
	COLOR: #CCCCCC;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;   
}

.title
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    COLOR: black;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

.subsubcat
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;    
   
}

.red
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: red;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Verdana, Tahoma, Arial
}

.emailtext
{
    FONT-SIZE: 11px;
    COLOR: black;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}
