/************************************************************8 
   Redesign by: Quay Creative
   Ecommerce: UK2 Ecommerce
   Author: Dave
   Email: info@quaycreative.com
   Phone: 0121 241 5552
   Last Modified: 2010
 */
 
body{
	background:#fff url(../graphics/plain/bg.jpg) repeat-x;	
	color:#555;
	font: 12px Arial, Helvetica, sans-serif; /* "Century Gothic", "Apple Gothic", sans-serif; */
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#448a3d;
	text-decoration:none;
}
a:hover{color:#a5459b;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:25px;
	width:979px;
	text-align:left;	
	position:relative;
}

/* ----- header area ----- */
#header{
	height:81px;	
	position:relative;
	background:#f2f2f2 url(../graphics/plain/header-bg.gif);
	margin:0;
}
#header #headerTail{	
	background:#f2f2f2 url(../graphics/plain/header-right.gif) no-repeat 0 0;
	height: 81px;
	width: 6px;
	position: absolute;
	right: 0;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;	
	line-height:30px;
	font-size:180%;
	font-weight:normal;
	text-indent: -9999em;
	overflow: hidden;
}
#logo a{
	display:block;
	height:81px;
	width:315px;
	background:#f2f2f2 url(../graphics/plain/logo.gif);
}

#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:47px;
	right:19px;
	z-index:10;
	color: #2E7827;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#info a,#info a:visited {color: #2E7827;}

#infoBlock{
	position: absolute;
	top: 14px;
	left: 390px;
	color: #7e7e7e;
	font-size: 13px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}
#infoBlock a, #infoBlock a:visited {color:#539703}

#cardsaccepted{
	display:block;
	position: absolute;
	height: 21px;
	width: 182px;
	right: 19px;
	top: 15px;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	margin-top: 50px;
	border: 1px solid #e8e8e8;
}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	margin-right:10px;
	width:724px;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:5px 15px;	
	position: absolute;
	right: 0;
	top: 90px;
}
#search label{display:none;}


#leftmenu li a:hover, #leftmenu li a.selected{background:#ddd;}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;	
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{
	background: url(../graphics/plain/bg_list.gif) no-repeat 0 50%;
	color:#777;
	text-indent:1em;
	display: block;
	font-weight: normal;
}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ------ main nav ----- */

#mainNav, #mainNav li{
	margin:0;
	padding:0;
	list-style:none;
}

#mainNav{
	position:absolute;
	top:87px;
	left:0;
	width:977px; /* 979 - 2px for border */
	border: 1px solid #bcbfb9;
	height: 34px;
	background: #398331;
}

#mainNav li{
	float:left;
	margin:0;
	padding:0;
	font-size:14px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	height: 34px;
	border-right: 1px solid #2e7827;
}
#mainNav li.first{
	background: #1e6417;
}
#mainNav li a:link, #mainNav li a:active, #mainNav li a:visited{
	float:left;
	padding:6px 18px;
	text-decoration:none;
	color:#ffffff;
	background: no-repeat bottom right;
}
#mainNav li a:hover{color:#fff;}
#mainNav li a span{}

/* ----- customer tool list ----- */
#navTools, #navTools li, .navBlock, .navBlock li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools, .navBlock{
	margin: 0;
	padding: 6px 14px 0px;
	z-index: 1;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
#navTools li, .navBlock li{
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
#navTools li a, .navBlock a{
	display:block;	
	color:#37822f;	
	font-size:12px; 
	line-height:15px; 	
	padding:7px 1px 8px 30px;
	background:url(../graphics/plain/bg_list.gif) 18px 11px no-repeat;
	text-decoration:none;
}
#navTools li a:hover, #navTools li a.selected, .navBlock li a:hover, .navBlock li a:selected{
	color: #974d90;
	text-decoration: underline;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:12px 0 0 45px;
	margin-bottom:1px;
	color:#565656;
	font-size:13px;	
	background: #fff url(../graphics/plain/navHeader.gif);
	height: 29px;
	text-transform: uppercase;
}
.rightBlockContent{
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	text-align: center;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:231px;
	margin: 6px 0 0 6px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:728px;
	margin:0 6px;
}
#main h2{	
	padding:0 0 0 20px;
	color:#565656;
	font-size:13px;
	font-weight:bold;
	clear:both;
	text-transform: uppercase;
	background:#fff url(../graphics/plain/harror.gif) no-repeat 0 1px;
	line-height: 18px;	
}
/*
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#275f81;
	font-size:180%;
}
*/
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	background:#fff url(../graphics/plain/footer-bg.gif) no-repeat;	
	height: 101px;
	width: 965px;
	margin: 15px auto 0;
	padding: 0 0 6px;
	font-size: 11px;
}
#footer p{margin:0;}

#footer ul,#footer li{
	margin:0;
	padding:0;
	list-style:none;	
}
#footer ul{
	text-align: center;
	padding-top: 30px;
}
#footer li{
	display:inline;
	margin-right:0.5em;
	border-left: 1px solid #448a3d;	
}
#footer li.first{
	margin: 0 0.5em 0 0;
	border: 0;
}
#footer a{
	color: #448a3d;
	text-decoration:underline;
	padding-left: 0.5em;
}
#footer a:hover{
	color:#A5459B;
	text-decoration:none;
}
#footer #credits{	
	margin-top:1em;
	text-align: center;
	color: #998787;	
}

#credits a{
	color:#A5459B;
	text-decoration:none;	
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination p{
	margin:0;
	float:left;
	width:100px;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:0 0 1em 0;
	width:100%;
}
.products h2{
}
.products h2.home{
	background:url(../graphics/plain/featuredProducts.gif) no-repeat 0 0;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	padding:0 15px;
	/*background:#fbfbfb;*/
	color:#777;
	display:inline;
	float:left;
	border-right:1px dotted #d7d7d7;
	width:150px;
	min-height: 290px;
	margin-bottom: 20px;
}

.products li.last{
	padding:0 0 0 15px;	
	border: none;
	width:150px;
	float:left;
}


* html .products li{
	margin:0 16px 11px 0;
}
.products li:hover{
	background:#fff;
	border-color:#ddd;
}

.products li h3{
	margin:1em 0;
	padding:0;
	font-size:13px;
}
.products li h3 a{
	color:#565656;
	text-decoration: none;
	font-weight: bold;	
}
.products li h3 a:hover{
	text-decoration: none;
	color:#37822F;
}
.products .image{
	margin:0;
	height: 140px;
	overflow: hidden;
}
.products .image a img{}
.products .image a:hover img{}
.products .desc{
	display:none;
}
.products .price{
	clear:both;
	margin:0;
	padding:0;
	color:#37822F;
	font-weight:bold;
	font-size: 13px;	
}
.products .viewDetail{ display: block; margin-top: 15px;}
.products .prodCode{
	display:none;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:270px;
}
#product .price{
	color:#1E6417;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	/*
	background:#f1f1f1;
	border:1px solid #eee;*/
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content{
	padding: 0 15px;
}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#2E7827;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

.hideme { display: none}
.slideshow{ width: 729px; height: 240px; margin: 6px 0;}


/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */