/*
	COLOURS:
	Dark Red: 7f141d
	Light Red: bc2026
	Grey: 808080
*/
html {height: 100%;}
body {
	height: 100%;
	width: 100%;
	font-size: 78%;
	font-family: arial, tahoma, sans-serif;
	background-color: #7f141d;
	background-image: url('images/bg.gif');
	background-position: top left;
	background-repeat: repeat-all;
	color: #808080;
	margin: 0px;
}

#container {
	background-color: #FFFFFF;
	font-size: 1.0em;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

#header {
	width: 900px;
	height: 140px;
	margin: 0px auto;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	overflow: hidden;
}

#logo {
	display: block;
	width: 180px;
	height: 140px;
	border: none;
}

#nav {
	width: 880px;
	height: 20px;
	background-image: url('images/nav-bg.gif');
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	padding-top: 5px;
	padding-left: 20px;
}
#nav a {
	padding: 4px 30px 4px 15px;
	margin: 0px;
	margin-right: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('images/icon-arrow.gif');
	font-weight: bold;
}
#nav a:link {color: #ffffff; text-decoration: none;background-image: url('images/icon-arrow.gif');}
#nav a:visited {color: #ffffff; text-decoration: none;background-image: url('images/icon-arrow.gif');}
#nav a:hover {color: #7f141d; text-decoration: none;background-image: url('images/icon-arrow-hover.gif');}
#nav a:active {color: #7f141d; text-decoration: none;background-image: url('images/icon-arrow-hover.gif');}
#nav a.active:link {color: #7f141d; text-decoration: none;background-image: url('images/icon-arrow-hover.gif');}
#nav a.active:visited {color: #7f141d; text-decoration: none;background-image: url('images/icon-arrow-hover.gif');}

#contwrap {
	width: 900px;
	min-height: 100%;
	background-color: #ffffff;
	background-image: url('images/content-bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	line-height: 1.5em;
}

#contwrap-home {
	width: 900px;
	min-height: 100%;
	background-color: #ffffff;
	background-image: url('images/content-bg-home.gif');
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

#content {
	float: left;
	width: 600px;
	padding: 0px 17px;
}

#content-home {
	float: left;
	width: 275px;
	padding: 0px 17px;
}

#content-home h1 {
	height: 35px;
	width: 265px;
	background-image: url('images/heading-bg-welcome.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #808080;
	font-size: 1.1em;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
}

#home-col {
	float: left;
	width: 226px;
	padding: 0px 20px;
}

#home-col h1 {
	height: 35px;
	width: 226px;
	background-image: url('images/heading-bg-sidebar.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #808080;
	font-size: 1.1em;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
}

#sidebar {
	float: left;
	width: 226px;
	padding: 0px 20px;
}

#sidebar h1 {
	height: 35px;
	width: 226px;
	background-image: url('images/heading-bg-sidebar.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #808080;
	font-size: 1.1em;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
}

#footer {
	width: 900px;
	border-top: 4px solid #bc2026;
	text-align: center;
	padding: 10px 0px;
	font-size: 0.9em;
	background-color: #ffffff;
}
#footer a {padding: 0px 5px;}
#footer a:link {color: #808080; text-decoration: none;}
#footer a:visited {color: #808080; text-decoration: none;}
#footer a:hover {color: #7f141d; text-decoration: none;}
#footer a:active {color: #7f141d; text-decoration: none;}

#credits {
	text-align: center;
	font-size: 0.9em;
	color: #808080;
	padding: 10px 0px;
}
#credits a:link {color: #808080; text-decoration: none;}
#credits a:visited {color: #808080; text-decoration: none;}
#credits a:hover {color: #7f141d; text-decoration: none;}
#credits a:active {color: #7f141d; text-decoration: none;}

ul.news {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.news li {
	padding: 2px 2px 2px 15px;
	margin: 0px;
}
ul.news li a:link {color: #7f141d; text-decoration: none;}
ul.news li a:visited {color: #7f141d; text-decoration: none;}
ul.news li a:hover {color: #bc2026; text-decoration: underline;}
ul.news li a:active {color: #bc2026; text-decoration: underline;}
ul.news li a.active:link {color: #bc2026; text-decoration: none; font-weight: bold;}
ul.news li a.active:visited {color: #bc2026; text-decoration: none; font-weight: bold;}
ul.news li a.active:hover {color: #bc2026; text-decoration: underline; font-weight: bold;}
ul.news li a.active:active {color: #bc2026; text-decoration: underline; font-weight: bold;}

.mceContentBody {
	background-image: none;
	background-color: #ffffff;
}

.productlines ul {
	list-style-position: outside;
	padding-left: 40px;
	margin: 0px;
}

.productlines td {
	border-bottom: 1px solid #7f141d;
	padding: 20px 5px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	height: 35px;
	width: 595px;
	background-image: url('images/heading-bg-main.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #808080;
	font-size: 1.1em;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0px;
	padding: 0px 15px;
	color: #7f141d;
}

p {margin: 0px 0px 10px 0px; padding: 0px 5px 0px 15px;}

a:link {color: #7f141d; text-decoration: none;}
a:visited {color: #7f141d; text-decoration: none;}
a:hover {color: #7f141d; text-decoration: underline;}
a:active {color: #7f141d; text-decoration: underline;}
