@charset "utf-8";
/* CSS Document */

a {
	color: #4b4949;
}

img { border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #4b4949;
}

#header {
	width: 100%;
	background-color: #4d1f4d;
	text-align: center;
}

#logo {
	width: 1000px;
	margin: 0 auto auto;
	text-align: right;
}

#banner {
	width: 100%;
	height: 168px;
	text-align: center;
	background-color: #cccccc;
}

#content {
	width: 855px;
	margin: 0 auto 0 auto;
}

#latest, #left-column {
	width: 182px;
	height: 241px;
	float: left;
	margin: 20px 0 0 0;
	background-image: url(images/latest_bg.jpg);
}

#left-column { padding-top: 30px; background-image: none; height: auto; }

#latestcontent {
	padding: 0 8px 0 8px;
	margin: 0;
}

#maincontent {
	width: 620px;
	float: left;
	padding: 0 0 0 50px;
	margin: 30px 0 0 0;
	line-height: 18px;
}

#towns {
	width: 300px;
	float: left;
	padding: 0;
	margin: 30px 0 0 0;
	line-height: 18px;
}

#footer {
	width: 855px;
	margin: 20px auto 0 auto;
	font-size: 10px;
}

#map {
	width: 257px;
	height: 455px;
	float: left;
	margin: 30px 30px 0 30px;
}

#flash {
	width: 100%;
	height: 100%;
	text-align: center;
}

#stocktext {
	width: 855px;
	text-align: left;
	margin: 20px auto 0 auto;
	line-height: 18px;
}

.thumbs {
	float: left;
	padding: 20px 5px 10px 5px;
}

.subtitle {
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: bold;
}

.latestbody {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 25px;
	color: #4d1f4d;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	color: #4d1f4d;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 15px 10px;
	margin: 0;
}

a:focus { outline:none }


/* Menu */

#nav{
	width: 800px;
	height: 25px;
	background-image: url(images/menu_gradient.jpg);
	margin: 0 auto 0 auto;
	padding: 0 0 0 200px;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	list-style: none;
	display: inline;
	color: #FFFFFF;
}

#nav ul li a
{
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	background-color: #684068;
	background-image: url(images/break.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#nav ul li a:hover
{
	text-decoration: none;
	float: left;
	color: #747474;
	padding: 5px 15px 5px 15px;
	text-align: center;
}

body#home a#homenav,
body#product a#productnav,
body#stockists a#stockistsnav,
body#news a#newsnav,
body#our a#ournav,
body#contact a#contactnav {
	text-decoration: none;
	float: left;
	color: #747474;
	padding: 5px 15px 5px 15px;
	text-align: center;
}

/* news section */

.article {
	width: 100%;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #bfbfbf;
}



