/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #bcbdc0;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
	height: 1px;
}

#wrap{
	background-color: #FFFFFF;
	background-image:url(../images/fullbg-strip.gif);
	background-repeat:repeat-y;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
* html #wrap {  /* This is the Tan hack */
	width: 960px; 
	w\idth: 960px; 
	}

#header{
	position: relative;
}

#content-wrap-home {
	background-image:url(../images/home-bg.gif);
	background-repeat:no-repeat;
	min-height: 530px;
	height:auto !important;
	height: 530px;
	width: 960px;
}
* html #content-wrap-home {  /* This is the Tan hack */
	width: 960px; 
	w\idth: 960px; 
	}
#content-wrap-normal {
	background-color: #ffffff;
	background-image:url(../images/normal-bg.gif);
	background-repeat:no-repeat;
	min-height: 530px;
	height:auto !important;
	height: 530px;
	width: 960px;
}
* html #content-wrap-normal {  /* This is the Tan hack */
	width: 960px; 
	w\idth: 960px; 
	}	

#leftc{
	float:left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	min-height: 475px;
	height:auto !important;
	height: 475px;
	width:400px;
}
* html #leftc {  /* This is the Tan hack */
	height:500px;
	width: 480px; 
	w\idth: 400px; 
	}


#rightc{
	display: inline;
	float:left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 25px;
	min-height: 475px;
	height:auto !important;
	height: 475px;
	width:470px;
}
* html #rightc {  /* This is the Tan hack */
	height:500px;
	width: 480px; 
	w\idth: 470px; 
	}

#normalpage {
	padding-left: 18px;
	padding-right: 17px;
	padding-top: 25px;
	padding-bottom: 20px;
}



#foot{

	clear: both;
	color: #ffffff;
	width: 960px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{
}
#header_graphic img {
	display: block;
}


#navigation{
	background-image:url(/images/navigation/nav-bg.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
	float: left;
	width: 960px;
}
#navigation img {
	display: block;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {

	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 

}
#navigation ul li a, #navigation ul li a:visited {
	background-image:none;
	color: #FFFFFF;	
	display: block;
	float: left;
	margin: 0px;
	margin-right: 10px;
	text-decoration: none;
	width: 107px;
}
#navigation ul li a:active {	
	background-image: none;
	color:#FF0000;
}
#navigation ul li a:hover {	
	background-image: url(../images/navigation/navtab-over.jpg);
	color:#FF0000;
}
.navigation-spacer {
float: left;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-top: 5px;
    position: absolute;
	white-space: nowrap;
	
}
#footerleft ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #ffffff;
	text-decoration: underline;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #ffffff;
	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;
	height: 0px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.about-instructions li {
	margin-bottom: 10px;
}

.button-login {
	border: 1px solid #FF3399;
	background-color: #FF0066;
	padding: 2px;
	color:#FF0066;
	padding-left: 5px;
	padding-right: 5px;
}
.button-login a {
	color: #ffffff !important;
}

.button-register {
	border: 1px solid #FF0066;
	background-color:#FF3399;
	color:#FF3399;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.button-register a {
	color: #ffffff !important;
}

.button-login-home {
	border: 1px solid #ffffff;
	background-color: #FF0066;
	padding: 2px;
	color:#FF0066;
	padding-left: 5px;
	padding-right: 5px;
}
.button-login-home a {
	color: #ffffff !important;
}

.button-register-home {
	border: 1px solid #ffffff;
	background-color:#FF3399;
	color:#FF3399;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.button-register-home a {
	color: #ffffff !important;
}

.InputBasket {
	background-color:#FF0099;
	border: solid 1px #ffffff;
	color: #ffffff; 
	padding: 2px;
	margin-top: 5px;
	margin-left: 40px;
}
#ProductPageInputBasket {
	background-color:#FF0099;
	border: solid 1px #ffffff;
	color: #ffffff; 
	padding: 2px;
	margin-top: 5px;
}

#baskettable td {
	padding-top: 10px;
}

#contactpage-left {
	float: left;
}

#contactpage-right {
	float: left;
	margin-left: 70px;
}

#homepage-text {
	line-height: 25px;
	padding-top: 40px;
	width: 300px;
}

.homepage-latesttext {
	color: #ffffff;
	text-align: center;
}

#homepage-login {
	color: #000000;
	text-align: center;
}

.homepage-productlinksrow {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.homepage-productlinksrow img {
	display: block;
}

.homepage-productlinksbox {
	float: left;
	margin-right: 17px;
	margin-bottom: 10px;
}

.homepage-productlinksbox-last {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

.homepage-productlinks {
	background-image:url(../images/homelink-box.gif);
	background-repeat:no-repeat;
	padding-top: 8px;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	text-align: center;
}

.homepage-productlinks-name {
	color: #000000;
	text-align: center;
	width: 218px;
}

.homepage-productlinks-name a, .homepage-productlinks-name a:visited {
	color:#000000;
	text-decoration: none;
}
.homepage-productlinks-name a:hover, .homepage-productlinks-name a:active {
	color:#ffffff;
	text-decoration: none;
}

.homepage-productlinks-last {
	background-image:url(../images/homelink-box.gif);
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	text-align: center;
	margin: 0px;
}

.logged-in-text {
	float:right;
	text-align: right;
}


#memberspages-content {
	padding-left: 28px;
	padding-right: 17px;
	padding-top: 25px;
	padding-bottom: 20px;
}

#memberspages-content h1 {
	color: #cc0066;
	font-size: 1.4em;
	font-weight: bold;	
}

#normalpage-text {
	line-height: 25px;
	padding-left: 10px;
}

#normalpage h1 {
	color: #cc0066;
	font-size: 1.4em;
	font-weight: bold;	
	padding-left: 10px;
}

#normalpage h2 {
	color: #cc0066;
	font-size: 1.2em;
	font-weight: bold;	
	padding-left: 0px;
}

.normalpage-productlinksrow {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.normalpage-productlinksrow img {
	display: block;

}

.normalpage-productlinksbox {
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
}

.normalpage-productlinksbox-last {
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
}

.normalpage-productlinks {
	background-image:url(../images/productlink-box.jpg);
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	text-align: center;
}

.normalpage-productlinks-name {
	color: #000000;
	text-align: center;
	width: 218px;
}

.normalpage-productlinks-name a, .normalpage-productlinks-name a:visited {
	color:#990000;
	text-decoration: none;
}
.normalpage-productlinks-name a:hover, .normalpage-productlinks-name a:active {
	color:#FF0000;
	text-decoration: none;
}

.normalpage-productlinks-last {
	background-image:url(../images/productlink-box.jpg);
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	text-align: center;
	margin-right: 0px;
}

.postageterms {
	font-size: 0.9em;
}

#productpage-left {
	float: left;
	padding: 10px;
}

#productpage-right {
	float: left;
	padding: 20px;
	width: 440px;
}
* html #productpage-right  {  /* This is the Tan hack */
	width: 480px; 
	w\idth: 440px; 
	}

#productpage-right h1 {
	padding-left: 0px;
}

#viewbasket {
	background-color:#FF0099;
	border: solid 1px #ffffff;
	color: #ffffff;

}
#viewbasket a {
	color: #ffffff;
	padding: 5px;
}