/* main colour is: be2025 
  grey colour: c4c4c4
*/

body {
	margin: 0px;
	/*background: #fff url(../styleImages/backgrounds/bg_fff_shadow_912px.png) no-repeat center top;*/
	background: #fff url(../styleImages/backgrounds/side_fff_shadow_912px.png) repeat-y center top;
}
#topHeader { 
	width:912px;	/*was 95% Chris changed it*/
	margin: 10px auto 0 auto;
	/*background: #fff url(../styleImages/backgrounds/side_fff_shadow_912px.png) repeat-y center top; */
}
#pageSurround {
  width: 900px;
	margin: 0 auto;
	padding: 5px 0;
	height: 500px;
	background: #fff url(../styleImages/backgrounds/pink-to-white.jpg) repeat-x center top;
}
#search {
  text-align: right;
  padding-right: 20px;
  padding-top:40px;
}
#logo {
  text-align:left;
  padding-left: 12px;
  margin-top:0px;
  float:left;
}
#bar {
  background: #fff url(../styleImages/backgrounds/bar.png) repeat-x 0 0;
  margin:0 6px;
  height:31px;
  border-left:1px solid #950909;
  border-right:1px solid #950909;
}
#nav_submenu {
  margin: 0 auto;
}
#nav_submenu a{
  line-height:18px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  letter-spacing:1px;
}

#nav_submenu li{
  text-align:center;
  float:left;
	margin: 0 0 0 4px;
	background: transparent url(../styleImages/backgrounds/bar_pipe.gif) no-repeat scroll 100% 50%;
	padding: 0 6px 0 0px; /*changed from: 0 6 0 0 */
	list-style: none;
}

#nav_submenu li.endlink{
	background: none;
}

#nav_submenu a span{
	display: block;
	padding: 6px 0px 5px 7px;
	margin-right:7px;
}
#nav_submenu a:hover, #nav_submenu a.this{
	background: url(../styleImages/topmenu_hover.png) no-repeat right 5px;
	color: #000;
	display:block;
}

#nav_submenu a:hover span, #nav_submenu a.this span{
	background: url(../styleImages/topmenu_hover.png) no-repeat left 5px;
	display:block;
}

#footer {
  background: #be2025;
  border-right:1px solid #950909;
  height: 138px;
  width: 900px;
	margin: 0px auto;
	position:relative;
	/*z-index:-1;*/
	top:100%;
}
#footer a, #footer ul {
  color:#fff;
  text-decoration:none;
}
.footerLeft {
  /*background: #6F6F6F;*/
  border-right:1px dashed #e1e1e1;
  color:#fff;
  width:162px;
  float:left;
  padding:5px;
  height:138px;
}
.footerColumn {
  color:#fff;
  width:170px;
  float:right;
  padding:5px;
  border-right:1px dashed #e1e1e1;
  height:125px;
}
.footerRight {
  color:#fff;
  width:170px;
  float:right;
  padding:5px;
  height:125px;
}
.boxTitleLeft, .boxTitleRight {
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #be2025;
	
	/*border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;*/
	padding: 5px;
}
.boxTitleLeft {
  border-right: 1px solid #be2025;
}
.boxTitleRight {
  border-left: 1px solid #be2025;
}
.boxContentLeft, .boxContentRight {
	/*border: 1px solid #FFFFFF;*/
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #333333;
}
.boxCategories {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	float: left;
	border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.colMid {
  padding-left:11px;
  /*padding-right:11px;*/
  width:556px;
	float: left;
}
.colRight {
	width: 160px; 
	float: right;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.boxContent {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}
.boxAlternativeProds {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom:10px;
	margin-top:0;
	position:inherit;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.paginationLayout {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:5px 0;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #e1e1e1;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 6px;
	margin:2px;
	float: left;
	width: 110px;
	height:95px;
	position:inherit;
	border: 1px solid #e1e1e1;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}
div.latestProds {
	text-align: center;
	width: 19%;
	padding: 0px 2px;
	margin-bottom: 3px;
	height: 150px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
	position: relative;
}
div.brands {
	text-align: center;
	vertical-align:middle;
	width: 20%;
	height:40px;
	line-height:39px;
	float: left;
	overflow: hidden;
	position: relative;
}
div.relatedProds {
	text-align: center;
	width: 100px;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 150px;
	/*float: right;*/
	overflow: hidden;
	border-left: 1px solid #e1e1e1;
	position: relative;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	font-weight: bold;
}
.li-nav a {
	padding: 2px 1px;
	background-color: #ffffff;
	width: 142px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
	border-bottom: 1px solid #e1e1e1;
}
.li-nav a:hover, #mainmenu-nav a:hover {
	background-color: #6F6F6F;
	color: #fff;
}
.ul-nav, .li-nav {
	display: block;
	list-style: none;
}
.ul-nav {
	width: 140px;
	padding: 0px;
}
.li-nav {	
	float: left;
}
.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 4px solid #be2025;
	z-index: 99;
}
a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}

/*
End Cross-Browser DHTML Menu
*/

#ticklist li {
  background:url(/images/icons/tick.png) no-repeat 0 50%;
  padding-left:20px;
  list-style:none outside;
  border-bottom:1px solid #e1e1e1;
}

.bestsellers {
  /*height:55px;*/
  list-style:none; 
}
.bestsellers li {
  margin-top:4px;
  border-bottom:1px solid #ccc;
  padding-bottom:4px;
}

.slideshow { width: 552px; margin: auto; background-color:#fff; overflow:hidden; height: 181px; }
.slideshow img { padding: 3px 0;}

/** QUANTITY DISCOUNT PRICING
********************/
#QuantityDiscounts {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}
	
#QuantityPrices {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

  

