@charset "UTF-8";
body {
	background-color: #000;
	margin: 0px;
	font-family: Arial, Helvetica;
}

#outercontainer {
	width: 980px;
	height: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#toparea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 150px;
}

#findus {
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 205px;
}

#innercontainer {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 980px;
	height: 750px;
	background-image: url(images/woodbg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid white;
}

#intro {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 594px;
	height: 225px;
	border: 1px solid white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	background-image:url(images/pricelistbg.png);
	text-align: center;
}

#pictures {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 590px;
	height: 288px;
	border: 1px solid white;
	border-radius: 10px;
}

#pictures img {
	border-radius: 10px;
}

#stockists {
	position: absolute;
	top: 265px;
	left: 20px;
	width: 594px;
	height: 171px;
	color: white;
}
	

#pricelist {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 320px;
	height: 398px;
	border: 1px solid white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	background-image:url(images/pricelistbg.png);
}

#opentime {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 320px;
	height: 288px;
	border: 1px solid white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	background-image:url(images/pricelistbg.png);
}

#footer {
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 980px;
	height: 20px;
	text-align: center;
	color: white;
	
}

#3 {
	background-image:url(http://devenv.wphero.co.uk/chris/wp-content/uploads/2012/04/helpbg.png);
	background-repeat: repeat-x;
