/* ----- body & background ----- */
body{
	background:#f90;
	color:#555;
	font: 80%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
	min-width:800px;
}
/* ----- 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:#690;
	text-decoration:none;
}
a:hover{color:#066;}

/* ----- 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 ----- */
.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 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:10px;
	width:95%;
	text-align:left;
	background:#fff url(../graphics/plainfluid/bodyRight.jpg) repeat-y right;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:190px;	
	position:relative;
	background:#fc0 url(../graphics/plainfluid/headSlice.jpg) repeat-x;
	margin:0 0 20px 0;
}

#header .inner{
	background:transparent url(../graphics/plainfluid/headImage.jpg) no-repeat top right;
	margin:0;
	padding:0;
	width:100%;
	height:190px;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:30px;
}
#logo span{
	display:none;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:110px;
	left:35px;
	line-height:20px;
	color:#004040;
	font-size:100%;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	top:195px;
	right:1%;
	z-index:10;
	width:170px;
	height:57px;
	background:url(/images/basket.jpg) no-repeat top;
	padding:10px;
}
/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	position:absolute;
	left:1%;
	top:135px;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:5px 15px;
	width:160px;
	background:url(../graphics/plainfluid/boxBase.jpg) no-repeat bottom left;
	padding-bottom:20px;
}
#search label{
	display:none;
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
	width:190px;
}
#navDept{
	margin-bottom:1em;
	width:190px;
	background:url(../graphics/plainfluid/boxBase.jpg) no-repeat bottom left;
	padding-bottom:20px;
}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	color:#690;
}
#navDept li a:hover, #navDept li a.selected{color:#066;}
#navDept li a span{
	display:block;
	padding:3px 20px;
}

#leftmenu, #leftmenu li{
	margin:0;
	padding:0;
	list-style:none;
	width:190px;
}
#leftmenu{
	margin-bottom:1em;
	width:190px;
	background:url(../graphics/plainfluid/boxBase.jpg) no-repeat bottom left;
	padding-bottom:20px;
}
#leftmenu li{
	margin-bottom:1px;
	width:95%;
	padding-right:5%;
}
#leftmenu li a{
	display:block;
	width:100%;
	color:#690;
}
#leftmenu li a:hover, #leftmenu li a.selected{color:#066;}
#leftmenu li a span{
	display:block;
	padding:3px 20px;
}


/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
	width:190px;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	border:1px solid #eee;
	color:#777;
	background:url(../graphics/plainfluid/boxBase.jpg) no-repeat bottom left;
	padding-bottom:20px;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{color:#690;}
#navSubDept li a:hover{color:#066;text-decoration:underline;}


/* ----- customer tool list ----- */

#navTools{
	margin:0;
	padding-bottom:10px;
	position:absolute;
	top:175px;
	right:1%;
	width:700px;
}
#navTools li{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#navTools li a{
	width:100%;	
	color:#690;
}
#navTools li a:hover{color:#066;}
#navTools li a span{
	display:block;
	padding:3px 10px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	margin-bottom:1em;
	padding-bottom:35px;
	width:190px;
	background:url(../graphics/plainfluid/boxBaseSpecial.jpg) no-repeat bottom left;
}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	color:#690;
}
.navStatic li a:hover{color:#066;}
.navStatic li a span{
	display:block;
	padding:3px 15px;
}

#navToolsTitle, #navDeptTitle, .navStaticTitle, #searchTitle{
	margin:0;
	padding:3px 15px;
	font-size:100%;
	width:160px;
	background:url(../graphics/plainfluid/boxTop.jpg) no-repeat top left;
	color:#f90;

}

/* ----- side navigation column ----- */
#side{
	float:left;
	width:20%;
	margin-left:1%;
}

/* ----- main content area ----- */
#middle{
	width:60%;
	margin-left:5px;
	float:left;
}
#main{
	float:right;
	width:70%;
	margin-right:1%;
	margin-bottom:20px;
}

#main h2{
	font-weight:normal;
	padding:0;
	color:#f90;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#f90;
	font-size:180%;
}
#right{
	position:absolute;
	top:280px;
	right:1%;
}
#extras{
	position:absolute;
	margin-top:20px;
	right:1%;
}
#extras li{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.homespecials{
	border:1px solid #fc0;
	padding:10px;
	float:left;
	margin-bottom:5px;
	background:url(../graphics/plainfluid/specialsBG.gif) no-repeat bottom left;
}
.homespecials img{
	float:right;
	margin:5px;
}
	

/* ----- footer area ----- */
#footer{
	background:#fc0 url(../graphics/plainfluid/footerLeft.jpg) no-repeat bottom left;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0 0 5px 0;
	padding:5px 10px;
	list-style:none;
}
#footer li{float:left; margin-right:.5em;}
#footer a:link, #footer a:visited{
	color:#444;
}
#footer a:hover{
	color:#666;
	text-decoration:underline;
}
#credits{
	float:right;
	margin:0;
	padding:0 20px 10px 0;
}
#footer .inner{
	background:url(../graphics/plainfluid/footerRight.jpg) no-repeat bottom right;
}
	

/* ----- 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;
	margin-left:10px;
	margin-top:3px;
	/*text-indent:-8000px;
	overflow:hidden;*/
}
/*#pagination a#firstPage{background:url(../graphics/plainfluid/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plainfluid/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plainfluid/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plainfluid/ico_last.gif) no-repeat 0 0;}*/

/* ----- product thumbnail list ----- */
.products{
	margin:0.5em 0;
	background:#f5f5f5;
	border:1px solid #eee;
	padding:0 10px;
	width:95%;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:0.5em;
	padding:5px 10px 0 10px;
	background:#fff;
	border:1px solid #e1e1e1;
	color:#777;
}
.products li:hover{
	background:#f9f9f9;
	border:1px solid #e5e5e5;
}
.products li h3{
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	background:none;
}
.products li h3 a{color:#690;}
.products li h3 a:hover{color:#066;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	clear:both;
	margin:0.5em 0;
	text-align:right;
	line-height:180%;
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:0.5em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:left;
	width:180px;
	margin-left:10px;
}
#product .price{
	margin:0;
	padding:5px 10px;
	font-size:120%;
	width:170px;
	background:url(../graphics/plainfluid/boxTop.jpg) no-repeat top left;
	color:#f90;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
	padding-left:10px;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
	padding-left:10px;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	padding-left:10px;
}

#product #addWishlist a{
	padding-left:10px;
}
#productDisplay{
	margin-bottom:1em;
	width:190px;
	background:url(../graphics/plainfluid/boxBase.jpg) no-repeat bottom left;
	padding-bottom:20px;
}
#productDisplay label{
	padding-left:10px;
}

/* ----- featured articles ----- */
#articles{
	background:url(../graphics/plainfluid/boxBase.jpg) no-repeat bottom left;
	width:190px;
	margin:20px 0 0 0;
}
#articles h2{
	background:url(../graphics/plainfluid/boxTop.jpg) no-repeat top left;
	padding:10px;
	margin:0;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:0;
	padding:0 10px 10px 10px;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plainfluid/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#690;}
#articles  ul li a:hover{color:#066;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{
	width:95%;
}
#content li{
	color:#555;
}
#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;
	margin-left:10px;
}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#296fa4;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	height:25px;
	margin-bottom:3px;
}
.formButton a{
	background:#296fa4;
	color:#fff;
	border:none;
	height:23px;
	display:block;
	width:150px;
	text-align:center;
	float:left;
	margin-right:3px;
	padding-top:2px;
}
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;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
#total hr{
	clear:both;
	width:100%;
	height:1px;
	display:block;
	margin-bottom:5px;
	border:0;
	border-bottom:1px solid #ddd;
	background:#ddd;
}
#finalcost{
	font-size:110%;
	font-weight:bold;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}
.message{
	color:#F60;
	font-weight:bold;
}

/* ----- 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 ----- */