ul li {
	list-style: none;
}

body {
	background: #9A0002 url(../images/bg-body.jpg) left top repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link{
	color:#990000;
}
a:hover{
	text-decoration:none;
}

h1 {
	color: #660000;
	font-size: 130%;
	padding: 0.25em 0;
}
h2 {
	color: #990000;
	font-size: 120%;
}

div#container {
	position: relative;
	background: url(../images/page-bg.jpg) center top no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#pagewidth{ 
	background: none;
	padding: 0;
	width: 978px;
	margin: 0 auto;
}

.logotype {
	float: left;
	width: 234px;
	text-align: center;
	margin: 20px 0 0 4px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	background:transparent;
}

.logotype .logotype-top {
	height: 8px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url("../images/logo-top.png") no-repeat;
}

.logotype .logotype-center {
	background: url("../images/logo.png") left top repeat-y;
	padding: 0px 0 0px 0;
	margin: 0px;
}

#header{
	background:none;
	margin: 0px;
	padding: 0px;
	text-align: center;
} 

#header text {
	display: block;
	font-size: 14px;
	color: #660000;
	text-align: left;
	font-weight: bold;
}


.space {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

div.page {
	background: url(../images/container-bg.png) left top repeat-y;
	width: 970px;
	margin: -3px auto;
	padding: 0 4px;
	min-width: 958px;
}

.content {
	background: url("../images/bg-content.gif") left top repeat-x;
	padding: 6px 6px;
	min-height: 720px;
	margin: 0;
	text-align: left;
}

#main {
	margin-left: 210px;
}

#breadcrumb {
color:#990000;
font-size: 10px;
margin: 10px 0 0 0;
}

#breadcrumb a{
color:#990000;
}

.contacts {
	float: right;
	clear:right;
	width: 246px;
	height: 55px;
	margin-top: 15px;
	background: url("../images/phone1.png") no-repeat;
}

.strapline {
	float: right;
	clear:right;
	width: 373px;
	height: 76px;
	margin-top: 4px;
}

.menu {
	position: absolute;
	bottom: 0;
	right: 1px;
}

.menu ul {
	
}

.menu ul li {
	float: left;
	width: 97px;
	height: 38px;
	background: url("../images/menu.png") no-repeat;
	text-align: center;
}

.menu ul li a:hover,
.menu ul li a.selected {
	background: url("../images/menu-hover.png") no-repeat;
}

.menu ul li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 14px 0 10px 0;
	color: #FFFFFF;
	text-decoration:none;
}

.menu ul li a:hover{
	color: #000;
	text-decoration:none;
}

div#sidebar {
	width: 170px;
	padding-bottom: 1px;
	margin-top: 10px;
	float: right;
	margin-left: 10px;
}

div#sidebar div.inner-sidebar {
	background: url(../images/box-top-right.jpg) right top no-repeat;
	height: 500px;
	padding: 5px 5px 5px 10px;
}

div#sidebar_event {
	color:#666666;
	font-size: 12px;
}

div#sidebar_event a{
	color: #660000;
	font-weight: bold;
	text-decoration:underline;
}

div#sidebar-left {
	width: 200px;
	padding-bottom: 1px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

div#sidebar-left div.inner-sidebarleft {
	background: url(../images/box-top.jpg) right top no-repeat;
	height: 500px;
	padding: 5px
}
  
div#sidebar-left ul {
	margin:5px 0 0 5px;
	padding:0;
	list-style-type:none;
} 

div#sidebar-left ul li{
	margin: 0 0 10px 15px;
	font-size: 13px;
	font-weight:bold;
}

#nav li a {
font-size: 14px;
color:#990000;
font-weight:bold;}
 
#footer {
	text-align: center;
	height: 100px;
	color:#FFFFFF;
	font-size:12px;
	width: 970px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position: center top;
}

#footer a{
	color:#FFFFFF;
}

/* Product category table */

.categorytable {
	background-color: #FFF;
}

.categorytable td {
	background-color: #EAEAEA;
	padding: 3px;
	font-size: 12px;
}

.categorytable td img {
	display: block;
	border: 1px solid #660000;
}

.larger {
	font-size: 140%;
	color: #660000;
}
.red_text {
	color: #660000;
}
.productsbox {
	font-size:12px;
}
.productsbox img {
	float: left;
	padding-right: 0.5em;
}