/* ----- body & background ----- */
body{
	background:#f5f2e2 url(../graphics/business/back.gif) repeat-x;
	color:#323232;
	font: 70% Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height:180%;
	margin:0;
	padding:0;
	margin-bottom:0;
}


/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Georgia, "Times New Roman", Times, serif;
	color:#1c3800;
}

table, td{
	font: 110% Georgia, "Times New Roman", Times, serif;
}

table.main2, td.main2, tr.main2
{
background-color: #000 ;
}
/* ----- global links ----- */
a{
	color:#1c3800;
	text-decoration:none;
}
a:hover{color:#89a156;}

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

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

/* ----- hidden items ----- */
.hidden{display:none;}
#skip{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 20px;
	font-size:110%;
}

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

/* ----- header area ----- */
#header{
	height:231px;	
	position:relative;
	background: url(../graphics/business/head.gif) no-repeat 100% 100%;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	left:20px;
	top:115px;
	font:250% "Arial Narrow", Arial, Helvetica, sans-serif normal;	
	color:#777;
}
#logo a{color:#777;}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:145px;
	left:20px;
	font:140% "Arial Narrow", Arial, Helvetica, sans-serif normal;	
	color:#777;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:0px;
	right:0px;
	padding:2px 12px;
	z-index:10;
	background:#89a156;
	color:#fff;
	font-size:120%;
}
#info a{color:#fff;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	width:530px;
	padding:0 10px;
	background:#e1cb8f;
	border:1px solid #ebeecb;
	color:#777;
	line-height:26px;
}
#breadcrumbs a{color:#777;}

/* ----- search box ----- */
#search{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	margin:0;
	height:30px;
}
#search label{display:none;}
#searchKeyword{
	border:1px solid #e1e1e1;
	background:#f1f1f1;
	width:120px;
	height:14px;
	margin-top:7px;
	margin-left:0px;
	vertical-align:middle;
}
#searchSubmit{
	border:1px solid #fff;
	background:#fff;
	color:#355506;
	font-size:100%;
	font-weight:bold;
	margin-top:7px;
	margin-left:2px;
	padding:0;
	vertical-align:middle;
	text-transform:uppercase;
}

/* ----- side navigation ----- */
#navDept, #navDept ul, #navDept li, #navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept , #navTools{
	margin-bottom:2em;
}
#navDept li a, #navTools li a{
	display:block;
	width:100%;
	background:#f5f2e2 url(../graphics/business/arrow2.gif) no-repeat 8px 1em;
	color:#1c3800;
	margin-bottom:1px;
}
#navDept li a:hover, #navTools li a:hover, #navDept li a.selected, #navTools li a.selected{background:#edeada url(../graphics/business/arrow2.gif) no-repeat 8px 1em;}
#navDept li a span, #navTools li a span{
	display:block;
	padding:5px 20px;
}


#navTools2, #navTools2 li{
	margin:0;
	padding:0;
	list-style:none;
	color:#355506;
	line-height:162%;
}

#navTools2 li a{
	display:block;
	width:100%;
	color:#355506;
/* ----- margin-bottom:1px; ----- */
}
#navTools2 li a:hover, #navTools2 li a.selected{
	color:#89a156;}


#navTools2 span{
	display:block;
	padding:5px 20px;
	background:#f5f2e2;
}



/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	margin-left:20px;
	color:#777;
}
#navSubDept li{
	margin:.0em 0;
	line-height:150%;
	padding:0;
	padding-left:0px;
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover{color:#777;text-decoration:underline;}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	position:absolute;
	top:25px;
	left:0;
	width:500px;
	text-align:right;
}
.navStatic li{
	float:left;
	display:inline;
	font-size:110%;
	font-weight:bold;
	margin-right:1px;
	padding:0 20px;
	line-height:30px;
	height:30px;
	background:#496518;
}
.navStatic li a{
	line-height:30px;
	color:#fff;
}
.navStatic li a:hover{color:#e1be04;}
.navStatic li a span{}
.navStaticTitle{display:none;}

/* ----- customer tool list ----- */
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#355506;
	font-size:120%;
	line-height:26px;
	font-weight:bold;
	color:#fff;
}


/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:200px;
	padding-top:10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:550px;
	margin-left:10px;
	background:#f5f2e2 url(../graphics/business/mainBG.gif) no-repeat 0 0;
}
* html #main{height:500px;}
html>body #main{min-height:500px;}
#home #main{margin-top:10px;}

#main #content{
	width:510px;
	margin-left:20px;
	margin-right:20px;
	margin-top:0em;
}

#main h2, #main h3{
	font-weight:normal;
	padding:0;
	color:#1c3800;
	font-size:130%;
	clear:both;
}
#main h3{font-size:140%;}
#main h2#pageTitle{

	padding:0;
	margin:0;
	margin-top:2.5em;
	color:#1c3800;
	font-size:190%;
	height:20px;
	line-height:19px;
	width:510px;
	padding-left:20px;
	padding-right:20px;
}
.note{
	font-size:120%;
}
.highlight{
	font-size:140%;
	color:#1c3800;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	padding:1.5em 10px;
	background:#355506;
	border-top: 2px solid #89a156;
	text-align: center;
	color:#fff;
	margin-top: 2em;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
	font-weight: bold;
}
#footer li{display:inline;margin-right:.8em;}
#footer a{color:#fff;}
#footer a:hover{
	color:#e1be04;
	text-decoration:underline;
}
#footer #credits{
	padding-top:.5em;
	font-size:100%;
}
#footer #credits a{color:#89a156;}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
	
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#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/business/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/business/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/business/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/business/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	width:530px;
	margin:0em 0;
	margin-right:10px;
	float:left;
	

}
.products ul, .products li{
	margin-left:5px;
	padding:0;
	list-style:none;
} 
.products li{
	float:left;
	display:inline;
	width:160px;
	height:250px;
	margin-right:5px;
	margin-bottom:1em;
	border-bottom: 1px solid #89a156;
	color:#440402;
	position:relative;	
	text-align:center;
}
.products li:hover{
	border-bottom: 1px solid #89a156;
	
}
.products li h3{
	margin-top:0em;
	margin-bottom:0em;
	margin-left:10px;
	padding:0;
	background:none;

}


.products h3{
	font-weight:none;
	font-style: none;
	clear:both;
}



.products li h3 a{font-weight:bold; color:#1c3800; font-size: 90%;}
.products li h3 a:hover{color:#89a156;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:0px;	
}
.products .image a img{
	border-color: #edeada;
	border-radius: 4px; 
	border-style: solid; 
	border-width: 8px;
	padding:1px;
	background:#fff;
	width:143px;
	height: 122px;

}
.products .image a:hover img{
	border-color: #89a156;
	border-radius: 4px; 
	border-style: solid; 
	border-width: 8px;
	padding:1px;
	background:#fff;
	width:143px;
	height: 122px;
}
.products .price{
	clear:both;
	padding: 0px;
	margin-right:10px;
	text-align:right;
	line-height:100%;
	color:#440402;
	font-size:120%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

.products .desc{
	clear:both;
	margin-left:10px;
	padding: 0px;
	text-align:left;
	line-height:140%;
	color:#323232;
	font-size:110%;
	width: 145px;
}

.descTitle{color:#1c3800}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	width:260px;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
		border-color: #edeada;
	border-radius: 4px; 
border-style: solid; 
border-width: 8px;
	padding:1px;
	background:#ffffff;
}	
#product .info{	
	float:right;
	width:240px;
}
#product .price{
	color:#440402;
	font-size:150%;
	font-weight:bold;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #323232;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #323232;
	padding-top:1em;
}
#product #addWishlist a{}

/* ----- featured articles ----- */
#articles{
	width:530px;
	margin-left:20px;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f2f6e6;
	border:1px solid #e5edce;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/business/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{
	width:530px;
	margin-left:20px;
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f2f6e6;
	border:1px solid #e5edce;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/business/arrow3.gif) no-repeat 0 .6em;
}
#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;
	color:#355506;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#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 #bbbbbb;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#355506;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:200px;}
table .price{
	color:#355506;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#355506;
	border:1px solid #89a156;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#355506;
	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;
}

/* ----- 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, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */





































/* ----- Product Range Links ----- */

.prodImage{
	width:530px;
	margin:0em 0;
	margin-right:10px;
	margin-bottom: 15px;
	float:left;
}

.prodImageLinks{
	width:163px;
	margin:0em 0;
	margin-right:10px;
	float:left;
}


.prodImageLinks h3{
	font-weight:bold;
	font-size:180%;
	font-style: italic;
	padding: 0;
	clear:both;
}
.prodImageLinks h3 a{font-weight:bold; color:#355506}
.prodImageLinks h3 a:hover{color:#89a156; border-bottom:1px solid #89a156}


.imageLink{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:0px;
}

.imageLink .image a img{
		border-color: #edeada;
	border-radius: 4px; 
border-style: solid; 
border-width: 8px;
	background:#fff;
}
.imageLink .image a:hover img{
		border-color: #89a156;
	border-radius: 4px; 
border-style: solid; 
border-width: 8px;
	
	background:#fff;
}


.proRange {
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	color:#440402;
	line-height:12px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}

/* ----- Product Range Links End----- */
