﻿html > body
{
	height: auto;
	min-height: 100%;
}

body
{
	height: 100%;
	background-color: #FFFFFF;
	color: #1E2353;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

p
{
	font-size: x-small;
	text-align: justify;
	margin: 0;
}

h2
{
	font-size: medium;
	margin: 0;
}

h3
{
	color: #CC091C;
	font-size: x-small;
	margin: 0;
}

ul
{
	font-size: x-small;
}

div.pageContainer a
{
	color:#1E2353;
	text-decoration:none;
}

div.pageContainer a:hover
{
	color:#CC091C;
}


a img { border: none }

div.pageContainer
{
	width: 770px;
	margin: 10px auto;
	padding: 0;
}

div.pageHead
{
	position: relative;
	height: 101px; 
	background: #FFFFFF url(Images/bgTopShadow.gif) no-repeat scroll left top;
}

div.pageContextOptions
{
	text-align: right;
	height: 90px;
	width: 355px;
	position: absolute;
	right: 30px;
	top: 10px;
	margin: 0;
	padding: 0;
}

div.pageShadow
{
	width: 725px;
	margin: 0;
	padding: 0 10px 0 35px;
	background: #FFFFFF url(Images/bgShadow.gif) repeat-y scroll left top;
}

div.pageMenu
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	text-align: right;
	letter-spacing: -0.1em;
	padding: 0px 5px;
}

div.pageBanner
{
	z-index: 1;
	height: 150px; /* Temporary Debug Height */
	/* background: #FFFFFF url(Images/bgLightHatch.gif) repeat scroll left top; *//* Temporary Debug Colour */
}

div.pageContent
{
}


div.pageFoot
{
	padding-top: 20px;
	height: 18px; 
	background: #FFFFFF url(Images/bgBottomShadow.gif) no-repeat scroll left top;
}

div.pageFoot p
{
	text-align: center;
	padding: 0px 50px;
	font-size: x-small;
}

div.pageFoot a
{
	color: #666666;
}

div.pageFoot span
{
	font-size:xx-small;
	color:#CCCCCC;
}

span.footerNotices
{
	font-size:xx-small;
	color:#CCCCCC;
}

span.footerNotices a
{
	font-size:xx-small;
	color:#CCCCCC;
}

/* */

div.bgLightHatch
{
	background: #FFFFFF url(Images/bgLightHatch.gif) repeat scroll left top;
}

/* New stuff */
.imageLink
{
	border: 0;
	text-decoration:none;
}

#divSubMenu
{
	position: relative;
	overflow: hidden;
	height: 20px;
}

#divSubMotion
{
	position: absolute;
	right: 725px;
	bottom: 0px;
}

.subMenu
{
	text-align: left;
	z-index: 100;
}

.menuItem
{
	text-align: center;
}

.menuItem a:hover
{
	color: #CC091C;
}

div.scrollContainer
{
	width: 100px;
	margin: 15px 10px 10px 40px;
	height: 400px;
	overflow: hidden;
	position: relative;
	float: left;
}

div.scrollContent
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
}

div.scrollContent img
{
	cursor: pointer;
}

div.galleryImageContainer
{
	margin: 15px 0 10px 0px;
	width: 500px;
	border: solid 1px #CCCCCC;
	float: left;
	text-align: center;
}

.productTree
{
	margin-left: 10px;
}

.basketItem
{
	margin: 0 auto;
}