@charset "utf-8";
/* CSS Document */

/* Generics */
body
{
	background:url(images/diagonal.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#Container
{
	position:relative;
	float:left;
	background:url(images/menu_bottom.gif) left repeat-y #eef2fe;
	width:750px;
	border:#000044 1px solid;
	margin-bottom:8px;
}

#staticLeft /* for left hand menu */
{
	position:relative;
	float:left;
	width:141px;
	margin:0 0 0 4px;
}

* html #staticLeft /* hack for ie6 to line the menu up */
{
	margin:0 0 0 2px;
}

#Content /* main content pane */
{
	position:relative;
	float:left;
	background:#eef2fe;
	width:594px;
	padding:0 0 4px 4px;
}

* html #Content /* Hack for ie6 */
{
	margin:0 0 0 -6px;
}

#footer
{
	clear:both;
	position:relative;
	float:none;
	border:#000044 1px solid;
	width:750px;
	text-align:center;
	background:#eef2fe;
}

#Registered
{	
	position:relative;
	float:left;
	width:750px;
	margin-top:10px;
	padding:6px;
	text-align:center;
}

.cleaner 
{
	overflow:hidden;
	clear:both;
	height:1px;
}



/* ------------------------------- */

/* Side Menu
---------------------------------- */
.Menu
{
	position:relative;
	float:left;
	background:url(images/menu_bg.gif) left no-repeat;
	width:141px;
	height:18px;
	padding:3px 0 0 6px;
}

.MenuBottom
{
	position:relative;
	float:left;
	background:url(images/menu_bottom.gif) repeat-y;
	width:141px;
	height:100%;
}


/* Homepage */

.blueBox
{
	position:relative;
	float:none;
	width:570px;
	background:#e0e8f3;
	border:#000044 1px solid;
	padding:6px;
	margin-left:10px;
}


/* Product Pages
--------------------------------------------- */
.CatBox
{
	position:relative;
	float:left;
	background:#d1dcfd;
	border:#000044 1px solid;
	width:580px;
	padding:4px;
	margin-bottom:20px;
}

.SubCatBox
{
	position:relative;
	float:left;
	background:#eef2ff;
	border:#000044 1px solid;
	width:370px;
	padding:4px;
}

.CatList /* for the category listing on the right hand side of product pages. */
{
	position:relative;
	float:left;
	width:192px;
	padding-left:3px;
	margin-left:4px;
	border-left:#666666 1px solid;
}

/* Contact Page
--------------------------------------------- */
#contactLeft
{
	position:relative;
	float:left;
	width:321px;
}

#contactRight
{
	position:relative;
	float:left;
	width:269px;
}

.detailsBox
{
	position:relative;
	float:left;
	background:#d1dcfd;
	border:#000044 1px solid;
	padding:4px;
	width:300px;
}

.addressHolderHolytown /* holder for the adress details overlayed on map. */
{
	position:absolute;
	padding:10px;
	background:#ffffff;
	FILTER: Alpha(Opacity=90);
	-moz-opacity:0.90;
	left: 85px;
	top: -22px;
	width: 159px;
	height: auto;
}

.addressHolderSheffield /* holder for the adress details overlayed on map. */
{
	position:absolute;
	padding:10px;
	background:#ffffff;
	FILTER: Alpha(Opacity=90);
	-moz-opacity:0.90;
	left: -5px;
	top: 285px;
	width: 159px;
	height: auto;
}

.floater
{
	position:relative;
	float:left;
}


/* bullets and lists.
--------------------------------------------- */
.prodUL
{
	list-style:none;
	padding:0;
	margin:0;
}




/* TEXT STYLES not Textiles!! duh!
--------------------------------------------- */
/* H tags*/

h1
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#898fc9;
	letter-spacing:-1px;
}

.h1Mover /* moves h1 tag out of page */
{
	float:left;
	margin-left:-9999px;
}

h2
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin:0;
	padding:0;
}

.Blu13 {
	color: #00026A;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.Black11
{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/* Links */
a.redlink:link {
	color:  #A92626;
	text-decoration: none;
}
a.redlink:visited {
	color: #A92626;
	text-decoration: none;
}
a.redlink:active {
	color: #A92626;
	text-decoration: none;
}
a.redlink:hover {
	color: #1E3F79;
	text-decoration: none;
}

a.sidelink:link {
	color:  #1E3F79;
	text-decoration: none;
}
a.sidelink:visited {
	color: #1E3F79;
	text-decoration: none;
}
a.sidelink:active {
	color: #1E3F79;
	text-decoration: none;
}
a.sidelink:hover {
	color: #ffffff;
	text-decoration: none;
}

a.prodlink:link {
	color:  #1E3F79;
	text-decoration: none;
}
a.prodlink:visited {
	color: #1E3F79;
	text-decoration: none;
}
a.prodlink:active {
	color: #1E3F79;
	text-decoration: none;
}
a.prodlink:hover {
	color: #A92626;
	text-decoration: none;
}
	
