html	{overflow-y: scroll;}

body {
  background-color: rgb(33, 80, 101);
  text-align: center;
  font: 70%/14px arial, helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  color: rgb(33, 80, 101);
}

form { margin: 0px; padding: 0px; }
a { color: rgb(33, 80, 101); text-decoration: none; font-weight: bold; }
a:hover { color: rgb(44, 175, 225); text-decoration: underline; }
a.current { color: rgb(44, 175, 225); }
img { border: 0px; vertical-align: middle; }

hr { border: none; border-bottom: 1px solid #ccc; margin: 1em 0px; }

h1 {
  margin: 0px 0px 20px 0px;
  line-height: 1em;
  font-size: 24px;
}
h4 { background: #eee; padding: 4px; margin: 0px 0px 3px 0px; }

h2 {
  margin-top: 0px;
}

#home-intro h1 span
{
  text-indent: 0px;
}

#home-intro h1
{
  margin-top: 5px;
  letter-spacing: -1px;
}

dl { margin: 0px; padding: 0px; }
dt { font-weight: bold; }
dd { margin: 0px 0px 6px 0px; }

ul { list-style: none; margin: 0px; padding: 0px; }

table { border-collapse: collapse; }
td { padding: 4px; border-bottom: 1px solid #eee; }
thead td { background: #eee; font-weight: bold; }

input { font-size: 11px; font-family: Arial; vertical-align: middle; }
select { vertical-align: middle; }
.submit { 
  padding: 0px 12px;
  height: 20px;
  line-height: 20px;
  border: none;
  color: white;
  background: rgb(63, 142, 204);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
  margin: 0px 0px 0px 3px;
  display: inline-block;
  cursor: pointer;
}
.submit:hover, .submit:active { border: none; text-decoration: underline; }
.submit.inactive { opacity: 0.5; }
.submit.inactive:hover { cursor: default; text-decoration: none; }
.uparrow { margin-bottom: 5px; }

.aright { text-align: right; }
.acenter { text-align: center; }
.error, .form-errors { color: #f00; }
.fieldWithErrors { display: inline; }
.fright { float: right; }

#window-popup {
  text-align: left;
  padding: 10px;
  margin: 10px;
  background: white;
  font-size: 1.1em;
}

#header {
  width: 955px;
  height: 90px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}
#header li { float: left; padding: 0px 11px 0px 10px; background: url(/images/header_sep.gif) no-repeat right center; color: #C1C5CF; font-weight: bold;}
#header li.last { background: none; padding-right: 0px; font-size: 1.1em; }
#header a { color: white; text-transform: uppercase; color: rgb(193, 197, 207); font-weight: bold; text-decoration: none; }
#header li.current a { color: rgb(44, 175, 225); }

#search {
  position: absolute;
  right: 0px;
  top: 10px;
  line-height: 16px;
}
#search-field { border: 0px solid; width: 242px; vertical-align: middle; height: 20px; line-height: 20px;margin: 5px 0px 0px 3px;font-size: 14px;color: #7A96A3; padding-left: 5px;}

#search-field:focus
{
  outline:none
}

#search-submit { 
  border: none;
  color: white;
  background: none;
  padding: 0px 0px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  line-height: 16px;
  margin: 0px 0px 0px 0px;
  width: 35px;
  height: 29px;
}

#search a:hover
{
text-decoration: underline;
}

#search a.current
{
text-decoration: none;
color: rgb(44, 175, 225); 
}

#search a
{
text-decoration: none;
}

#advanced-search { padding: 10px; background: #eee; margin-bottom: 10px; }
#advanced-search a { background: url(/images/linkarrow.gif) no-repeat 0px 2px; padding-left: 10px; }
#advanced-search-inner { display: none; }
#advanced-search-inner p { margin-bottom: 0px; }
#advanced-search-inner dt { float: left; width: 100px; }
#advanced-search-inner dd { margin-left: 120px; }

#subheader {
  position: absolute;
  right: 0px;
  top: 38px;
  width: 440px;
}

#links a:hover
{
text-decoration: underline;
}

#links a.current
{
text-decoration: none;
color: rgb(44, 175, 225); 
}

#links a
{
text-decoration: none;
}

#logo {
  text-indent: -1000px;
  overflow: hidden;
  background: url(/images/ocbutcher.gif) no-repeat left top;
  width: 321px;
  height: 66px;
  display: block;
  position: absolute;
  top: 19px;
  left: 0px;
}

#container {
  background: white;
  width: 925px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  padding: 40px 15px 15px 15px;
}

#menu {
  position: absolute;
  /*right: 15px;*/
  top: 0px;
  font-size: 14px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #CCC;
  
}



#menu li { float: left; padding: 10px 15px 10px 15px; border-right: 1px solid #CCC;}
#menu li.fromthecoast { padding: 8px 14px 8px 14px;  }
#menu li.last { background: none; padding-right: 0px; border: none;}
#menu li.first { background: none;   }
#menu li.sale a { color: #990505;}
#menu a {
  text-transform: uppercase;
  font-weight: bold;
}
#menu li.current a { color: rgb(44, 175, 225); }

#footer-links { overflow: hidden; padding: 10px 10px 10px 10px; margin-bottom: 10px; background: url(/images/footer-background.gif); zoom: 1; clear: left; }
#footer-links ul {
  width: 215px;
  margin-left: 15px;
  float: left;
  color: #888;
}
#footer-links ul.first { margin-left: 0px; }
#footer-links ul.right li { text-align: right; }
#footer-links a { font-weight: normal; }

#footer {
  height: 20px;
  line-height: 20px;
  padding: 0px 0px;
  clear: left;
}
#footer ul { float: right; }
#footer li { float: left; padding: 0px 0px 0px 20px; background: url(/images/footer_sep.gif) no-repeat 10px center; }
#footer li.first { padding-left: 0px; background: none; }
#footer a { font-weight: normal;}

#boxes { width: 170px; float: right; padding-top: 30px; }
.box { background: #f2f2f2; padding: 15px; }
.box h3 { margin-top: 0px; }
.box p { margin-top: 0px; }

#sitemap ul ul { margin-left: 30px; }

#content {
  min-height: 200px;
  overflow: hidden;
  font-size: 1.1em;
  padding-bottom: 17px;
  margin-top: 3px;
}

#navigation {
  width: 170px;
  float: left;
}
#navigation ul { margin-bottom: 20px; }
#navigation li { margin-top: 2px; background: url(/images/arrow.gif) no-repeat 0px 2px; padding-left: 10px; }
#navigation li.current a { color: rgb(44, 175, 225); }
#breadcrumb { padding: 0px 0px 10px 0px; }
#breadcrumb span { font-weight: bold; color: rgb(44, 175, 225); }
#body {
  width: 736px;
}

#pagination { text-align: right; clear: left; }
#pagination.top { float: right; clear: none; line-height: 1.8em; }
#pagination-summary { float: left; }
#pagination-links { font-weight: bold; color: rgb(44, 175, 225); }
#pagination-links a { color: rgb(33, 80, 101); }

#category-body {
  margin: 0px 190px 0px 180px;
  width: 555px;
  overflow: hidden;
}

#category-body ul { list-style: disc; margin: 0px 0px 0px 20px; }

#category-body ul.category-icons { overflow: hidden; list-style: none; margin: 0px; }

.category-icons li {
  float: left;
  margin: 0px 0px 13px 13px;
  border: 1px solid #ccc;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 160px;
  width: 171px;
}
.category-icons li.first { margin-left: 0px; }

.category-icons li a {
  display: block;
  width: 151px;
  height: 32px;
  line-height: 34px;
  padding: 128px 0px 0px 20px;
  font-size: 14px;
  background: url(/images/hcat.gif) no-repeat 0px 131px;
}

#content .product-icons { overflow: hidden; list-style: none; margin: 0px; }

#product-images ul.product-icons { list-style: none; margin: 0px; }

.product-icons li {
  float: left;
  margin: 0px 0px 13px 18px;
  border: 1px solid #ccc;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
}
.product-icons.search li { margin: 0px 0px 13px 15px; }
.product-icons .picture { position: absolute; left: 0px; top: 0px; text-align: center; padding: 142px 0px 0; width: 171px; line-height: 132px}
.product-icons li.first { margin-left: 0px; }
.product-icons .picture img { position: relative; top: -140px; }
.product-icons li a {
  display: block;
  width: 151px;
  height: 91px;
  padding: 142px 10px 0px 10px;
  font-size: 14px;

}
.product-icons li a:hover { text-decoration: none; }
.product-price { display: block; color: rgb(44, 175, 225); margin:  8px 0px; font-size: 14pt; }
.product-price.reduced { color:  #990505; font-size: 11pt; }
.was { color: #aaa; text-decoration: line-through; }

.product-details { display: block; font-size: 11px; text-transform: uppercase; background: url(/images/linkarrow.gif) no-repeat 0px 2px; padding-left: 10px; }

#product-body {
  margin: 0px 0px 0px 180px;
}
#product-body ul { list-style: disc; margin: 0px 0px 0px 20px; }

#product-info {
  float: right;
  width: 320px;
}

#product-images {
  width: 380px;
}

#product-form .price { font-size: 120%; }

#product-options { margin: 20px 0px; padding: 0px; }
#product-options dt {
  width: 60px;
  float: left;
  text-align: right;
  line-height: 28px;
}

#product-options dd {
  margin-left: 70px;
  line-height: 28px;
  height: 28px;
}

#product-images ul.product-thumbs { overflow: hidden; list-style: none; margin: 0px; padding: 0px; }

.product-thumbs li {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0px 10px 10px 0px;
  border: 2px solid #eee;
  position: relative;
}

.product-thumbs span {
  position: absolute;
  display: block;
  width: 64px;
  padding: 2px 3px;
  font-weight: normal;
  bottom: 0px;
  left: 0px;
  background: url(/images/tpatch.png);
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1em;
}

#product-image-zoomed {
  position: absolute;
  right: 10px;
  top: 100px;
  height: 360px;
  width: 360px;
  z-index: 150;
  background: white;
  border: 1px solid #777;
  overflow: hidden;
}
#product-image-zoomed img { position: absolute; top: 0px; left: 0px; }

.zero-stock { color: red; }
.low-stock { color: orange; }
.high-stock { color: green; }

#overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #000;
}

#share {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  padding: 15px;
  background: white;
  text-align: left;
}

#popup {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 500px;
  overflow: auto;
  padding: 15px;
  background: white;
  text-align: left;
}

#product-options-key img { vertical-align: baseline; }

#product-varieties-colour-and-size {
  margin: 0.5em 0px 1em 0px;
  border-bottom: 1px solid #ddd;
}

ol#product-varieties-colour-and-size {
  overflow: hidden;
  list-style: none;
  border: none;
  padding: 0px;
}

#product-varieties-colour-and-size dt {
  width: 6em;
  float: left;
  border-top: 1px solid #ddd;
  padding-top: 1em;
}

#product-varieties-colour-and-size dd {
  margin: 0px 0px 0px 6em;
  border-top: 1px solid #ddd;
  padding: 0.5em 0px 0px 0px;
}

#product-varieties-colour-and-size ol {
  overflow: hidden;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#product-varieties-colour-and-size li {
  float: left;
  margin: 0px 0.5em 0.5em 0px;
  padding: 0.3em 0.5em;
  border: 2px outset #eee;
}
#product-varieties-colour-and-size li.zero { color: #aaa; border-color: transparent; background: #f4f4f4;}

#product-varieties-colour-and-size li.low, #product-varieties-colour-and-size li.high {
  border-color: rgb(93, 130, 161);
  background-color: rgb(33, 80, 101);
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#product-varieties-colour-and-size li.active {
  color: white;
  border-color: #55cc55;
  border-style: inset;
  background: #33aa33;
}

/*****************************************************************************/

#home-intro {
  float: left;
  width: 170px;
  height: 523px;
  overflow: hidden;
}


div#home-splash-container {
  width: 545px;
  height: 276px;
  margin: 0px 0px 0px 194px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

div.home-splash {
  position: absolute;
  left: 0px;
  top: 0px;
}


#home-boxes {
  float: right;
  width: 173px;
}
#home-boxes .box {
  padding: 10px;
  height: 108px;
}

#home-boxes .topbox
{
  border-bottom: 1px solid #dde1e4;
  height: 92px;
  position: relative;
}
#home-boxes .bottombox
{
  border-top: 1px solid #FFF;
  position: absolute;
  width: 153px;
}

#home-boxes .box h3 { font-size: 14px; margin-top: 3px; text-transform: uppercase; }
#home-boxes .box a { }
#home-boxes .box a.arrow { padding-left: 9px; background: url(/images/linkarrow.gif) no-repeat 0px 3px; position: absolute; bottom: 10px; }
#home-boxes .box p { font-size: 12px; }
#home-boxes .box.dark { margin-bottom: 16px; background: #ccc; }

#home-boxes img.latest-product { border: 1px solid #cad5d9; }

#home-products {
  margin: 15px 0px 0px 194px!important;
  width: 731px;
}
#home-products.product-icons li {
  margin: 0px 0px 13px 13px;
}
#home-products.product-icons li.first {
  margin: 0px 0px 13px 0px;
}

#home-categories li.first { margin-left: 0px; }
#home-categories li.lwear { background-image: url(/images/lwear.jpg); }
#home-categories li.mwear { background-image: url(/images/mwear.jpg); }
#home-categories li.lfoot { background-image: url(/images/lfoot.jpg); }
#home-categories li.mfoot { background-image: url(/images/mfoot.jpg); }

#home-top-brands {
  margin: 20px 0px 0px 0px;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#home-top-brands ul { height: 60px; line-height: 60px; margin: 5px 0px 0px 0px; overflow: hidden; }
#home-top-brands li { float: left; width: 128px; height: 60px; text-align: center; margin: 0px 0px 0px 0px; background: white; }
#home-top-brands li.first { margin-left: 0px; }
/*****************************************************************************/


#brand-alphabet { list-style: none; height: 18px; line-height: 18px; margin: 10px 0px; padding: 0px; font-size: 16px; }
#brand-alphabet li { float: left; padding-right: 5px; }
#brand-alphabet li.current a { font-weight: bold; }


#brand-logo {
  margin: 0px 0px 20px 0px;
}

/****************************************************************************/

#basket {
  width: 735px;
}

#basket-buttons {
  text-align: right;
  height: 22px;
  line-height: 22px;
}
#basket-buttons a, #basket-buttons input {
  padding: 0px 12px;
  height: 20px;
  line-height: 20px;
  border: none;
  color: white;
  background: rgb(63, 142, 204);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
  margin: 0px 0px 0px 3px;
  display: inline-block;
}
#basket-buttons a:hover, #basket-buttons input:hover { border: none; }
#basket-buttons a:active, #basket-buttons input:active { border: none; outline: none; }

/****************************************************************************/

#register-existing {
  width: 300px;
  padding-top: 5px;
  float: right;
}

#register-new {
  margin-right: 330px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-top: 5px;
  border-right: 1px solid #ccc;
}

#checkout {
  width: 725px;
}

#checkout-container {
  overflow: hidden;
  position: relative;
}

#checkout-sidebar {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 180px;
   padding-bottom: 20px;
}

#checkout-inner {
  width: 720px;
  margin-left: 200px;
}

#checkout-pay {
  margin: 10px 0px 20px 0px;
  padding: 10px;
  background: #eee;
  text-align: center;
}
#checkout-pay p {
  margin: 0px 0px 10px 0px;
}

.checkout-address {
  margin: 5px 0px 0px 0px;
}

.checkout-edit {
  float: right;
  margin-top: 4px;
  margin-right: 3px;
  font-size: 10px;
}

#checkout-progress {
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
#checkout-progress li {
  float: left;
  padding: 0px 20px;
  background: #eee;
  border-right: 1px solid white;
}
#checkout-progress a { padding: 0px 20px; background: #ddd; display: block; }
#checkout-progress li.current, #checkout-progress li.active { padding: 0px 0px; }


#social	{float:left; width:100%; text-align:left; margin:0; padding:10px 0; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC;}
#social img	{margin-left:1px;}

#newsletter-signup
{
  float: right;
 margin-top:10px;
}

#newsletter-signup dd
{
  float: left;
}

#newsletter-signup h1
{
  float: left;
  margin: 0px;
  font-size: 18px;
}

#newsletter-signup form
{
  float: left;
  margin: 0px 0px 0px 0px;
}

#newsletter-signup dl
{
  float: left;
  margin: 0px;
}

input.faded { color: #999; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
.chrome {margin-top: 2px; }
}

 
h1 span {
	display: block;
	text-indent:-999em;
}



.signup-text {
  float:left; 
  margin: 5px 10px 0px 0px;
  line-height: 1.1em;
  font-size: 16px; font-weight:bold;
  color: #67808b;
  padding-top: 2px;
} 

.stay-in-touch
{
  color: #67808b;
  font-size: 16px; 
  font-weight:bold;
  padding-top: 2px;
  float:left; 
  margin-top: 5px;
  margin-right: 5px;
}

#social-icons
{
  margin-top: 10px;
}

/* Testomonials */
#home-testimonial
{
  /*font-style: italic;
  font-size: 1.4em;
  line-height: 1.1em;*/
  margin: 0px;
  font-family: 'Helvetica serif';
}

#home-testimonial a
{
  font-style: italic;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0px;
  font-family: 'Helvetica serif';
}

.bqstart 
{
  float: left;
  font-size: 4em;
  height: 0px;
  margin-top: 0px;
  padding-top: 16px;
  width: 25px;
  color: #9bc8db;
  height: 2px;
  font-family : Arial;
  font-style:normal;
}

.bqend 
{
  /*color: #2CAFE1;
  float: right;
  height: 2px;*/
  /*margin-top: -20px;*/
  /*padding-top: 0px;
  font-size: 4.5em;*/
  /*position:absolute;
  right: 0px;*/
  color: #9bc8db;
	font-size: 4em;
	height: 2px;
	padding-top: 19px;
	position: absolute;
	font-family : Arial;
  font-style:normal;
}



/* Home page addiitons */
.home-whats-new
{
  background-color: #8ea2ab;
  padding: 10px;
}

.home-whats-new h3
{
  color: #FFF;
  margin: 0px;
}

#home-boxes .news-date
{
  text-transform: uppercase;
  font-weight: bold;
}

#home-boxes .news-title
{
  color: #2CAFE1;
  font-size: 1.3em;
  padding: 10px 0px;
  line-height: 1.1em;
}

#home-boxes .news-title a
{
  font-weight: bold;
  color: #2CAFE1;
}

#footer-links li
{
 color: #215065;
 line-height: 1.4em;
}


/* From the coast page */

#greetings
{
  width: 547px;
  height: 247px;
  background: url(/resources/uploads/images/fromthecoast/greetings.jpg) no-repeat top left;
  float: left;
}

#competition
{
  width: 173px;
  height: 247px;
  margin-left: 15px;
  background: url(/resources/uploads/images/fromthecoast/competition.gif) no-repeat top left;
  float: left;
}

#established
{
  margin-left: 15px;
  float: left;
}

.horizontal-twitter
{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  clear: left;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 0px 5px 0px;
  height: 40px;
}


.horizontal-twitter .twitter-info
{
  padding: 0px 5px 0px 5px;
  font-weight: bold;
}

#coast-header
{
  height: 250px;
}


#fromthecoast-left
{
  width: 547px;
  float: left;
}

#fromthecoast-right
{
  margin-left: 564px;
  
}

#may-not-know
{   
   width: 173px;
   border: 1px solid #CCC;
   margin-bottom: 13px;
}

.from-the-coast-middle
{
  margin-left: 375px;  
}

#from-the-coast-bottom
{
  clear: left;
}

#our-friends
{
  background: url(/resources/uploads/images/fromthecoast/ourfriends.gif) #FFF bottom left;
  height: 242px;
  width: 173px;
  border: 1px solid #CCC;
}

#latest-article
{
  border: 1px solid #CCC;
  width: 330px;
  float: left;
  padding: 15px;
  height: 469px;
}

#latest-article .news-date
{
  font-weight: bold;
}

#latest-article .article-image
{
  margin: 15px 0px 15px 0px;
}

#latest-article .news-introduction
{
  margin-bottom: 15px;
}
#latest-article .news-title
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px 0.83em 0px;
	color: #2CAFE1;
}

#article-2
{
  width: 360px;
  float: left;
}

#article-2 .news-title
{
  font-size: 14px;
  color: #2CAFE1;
  margin: 5px 0px 5px 0px;
  font-weight: bold;
}

#article-2 .news-date
{
  font-weight: bold;
}

#article-2 .news-introduction
{
  margin: 15px 0px 15px 0px;
}

#article-3
{
  width: 360px;
  margin-left: 15px;
  float: left;
}

#article-3 .news-title
{
  font-size: 14px;
  color: #2CAFE1;
  margin: 5px 0px 5px 0px;
  font-weight: bold;
}

#article-3 .news-date
{
  font-weight: bold;
}

#article-3 .news-introduction
{
  margin: 15px 0px 15px 0px;
}


#latest-products.product-icons li
{
  margin: 0px 0px 13px 15px;
}

#latest-products.product-icons li.first
{
  margin: 0px;
}

#latest-products.product-icons li a
{
  height: 100px;
}

#news-archive
{
  margin-left: 752px;
}

#news-archive .list
{
  border-top: 1px solid #CCC;
}

#news-archive .list ul li
{
  padding: 5px 0px 5px 0px;
}

#news-archive .list ul li a
{
  font-weight: normal;
}

#news-archive ul li ul
{
  display: none;
  padding-left: 10px;
}

#article-news-archive .list ul li ul li a
{
  font-weight: normal;
}

#article-news-archive ul li ul
{
  display: none;
  padding-left: 10px;
}

#twitter
{
  margin-left: 160px;
}

#twitter-left
{
  width: 160px;
  float: left;
}

#twitter a.time
{
  color: #2CAFE1;
  font-size: 1em;
  font-style: italic;
}

#twitter div.tweet
{
  margin-top: 3px;
}

/* Scrollable element */


.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 892px;
	height:87px;
	padding-top: 10px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items ul {
	float:left;
}


#brands-container .prev
{
  background: url(/images/scroll-left.gif) no-repeat;;
  width: 16px;
  height: 99px;
  position: absolute;
	left: 0px;
}

#brands-container .next
{
  background: url(/images/scroll-right.gif) no-repeat;
  width: 16px;
  height: 99px;
  position: absolute;
	right: 0px;
	width: 16px;
	top: 0px;
}

#brands-container
{
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  top: -10px;
  
}

#footer-links li.heading
{
  font-weight: bold;
}

#footer-links li.heading a
{
  font-weight: bold;
}



/* News article page */
#news-article-left .news-date
{
  font-weight: bold;
  line-height: 1.25em;
}

#news-article-left .article-image
{
  margin: 15px 0px 15px 0px;
}

#news-article-left .news-introduction
{
  margin-bottom: 15px;
}
#news-article-left .news-title
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px 0.83em 0px;
	color: #2CAFE1;
}

#news-article-left
{
  float: left;  
  width: 520px;
}


#news-right-right h3
{
  margin: 0px;
  padding-bottom: 13px;
}


#news-article-right
{
  margin-left: 555px;
}

#latest-articles
{
  list-style: none;
  margin-bottom : 25px;
}

#latest-articles li
{
  margin: 3px 0px;
}

#article-news-archive
{
  margin-bottom : 25px;
}
#article-news-archive li
{
  margin: 3px 0px;
}

#news-right-left
{
  width : 166px;
  float: left;
}

#news-right-right
{
  margin-left: 193px;
}

#news-right-left h3
{
  border-bottom : 1px solid #CCC;
  padding-bottom: 15px;
  margin: 0px 0px;

}


#twitter-news a.time
{
  color: #2CAFE1;
  font-size: 1em;
  font-style: italic;
}

#twitter-news div.tweet
{
  margin-top: 3px;
  margin-bottom: 8px;
}

#twitter-feed
{
  margin-top: 15px;
}

/* News Archive */
.news-article-thumb
{
  float: left;
}

.news-article-detail
{
  margin-left: 150px;
}

.news-article
{
  clear : left;
  height: 90px;
  margin-bottom: 20px;
}

#greetings-inner h1
{
  margin-left: 0px;
  padding-left: 0px;
  font-size: 20px;
}

#greetings-inner
{
  padding: 30px 20px 20px 20px;
  width: 60%;
}

#competition-inner a
{
  color: #2CAFE1;
  background: url(/images/linkarrow.gif) no-repeat 0px 2px;
  padding-left: 10px;
}

#competition-inner
{
  color: #FFF;
  font-weight: bold;
  padding: 15px;
  margin-top: 140px;
}


#our-friends-inner
{
  padding: 10px 10px 10px 10px;
  margin-top: 70%;
}

.newsletter-signup
{
  width: 291px;
  height: 33px;
  background: url(/images/newsletter_signup.gif) top left no-repeat;
}

.newsletter-signup input
{
  border: none;
}

.newsletter-signup .text
{
  width: 245px;
  font-size: 15px;
  margin-top: 3px;
  color: #67808b;
}

#newsletter-submit
{
	background: none;
	width: 35px;
	margin: 0px;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	vertical-align: middle;

}

#product-search
{
  background: url(/images/product_search.gif);
  width: 291px;
  height: 33px;
  float: right;
}

#subheader #bag
{
  width: 125px;
  float: left;
  background: url(/images/bag.gif) top left no-repeat;
  padding-left: 20px;
  height: 15px;
  padding-top: 7px;
  margin-top: 3px;
}


#subheader #bag .basket-total
{
  color: #FFF;
  font-size: 1.3em;
  padding-left: 5px;
}

h3.latest-products-title
{
  margin-top: 15px!important;
}

.fromthecoast-spacer
{
  clear: both;
  height: 30px;
}

#may-not-know p
{
  margin: 0px;
}
