/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #005c76;
	background-image:url(../images/bg-strip.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
}

#wrap{
	background-color: #FFFFFF;
	border: 2px solid #ffffff;
	margin: 0 auto;
	text-align: left;
	width: 976px;
}
* html #wrap {  /* This is the Tan hack */
	width: 980px; 
	w\idth: 976px; 
	}
	
#header{
}

#centerc {
	display: inline;
	float:left;
	margin-left: 21px;
	margin-right: 21px;
	margin-top:20px;
	margin-bottom:20px;
	padding-left: 20px;
	padding-right: 20px;
	width:920px;
}
* html #centerc {  /* This is the Tan hack */
	width: 960px; 
	w\idth: 920px; 
	}


#centerc-home {
	display: inline;
	float:left;
	margin: 0px;
	margin-top: 20px;
	margin-bottom:20px;
	padding-left: 21px;
	padding-right: 13px;
	width:635px;
}
* html #centerc-home
 {  /* This is the Tan hack */
	width: 669px; 
	w\idth: 635px; 
	}	
	
#rightc-home {
	float:left;
	margin: 0px;
	margin-top: 20px;
	margin-bottom:20px;
	padding: 0px;
	width: 307px;
}	

#centerc-twocol {
	display: inline;
	float:left;
	margin-left: 233px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width:703px;
}
* html #centerc-twocol
 {  /* This is the Tan hack */
	width: 743px; 
	w\idth: 703px; 
}
	
#leftc{
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	margin-left:-958px;
	width: 215px;
}
* html #leftc
 {  /* This is the Tan hack */
	width: 215px; 
	w\idth: 215px; 
	}	

#foot{
	clear: both;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic img{
	display:block;
}

#navigation{
	background-image:url(../images/navbar/nav-bg.gif);
	background-repeat:repeat-x;
	font-size: 13px;
	height: 30px;
	margin-bottom: 0px;
	width:976px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	float:left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 21px;
	width: 955px;
}
* html #navigation ul
 {  /* This is the Tan hack */
	width: 976px; 
	w\idth: 955px; 
	}	

#navigation ul li {
	display: inline;
	margin: 0px; 
	padding: 0;
}
#navigation ul li a, #navigation ul li a:visited {
	float:left;
	color:#FFFFFF;
	display: block;
	font-size: 1em;
	font-weight: bold;   
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	

}

#navigation ul li.nav-right {
	float: right;
}
#navigation ul li.nav-right a, #navigation ul.nav-right li a:visited {

}
#navigation ul li.nav-right a:hover, #navigation ul.nav-right li a:active {

}

#navigation ul li.nav-right a img {
	padding:0px;
	margin:0px;
	vertical-align:middle;
}




/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/
#menu {
	width: 215px;
}

#menu img{
	display:block;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
	
}
#menu ul li {
	display: inline;
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {

	margin: 0px;
	padding: 0px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 210px;
}

#menu ul li a:hover, #menu ul li a:active {

}



/** ------------------------------------------------------ **/
/** ------------------- sub menu --------------------------- **/

.ShopSubMenu {
	margin: 0px;
	padding: 0px;
}

.ShopSubMenu ul {
	margin: 0px;
	padding: 0px;
}
	
.ShopSubMenu ul li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.ShopSubMenu ul li a, .ShopSubMenu ul li a:visited {
	background-image:url(../images/productsmenu/menu-subbg.gif);
	background-repeat:no-repeat;
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding-left: 30px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-right: 5px !important;
	text-decoration: none;
	width: 175px;
}	
.ShopSubMenu ul li a:hover, .ShopSubMenu ul li a:active {
	color:#0099FF;
	text-decoration: none;
	width: 175px;
}
* html .ShopSubMenu ul li a, * html .ShopSubMenu ul li a:visited, * html .ShopSubMenu ul li a:hover, * html .ShopSubMenu ul li a:active {  /* This is the Tan hack */
	width: 210px; 
	w\idth: 175px; 
}


/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-top: 5px;
    position: absolute;
	white-space: nowrap;
	
}
#footerleft ul li
{
	color: #330066;
	display: inline;
	font-size: 0.9em;
	margin: 0px;	
	padding-right: 0px;
}
#footerleft ul li a
{		
	color:#330066;
	text-decoration: underline;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #00465a;
	text-decoration: underline;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 5px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #330066;
	display: inline;
	font-size: 0.9em;
	margin: 0px;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color:#330066;
	text-decoration: underline;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #00465a;
	text-decoration: underline;	
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 150px;
  margin-right: 10px;
  padding-bottom: 10px;
  }


/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear: both;
	padding: 0px;
	margin: 0px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/
div.divFeaturedProductsWrapA {
	float: left;
	padding-right: 10px;
	position: relative;
	width: 197px;
}
div.divFeaturedProductsWrapB {
	float: left;
	position: relative;
	width: 197px;
}

img.imgFeaturedProduct {
	
}
img.imgFeaturedProductOverlay {
	left: 0px;
	position: absolute;
	top: 0px;	
}

.product-thumbs {
	background-color: #ffffff;
	position: relative;
}

img.imgProductThumbsOverlay {
	
}
img.imgProductThumbsOverlay {
	left: 0px;
	position: absolute;
	top: 0px;	
}

div.divContactBoxWrap {
	float: right;
	color:#717171;
	font-weight:bold;
	font-size:1.0em;
	margin-left: 30px;
}
div.divContactBoxWrap img {
	display:block;
}
div.divContactBoxWrap p {
	background:url(../images/background-contact-box.gif);
	background-repeat:repeat-y;
	line-height:1.7;
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
}
div.divContactBoxWrap span {
	color:#0088b8;
}

#basketpage {
	width: 720px;
	}

.center-align {
	text-align: center;
}

.logged-in-text {
	float:right;
	padding-right: 20px;
	text-align: right;
}

#memberpages {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 920px;
}
* html .memberpages {  /* This is the Tan hack */
	width: 960px; 
	w\idth: 920px; 
	}

#productpage-box {

}
#productpageleft {
	float: left;
	position: relative;
	width: 360px;
}
* html #productpageleft {  /* This is the Tan hack */
	width: 360px; 
	w\idth: 360px; 
	}

#productpageleft-fixheight {
	float: left;
	position: relative;
	min-height: 380px;
	height:auto !important;
	height: 380px;
	width: 360px;
}
* html #productpageleft-fixheight {  /* This is the Tan hack */
	width: 360px; 
	w\idth: 360px; 
	}

#productpageright {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 323px;
}
* html #productpageright {  /* This is the Tan hack */
	width: 303px; 
	w\idth: 323px; 
	}
#productpageright p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.productpageright-left {
	float: left;
	padding-left: 30px;
	width: 150px;
}
* html #productpageright-left {  /* This is the Tan hack */
	width: 120px; 
	w\idth: 150px; 
	}
.productpageright-right {
	float: right;
	width: 120px;
}

.productpage-options1 {
	float: left;
	
}
.productpage-options2 {
	float: left;
	margin-left: 10px;
}
.productpage-options-basket {
	float: left;
	margin-left: 10px;
}

.productpage-options-basket label {
	float: left;
	margin: 0px;
	padding-right: 5px;
	text-align: right;
}

.productlinksrow {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.productlinksrow img {
	display: block;
}

.productlinksbox {
	background-color: #ffffff;
	float: left;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-right: 28px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
	width: 208px;
}
* html .productlinksbox {  /* This is the Tan hack */
	width: 210px; 
	w\idth: 208px; 
	}

.productlinksbox-last {
	background-color: #ffffff;
	float: left;
	font-size: 0.9em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
	width: 208px;
}
* html .productlinksbox-last {  /* This is the Tan hack */
	width: 210px; 
	w\idth: 208px; 
	}

.productlinks {
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	text-align: center;
	position: relative;
}

.productlinks-image {
	margin: 0px;
	padding: 0px;
	width: 208px;
}

.productlinks-name {
	color: #000000;
	text-align: center;
	font-size: 13px;
	height: 30px !important;
	margin: 0px;
	padding: 5px;
	width: 198px;
}
* html .productlinks-name {  /* This is the Tan hack */
	width: 208px; 
	w\idth: 198px; 
	}

.productlinks-name a, .productlinks-name a:visited {
	color:#347084;
	text-decoration: none;
}
.productlinks-name a:hover, .productlinks-name a:active {
	color:#000000;
	text-decoration: none;
}

.productlinks-price {
	font-weight: bold;
	padding: 5px;
}

.productlinks-options {
	float: left;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 28px;
	width: 208px;
}


.productlinks-options-last {
	float: left;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 208px;
}

.productlinks-options form select {
	font-size: 12px;
	color:#666666;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 1px;
	width: 200px;
}

.productlinks-options-last form select {
	font-size: 12px;
	color:#666666;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 1px;
	width: 200px;
}

.productlinks-ref {
	background-color: #ffffff;

}

.productlinks-last {
	padding-bottom: 0px;
	position: relative;
	text-align: center;
	margin: 0px;
}


.home-productlinksbox {
	background-color: #ffffff;
	float: left;
	font-size: 0.9em;
	min-height: 170px;
	height:auto !important;
	margin-bottom: 15px;
	margin-right: 5px;
	padding: 0px;
	width: 150px;
}

.home-productlinksbox-last {
	background-color: #ffffff;
	float: left;
	font-size: 0.9em;
	margin-right: 0px;
	min-height: 170px;
	height:auto !important;
	height: 170px;
	margin-bottom: 15px;
	padding: 0px;
	width: 150px;
}


.home-productlinks {
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 131px;
	position: relative;
}

.home-productlinks-name {
	color: #000000;
	text-align: center;
	font-size: 13px;
	height: 30px !important;
	margin: 0px;
	padding: 5px;
	width: 121px;
}
* html .home-productlinks-name {  /* This is the Tan hack */
	width: 131px; 
	w\idth: 121px; 
	}


.home-productlinks-name a, .home-productlinks-name a:visited {
	color:#347084;
	text-decoration: none;
}
.home-productlinks-name a:hover, .home-productlinks-name a:active {
	color:#000000;
	text-decoration: none;
}


	
.productformbutton {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.about-row {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 650px;
}

.about-cell {
	color: #000033;
	float: left;
	font-size: 0.9em;
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 260px;
}
* html .about-cell {  /* This is the Tan hack */
	width: 300px; 
	w\idth: 260px; 
	}
	
.about-cell-plush-left {
	float: left;
	text-align: center;
	width: 360px; 
}

.about-cell-plush-right {
	float: left;
	margin-left: 50px;

	text-align: center;
	width: 200px; 
}

	
.about-cell-right {
	color: #000033;
	float: left;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 258px;
}
* html .about-cell-right {  /* This is the Tan hack */
	width: 300px; 
	w\idth: 258px; 
	}	

.aboutimagetext {
	font-size: 0.8em;
}

.about-quote {
	font-size: 1.2em;
	color:#006699;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 190px;
}
* html .about-quote {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 190px; 
	}

.about-clearboth {

	clear:both;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}

.basket-smalltext {
	font-size: 0.8em;
}

#storespage-links {
	float: right;
	margin-left: 30px;
}

#storespage-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#storespage-links ul li {
	margin: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 0px;
}

#storespage-form fieldset {
	width: 500px;
}

#infobox-home {
	border: 1px solid #cccccc;
	padding: 10px;
	width: 271px;
}
* html #infobox-home {  /* This is the Tan hack */
	width: 293px; 
	w\idth: 271px; 
	}	
	
#orderinfobox-tradepage {
	float: right;
	margin-left: 20px;
}

#home-events {
	margin-left: 5px;
}

#registersteps img {
	margin-right: 20px;
}

#registerbutton {
	float: right;
}

.productlink-smalltext {
	font-size: 0.9em;
}

#productcodes {
	padding: 5px;
	width: 691px;
}
* html #productcodes {  /* This is the Tan hack */
	width: 703px; 
	w\idth: 691px; 
	}

#productcodes h3 {
	margin: 0px;
	padding-bottom: 5px;
}

.productcodes-left {
	float: left;
	padding: 5px;
}

.productcodes-middle {
	float: left;
	margin-left: 40px;
	padding: 5px;
}
.productcodes-right {
	float: left;
	margin-left: 40px;
	padding: 5px;
}

#products-highlightedtext {
	background-image: url(../images/producthighlight-bg.jpg);
	background-repeat:repeat-y;
	border: 1px solid #00CC00;
	font-size: 1.3em;
	color: #ffffff;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 150px;
}
* html #products-highlightedtext {  /* This is the Tan hack */
	width: 180px; 
	w\idth: 150px; 
}

#trade-cataloguebox {
	float: right;
}

.srptext {
	font-size: 0.8em;
}

#customer-logos img {
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: center;
}

.testimonial-quote {
	margin: 0px;
	padding: 0px;
}

.testimonial-quote blockquote {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.testimonial-quote blockquote p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.testimonial-quotee {
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
	margin-left: 20px;
	text-align: left;
}


.home-testimonial-quote {
	margin: 0px;
	padding: 0px;
}

.home-testimonial-quote blockquote {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.home-testimonial-quote blockquote p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.home-testimonial-quotee {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}




input.buttonBasket {
	border: 0px;
	background-color: #00b2f0;
	color: #FFFFFF;
	float: none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}

input.buttonBasketListPage {
	border: 0px;
	background-color: #00b2f0;
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}

input.buttonAddBasketListPage {
	float: left;
}

input.buttonCheckout {
	border: 0px;
	background-color: #00CC00;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}

input.buttonFullList {
	border: 0px;
	background-color: #00b2f0;
	color: #FFFFFF;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
	margin-right: 40px;
}

input.buttonFullListClear {
	border: 0px;
	background-color:#FF0000;
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
	margin-right: 40px;
}

input.buttonOrderCatalogue {
	border: 0px;
	background-color: #00CCFF;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

form.catalogueorder fieldset div {
	clear: both;
	padding-bottom: 0px;
}
form.catalogueorder fieldset div.OrderCatalogueFloat1of2 {
	clear:both;
	float:left;
	padding-bottom: 0px;
	width: 210px;
}
form.catalogueorder fieldset div.OrderCatalogueFloat2of2 {
	clear:none;
	float: left;
}

.productpage-optiontitles {
	font-size: 1.2em;
	color:#000099;
}

.no-bullets {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.no-bullets li {
	margin: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 0px;
}

.printbutton {
	border: 0px;
	background-color:#999999;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
}

.printbutton a {
	color: #FFFFFF;
	text-decoration: none;
}

tr.zebradark td, tr.zebradark th {
	background-color: #EDEDED;
}
tr.zebralight td, tr.zebralight th {
	background-color: #FFFFFF;
}
.newproduct-box {
	border: 1px solid #006699;
	margin-left: 3px;
	margin-right: 7px;

}
.newproduct-box-title {
	background-color:#006699;
	padding: 5px;
	padding-left: 15px;
}
.newproduct-box-title h2 {
	color: #ffffff;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
.newproduct-box-content {
	padding: 5px;
}	
.newproduct-box-content p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#specialoffers-box {
	border: 1px solid #990099;
	margin-left: 3px;
	margin-right: 7px;
}

#specialoffers-box-title {
	background-color:#990099;

	padding: 5px;
	padding-left: 15px;
}
#specialoffers-box-title h2 {
	color: #ffffff;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

#specialoffers-box-footer {
	clear: both;
	background-color:#990099;
	padding: 5px;
	padding-left: 15px;
}
#specialoffers-box-footer p {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#specialoffers-box-content {
	padding: 5px;
}
#specialoffers-box p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	
}

#specialoffers-box a, #specialoffers-box a:visited {
	color:#ffffff;
	text-decoration: none;
}
#specialoffers-box a:hover, #specialoffers-box a:active {
	color:#ffffff;
	text-decoration: none;
}


.specialoffer-redlink a, .specialoffer-redlink a:visited {
	color:#FF0000;
	text-decoration: underline;
}
.specialoffer-redlink a:hover, .specialoffer-redlink a:active {
	color:#FF0000;
	text-decoration: underline;
}