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

/* EQ MEDIA Limited www.eqmedia.co.uk */

* {
 margin: 0;
 padding: 0;
}

body {
	color: #333333;
	background-color: #452B12;
	background-image: url(../images/global/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* LINKS */

a {
	color: #003F8A;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 30px;
	font-size: 14px;
}

/* TYPOGRAPHY */

h1 {
	font-weight: normal;
	margin: 0 0 10px;
	color: #666666;
	font-size: 2.2em;
	line-height: 1.1;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-weight: bold;
	margin: 0 0 10px;
	color: #291B17;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 12px 0 5px 0;
	color: #452B12;
}

h4 {
	font-weight: bold;
	color: #452B12;
	margin-top: 18px;
	margin-right: 0;
	margin-left: 0;
	font-size: 14px;
	margin-bottom: 0px;
}


/* Page layout */

#container {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#topBanner {
	height:80px;
	margin: 0px;
}

#topnav {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #D9D6D5;
	height: 35px;
}

#banner {
	height:150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#header {
	height: 225px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#logotab {
 float: left;
}

#contents {
	overflow: auto;
	padding-top: 24px;
 }

/* MAIN MENU */

#menu {
	float: left;
	font-size: 14px;
	text-align: left;
	display: block;
	
}

#menu ul {
 list-style: none;
}

#menu li {
	float: left;
	display: block;
	margin-top: 12;
	margin-right: 0;
	margin-bottom: 48;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
 }

/* TOP MENU */

.topmenu {
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0em;
	font-size: 13px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.topmenu li {
display: inline;
}

.topmenu li a {
	float: left;
	color: #291B17;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #291B17;
}

.topmenu li a:visited {
	color: #291B17;
}

.topmenu li a:hover, .topmenu li .current {
	background: transparent url(media/blockactive.gif) center center repeat-x;
	text-decoration: underline;
}

/* SIDE MENU */

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 175px;
}

.buttonmenu li a{
	color: #999999;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: normal; /*light dark dark light*/
	background-color: #FFFFFF;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.buttonmenu li a:visited{
	color: #999999;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: #FF0000;
}

/* FOOTER */

#footer {
	clear: both;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #C0C0C0;
	text-align: right;
	padding: 12px;
	color: #221713;
 }

#footer a {
	color: #241815;
	text-decoration: none;
 }

#footer a:hover {
	text-decoration: underline;
 }

/* COLUMNS */

#columns {
	clear: both;
	overflow: auto;
	position: relative;
	width: 870px;
	margin-right: 15px;
	margin-left: 15px;
 }

#columns p {
	line-height: 22px;
	margin-bottom: 12px;
 }

#columns ul {
	line-height: 22px;
	font-size: 14px;
 }


#column1 {
	float: left;
	width: 210px;
	display: inline;
	height: 650px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#column4 {
 float: left;
 width: 225px;
 }

#column123, #column234 {
	float: left;
	width: 650px;
}


/* 2 column grid */

#2column1 {
	float: left;
	width: 320px;
	display: inline;
	padding: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#2column2 {
	float: left;
	width: 320px;
	display: inline;
	padding: 0px;
}

#2column1 img {
	padding-bottom: 20px;
}

#2column2 img {
	padding-bottom: 20px;
}

 /* IMAGES */
 
img {
 border: none;
}

.imgRight {
	float: right;
}
.breadcrumb {
	font-size: 9px;
}

/* Tables */

.matrixTable {
	background-color: #f2f2f2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 24px;
}
.matrixTableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
}
.matrixTablePrice {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.matrixTableRRP {
	font-weight: bold;
	color: #FF0000;
	text-decoration: line-through;
	text-align: center;
}
.matrixTableSaving {
	text-align: center;
}
.matrixTableTitle {
	font-weight: bold;
	text-align: center;
}
.matrixTableText {
	text-align: center;
}
