BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000;
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#b2c9e8;
	background-position:top;
}

FORM {
	margin:0px;
}

SELECT, INPUT, TEXTAREA {
	font-size:1em;
}

H1 {
	font-size:1.6em;
	font-weight:bold;
	color:#006637;
}

H2 {
	font-size:1.1em;
	font-weight:bold;
	margin:0px;
}
H2 A {
	text-decoration:none;
}
H3 {
	font-size:1em;
	font-weight:bold;
	margin:0px;
	color:#666666;
}
H3 A {
	text-decoration:none;
}

#frame {
	position:relative;
	margin:0px auto;
	width:992px;
}

#header {
	position:relative;
	min-height:120px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
}

#header-logo {
	position:absolute;
	top:0px;
	left:0px;
	width:195px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

#header-logo h1, #header-logo h2, #header-logo h3 {
	margin:0;
}

#header-logo a {
	display:block;
	width:195px;
	min-height:120px;
	text-indent:-1000px;
}

#header-main {
	position:absolute;
	top:0px;
	left:195px;
	width:797px;
}

#header-top {
	position:relative;
	min-height:84px;
}

#header-strapline {
	position:relative;
	float:left;
	min-height:84px;
	width:236px;
	padding:0px 0px 0px 30px;
}

#header-strapline h2 {
	text-transform:uppercase;
	margin:0;
	color:#FFF;
	font-size:1.1em;
	line-height:1em;
	font-weight:bold;
	text-shadow: 0px 0px 8px #666666;
}

#header-delivery {
	position:relative;
	float:left;
	min-height:84px;
	width:236px;
	padding:0px 0px 0px 20px;
	text-align:center;
}

#header-delivery h1, #header-delivery h2 {
	text-transform:uppercase;
	margin:0;
	color:#006b9d;
	font-size:1.5em;
	line-height:1.1em;
	font-weight:bold;
	text-shadow: 0px 0px 8px #CCCCCC;
}

#header-delivery h3 {
	text-transform:uppercase;
	margin:0;
	color:#FFF;
	font-size:0.9em;
	line-height:1em;
	font-weight:bold;
	/*text-shadow: 0px 0px 6px #666666;*/
	text-shadow: 0px 0px 8px #CCCCCC;
}

#header-delivery a {
	text-decoration:none;
}

#header-basket {
	position:relative;
	float:right;
	min-height:80px;
	width:190px;
	padding:0px 7px 0px 5px;
}

#header-submenu {
	position:relative;
	min-height:36px;
}

#header-submenu-main {
	position:relative;
	float:left;
	min-height:36px;
	width:786px;
	background-image:url(../images/submenu-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#6d6d6d;
}

#header-submenu-main a {
	color:#6d6d6d;
	text-decoration:none;
}

#header-submenu-r {
	position:relative;
	float:left;
	min-height:36px;
	width:11px;
	background-image:url(../images/submenu-r.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.submenu-spacer {
	position:relative;
	float:left;
	background-color:#e7e7e7;
	width:1px;
	height:36px;
	margin:0px 13px 0px 13px;
}

#header-search, #header-language, #header-currency {
	position:relative;
	float:left;
	margin-top:4px;
}

#header-search {
	margin:4px 5px 0px 0px;
}

#header-search .search-box {
	border:0px;
	background-image:url(../images/search-box.gif);
	background-repeat:no-repeat;
	padding:2px 2px 2px 10px;
	width:144px;
	height:21px;
	display:block;
	float:left;
	color:#006637;
}

#header-search .search-btn {
	margin-top:0px;
	display:block;
	float:left;
}

#header-language {
	margin:7px 5px 0px 50px;
}

#header-currency {
	float:right;
}

#header-currency label, #header-currency select {
	float:left;
	display:block;
}

#header-currency label {
	margin:3px 5px 0 0;
	font-size:1.2em;
	font-weight:bold;
}

#header-currency select {
	color:#6d6d6d;
	font-size:1.2em;
}

#menu-spacer, #main, #footer {
	position:relative;
	background-image:url(../images/main-bg.png);
	background-repeat:repeat-y;
}

#menu {
	position:absolute;
	top:120px;
	left:0px;
	height:32px;
	width:992px;
	z-index:50;
}

#menu-spacer {
	height:36px;
}

#main {
	min-height:800px !important;
	padding:3px 11px;
}

#main-left {
	position:relative;
	float:left;
	width:190px;
}

#main-content {
	position:relative;
	margin-left:195px;
}

#main-content-left {
	position:relative;
	margin-right:190px;
	padding:12px;
}


#footer {
	padding:0px 11px 0px 11px;
	width:970px;
	clear:both;
}

#footer-top {
	color:#105b38;
	padding:5px 0px 5px 0px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

#footer-top a {
	color:#006b9d;
	text-decoration:none;
}

.input {
  /*display: block;*/
}
.input span {
  position: absolute;
  padding: 5px 5px 2px 5px;
  margin-left: 3px;
  color: #999;
  z-index: 1;
  cursor: text;
}
.input input, .input textarea, .input select {
  z-index: 0;
  padding: 2px;
  margin: 0;
  font: inherit;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 0px; }
}

#footer-box {
	position:relative;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	background-color:#567fad;
	background-position:bottom;
	min-height:168px;
	overflow:auto;
	margin:5px 0px 5px 0px;
	padding:11px 20px 15px 20px;
	color:#FFF;
	font-size:0.9em;
	line-height:2em;
}

#footer-box a {
	color:#FFF;
	text-decoration:none;
}

#footer-box h3 {
	text-transform:uppercase;
	font-size:1.2em;
	margin:0 0 10px 0;
	color:#FFF;
}

#footer-box ul li h3 {
	float:left;
	padding:0 26px 0 0;
}

#footer-box ul {
	margin:0 26px 0 0;
	list-style-type:none;
	float:left;
}

#footer-box ul li {
	margin:0;
	padding:0;
	clear:left;
}

#footer-followus h3 {
	width:115px;
	border-right:1px solid #86a8d5;
	padding:0 26px 0 0;
}
#footer-followus {
	width:120px;
	border-right:1px solid #86a8d5;
	padding:0 21px 0 0;
}

#footer-followus img {
	margin-right:5px;
}

#footer-info1, #footer-info1 h3 {
	padding:0;
}

#footer-info2, #footer-info2 h3 {
	width:80px;
	border-right:1px solid #86a8d5;
	padding:0 26px 0 0;
}

#footer-box #footer-shop {
	line-height:1.2em;
}

#footer-box #footer-shop img {
	margin:-2px 12px 0 -7px;
}

#footer-box #footer-shop p {
	margin-top:0;
}

#footer-box #footer-contact {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
}

#footer-box #footer-contact img {
	margin:2px 12px 0 0;
}

#footer-bottom {
	position:relative;
	min-height:28px;
	overflow:auto;
	border-top:1px solid #f0f0f0;
}

#footer-bottom-left {
	position:relative;
	float:left;
	padding:11px 0px 7px 4px;
	width:450px;
	color:#6d6d6d;
	font-size:0.85em;
}

#footer-bottom-right {
	position:relative;
	float:right;
	padding:11px 4px 7px 0px;
	width:331px;
	color:#6d6d6d;
	font-size:0.85em;
}

#frame-bottom {
	position:relative;
	background-image:url(../images/frame-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	min-height:10px;
	padding:5px 10px 3px 0;
	color:#666666;
	font-size:0.9em;
	text-align:right;
}

#frame-bottom a {
	color:#666666;
}

/* ## RECENTLY VIEWED ## */
#recentlyviewed {
	border-top:1px solid #e7e7e7;
	padding-top:10px;
	margin-top:10px;
	position:relative;
	clear:both;
	overflow:auto;
}

#recentlyviewed h3 {
	color:#2d6f50;
	text-transform:uppercase;
}

.recent {
	margin:0 10px 0 0;
	display:block;
	float:left;
}

/* ##CONTENT ## */
.highlightkeyword {
	background-color: #FFFF00;
	font-weight:bold;
}

/* ##BREADCRUMBS ## */
#breadcrumbs {
	background-image:url(../images/breadcrumbs-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f4f4f4;
	padding:10px 9px;
	min-height:7px;
	margin-bottom:5px;
}

.breadcrumbs {
	color:#6d6d6d;
	font-size:0.85em;
}
.breadcrumbs A {
	color:#6d6d6d;
	text-decoration:underline;
}

.breadcrumbs UL {
list-style-type: none; /* we remove the UL's default disc bullets */
margin: 0px; 
padding: 0px;
display:inline;
}

.breadcrumbs UL LI {
margin: 0px; 
padding: 0px;
display:inline;
}

.breadcrumbs UL LI H1, .breadcrumbs UL LI H2, .breadcrumbs UL LI H3, .breadcrumbs UL LI H4, .breadcrumbs UL LI H5, .breadcrumbs UL LI H6 {
display:inline;
margin: 0px; 
padding: 0px;
font-weight:normal;
color:#6d6d6d;
}

/* ## BASKET ## */
.mini-basket {
	color:#FFF;
	margin-top:3px;
	text-align:right;
}

.mini-basket a {
	color:#FFF;
	text-decoration:none;
}

.fullbasket {
	color:#777777;
	font-size:0.85em;
}

.fullbasket A {
	color:#006637;
	text-decoration:none;
}

.fullbasketheader {
	text-transform:uppercase;
}
/* ## END BASKET ## */

.error {
	color:#FF0000;
	font-weight:bold;
}
.smalltext {
	font-size:0.8em;
}

.clear {
	clear:both;
}

.blue {
	color:#006b9d;
}
