body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: auto;
	padding: 0;
	text-align: center;
	color: #000;
	/*max-width: 1100px;*/
}
#container {
	min-width: 990px;
	max-width: 1100px;
	background: #FFF;
	margin: auto;
	padding: 0;
	/* margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element.*/
}
#header {
	background: #FFF;
	/* Mid background image */
	background-image: url(../images/banner_mid_2.jpg);
	height: 89px;
	width: 100%;
	min-width: 990px;
	margin: 0;
	padding: 0 ;  /* 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. */
	border-bottom: 10px solid #FFF;
	border-top: 5px solid #FFF;
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

	#branding { /* middle background*/
	padding: 0;
	margin: 0;
	background-image: url(../images/banner_rh_3.jpg);
	background-repeat: no-repeat;
	/*background-image: url(../images/newbanner.jpg);*/
	/*background-color: #104CFF;*/
	background-position: 386px 0px;
	width: 100%;
	max-width: 1100px;
	height: 89px;
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: 1;*/
	}
	#branding1 { /* Left hand logo */
	margin: 0;
	padding: 0;
	width: 465px;
	height: 92px;
	float: left;
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: 1;*/
	}
	#branding2 { /* Sales Hotline etc */
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 58px;
	z-index: 2;
	}
	#branding3 { /* Shopping cart link and items */
	padding: 0;
	margin: 0;
	position: absolute;
	height: 12px;
	right: 10px;
	top: 10px;
	z-index: 2;
	}
	#branding3 p{ /* This removes the top margin added in firefox */
	padding: 0;
	margin: 0;

	}
	#branding4 { /* Right hand half of logo */
	float: right;
	background-image: url(../images/banner_mid_bg2.jpg);
	z-index: 100;
	}

.searchBox {
	height: 22px;
	display: inline;
	padding: 0 0 3px 0;
	margin-top: 4px;
	margin-left: 20px;
	border: 0;
	float: left;
	z-index: 1;
}

.searchForm {
	/*float: left;*/
	border: 0;
	margin: 3px 2px 3px 2px;
	padding: 3px 0 2px 0;
	display: inline;

}

#topBar {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 2px solid #FFF;
	/*background-color: #ccc;*/
	background-image: url(../images/link_bar_bg.jpg);
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center; /*added to center links*/

}
	.topBarText {
		height: 18px;
		margin-top: 3px;
		margin-left: 10px;
		float:left;
	}

	.topBarLinks {
	font-size: 0.9em;
	height:18px;
	line-height: 24px;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	text-align: left;
	color: #FFF;
	display: inline;
	z-index: 10;
	}

	.topBarLinks a {
	text-decoration: none;
	color: #FFF;
	}

	.topBarLinks a:hover {
		text-decoration: none;
		/*background-color: #000;*/
		color: #B1C12D;
	}

#messageBar {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	background-color: #D2D5DE;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	display: block; /* Remove this to re display the message bar */
}

#sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	min-width: 150px;
	padding: 10px 0 0 0; /* top and bottom padding create visual space within this div */
	margin: 0;
margin-left: 5px;
	display:inline; /* hack for ie */
/*text-align:right;*/
}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h1, #sidebar2 h3 {
	margin: 0 3px 5px 3px;
	/*margin: 0 10px 5px 0px;*/
	/* the left and right margin should be given to every element that will be placed in the side columns */
}
.menuBox {
	padding: 0 0 5px 0;
	margin: 0 ;
	width: 11em;
	/*border: 1px solid #666;*/
	border: 0;
	}

#sidebar2 {
	float: right;
	width: 11em; /* since this element is floated, a width must be given */
	min-width: 150px;
	padding: 10px 0 10px 0; /* top and bottom padding create visual space within this div */
	margin: 0 0;
	margin-right: 5px;
	display:inline; /* hack for ie */
}

.newsBox {
	padding: 0;
	margin: 0 0 10px 0;
	width: 11em;
	min-width: 150px;
	/*border: 1px solid #666;*/
	border: 0;
}

.infoBox {
	padding: 0;
	/*margin:5px 0 5px 0;*/
	/*width: 100%;*/
	min-width: 150px;
	border: 1px solid #666;
	/*border: 0;*/
	text-align:center;
}

#productDisplay {
	width: 98%;
	padding: 2px;
	margin: 6px;
	border: 1px solid #666;
}

.productCell{
	width: 100%;
	height: 100%;
	min-height: 180px;
}

.galleryProdTitle{
	height: 3em;
}

.galleryImg {
	padding: 0 5px;
	min-height:80px;
	/*display: table-cell;*/
	vertical-align: middle;
	min-height: 100px;
/*border: 1px solid #666;*/
}
.galleryPriceBox{
	text-align: center;
	margin: auto;
}
.buyButton{
	text-align: center;
}

.productBox {
	text-align:center;
	vertical-align:top;
	border: 2px solid #ccc;
	/*display:inline;*/
}
.priceBox {
	vertical-align: baseline;
	display: block;
	margin: 5px 0 5px 0;
}

#mainContent {
	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 3px 0 3px; /* padding here creates white space "inside the box." */
	text-align: center;
	/*display:inline-block;*/
}

/* infoPages are customer editable pages */
#infoPages {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 10px;
	border: 0;
	text-align: left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-align: center;
	background-color: #FFF;
	color: #000;
	margin: 10px;
}

#shoppingCart {
	margin: auto;
	max-width: 740px;
	background-color:#fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	width: 100%;
	margin:0;
	padding:0;
	/*padding: 0 10px; *//* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	border-bottom: 2px solid #FFF;
	border-top: 3px solid #B1BF2E;
	text-align: center;
	background-color: #00104C;
	color: #FFF;
}

#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*padding-left:100px; /* This is a hack to keep the links centered with posweb on right */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
#footer a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */

.detailBlock {
	margin: 0;
	border: 0;
	text-align: left;
}

.prop {
	margin: 0;
	border: 0;
	width: 1px;
	height: 400px;
	float: right;
}

.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: 0 10px 0 8px ;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
}
.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;
}
.clearInlineFloat { /* 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;
	display: none;
}

.invisible {
	display:none;
}
#posWeb {
	font-family: Tahoma, Verdana;
	font-size: 0.6em;
	float:right;
	position:relative;
	right:10px;
	top: 5px;
	z-index:5;
}

/* Postcode lookup classes */
.SPLAddressListSt{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin-top: 0;
   margin-bottom: 0;
   width: 80mm;
}
.SPLAddressListStBottomLine{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
.SPLAddressListStErrorLine{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
.SPLAddressListLicenseLine{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
