/******** COLOURS *******

#E5E5E5		light grey
#9E9C9D		mid grey
#3C423E		dark grey

#003399		link blue
#484F4A		headings

*/

/******** CSS RESET ********/
/* courtesy of Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/*
ol, ul {
	list-style: none;
}
*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******** UTILITY ********/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}

#SilverStripeNavigatorMessage {
	display:none;
}

/******* TAGS ********/

html {
}
body {
	background:#FFFFFF;
	font-family:Tahoma;
	color:#666666;
	font-size:75%;
}

html > body {
	font-size:12px;
}


a {
	text-decoration:none;
	color:#003399;
}
	a:link {
	}
		a:focus {
			
		}
		a:active {
		}
		a:visited {
		}
		a:hover {
			
		}

h1 {
	color:#484F4A;
	font-size:1.75em;
	margin-bottom:0.5em;
}


h2 {
	color:#484F4A;
	font-size:1.5em;
	margin-bottom:0.5em;
}

h3 {
}


p, .typography ul {
	margin-bottom:10px;
	line-height:1.2em;
}



/******* STRUCTURE ********/

#Wrapper {
	background:#E5E5E5;
	padding:10px;
	width:780px;
	margin:10px auto 0 auto;
}

#Header {
	/*background:#3C423E url('../images/header_bg.gif') top left repeat-x;*/
	background:#C5CEE6 url('../images/fristam.gif') top left no-repeat;
	border:5px solid #3C423E;
	border-bottom:0px;
	height:165px;
	position:relative;
}
	#Logo {
		position:absolute;
		display:block;
		width:176px;
		height:165px;
	}
	
	#TagLine {
		position:absolute;
			top:20px;
			right:20px;
		color:#FFFFFF;
		font-size:1.5em;
	}

#Content {
	margin-top:10px;
}


#Footer {
	background:#3C423E;
	width:770px;
	margin:10px auto 0 auto;
	border:10px solid #E5E5E5;
	padding:5px;
	text-align:right;
	color:#CCCCCC;
}

/******* MAIN MENU ********/

#MainMenu {
	background:#3C423E url('../images/lightgrey_px.gif') bottom left repeat-x;
	list-style-type:none;
	text-align:right;
}
	#MainMenu li {
		border-left:1px solid #E5E5E5;
		/*border-bottom:1px solid #E5E5E5;*/
		float:right;
	}

	#MainMenu a, #MainMenu span {
		color:#FFFFFF;
		padding:1.4em 5px 5px 5px;
		display:block;
		width:120px;
	}
	
	#MainMenu a:hover, #MainMenu a:focus {
		background:#484F4A url('../images/lightgrey_px.gif') bottom left repeat-x;
	}
	#MainMenu .section a:hover, #MainMenu .section a:focus {
		background-image:none;
	} 
	
	#MainMenu span {
		background:#9E9C9D url('../images/lightgrey_px.gif') bottom left repeat-x;
		color:#3C423E;
	}
	#MainMenu .section, #MainMenu .section a:hover, #MainMenu .section a:focus {
		background-color:#9E9C9D;
	}
	
	#MainMenu .hasSubMenu span, #MainMenu .hasSubMenu a {
		background-image:none;
	}

/******* SUB MENU ********/

#SubMenu {
	background:#9E9C9D;
	list-style-type:none;
	text-align:right;
}
	#SubMenu li {
		float:right;
	}

	#SubMenu a, #SubMenu span {
		color:#FFFFFF;
		padding:0.8em 25px 0.8em 25px;
		display:block;
	}
	
	#SubMenu a:hover, #SubMenu a:focus {
		background-color:#9E9C9D;
	}
	
	#SubMenu span {
		background-color:#9E9C9D;
		color:#3C423E;
	}

/******* FOOTER ********/

#Footer a {
	color:#FFFFFF;
}

#Footer p {
	margin-bottom:0px;
}


/******* PRODUCT LIST ********/

.productList {
	list-style:none;
}
	.productList li {
		margin:0 0 10px 288px;
	}

		.productList ul {
			list-style-position:inside;
			list-style-image:url('../images/bulletpoint.gif');
			margin-left:0.5em;
		}
			.productList ul li {
				margin:0;
			}
		
		.productImage {
			margin-left:-288px;
			float:left;
			position:relative;
		}



.categoryList {
	list-style:none;
}
	.categoryList li {
		float:left;
		margin-right:12px;
		background-color:#9E9C9D;
		text-align:right;
	}
	.categoryList li.last {
		margin-right:0;
	}
	
	.categoryList li h2 {
		font-size:1em;
		margin-bottom:0.3em;
	}
	
	.categoryList li a {
		color:#FFFFFF;
	}
	