* {
	margin: 0;
	padding: 0;
}
/*
	Outlining structure: for bg appearence
*/
body {
	min-width: 780px;
	text-align: center;
	line-height: 1.5em;
}
#wrapper, #link  {
	margin: 0 auto;
	padding: 0;
	width: 790px;
	text-align: left;
}
#link {
	height: 25px;
	margin-top: 10px;
}
/*Inner Structure
-----------------*/
#header {
	width: 790px;
	height: 96px;
	margin: 0 10px 0 0;
	padding: 12px;
	position: relative;
}
#content {
	margin: 0;
	width: 790px;
	display:inline; /* fix IE double margin float bug */
	float: left; /* so the bg expands */
	background: #F2F0E3;
	border-bottom: 0.1em dashed #CFC89B;
	}
#mainContent {
	width: 580px;
	float: left;
}
/* Modified SBMH */
* html #sidebar {
	width: 200px;
	w\idth: 190px;
}
#sidebar {
	width: 200px;
	padding: 0;
	float: left;
}
#footer {
	clear: both;
	float: left; /* so the bg expands */
	width: 790px;
	background: url(../images/footer-bg.gif) repeat-x top center;
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 0.9em;
	_height: 1%;
}
#footer p {
	margin: 0; 
}
#footer h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

/*Within the footer
----------------------*/
#footer-top {
	float: left;
	width: 100%;
}
#footer-bottom {
	float: left;
	width: 100%;
	padding: 12px;
}
#footer-cards {
	float: left;
	margin-left: 85px;
	margin-top: 10px;
}
#footer-cards {
}
#links {
	float: left;
}
#copyright {
	float: right;
}
#copyright p {
	padding: 0 0 5px 0;
}
#address, #new, #popular {
	float: left;
	padding: 0 12px 12px 12px;
}
#address {
	width: 240px;
}
#new, #popular {
	width: 200px;
}


/*Typography and Styling
==============================================*/

body {
	font: 76%/1.6 Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding: 5px 0;
}
strong, legend {
	color: #4A0015;
}
a {
	_position: relative;
	color: #906;
	text-decoration: none;
}
a:link { 
	color: #4A0015;
	text-decoration: none; 
}
a:visited { 
	color: #7F1F00;
}
a:hover { 
	color: #800000;
	text-decoration: underline; 
}

address {
	font-style: normal;
}
h1, h2, h3, h4, legend {
	letter-spacing: 1px;
}
#header h1 {
	color: #000;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 2.6em;
	font-weight: normal;
}
#header h1 a {
	color: #4A0015;
}
#header h2 {
	padding: 0 0 0 3em;
	margin: 0;
	font-size: 1.8em;
	color: #999;
}
#header ul {
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	color: #313131;
	padding: 0 10px;
	border-left: 1px solid #313131;
}
#header ul li#about-link a,
#header ul li#profile a {
	border-left: none;
}
#header ul li#profile span {
	font-weight: normal;
}
#header ul li#profile a.brackets {
	padding: 0;
	font-size: 90%;
}
h1, h2, h3, h4 {
	margin-top: 0;
	color: #4A0015;
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
	margin: 0;
}
h2 {
	font-size: 2.0em;
	margin: 0;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
h2 a, h3 a, h4 a {
	font-weight: normal;
	color: #4A0015;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
	color: #4A0015;
}
h2 em {
	font-size: 80%;
	color: #4A0015;
}
h4.added {
	padding: 5px 5px 5px 35px;
	margin: 10px 5px;
	font-weight: bold;
	border: 1px solid #D6CEBD;
	color: #7F1F00;
	background: #FAF2E3 url(../images/confirm_24.png) no-repeat left center;
}
blockquote {
	font-weight: bold;
	margin: 5px 0 5px 15px;
}
.clear {
	clear: both;
}
/*
Page Navigation (top and bottom)
------------------------*/
#pagenav {
	background: #4A0015;
	height: 30px;
	padding: 5px 0 0 0;
	margin: 0;
}
#pagenav ul, ul.footernav { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
ul.footerlinks {
	float: right;
}
#pagenav li { 
	margin: 0; 
	padding: 0 14px; 
	display: inline;
}
ul.footernav li {
	padding: 3px 0 3px 14px; 
	display: block;
	background: url(../images/footer-bullet.gif) no-repeat left center;
}
ul.footerlinks li {
	padding: 3px 5px 8px 5px; 
	display: inline;
}
ul.footernav li.footer-links {
	padding: 0 8px; 
	display: inline;
	background: none;
}
#pagenav li a:link {
	font-weight: bold;
}
#pagenav li a:link { 
	color: #fff; 
	text-decoration: none; 
}
#pagenav li a:visited { 
	color: #fff;
	font-weight: bold;
}

#pagenav li a:hover  { 
color: #ccc;
text-decoration: underline; 
}
/*Footer
--------*/
ul.footernav li a:link { 
	color: #333; 
	text-decoration: none; 
}
ul.footernav li a:visited { 
	color: #ccc;
	font-weight: bold;
}

ul.footernav li a:hover  {
	text-decoration: underline; 
}
/*Seach bar
-------------*/
#searchbar {
	height: 30px;
	background: #D5CFA8 url(../images/search-bg.gif) repeat-x top left;
}
#searchbar fieldset {
	text-align: right;
	width: 270px;
	height:  30px;
	background: url(../images/search-icon.gif) no-repeat;
	border: none;
	margin: 0 10px 0 0;
	clear:none;
	float:right;
}
#searchbar fieldset input#keywords { 
	width:170px;
	margin: 0 0 0 3px;
	padding: 0;
}
#searchbar fieldset input.searchbtn {
	margin: 0 0 -7px;
	padding: 0;
}
#searchbar legend {
	display: none;
}
/*Main Content
====================*/
#mainContent table, #mainContent p, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	margin-left: 10px;
	margin-right: 10px
}
#mainContent ol li {
	margin-left: 20px;
	margin-right: 10px
}
#mainContent ol li.spaced {
	margin-bottom: 100px;
}
#mainContent h3 {
	padding: 5px 0;
}

/*Homepage Structure
----------------------------------*/
#intro {
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
}
#intro-text {
	float: left;
	margin: 0 10px 0 0;
	background: #fff;
	padding: 0;
	width: 240px;
}
#intro-text p {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	font-size: 95%;
	line-height: 1.4em;
}
#intro-text p.styleshot {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
#intro-text h1 {
	padding: 4px 0 3px 8px;
	margin: 0;
	color: #fff;
	background: #4A0015 url(../images/sidebar-h3.gif) repeat-x top left;
	border-bottom: 2px solid #CFC89B;
	font-size: 2.0em;
}
#intro-text img {
	float: left;
}
#intro-category {
	float: right;
	width: 325px;
	margin: 0;
	padding:
}


/*
Sidebar elements
------------------------*/
.sidetop {	
	padding: 0;
	margin: 0;
	height: 8px;
	width: 212px;
}
.sidemiddle {	
	margin: 10px 5px 20px 10px;
	padding: 0 0 10px 0;
	width: 180px;
	background: #fff;
}
.sidemiddle h2, .sidemiddle h3 {
	padding: 6px 0 4px 8px;
	margin: 0;
	color: #fff;
	background: #4A0015 url(../images/sidebar-h3.gif) repeat-x top left;
	border-bottom: 2px solid #CFC89B;
}
.sidemiddle h3 {
padding: 6px 1px 4px 3px;
	font-size: 1.1em;
}
.sidebottom {
	height: 8px;
	margin: 0 0 5px;
	padding: 0;
	width: 190px
}
#sidebar h2.bagsmall {
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../images/sidebox/bagsmall-header.gif) no-repeat left center;
}
#sidebar h2 {
	font-size: 1.3em;
	letter-spacing: 0.06em;
	/*color: #4A0015;*/
}

/*Categories*/
ul#rangenav, ul#rangenav ul li, ul.cartnugget, ul.samplesnugget ,ul.cartnugget ul li {
	list-style: none;
	margin: 0;
	padding: 0; 
}
ul#rangenav li, ul.cartnugget li {
	padding: 3px 0 3px 10px;
}
ul.cartnugget li {
	font-size: 90%;
}
ul#rangenav li ul {
	padding-left: 8px;
	font-size: 90%;
}
ul#rangenav li ul li {
	padding: 3px 0;
}

ul#rangenav li a {
	color: #AA0000;
}
ul#rangenav li ul li a {
	color: #4A0015;
}
ul#rangenav li a:hover {
	color: #800000;
	text-decoration: underline;
}
/*ul.cartnugget li a {
	font-size: 90%;
}*/
.bubble {
	font-size: 95%;
	margin: 0;
	padding: 0;
}

/*Colour
==============================================*/

body {
	background: #fff;
}
/*Ranges and Products
================================================*/
.subranges {
  	padding: 10px 0 0 20px;
	text-align: left;
	clear: left;
}
.subranges dl {
	float: left;
  	margin: 10px 12px;
  	padding: 0 0 36px 0;
	width: 235px;
	height: 1%;
 	display: inline; /* fixes IE/Win double margin bug */
}
.subranges dt {
	padding: 5px 0;
	margin: 0;
	font-size: 108%;
	letter-spacing: 1px;
	color: #4A0015;
 }
.subranges dd {
  	margin: 0;
  	padding: 0;
  	line-height: 1.5em;
}
.subranges dd.sample {
	font-size: 90%;
	padding: 1px 0;
}
.subranges dl dd.img {
   	margin: 0;
	padding: 0;
}


p.catimg {
	float: left;
}
.subranges dd.img img, p.catimg {
  	float: left;
  	margin: 0 6px 0 0;
  	padding: 2px;
  	border: 1px solid #D9E0E6;
  	border-right-color: #C8CDD2;
  	border-bottom-color: #CFC89B;
  	background: #fff;
}
.proddetail img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
}
.proddetail th, .proddetail td {
	text-align: left;
	padding: 3px 0 3px 0;
	font-size: 90%;
}
.proddetail th {
	color: #7F1F00;
}
.proddetail a:link {
	text-align: center;
}
.proddetail th.detail, .proddetail td.detail {
	padding: 8px 0 8px 0;
}
.proddetail th.detail {
	padding-right: 1px;
}
.ammount {
	font-size: 90%;
	padding: 2px;
	width: 5em;
}
.add {
	font-size: 90%;
	padding: 2px;
}

/*Discounts
---------------*/
.discount {
	color: #FF0000;
	text-decoration: line-through;
}
/*Home page category nuggets
-----------------------------*/
.cat-footer,
.quote-footer {
	background: #fff url(../images/cat-nug-p2.gif) no-repeat bottom right;
	padding: 0 1px 2px 0;
	width: 310px;
  	margin: 0 0 10px 0;
 	float: left;
}
.quote-footer {
	background: none;
}
.cat-nug {
	border-top: 2px solid #CFC89B;
	background: #fff /*url(../images/cat-bg.gif) repeat-x top left*/;
 	float: left;
	text-align: left;
}
.cat-nug dl {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 300px;
 	display: inline; /* fixes IE/Win double margin bug */
}
.cat-nug dt {
  	float: right;
  	width: 170px;
  	margin: 0;
  	padding: 0;
  	font-size: 120%;
  	letter-spacing: 1px;
	color: #4A0015;
 }
.cat-nug dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 95%;
  	line-height: 1.5em;
	color: #627081;
}
.cat-nug dl dd.img {
   	margin: 0;
}
.cat-nug dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  }
.cat-nug dl dd.after {
	clear: both;
}
/* reverse float */

.cat-nug .alt dt {
  	float: left;
  	}
.cat-nug .alt dd {
  	margin: 0 90px 0 0;
  	}
.cat-nug .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
}

/*Testimonials*/
.quote {
	background: none;
 	float: left;
	text-align: left;
}
.quote dl {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 300px;
 	display: inline; /* fixes IE/Win double margin bug */
}
.quote dt {
  	margin: 0;
  	padding: 0;
  	letter-spacing: 1px;
	color: #4A0015;
 }
.quote dd {
  	font-size: 120%;
  	line-height: 1.5em;
	color: #627081;
	padding: 5px 0;
}
.quote dd.name {
	font-size: 95%;
}

 /*Featured products - for homepage; needs less padding and margin
 ===========================================================*/
 
 #featured {
 	float: left;
  	padding: 0;
	margin: 10px 0;
	text-align: left;
}
#featured dl {
	float: left;
  	margin: 10px  5px;
  	padding: 0;
	/*width: 230px*/;
	height: 180px;
 	display: inline; /* fixes IE/Win double margin bug */
}
#featured dt {
	float: left;
	padding: 5px 0;
	margin: 0;
	font-size: 90%;
	letter-spacing: 1px;
	color: #627081;
 }
#featured dd {
  	margin: 0;
  	padding: 0;
  	line-height: 1.5em;
	font-size: 90%;
	letter-spacing: 1px;
	color: #627081;
}
#featured dl dd.img {
   	margin: 0;
	padding: 0;
	height: 90px;
	width: 125px;
}
#featured dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
 }
#featured dl dd.after {
	clear: both;
}

/*Map
-------*/
#map {
	width: 450px;
	height: 500px;
	margin: 10px 0 10px 20px;
	border: 1px solid #D9E0E6;
	padding: 2px;
}
.summarypage {
	width: 520px;
}
.pages, .summarypage {
	margin: 0 0 30px 0;
	text-align: left;
}
.pages ul {
	list-style: none;
	padding: 0 0 10px 20px;
}
.pages li {
	padding: 3px 0;
	list-style-type: disc;
}
/*Forms
-----------------*/
input.checkbox {
	width: auto;
	margin: 2px 0;
	padding: 2px;
}
input.submit, input.summarybtn {
	width: auto;
	font-size: 95%;
	padding: 3px;
	margin: 3px;
}
input.summarybtn {
	margin: 10px 0 5px 10px;
}
.select {
	padding: 2px 6px;
	width: auto;
	margin-bottom: 10px;
	border: 1px solid #D6CEBD;
}
/*Newsletter Nugget
---------------------------*/
#newsletter, #newsletter2, #search {
	padding: 3px 0 3px 15px;
	font-size: 95%;
}
#newsletter label, #newsletter label2, #search label {
	float: left;
}
#newsletter #mb-name, #newsletter #mb-vhtl-vhtl {
	width: 11em;
}
/*Checkout and Shopping Cart Pages

--------------------------------------*/
 
table#shoppingbag {
	margin: 10px 0 10px 10px;
	padding: 0;
	border-collapse: collapse;
	border: none;
	font-size: 90%;
}
table#shoppingbag th, table#shoppingbag td {
	padding: 6px 0 4px 8px;
}
table#shoppingbag th {
	color: #fff;
}
table#shoppingbag th.checkout {
	text-align: right;
	padding: 0.5em 0;
	color: #4A0015;
}
table#shoppingbag tr.headers {
	margin: 0;
	color: #fff;
	background: url(../images/sidebar-h3.gif) repeat-x top left;
	border-bottom: 2px solid #CFC89B;
}
table#shoppingbag td {
	border-bottom: 1px solid #D6CEBD;
}
table#shoppingbag td.descriptions {
	padding-top: 1em;
}
table#shoppingbag td.delete {
	padding: 1em 0.5em 0.1em 0.5em;
}
table#shoppingbag td.none {
	border-bottom: none;
}
table#shoppingbag img {
	border: 1px solid #CFC89B;
	padding: 4px;
	margin: 2px 0 0 0;
	background: #fff;
}

table#summaryfinal {
	margin: 0 0 30px 0;
}
.addCoupon {
	margin-left: 10px;
}
h4.summaryhead {
	margin-top: 10px;
}
address.summaryadd {
	font-size: 90%;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #D6CEBD;
}

table#order  th {
	color: #fff;
	padding: 3px 0;
	background: #4A0015;
}
/*Forms

------------*/

/*Contact Form
----------------*/
#contactus {
	margin: 5px 0 20px 12px;
	text-align: left;
}
#contactus #name, #contactus #email, #contactus #tel, #contactus #captcha_id, #contactus #firstname_ord, #contactus #lastname_ord, #contactus #streetaddress_ord, #contactus #streetaddress2_ord, #contactus #city_ord, #contactus #state_ord, #contactus #zip_ord, #contactus #shipname_ord, #contactus #shipstreetaddress_ord, #contactus #shipstreetaddress2_ord, #contactus #shipcity_ord, #contactus #shipstate_ord, #contactus #shipzip_ord, #contactus #firstname_usr, #contactus #lastname_usr, #contactus #email_usr, #contactus #phone_usr, #contactus #old_password_usr, #contactus #password_usr, #contactus #re_password_usr, #contactus #mb-pdld-pdld {
	width: 250px;
	border: 1px solid #D6CEBD;
	padding: 1px;
	margin-bottom: 10px;
}
#contactus #state_ord, #contactus #shipstate_ord, #contactus #coupon_usr {
	width: 180px;
}
#contactus #zip_ord, #contactus #shipzip_ord {
	width: 100px;
}
#contactus #firstname_ord, #contactus #lastname_ord, #contactus #streetaddress_ord, #contactus #streetaddress2_ord, #contactus #city_ord, #contactus #state_ord, #contactus #zip_ord, #contactus #shipname_ord, #contactus #shipstreetaddress_ord, #contactus #shipstreetaddress2_ord, #contactus #shipcity_ord, #contactus #shipstate_ord, #contactus #shipzip_ord, #contactus #firstname_usr, #contactus #lastname_usr, #contactus #phone_usr, #contactus #old_password_usr, #contactus #password_usr, #contactus #re_password_usr, #contactus #mb-pdld-pdld,
#contactus #coupon_usr, #contactus #email_usr {
	padding: 3px;
}
#contactus .capchaimg {
	margin: 5px 0;
	border: 1px solid #D6CEBD;
}
#contactus textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	border: 1px solid #ccc;
}
#contactus label {
	text-align:	left;
	font-weight: bold;
	float: none;
	color: #4A0015;
}
#contactus label em {
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
	color: #666;
}

/*Checkout elements*/
#contactus dl {
	margin: 0;
	padding: 0;
}
#contactus dd {
	margin: 0;
	padding: 0;
}
#contactus dd.note {
	margin-bottom: 10px;
	font-size: 90%;
}
#contactus dd.required {
	margin: 10px 0;
}
#contactus dd.subscribe {
	margin-top: 6px;
}
#contactus dd.subscribe label{
	font-weight: normal;
}

#contactus dt {
	color: #333;
	float: none;
	padding-top: 7px;
}
#contactus label strong {
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
}

/*Checkout and Shopping Cart
=================================*/
fieldset#login {
	margin: 10px 15px;
	border: 1px solid #D6CEBD;
}
fieldset#login legend {
	margin-left: 8px;
	padding: 0 5px;
	font-weight: bold;
	font-size: 1.2em;
}
fieldset#login h3 {
	font-size: 1.1em;
	font-weight: bold;
}
fieldset#login p.forgot {
	padding: 2px 0;
}
fieldset#login label {
	color: #7F1F00; 
}
fieldset#login label.email {
	float: left;
	padding-bottom: 4px;
}
.return {
	margin-bottom: 180px;
}

/*Checkout and Shopping Cart Version 2 14th August 2007
=======================================================*/
#login-holder {
	float: left;
	width: 100%;
}
#login-holder h3 {
	font-size: 1.4em;
}
.login-left {
	float: left;
	margin-right: 3px;
	width: 200px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.login-left ul.loginul {
	padding: 0 0 0 26px;
	font-size: 90%;
}
.login-right {
	float: left;
	margin-right: 0;
	width: 170px;
	height: 1%;
}
fieldset#login-new {
	margin: 0 2px 10px 0;
/*	border: 1px solid #D6CEBD;
*/	width: 183px;
	border: none;
	float: left;
}
fieldset#login-new legend {
	padding: 0;
	font-size: 1.2em;
}
fieldset#login-new p.forgot {
	padding: 2px 0;
	font-size: 90%;
}
fieldset#login-new label {
	color: #7F1F00; 
}
fieldset#login-new label.email {
	float: left;
	padding-bottom: 4px;
}
#kt_login_user, #kt_login_password {
	width: 12em;
}
.small-text {
	font-size: 92%;
}
/*Pagnation
=====================================*/

ul#pagnation, ul#pagnation li  {
	text-align: center;
	list-style: none;
	margin: 0;
	width: 300px;
}
ul#pagnation li {
	display: inline;
	padding: 20px 12px;
}
/*Footer Elements
------------------------*/
.enq-item {/*item spacing*/
	margin-right: 6px;
	padding-right: 6px;
}

/*Freshspace
--------------*/
.fresh {
	float: right;
	font: 100% "Trebuchet MS", Verdana, sans-serif;
	padding-right: 10px;
	text-align: right;
	margin: 0;
}

