body {
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a { color:#7C87C2;
	text-decoration:underline;
}
td {vertical-align:top;}
a:hover {color:#333333;}
h1 {
	color: #333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:14px;
}

h2 {
	font-size:13px;
	color: #7C87C2;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	color: #777777;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:13px;
}

img {
	border-style: none;
}

#menu {
	font-size: 13px;
	color: #7C87C2;
	margin-right: 150px;
	margin-left: 220px;
	height: 60px;
}

#menu ul {
	margin: 16px 0px 6px 20px;
	padding: 4px;
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	padding: 2px 20px;
	color: #FFFFFF;
	text-decoration: none;
	background: #7C87C2;
}
#menu a:hover {
	background: #FFFFFF;
	text-decoration: underline;
	
	color: #333333;
}
#menu .rl {
	border-right: 1px solid #FFFFFF;
}

.logo {
	float: left;
}
.phone {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 220px;
	padding-top: 19px;
	padding-bottom: 9px;
	text-align: center;
}
#wrap {
	border: 1px solid #FFFFFF;
	margin: 50px auto;
	width: 800px;
}
#content {
	background: #FFFFFF;
	margin: 25px;
	padding: 8px;
/*	overflow:auto;*/
	height: 510px;
}
#homecontent {
	background: #FFFFFF;
	padding: 8px;
	height: 340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 310px;
}
#homeimg {
	float: left;
}

.stockists ul li {
	font-weight: bold;
	margin-bottom: 10px;
}
.stockists ul li ul li {
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 3px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
