/* ----- end float fix ----- */
body{
	background:#fff;
	color:#555;
	font: 70%  "Verdana", Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

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

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#275f81;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- 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;
	width:758px;
	text-align:left;
	background:#fff;
	position:relative;
	border:1px solid #d5d5d5;
}

/* ----- header area ----- */
#header{
	height:240px;	
	position:relative;
	background:#fff url(../graphics/plain/header_bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #d5d5d5;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	background:url(../graphics/plain/logo.gif) no-repeat 0 0;
	width:160px;
	height:138px;
	top:30px;
	left:299px;
	overflow:hidden;
	text-indent:-9999px;
}

#tagline{display:none;}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:245px;
	right:10px;
	z-index:10;
	color:#9f9f9f;
}
#info a{color:#5e5e5e;}
#info a:hover{text-decoration:underline;}

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

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	border-bottom: 1px solid #d5d5d5;
	height:22px;
	display:inline;
	margin:0;
	padding:3px 0 0 10px;
	width:748px;
	color:#9f9f9f;
}
#breadcrumbs a{color:#5e5e5e;}
#breadcrumbs a:hover{text-decoration:underline;}

/* ----- search box ----- */
#search{
	margin:0 0 1em 10px;
}
#search label{display:none;}

#searchKeyword{
	border:1px solid #a5a5a5;
	color:#777;
	width:110px;
	padding:2px 0 2px 5px;
}

#searchSubmit{
	background:url(../graphics/plain/go.gif) no-repeat 0 -4px;
	height:16px;
	width:16px;
	text-indent:-9999px;
	overflow:hidden;
	border-style:none;
	color:#a5a5a5;
	font-size:0;
}

#searchSubmit:hover{cursor:pointer;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}

#navDept li a{
	display:block;
	width:100%;
	color:#a5a5a5;
}
#leftmenu li a:hover, #leftmenu li a.selected{color:#5e5e5e;}
#navDept li a:hover, #navDept li a.selected{color:#5e5e5e;}
#navDept li a span{
	display:block;
	padding:2px 10px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	float:left;
	margin: 1em;
	padding-left: 10px;
	color:#777;
}
#navSubDept li h3 {
	margin: .3em 0;
	padding: 0;
	}
#navSubDept li h3 a{
	font-weight: normal;
	color: #666;
	}
#navSubDept li h3 a:hover{
	text-decoration: underline;
	}
#navSubDept li{
	display: inline;
	float: left;
	line-height:150%;
	margin:0 3.5em 1em 3.5em;
	padding: 0 15px;
	padding-left:15px;
	list-style:none;
	width: 147px;
}
#navSubDept li img {
	width: 140px;
	}
#navSubDept li a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
#navSubDept a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
#navSubDept li a{color:#a5a5a5;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#5e5e5e;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}

#navTools li a{
	display:block;
	width:100%;
	color:#a5a5a5;
}
#navTools li a:hover, #navTools li a.selected{color:#5e5e5e}
#navTools li a span{
	display:block;
	padding:2px 10px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}

.navStatic li a, .navStatic li a:visited{
	display:block;
	width:100%;	
	color:#a5a5a5;
}
.navStatic li a:hover{color:#5e5e5e;}
.navStatic li a span{
	display:block;
	padding:2px 10px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 10px;
	margin-bottom:1px;
	font-size:100%;
}

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

#icons{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
#icons li{margin-bottom:5px;}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:580px;
	margin:10px 10px 0 10px;
}
#main h2{
	background:url(../graphics/plain/bullet.gif) no-repeat 0 3px;
	font-weight:normal;
	padding-left:20px;
	color:#5e5e5e;
	font-size:135%;
	clear:both;
}
#main h2#pageTitle{
	background:url(../graphics/plain/bullet.gif) no-repeat 0 3px;
	font-weight:normal;
	padding-left:20px;
	color:#5e5e5e;
	font-size:135%;
	clear:both;
}

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

#homeImages{width:580px;}

#homeImages img{display:block;}

#homeImages li{
	float:left;
	display:inline;
	margin:0 20px 20px 20px;
	border: 1px solid #fff;
}

#homeImages li:hover{border: 1px solid #999;}

#content p{clear:left;}
#content li{
	list-style:none;
	color:#828282;
}
#content a{color:#777;text-decoration:underline;}
#content a:hover{color:#000;}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	border-top:1px solid #d5d5d5;
	padding:10px;
}
#footer p{margin:0;}

#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li.first{border:none;}
#footer li{
	display:inline;
	margin-right:.5em;
	border-left:1px solid #5e5e5e;
	padding-left:7px;
}

#footer a{color:#5e5e5e;}
#footer a:hover{text-decoration:underline;}

#footer #credits{
	float:right;
	margin-top:-1.5em;
}

/* ----- 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{
	float: left;
	padding: 0 0 0 20px;
}
* html .products{
	padding: 0 ;
}
.products ul, 
.products li{
	margin:0;
	padding:0;
	list-style:none;
}

.products li {
	margin:0 3.5em 1em 3.5em;
	border-bottom:1px solid #d5d5d5;
	color: #777;
	float: left;
	display: inline;
	padding: 0 15px;
	width: 147px;
	}
.products li h3{
	margin:.2em 0;
	padding:0;
	background:none;
}
.products li h3 a{
	font-weight:normal;
	color:#5e5e5e;
	font-size:105%;
}
.products li h3 a:hover{text-decoration:underline;}
.products .image{
	margin: 0;
	padding: 0;
}
.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{
	margin: .2em 0;
	padding: 0;
	color:#d44e27;
	font-size:100%;
}
.products .quantity{
	margin:1em 0;
}

/* ----- 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 .image a{color:#a5a5a5;}
#product .image a:hover{color:#5e5e5e;}

#product .info{	
	color:#828282;
	float:right;
	width:270px;
}
#product .price{
	color:#828282;
	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{
	padding-top:1em;
}
#product #addBasket .formButton{background:#5e5e5e;}

#product #addWishlist a{color:#a5a5a5;}
#product #addWishlist a:hover{color:#5e5e5e;}

#quanity{background:#F3F5F5;}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	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:#a5a5a5;}
#articles  ul li a:hover{color:#5e5e5e;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#a5a5a5;}
#reviews  ul li a:hover{color:#5e5e5e;}

/* ----- 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 table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
#ThisForm th{
	border-top:1px solid #b7a793;
	padding:5px;
	background:none;
	color:#828282;
	font-weight:normal;
	font-size:120%;
}
#ThisForm td{
	border-top:1px solid #b7a793;
	padding:5px;
	vertical-align:top;
	color:#828282;
}

#ThisForm a{color:#333;}
#ThisForm a:hover{color:#a5a5a5;}

.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#f4f5f5;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldShort:focus, .formFieldMedium:focus{background:#fff;}

.formFieldMedium{width:96px;}

#frmContact{margin-bottom:10px;}
#frmContact .formField{background:#f4f5f5;}
#frmContact .formField:focus{background:#fff;}

table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#d44E27;
	font-size:110%;
	font-weight:normal;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#5e5e5e;
	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;
}

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