*{ margin:0; padding:0; }

body{ background:#fff url("/images/page_bg.gif") repeat-y 50% 0; color:#333; font:100%/1.2em Arial, Helvetica, sans-serif; text-align:center; }
a{ color:#215e9a; }
a:hover, a:focus, a:active{color:#c00;}
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:1.5em;}
h2{font-size:1.2em;}
h3{font-size:1.1em;}
h4, h5{font-size:100%;}
hr{display:none;}
img{border:none;}

.clear{ clear:both; height:1px; margin:0; overflow:hidden; }
input,textarea,select{ border-width:1px; border-style:solid; border-color:#369; }

/* SKIP LINKS */
#skip{display:none;}
.hidden{display:none;}

/* MAIN DIVS */
#container{ margin:0 auto; width:990px; text-align:left; }
#leftcol,#rightcol,#main,#right{ float:left; }
#leftcol{ width:220px; }
#rightcol{ width:770px; font-size:.9em; }
#main{ width:550px; padding:0 15px; }
#right{ width:160px; padding:0 15px; }

/* HEADERS */
#header{ background:#333 url("/images/header.jpg") no-repeat 0 0; font-size:.9em; }
#header ul{ padding-top:48px; }
#header li{ float:left; list-style:none; color:#fff; width:16.5%; text-align:center; border-right:1px solid #333; }
#header li a{ display:block; color:#fff; width:100%; padding:.5em 0; text-decoration:none; margin:1px 0; }
#header li a:hover, #header li a:focus, #header li a:active, #header a.selected{ background:#dbe9f7; color:#215e9a; }

/* LEFT COLUMN */
#logo{ text-align:center; }
#leftcol{ background:#fff url("/images/left_bg.jpg") repeat-x 0 0; font-size:.8em; }

/* ROUNDED CORNERS */
p.box{ margin:0 .5em; height:12px; width:208px; line-height:normal; overflow:hidden; }
p.t{ background:url("/images/t.gif") no-repeat 0 0; }
p.b{ background:url("/images/b.gif") no-repeat 0 0; margin-bottom:1em; }
.box{ background:#dbe9f7; width:208px; margin:0 .5em; }

.box li{ list-style:none; font-weight:bold; color:#215e9a; padding:0 0 1em 12px; }
.box li li{ list-style:outside square; font-weight:normal; padding:0; margin-left:2em; }
.box ul ul{ padding-bottom:1em; }

#callus{ margin:1em .5em; color:#fff; font-size:1.4em; line-height:1.2em; background:url("/images/phone.gif") no-repeat 100% 90%; }
#callus strong{ display:block; font-size:1.4em; padding-right:30px; }

#leftcol form{ margin:0 .5em; clear:both; }
#leftcol form p{ margin:0; padding:0 .5em; clear:both; line-height:1.8em; }
#leftcol form label{ display:block; float:left; width:50px; }
#leftcol form input{ float:left; width:140px; }

#leftcol form#search input{ float:left; width:100px; }
#leftcol form#search button{ float:left; }

#signupp{ text-align:center; }
#signupbtn{ text-align:right; }

/* BREADCRUMBS */
#breadcrumbs{ font-size:.8em; }

/* LEFT DIV */
#leftcol{ padding-bottom:200px; }

/* MAIN DIV */
#main ul,#main li, #right li{ margin-left:1em; }
#picp{ text-align:center; }

/* RIGHT DIV */
#testi{ padding-top: 3em; font-size:.9em; }
#testi blockquote{ font-weight:bold; font-style:italic; color:#215e9a; }
#testi blockquote p{ margin:0; }
#testi cite{ font-style:normal; margin-bottom:2em; font-size:.9em; display:block; }
#testi{ padding-bottom:200px; }


/* CONTACT PAGE */
.contactcol{ float:left; width:49%; }
address{ font-style:normal; margin:1em 0; }
form.contactcol{ background:#dbe9f7; border:1px solid #215e9a; }
form.contactcol p,form.contactcol legend{ padding:0 .5em; clear:both; }
form.contactcol legend{ font-weight:bold; font-size:.9em; }
form.contactcol label{ display:block; float:left; width:70px; }
form.contactcol input,form.contactcol textarea,form.contactcol select{ width:150px; }
form.contactcol .btn{ text-align:right; }

fieldset{ border:none; margin:1em 0; }
legend{ font-weight:normal; color:#555; font-size:120%; clear:both; }
fieldset h3, fieldset h3{margin:1em 0 0 0;}


/* FOOTER */
#footer{ background:#fff; border-top:3px solid #235e9a; padding:.5em 0; margin-top:2em; }
#footer p{ margin:0; }
#footer ul, #footer li{ list-style:none; }
#footer ul{ margin-left:350px; }
#footer li{ display:inline; font-size:.8em; }

/********************************************************************************RESOURCES
/********************************* CALCULATORS */
/* fix for ie fieldset background bleeding in legend*/
#formc fieldset{ position:relative; margin:1em 0 0 20px; padding-top:.75em; display:block; z-index:1; width:90%; font-size:.9em; }
#formc legend{ position:absolute; top:-.7em; padding:0 .25em; margin:0 1ex; z-index:2; }

.calc .formresult input{ font-weight:bold; }
.calc{ padding:0 10px; }
.calc p{ clear:both; }
.calc .calcsection{ border-top-width:1px; border-top-style:solid; padding-top:10px; }
.calc label{ display:block; float:left; padding-left:10px; }
.calc input{ padding:2px; }
.calc button{ margin-left:1em; font-weight:bold; border:0; padding:2px; margin-bottom:1em; }
.calc span{ width:12px; font-weight:bold; display:block; float:left; padding-top:2px; }

/* alternate data to select on calculators */
#altinfo{ border-width:1px; border-style:solid; width:99%; margin:0 auto; font-size:.9em; }

/* normal calculators form */
.normal label{ width:250px; }
.normal input{ width:150px; }
.normal select { width:157px; }

/* calculators requiring large label */
.large fieldset{ width:95%; margin-left:12px; }
.large label{ width:320px; }
.large input{ width:100px; }
.large select{ width:107px; }

/* page that opens as calculator help */
#helpwin{ background-image:none; text-align:left; padding:1em; }
#helpwin h2{ margin-top:5em; }
#helpwin p{ font-size:.9em; }

/*********************************************************************************************************** COLOURS */
/** white text on dark background | access links | links in navigation popup box | various headers | buttons **/
thead,.calc button{ color:#fff; } /* white */

/* beeb header | form fields */
.calc .formresult input{ color:#369; } /* dark */

/*********************************************************************************************************** background */
/** white **/
.spacecol,.spacerow,.calc,#altinfo{ background:#fff; } /* white */

/* light colour 1 | main res cols | table row colour | log in background | search results */
.calc .formresult input,tr.altrow{ background-color:#dbe9f7; } /* light */

th{ background-color:#ebebeb; }

/* light colour 2 | links list | alternate row colour | calendar | form and fieldset */
.calendar col#daydate,tr.altrow2{ background-color:#f6f6f6; } /* light */

/* dark colour 1 | accesslinks | nav popup | table header */
thead{ background-color:#666; } /* dark */

/* dark colour 2 | collist header | form button*/
.calc button{ background-color:#369; } /* dark */

/*********************************************************************************************************** border */
/* primary light color | homepage news & poll column | footer | form | search results */
.calc{ border-color:#ccc; } /* light */

/* secondary light color | search box | form | fieldset | input areas */
.calc fieldset,.calc input{ border-color:#aaa;} /* light */

/* primary dark color | horizontal bar | image border | main resces cols | form input boxes */
#altinfo,.calc .formresult input,.calc .calcsection{ border-color:#369; } /* dark */

/*********************************************************************************************************************
/********************************* TABLES */
/* market data */
table{ width:100%; font-size:.9em; margin-bottom:1em; }
table.smalltable{ width:40%; margin:auto; }
table.mediumtable{ width:70%; margin:auto; }
thead{ font-weight:bold; }
td,th{ text-align:right; padding:3px; }
th{ padding:3px 5px;}
th{ font-weight:bold; }
th span.nobold{ font-weight:normal; font-size:.9em; }
.centrecell{ text-align:center; }
.spacerow{ height:0; }

/* calendar */
.calendar{ width:100%; font-size:.9em; }
.calendar tr.altrow{ font-weight:bold; }
.calendar td{ text-align:left; padding:5px 3px; }
.calendar td.daydate{ text-align:center; font-weight:bold; vertical-align:top; }



/*********************************************************************************************************/

/* ----- company logo & strapline ----- */
#tagline{}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	background:#f2f2f2;
	color:#555;
}
#navDept li a:hover, #navDept li a.selected{background:#ddd;}
#navDept li a span{
	display:block;
	padding:3px 20px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
#navTools li a:hover, #navTools li a.selected{background:#ddd;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */
#navToolsTitle, #navDeptTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}


.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- 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/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:1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	background:#f1f1f1;
	border:1px solid #e1e1e1;
	color:#777;
}
.products li:hover{
	background:#f5f5f5;
	border:1px solid #e5e5e5;
}
.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	background:none;
}
.products li h3 a{color:#555;}
.products li h3 a:hover{color:#275f81;}
.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:1em 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: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:#13689d;
	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 { 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-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 { 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-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{ 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 ----- */
.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:#296fa4; color:#fff; border:none; padding-top:3px; padding-bottom:3px; }
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{ background: #fff; border: 1px solid #bbb; }

/* ----- shopping cart ----- */
#total{
	margin:1em 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;
    overflow: 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 ----- */