* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}

li, dd {
	margin-left: 5%;
}

fieldset {
	padding: 0.5em;
}

img {
	border: 0;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	background: url(../images/background_tile.jpg) repeat-x top #AF6225 fixed;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.8em;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

.clear {
	clear:both;
	margin-bottom:2px;
}

hr {
	margin:20px;
}

/* Wrapper */
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	clear:both;
}

/* Header */
#header {
	width:756px;
	margin: 0 2px 2px 2px;
	height:100px;
	background:url(../images/header_background.jpg) repeat-x;
	clear:both;
}
#header .headerLogo {
	position:relative;
	left:25px;
	top:32px;
	display:inline;
}
#header .strapline {
	position:relative;
	left:347px;
	top:31px;
}

/*Footer*/
#footer {
	color:#C79167;
	clear:both;
	background:transparent;
	text-align:center;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#DCBAA0;
	text-decoration:underline;
}

/* Navigation Bar */
	container {
	text-align:center;
}
#navcontainer ul {
	margin: 2px;
	padding:0;
	background-color: #000;
	width:756px;
	height:22px;
}
#navcontainer ul li { 
	display: inline;
	padding:2px 0;
	margin:0;
}

#navcontainer a {
	color:#FFFFFF;
	font-size:80%;
	padding:2px;
	position:relative;
	text-transform:uppercase;
	top:1px;
}

#navcontainer a:hover, #navcontainer a.active {
	background-color:#E16C03; }

/* Sub Navigation Bar */
#subnavcontainer {
	margin:2px;
	background-color: #452100;
	width:756px;
	height:22px;
	text-align:left;
}

#subnavcontainer ul li { 
	display: inline;
	padding:7px;
	margin:0;
}

#drinksVending #subnavcontainer ul {
	margin: 0 0 0 182px;
}

#snackVending #subnavcontainer ul {
	margin: 0 0 0 155px;
}
	


/* Content */
.contentContainer {
	background: transparent;
	width:756px;
	padding: 2px;
}

#contentPrimary {
	width:525px;
	float:left;
	background:#fff;
}

#leftCol {
	width:225px;
	float:left;
	background:#AF6225;
	margin: 0 2px;
}
#leftCol p {
	color:#fff;
	margin: 3px 10px;
}
#leftCol .homeLeftimg {
	margin:10px;
}

#middleCol {
	width:303px;
	float:left;
	background:#fff;
}
#middleCol p {
	margin: 3px 20px;
}
#middleCol a {
	color:#2D1600;
	font-weight:bold;
	text-transform:uppercase;	
}
#middleCol a:hover {
	color:#AF6225;
	text-transform:uppercase;	
}

#rightCol {
	width:225px;
	float:left;
	background:#E7D0BD;
	margin: 0 1px;
}
#rightCol p {
	color:#000;
	margin: 3px 10px;
}
#rightCol a {
	color:#AF6225;
	font-weight:bold;
}
#rightCol a:hover {
	color:#000;
	text-decoration:underline;
}

.specOfferimg {
	margin: 0 1px;
}

#homeProducts {
	margin:20px 0;
}

#drinkProductsContainer {
	margin:20px 10px;
}

#drinkProductsCategories {
	width:230px;
	float:left;
	margin-left:10px;
}
#drinkProductsCategories p {
	margin: 5px 10px;
}
#drinkProductsCategories a {
	color:#2D1600;
	font-weight:bold;
	text-transform:uppercase;	
}
#drinkProductsCategories a:hover {
	color:#AF6225;
	text-transform:uppercase;	
}
#kencoContainer {
	padding-top:20px;
}
#individualProducts {
	width:500px;
	float:left;
	margin:0 0 10px 5px;
	clear:both;
}
#individualProducts p {
	margin: 5px 10px;
}
#individualProducts a {
	color:#2D1600;
	font-weight:bold;
	text-transform:uppercase;	
}
#individualProducts a:hover {
	color:#AF6225;
	text-transform:uppercase;	
}
.prodName {
	color:#2D1600;
	text-transform:uppercase;
}
#waterCoolers li {
	margin: 0 10%;
	color:#000;
}
.dottedline {
	height:30px;
	background:url(../images/dottedline_bg.gif) repeat-x center;
}
#promoContainer {
	margin-top: 10px;
}

