html {
	overflow: scroll;
}

html, body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: white;
	color: #707277;
}

a:link, a:visited {
	text-decoration: none;
	color: #707277;
}

a:hover {
	color: black;
}

.wrapper {
	width: 868px;
	margin: auto;
}

.wrapper .header {
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #707277;
	position: relative;
}

#menu {
	clear: right;
	float: right;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

#menu ul li {
	font-size: 18px;
	float: left;
	margin-left: 12px;
}

.sidebar {
	margin-top: 12px;
	float: left;
	width: 148px;
	margin-right: 12px;
}

.sidebar h1 {
	color: #707277;
	font-size: 23px;
}

.sidebar ul.categories {
	margin-top: 12px;
	font-size: 23px;
}

.sidebar ul {
	margin-top: 12px;
	font-size: 13px;
}

.sidebar a:link,
.sidebar a:visited {
	color: #707277;
}

.siderbar a:hover {
	color: black;
}

.sidebar ul li {
	margin-top:2px;
}

.sidebar ul li.current {
	border-bottom:1px dotted;
	display:inline;
	margin-top: 0;
}

.footer {
	border-top:1px dotted;
	float:left;
	padding-bottom:20px;
	margin-top:10px;
	width:868px;
	height: 20px;
}
	
.footer p {
	font-size:13px;
	margin-top:10px;
	text-align:center;
}

.sidebar {
	font-size: 13px;
}

div.gmnoprint h2 {
	font-size: 16px;
}

div.gmnoprint p {
	margin-top: 10px;
}

div.gmnoprint p.mapproducts {
	margin-top: 0;
	font-size: 11px;
}

.sidebar form input {
	max-width:148px;
}

.main {
	font-size: 13px;
	float: left;
	width: 708px;
	height: 370px;
	margin-top: 10px;
}

.main p {
	width: 228px;
	float: left;
}

.main form {
	width: 228px;
	float: left;
}

.main label,
.main form input.submit {
	margin-top: 12px;
	float: left;
	clear: left;
}

.main input,
.main select {
	float: left;
	clear: left;
}

.main #map {
	float: right;
	width: 468px;
	height: 370px;
	font-size: 13px;
}

.stockists {
	border-top:1px dotted;
	float:left;
	margin-bottom:10px;
	margin-left:160px;
	margin-top:20px;
	padding-top:10px;
	width:708px;
}

.stockists h1 {
	font-size: 18px;
	margin-bottom:10px;
}

.stockist {
	cursor: pointer;
	float:left;
	font-size:13px;
	height: 200px;
	margin-right:12px;
	margin-top:10px;
	width:168px;
}

.stockist.end {
	margin-right: 0;
}

.stockist h2 {
	font-size: 18px;
}

.stockist small {
	display:block;
	margin-bottom:10px;
}

.stockist p {
	margin-bottom: 10px;
}

.noheight {
	height: auto;
}

#country {
	margin-top: 12px;
}