* {
	padding:0;
	margin: 0;
}

    * .floatLeft{float: left;}
    * .floatRight{float: right;}
    * .image-left{float: left; vertical-align: text-top;}
    * .image-right{float: right; vertical-align: text-top;}
    * div.wrapContainer{width:95.5%; float:left;}


#HomePagePics {
	float:left;
	width: 200px;
	clear:left;
	padding:0;
}

#HomePageText {
	float:right;
	width: 300px;
	clear:left;
	padding:0;
}

#accordion1 {
	width:450px;
	margin:0px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}/*Border Colour*/
.accordion1 {
	width:450px;
	font:12px Verdana,Arial;
	color:#000;
	text-align: left;
} /*Final Item Colour */
.accordion1 dt {width:450px; padding:0px 0px; font-weight:bold; cursor:pointer; background-color:#fff; /*Main Colour*/background-image:url(../images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#000; /*Font Colour */border-top:1px solid #900}/*Divider line colour */
.accordion1 dt:hover {
	background-color:#900;/*Hover Over Colour */
	font-size: 12px;
	color:#FFF /*Hover over font colour */;
	text-align: left;
	vertical-align:middle;
	v
}
.accordion1 .open {background-color:#900;/*Product Category Open Colour */ background-image:url(../images/arrow_up.gif); color:#FFF;}
.accordion1 dd {overflow:hidden; background:#FFF}/*Background of panel thats open */
.accordion1 span {
	display:block;
	width:175px;
	border-top:none;
	padding:0px;
	color: #000;
	text-align: left;
}


#accordion2 {
	width:175px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}/*Border Colour*/
.accordion2 {
	width:175px;
	font:12px Verdana,Arial;
	color:#000;
	text-align: left;
	border: 1px none #900;
} /*Final Item Colour */
.accordion2 dt {width:175px; padding:0px 0px; font-weight:bold; cursor:pointer; background-color:#fff; /*Main Colour*/background-image:url(../images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#000; /*Font Colour */border-top:1px solid #900}/*Divider line colour */
.accordion2 dt:hover {
	background-color:#900;/*Hover Over Colour */
	font-size: 12px;
	color:#FFF /*Hover over font colour */;
	text-align: left;
	vertical-align:middle;
	v
}
.accordion2 .open {background-color:#900;/*Product Category Open Colour */ background-image:url(../images/arrow_up.gif); color:#FFF;}
.accordion2 dd {overflow:hidden; background:#FFF}/*Background of panel thats open */
.accordion2 span {
	display:block;
	width:175px;
	border-top:none;
	padding:0px;
	color: #000;
	text-align: left;
}
MainText {
	font-size: 12px;
}
 
 Start of new CSS Block
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999;
}
.thrColFixHdr #container {
	position: relative;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	
}

#sideBarContent {
	width:173px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}

.thrColFixHdr #mainContent {
	font-size: small;
	margin-top: 0px;
	margin-right: 195px;
	margin-bottom: 0px;
	margin-left: 195px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
} 

.thrColFixHdr #mainContentCorrectMargin {
	font-size: small;
	margin-top: -1px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
} 

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.StandardText {
	font-size: 12%;
}
#Text {
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align:left
}

#LeftSideBarHeader {
	position:absolute;
	left:5px;
	top:111px;
	width:180px;
	height:0px;
	z-index:1;
	text-align: left;
}

#RightSideBarHeader {
	position:absolute;
	left:822px;
	top:112px;
	width:173px;
	height:0px;
	z-index:1;
	text-align: center;
}

#MainContentHeader {
	position:absolute;
	left:225px;
	top:113px;
	width:554px;
	height:0px;
	z-index:1;
	text-align: left;
}

#RightSideBarDelivery {
	position:absolute;
	left:822px;
	top:176px;
	width:173px;
	height:0px;
	z-index:1;
	text-align: center;
}

#ProductRange {
	position:absolute;
	left:562px;
	top:180px;
	width:180px;
	height:0px;
	z-index:1;
	text-align: center;
}

#RightSideBarOffers {
	position:absolute;
	left:822px;
	top:304px;
	width:173px;
	height:0px;
	z-index:1;
	text-align: center;
}

#LineBlocker {
	position:absolute;
	left:816px;
	top:100px;
	width:5px;
	height:30px;
	z-index:0;
	text-align: left;
	background: #F0C;
	background-color: #FFFFFF;
}

.CenterItems {
	text-align: center;
	font-size:12px;
	font-family: Verdana, Arial;
}

.RightSideBarText {
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align:left;
	color: #000;
}

.WhiteText {
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align:left;
	color:#FFF;
}

.BuyOnline {
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #F00;
	text-align:left;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #03C;
}
a:active {
	text-decoration: none;
}

.hr {
	color:#CCC;
}

a.WhiteText:link {color:#FFF;}
a.WhiteText:visited {color:#FFF;}
a.WhiteText:hover {color:#FFF; text-decoration:underline;}
a.WhiteText:active {color:#FFF;}

table.products
{text-align: center;
font-family: Verdana, Arial;
font-weight: normal;
font-size: 12px;
color: #fff;
width: 100%;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.products td
{background-color: #FFF;
color: #000;
padding: 4px;
text-align: left;
border-bottom: 1px #000 solid;}

table.products td.hed
{background-color: #900;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 1px #000 solid;
border-left: 1px #900 solid;
border-right: 1px #900 solid;
font-size: 12px;
font-weight: bold;}

.tabletext {
	font-size: 8px;
	font-family: Verdana, Arial;
	color: #000;
	text-align:left;
}

.tabletextred {
	font-size: 8px;
	font-family: Verdana, Arial;
	color: #F00;
	text-align:left;
}

.tabletextsmall {
	font-size: 8px;
	font-family: Verdana, Arial;
	color: #000;
	text-align:left;
}


.cartbutton
{
	background-color: #990000;
	color: #FFF;
	font:bold, 12px Verdana,Arial;
	width: 120px;
}

.cartbutton2
{
	background-color: #990000;
	color: #FFF;
	font:bold, 12px Verdana,Arial;
	width: 100px;
}

.form
{
	width: 173px;
}

.dropdown
{
	width: 200px;
}

.qty
{
	width: 40px;
}

.rednote
{
	color: #F00;
	font-weight: bold;
	font-size:18px;
}

#LeftSideBarHeader2 {
	position:absolute;
	left:5px;
	top:247px;
	width:175px;
	height:0px;
	z-index:1;
	text-align: left;
}

#sideBarContentLeft {
	width:175px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.h1 {
	font-size: 14px;
	font-family: Verdana, Arial;
	text-align:left;
}

.h2 {
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align:left;
}