/**
 * Decléor Site Master Stylesheet
 * Measure: 11.25pt(15px) (9pt * 1.25)
**/

/* @group Tags */

body {
  background-color: #fff;
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.25em;
}

p, blockquote, dl, ol, ul, table {
  margin: 0 0 1.25em 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Headers */

h1, h2, h3, h4, h5, h5 {
  font-weight: normal;
}

h1 {
  color: #6C065A;
  font-size: 1.6em;
  line-height: 0.7813em;
  margin-bottom: 0.7813em;
}

h2 {
  color: #873673;
  font-size: 1.4em;
  line-height: 0.8929em;
  margin-bottom: 0.8929em;
}

h3 {
  color: #863271;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.1364em;
  margin-bottom: 1.1364em;  
}

/* Links */

h1 a, h2 a, h3 a, h4 a {
  color: #6C065A;
  text-decoration: none;
}

a {
  color: #77AE36;
  text-decoration: none;    
}

a:hover {
  text-decoration: underline;
}

a img {
  vertical-align: bottom;
}

/* Forms */

form {
  margin-bottom: 1.25em;
}

fieldset {
  border: 1px solid #E5E3D7;
  -webkit-border-radius: 10px;
  margin-bottom: 1.25em;
  padding: 1.25em;
}

label {
  display: block;
  font-weight: bold;
}

input,
select,
textarea {
  margin: 0;
  padding: 0;
}

/* Images */

img {
  border: none;
  display: inline;
}

/* Lists */

ol, ul {
  padding-left: 2.5em;
}

ol li {
  list-style-type: decimal;
}

ol ol,
ul ul {
  padding-left: 1.25em;
}

ul li {
  list-style-type: disc;
}

dt {
  font-weight: bold;
  float: left;
  width: 6.25em;
}

dd {
  margin: 0 0 1.25em 7.5em;
}

dd p {
  margin: 0;
}

/* Tables */

table {
  border-collapse: collapse;
  font-size: 1em;
  margin-bottom: 1.25em;
}

th {
  border-bottom: 2px solid #E5E3D7;
  border-left: 1px solid #E5E3D7;
  padding: 0.25em 0.625em;
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
}

td {
  border-left: 1px solid #E5E3D7;
  padding: 0.25em 0.625em;
  vertical-align: middle;
}

th:first-child,
th.first,
td:first-child,
td.first {
  border-left: none;
}

tr.odd {
  background-color: #F9F1F9;
}

/* Misc. */

blockquote {
  background: url("../images/open_quote.gif") no-repeat 0 2px;
  padding-left: 2.5em;
}

hr {
  background-color: #FFEDB7;
  border: none;
  color: #FFEDB7;
  height: 1px;
  margin-bottom: 1.25em;
}

object {
  display: block;
  margin-bottom: 1.25em;
}

/* @end */

/* @group Classes */

.box {
  background-color: #F7F5E7;
  border: 1px dashed #EFEBCD;
  padding: 15px 15px 1px 15px;
}

.center {
  text-align: center;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.column {
  width: 48%;
}

.column.left {
  float: left;
  margin-right: 2%;
}

.column.right {
  float: right;
  margin-left: 2%;
}

.column h2,
.column h3,
.column h4 {
  clear: both;
}

.intro {
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 1em;
}

img.left {
  float: left;
  margin: 0 1.25em 1.25em 0;
}

img.right {
  float: right;
  margin: 0 0 1.25em 1.25em;
}

p.right {
  text-align: right;
}

ul.links {
  margin-bottom: 1.25em;
  padding: 0;
}

ul.links li {
	background: url("../images/green_arrow.gif") no-repeat 0 center;
	list-style: none;
  padding-left: 1em;
}

.number {
  text-align: right;
}

.small {
  font-size: 0.86em;
  line-height: 1.4535em;
}

.total {
  font-weight: bold;
}

.toggle {
  background: url("../images/green_arrow.gif") no-repeat 0 center;
  font-size: 1em;
  padding-left: 1em;
}

.toggle a {
  color: #77AE36 !important;  
  cursor: pointer;
}

.toggle a:hover {
  text-decoration: underline !important;
}

/* @group Forms */

.form-error,
.notice,
.out-of-stock {
  color: #CF002E;
  font-weight: bold;
}

.form-item {
  margin: 1.25em 0;
}

.form-item .description {
  color: #999;
  display: block;
  font-size: 0.92em;
  line-height: 1.3587em;
  margin-top: 0.3397em;
  margin-bottom: 1.3587em;
}

.form-item.inline * {
  vertical-align: middle;
}

.form-item.inline label {
  display: inline;
  margin-right: 0.5em;
}

.form-error {
  display: block;
  margin-top: 0.1em;
}

.form-block {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}

.form-block h2,
.form-block p {
  margin-top: 0;
}

.form-submit {
  clear: both;
  margin-top: 2em;
  text-align: right;
}

.form-submit input {
  vertical-align: middle;
}

.required {
	color: #CF002E;
	font-weight: bold;
}

/* @endgroup */

/* @group Pager */

.pager .info {
  display: inline;
  padding-right: 10px;
}

.pager .pages {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pager .pages li {
  display: inline;
  padding-left: 10px;
}

.pager .pages {
  color: #77AE36;  
}

.pager .current {
  font-weight: bold;
}

.mini-pager,
.more-link {
  font-size: 0.92em;
  height: 22px;
  line-height: 1.3587em;
  margin: 0;
  overflow: hidden;
  padding: 0 1.25em;
  text-transform: uppercase;
}

.mini-pager li,
.more-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mini-pager .previous {
  float: left;
}

.mini-pager .next {
  float: right;
  text-align: right;
}

.mini-pager .next a,
.more-link a,
.more-links a {
  background: url("../images/buttons/more_button.gif") no-repeat;
  display: block;
  line-height: 15px;
  margin-bottom: 7px;
  padding-left: 20px;
}

.more-link {
  float: right;
}

/* @endgroup */

/* @endgroup */

/* @group Layout (IDs) */

#container {
  /* background: url("../images/grid.png") repeat !important; */
  margin: 0 auto;
  position: relative;
  width: 1054px;
}

/* @group Top */

#top {
  background: url("../images/bg_header.png") no-repeat center bottom; 
  height: 50px;
  padding-right: 30px;
}

#strapline {
  float: left;
  font-size: 0.85em;
  line-height: 1.470588235294118em;
  padding: 15px 0 0 32px;
  text-transform: uppercase;
}

#user-links {
  float: right;
  font-size: 0.85em;
  height: 30px;
  line-height: 1.470588235294118em;
  padding-top: 15px;
  text-align: right;
  text-transform: uppercase;
}

#user-links ul {
  list-style: none;
  padding: 0;
  float: right;
}

#user-links li {
  background: url("../images/footer_line.gif") no-repeat 0 50%; 
  display: block;
  float: left;
  padding-left: 0.5em;
}

#user-links li.first {
  background-image: none;
  padding: 0 0.5em 0 0;
}

#user-links a,
#user-links a:hover {
  color: #666;
}

/* @endgroup */

/* @group Middle */

#middle {
  background: url("../images/bg_centre.png") repeat-y center top;
  padding: 0 42px 10px 42px;
}

/* @group Header */

#header {
  font-size: 0.92em;
  height: 58px;
  line-height: 1.3587em;
  overflow: hidden;
  padding: 10px 0 0 0;
}

#logo {
  float: left;
  width: 193px;
  height: 53px; 
}

/* @group Menu */

#menu {
  float: left;
  height: 43px;
  overflow: hidden;
  padding: 12px 0 0 20px;
  text-transform: uppercase;
  width: 550px;
}

#menu ul {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  background-position: bottom left;
  background-repeat: no-repeat;
  display: inline; /* Fixes extra space in IE6. */
  float: left;
  margin: 0;
  padding: 0;
}

#menu li a {
  background-position: bottom left;
  background-repeat: no-repeat;
  border: none;
  color: #6c065a;
  display: block;
  height: 19px;
  padding: 5px 0 5px 0;
  text-align: center;
  text-decoration: none;
  width: 110px;
}

#menu li a:hover {
  color: #6c065a; 
}

/* Highlighting */

#menu li:hover > a {
  background-image: url("../images/violet.png");
}

#menu li#menu-item-205:hover > a,
#menu li#menu-item-517:hover > a {
  background-image: url("../images/violet.png");
}

#menu li#menu-item-206:hover > a {
  background-image: url("../images/yellow.png");
}

#menu li#menu-item-208:hover > a {
  background-image: url("../images/orange.png");
}

#menu li ul {
  background: #fff;
  font-weight: normal;
  left: -999em;
  opacity: 0.98;
  padding: 0 !important;
  position: absolute;
  text-transform: none;
}

#menu li li {
  float: none;
  width: 110px;
}

#menu li li a {
  color: #6c065a;
  height: auto;
  line-height: 1em;
  padding: 7px 0 7px 8px;
  text-align: left;
  width: 102px;
}

#menu li li a:hover {
  background: #efe0ed;
}

#menu li li:hover > a {
  background-image: none;
}

#menu li ul ul {
  color: #6c065a;
  margin: -25px 0 0 110px;
}

#menu li:hover ul,
#menu li.hover ul {
  left: auto;
  z-index: 1000;
}

#menu li:hover ul ul,
#menu li.hover ul ul {
  left: -999em;
}

#menu li li:hover ul,
#menu li.hover li.hover ul {
  left: auto;
}

/* The important fixes sub-sub menus in IE */
#menu li:hover ul ul ul,
#menu li.hover ul ul ul {
  left: -999em !important;
}

#menu li li li:hover ul,
#menu li.hover li.hover li.hover ul {
  left: auto !important;
}

/* @endgroup */

/* Cart Info */

#cart-info-wrapper {
  float: left;
  padding: 5px 0 0 10px;
  width: 197px;
}

/* Shopping Bag */

#shopping-bag {
  background: url("../images/bag.png") no-repeat top left;   
  float: left;
  height: 43px;
  width: 36px;
}

#cart-info {
  float: left;
  font-size: 0.8em;
  line-height: 1.5625em;
  padding: 5px 0 0 5px;
}

#cart-info p {
  margin: 0;
}

#cart-info ul {
  font-weight: bold;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#cart-info li {
  display: inline; /* Fixes extra space in IE6. */
  float: left;
  margin: 0;
  padding-right: 5px;
}

#cart-info a {
  color: #666666;
  text-decoration: none;
}

#cart-items-in-bag {
  color: #8e8e8e;
  display: inline; /* Fixes extra space in IE6. */
  float: left;
  font-weight: bold;
  padding-right: 5px;
}

#bag {
  display: none;
}

#shop-online-heading {
  color: #d9a628;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.136363636363636em;
  text-transform: uppercase;
}

#shop-online-heading a {
  color: #d9a628;  
}

#uk-residents-notice {
  color: #c8c8c8;
}

/* @endgroup */

/* @group Content */

#content {
  background-color: #FFFFFF;
  clear: both;
  overflow: hidden;
  padding-top: 8px;
  width: 970px; /* For IE */
}

#content-header {
  background-color: #FFFFFF;
  background-position: 0 25px;
  background-repeat: no-repeat;
  font-size: 0.92em;
  height: 20px;
  line-height: 1.3587em;
  padding: 5px 0.5em 0;
}

#content-header a {
  text-decoration: none;
}

#content-header h1,
.breadcrumbs {
  display: none;
}

.breadcrumbs a {
  color: #666;
}

.breadcrumbs a:hover {
  color: #79045c;
}

#content-header .pager {
  float: left;
  margin: 0;
  width: 24%;
  text-align: center;
  white-space: nowrap;
}

#flash {
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 1em;
}

#content-main {
  overflow: hidden;
  padding: 30px 30px 0 30px;
  min-height: 374px;
}

/* @endgroup */

/* @endgroup */

/* @group Bottom */

#bottom {
  background: url("../images/bg_footer.png") no-repeat center top;
}

/* @group Footer */

#footer {
  color: #7A7A7A;
  font-size: 0.85em;
  height: 31px;
  line-height: 1.470588235294118em;
  margin: auto;
  text-transform: uppercase;
  width: 995px;
}

#footer .footer-links {
  float: left;
  list-style: none;
  margin-left: 10px;
  overflow: hidden;
  padding: 10px 0 0 0;
  width: 550px;
}

#footer .footer-links ul {
  padding: 0;
}

#footer .footer-links li { 
  display: block;
  float: left;  
  padding: 0 0 0 4px;
}

#footer .footer-links a {
  background: url("../images/footer_line.gif") no-repeat center left;
  color: #7A7A7A;
  padding: 0 0 0 4px;
}

#footer .footer-links li.first a {
  background: none;
  padding: 0;
}

#footer .footer-links li.first {
  padding: 0;
}

#new-business-enquires {
  float: left;
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 1.3em;
  width: 280px;
}

#newsletter-link {
  background: url("../images/yellow_circle.png") no-repeat right 75%;
  float: right;
  padding: 10px 15px 0 0;
  text-align: right;
  width: 135px;
}

#newsletter-link a {
  color: #7A7A7A;
}

/* @endgroup */

/* @endgroup */

/* @endgroup */
