* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 450px;
	background: url("body_bg.jpg") #E6F0E7 repeat-y;
	margin: 0;
	font: 0.8em normal Arial, Helvetica, sans-serif;
}
	h1 {color: #E87500; font-size: 1.8em; letter-spacing: 0.1em;}
	p {margin: 1em 0;}
	a {color: #11A012;}
		a:hover {color: #E87500;}
		a:visited {}
	a img {border: 0;}

#header {
}
	#logotop {
		background-color: #E87500;
		height: 68px;
	}
		#logotop #cartbox {
			position: absolute;
			top: 0;
			right: 0;
		}
			#logotop #cartbox p {
				float: left;
				clear: left;
				margin: 0;
				color: #FAFBE0;
				padding-right: 58px;
			}
			#logotop #cartbox img {margin: 2px;}
	#logobottom {
		background-color: #11A012;
		height: 69px;
		clear: both;
	}
		#logobottom img {float: left;}
		#topnav {
			float: right;
			line-height: 57px;
		}
			#topnav a.toplink {
				font: 1.4em bold Arial, Helvetica, sans-serif;
				color: #FAFBE0;
				padding: 0 0.2em;
				text-decoration: none;
				float: left;
			}
				#topnav a.toplink:hover {
					color: #E87500;
					background-color: #FAFBE0;
				}
			#topnav a img {margin: 2px;}

#sectionslist {
	background-color: #FAFBE0;
	display: block;
	width: 98%;
	margin: 10px auto;
	clear: both;
	text-align: center;
	list-style: none;
	padding: 6px;
}
	#sectionslist ul {
		list-style: none;
	}
		#sectionslist ul li {
			display: inline;
			font: 1.1em bold Arial, Helvetica, sans-serif;
		}
			#sectionslist ul li a {
				padding: 5px;
				margin: 0 2px;
				color: #E87500;
				text-decoration: none;
			}
				#sectionslist ul li a:hover {
					background-color: #11A012;
					color: #FAFBE0;
				}
				#sectionslist ul li a.guinness:hover {
					background-color: #000;
					color: #FFF;
				}

#container {
	padding-left: 150px;
	padding-right: 150px;
}
	#container .column {
  		position: relative;
		float: left;
		display: inline;
	}

#content {
	background: url("content_bg.jpg") center top repeat-y;
	width: 100%;
}
	.sectionlisttop {
		text-align: center;
		font-weight: bold;
	}
		.sectionlisttop a {margin: 0.2em}
	.productimage{float: left;}
	.productseperator{clear: both;}
	.productsection {}
		.productsection .productprice {margin: 1em 0;}

#navigation {
	width: 150px;
	right: 150px;
	margin-left: -100%;
}
	#navigation a {
		display: block;
		color: #11A012;
		margin: 1em 0;
		font-weight: bold;
		font-size: 1.2em;
		text-decoration: none;
	}
		#navigation a:hover {
			color: #E87500;
			text-decoration: underline;
		}

#info {
	width: 150px;
	margin-right: -100%;
}
	#info div {
		background: url("info_bg.jpg") #FFF top left repeat-x;
		margin-bottom: 10px;
		padding: 5px;
		width: 100%;
		float: right;
	}
		#info div h4 {
			color: #E87500;
			text-align: center;
			font: 0.95em bold Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
		}
		#info div img {
			float: left;
			margin: 3px;
		}
		#info div form {
			text-align: center;
		}
		#info p.quote{
			font-style: italic;
			color: #11A012;
		}
		#info p.quoted {color: #11A012;}

#footer {
	clear: both;
	background-color: #E6F0E7;
	text-align: center;
}
		#footer #footerlinks a {
			margin: 0 2em;
			color: #E87500;
			font-weight: bold;
			text-decoration: none;
		}
			#footer #footerlinks a:hover {color: #11A012;}

/* IE6 hacks */
* html #navigation {
	left: 150px;	/* 2 * margins + buttons.width */
}
* html #content, * html #info {
	overflow-x: hidden;
}