/*===========================================================*/
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8A7967;
	background-color: #E2DDD9;
}
form {
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-family: verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.error {
	color: #FF0000;
	text-transform: capitalize;
}
/*===========================================================*/
.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #8A7967;
	width: 1000px;
	background-image: url(../images/css/swoosh.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.header {
	height: 240px;
}
.header img {
	behavior: url(../config/png.htc)
}
.content {
}
.left {	
	width: 170px;
	float: left;
	padding: 10px;
}
.right {
	padding-top: 15px;
	float: left;
	width: 800px;
}
.footer {
	clear: both;
	text-align: center;
	padding: 10px;
}
/*===========================================================*/
.blobs {
	position: absolute;
	margin-left: 30px;
	margin-top: 10px;
}
.logo {
	position: absolute;
	margin-left: 130px;
	margin-top: 150px;
}
.tel {
	position: absolute;
	width: 995px;
	text-align: right;
}
.minicart {
	position: absolute;
	width: 995px;
	height: 20px;
	margin-top: 65px;
}
.offer {
	position: absolute;
	width: 995px;
	text-align: right;
	margin-top: 95px;
}
/*===========================================================*/
.tel strong {
	font-size: 200%;
	font-weight: bolder;
}
.tel em {
	font-style: normal;
	color: #9BA4D2;
}
.minicart ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	float: right;
}
.minicart ul li {
	display: block;
	float: left;
}
.minicart ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #0066CC;
	background-color:#FFFFFF;
	line-height: 20px;
	padding-left: 10px;
}
/*===========================================================*/
.nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #F0EEEC;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: bold;
	background-image: url(../images/css/menubottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nav li {
	text-indent: 5px;
}
.navheading {
	background-color: #E2DDD9;
	background-image: url(../images/css/menutop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li a {
	color: #8A7967;
	text-decoration: none;
	display: block;
	width: 100%;
}
.nav li a:hover {
	color: #0066CC;
}
.navlink {
	background-image: url(../images/css/menubg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*===========================================================*/
.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #8A7967;
}
.footer a:hover {
	color: #0066CC;
}
/*===========================================================*/
.promos {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.promos li {
	text-align: center;
	padding-bottom: 5px;
}
.promos li a img {
	border: none;
}
/*===========================================================*/
.right a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
.right a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
h2 {
	color: #0066CC;
}
/*===========================================================*/
.shoptable {
	border-collapse: collapse;
	margin-top: 5px;
	clear: both;
}
.shoptable td {
	padding: 0px;
	margin: 0px;
	background-color: #F0EEEC;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	vertical-align: top;
}
.shoptable h2 {
/*	color: #8A7967;*/
	color: #0066CC;
	background-color: #E2DDD9;
	font-size: 100%;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}
.t1col, .t3col, .t5col {
	width: 800px;
}
.t2col {
	width: 799px;
}
.t1col td {
	width: 790px;
}
.t2col td {
	width: 392px;
}
.t3col td {
	width: 260px;
}
.t5col td {
	width: 154px;
}
.shoptable h2 a {
	color: #8A7967;
/*	color: #0066CC;*/
	text-decoration: none;
}
.shoptable h2 a:hover {
/*	color: #8A7967;*/
	color: #0066CC;
}
.shopimage {
	margin: 3px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
}
.shoptext {
	padding-left: 130px;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
/*===========================================================*/
.signupfloat {
	float: left;
	margin: 5px;
}
.signupclear {
	float: left;
	margin: 5px;
}
.prices {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
.rrp {
	color: #ee0000;
	text-decoration: line-through;
}
.rbp {
	color: #009922;
}

/*===========================================================*/
.rangetable {
	width: 800px;
	border-collapse: collapse;
}
.rangetabletd {
	background-color: #F0EEEC;
	border: 6px solid #ffffff;
	vertical-align: top;
}
.range {
	width: 391px;
	border-collapse: collapse;
}
.range th {
/*	color: #8A7967;*/
	color: #0066CC;
	background-color: #E2DDD9;
	padding: 3px;
	text-align: left;
}
.range td {
	vertical-align: top;
	padding: 5px;
}
.rangeimage {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
/*===========================================================*/
.colourtable {
	width: 800px;
	border-collapse: collapse;
}
.colourtabletd {
	background-color: #F0EEEC;
	border: 6px solid #ffffff;
	vertical-align: top;
}
.colour {
	width: 100%;
	border-collapse: collapse;
}
.colourtable th {
	color: #8A7967;
/*	color: #0066CC;*/
	background-color: #E2DDD9;
	padding: 3px;
	text-align: left;
}
.colour th {
	color: #0066CC;
}
.colour td {
	text-align: center;
	padding: 5px;
}
/*===========================================================*/
.productstable {
	width: 800px;
	border-collapse: collapse;
}
.productstableimg {
	background-color: #F0EEEC;
	border: 6px solid #ffffff;
	vertical-align: top;
	text-align: center;
	width: 218px;
	padding-top: 4px;
}
.productstabletd {
	background-color: #F0EEEC;
	border: 6px solid #ffffff;
	vertical-align: top;
}
.productstable th {
	color: #8A7967;
	background-color: #E2DDD9;
	padding: 3px;
	text-align: left;
	font-size: 100%;
}
.productstable h2 {
	color: #0066CC;
	background-color: #E2DDD9;
	padding: 3px;
	text-align: left;
	font-size: 100%;
}


.colourimages {
	float: left;
	clear: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid #000;*/
	padding-bottom: 30px;
	
}
.colourimages li {
	/*display: inline*/;
	float: left;
}
.colourimages li a {
	display: block;
	float: left;
	margin: 2px;
	width: 68px;
	font-size: 85%;
	height:114px;
}
.colourimages li a:hover {
	text-decoration: none;
}
/*===========================================================*/
.prodoptions {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.prodoptions th {
	color: #8A7967;
	text-align: right;
	vertical-align: top;
	width: 100px;
}
.prodoptions td {
	vertical-align: top;
	background-color: #FFFFFF;
}
/*===========================================================*/
.sampletable {
	width: 800px;
	border-collapse: collapse;
}
.sampletable td {
	vertical-align: top;
}
.sampletabletd {
	background-color: #F0EEEC;
	border: 6px solid #ffffff;
	vertical-align: top;
}
.sampletableimg {
	width: 75px;
}
.sampletable th {
/*	color: #8A7967;*/
	color: #0066CC;
	background-color: #E2DDD9;
	padding: 3px;
	text-align: left;
	font-size: 100%;
}
.sample {
	width: 258px;
}
.samplechoices {
	width: 183px;
}
/*===========================================================*/
.specialtable {
	width: 800px;
	border-collapse: collapse;
}
.specialtable td {
	vertical-align: top;
}
.specialtabletd {
	background-color: #F0EEEC;
	border: 6px solid #ffffff;
	vertical-align: top;
}
.specialtableimg {
	width: 125px;
}
.specialtable th {
/*	color: #8A7967;*/
	color: #0066CC;
	background-color: #E2DDD9;
	padding: 3px;
	text-align: left;
	font-size: 100%;
}
.specialtable th a {
	color: #8A7967;
/*	color: #0066CC;*/
	text-decoration: none;
}
.special {
	width: 100%;
}
/*===========================================================*/
.cart {

}
.cart th {
	text-align: left;
	background-color: #E2DDD9;
/*	color: #8A7967;*/
	color: #0066CC;
	padding: 3px;
}
.cart td {
	padding: 3px;
	vertical-align: top;
}
.cart form {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.cartright {
	font-weight: bold;
	text-align: right;
}
.cartprice {
	font-weight: bold;
}
.cartaltrow td {
	background-color: #F0EEEC;
}
.cartrow td {
	background-color: #ffffff;
}
.cartremove {
	border: 1px solid #808080;
	background-color: #FFcccc;
	margin-left: 3px;
}
.cartupdate {
	border: 1px solid #808080;
	background-color: #ccFFcc;
	margin-left: 3px;
}
.submitbacktoshop {
	border: 1px solid #808080;
	background-color: #ccccFF;
	margin-left: 3px;
	width: 140px;
}
.submitcancelform {
	border: 1px solid #808080;
	background-color: #FFcccc;
	margin-left: 3px;
	width: 140px;
}
.submitcheckoutform {
	border: 1px solid #808080;
	background-color: #ccFFcc;
	margin-left: 3px;
	width: 140px;
}
/*===========================================================*/
.contactform {
}
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
}
.contactform #xSubmit {
	display: block;
}
/*===========================================================*/
.suppliers {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.suppliers li{
	display: inline;
	padding: 5px;
}
.links {
/*dunno yet*/
}










.shopsections {
	width: 99%;
/*	float: left;*/
}
.shopsections td {
	vertical-align: top;
	background-color: #F0EEEC;
	border: 4px solid #ffffff;
	padding: 3px;
}
.shopsections h2 {
	background-color: #E2DDD9;
	font-size: 100%;
	margin-left: -3px;
	margin-right: -3px;
	margin-top: -3px;
	margin-bottom: 0px;
	padding: 3px;
}
.shopsections h2 a {
	color: #8A7967;
/*	color: #0066CC;*/
	text-decoration: none;
}
.creditcard {
	width: 62px;
	float: left;
	text-align: center;
	font-size: x-small;
}
.creditcard input {
	width: 62px;
}


.t1col h2 {
	color: #8A7967;
}

















.samptbl {
	border:0px;
	padding:0px;
	margin:0px;
}
.samptbl td {
	border:0px;
	padding:0px;
	margin:0px;
}
.notd {
	background-color: #FFFFFF;
	visibility: hidden;
}
.newsimage {
	float: right;
	margin: 3px;
}

