/* ----- body & background ----- */
body{
	color:#000;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:180%;
	margin:0;
	padding:0;
	background:#fff;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;
}

/* ----- global links ----- */
a{
	color: #00a8ec;/*#7ca8d9;*/
	text-decoration:none;
}
a:hover{color: #00a8ec;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */

h1, h2, h3, h4, h5, h6{margin:1em 0 .2em 0; color:#000;font-weight:bold;}
h1{font-size:210%;}
h2{font-size:180%;}
h3{font-size:150%;}
h4, h5{font-size:120%;}
hr{display:none;}
p{font-size:120%;line-height:140%;margin:1em 0;}



/* ----- 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;
	font-size:120%;
	line-height:140%
}

/* ----- container size & positioning ----- */

body #outsidecontainer{
	margin:0;
	padding:0;
	background:#efe5ea url(../graphics/ehl/back.gif) repeat-x;
}
/*
body #insidecontainer {
	margin:0;
	padding:0;
	background: url(../graphics/ehl/Wallpaper.gif) repeat-y;
	background-position: center 295px;
}
*/

#container{
	margin:0 auto;
	width:960px;
	text-align:left;
	position:relative;
	background:transparent;
}

/* ----- header area ----- */
#header{
	height:245px;	
	position:relative;
	background: url(../graphics/ehl/head.jpg) 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;*/
	display:none;
}
#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;*/
	display:none;
}

/* ----- shopping basket info ----- */
#info{
/*
	position:absolute;	
	margin:0;
	padding:0;
	top:0px;
	right:0px;
	padding:0 20px;
	z-index:10;
	background:#71135e;
	color:#fff;
	font-size:90%;
*/
	display:none;
}
/*
#info a{color:#fff;}
*/
/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	width:498px;
	padding:0 20px;
	background: #9d5c8f;
	color:#fff;
	line-height:28px;
	margin-left:210px;
	margin-top:1em;
	font-size:100%;
}
#breadcrumbs a{color:#fff;font-weight:bold;}

/* ----- search box ----- */
#search{
	position:absolute;
	left:0;
	top:209px;
	width:194px;
	margin:0;
	background:#efe5ea url(../graphics/ehl/ico_search.gif) no-repeat 9px 5px;
	height:30px;
	border-top:3px solid #440b41;
	border-left:3px solid #440b41;
	border-right:3px solid #440b41;
	border-bottom: 3px solid #efe5ea;
}
#search label{display:none;}
#searchKeyword{
	border:1px solid #e1e1e1;
	background:#fff;
	width:120px;
	height:18px;
	margin-top:5px;
	margin-left:33px;
	vertical-align:middle;
	padding-left:2px;
}
#searchSubmit{
	border:1px solid #e1e1e1;
	background:#fff;
	color:#000;
	font-size:100%;
	font-weight:bold;
	margin-top:5px;
	margin-left:0;
	padding:1px;
	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{
	padding:0;
	background:#fff;
	border:1px solid #570e53;
	color:#000;
	margin-bottom:1em;
}
#navTools
{
display:none;
}
#navDept li a, #navTools li a{
	display:block;
	width:100%;
	background:#fff url(../graphics/ehl/arrow2a.gif) no-repeat 18px .7em;
	border-bottom:1px solid #efe5ea;
}
#navDept li a:hover, #navTools li a:hover{text-decoration:none;}
#navDept li a:hover span, #navTools li a:hover span, #navDept li a.selected span, #navTools li a.selected span{color:#71135e;background:#eee url(../graphics/ehl/arrow2b.gif) no-repeat 18px .7em;}
#navDept li a span, #navTools li a span{
	display:block;
	padding:5px 10px 5px 35px;
	color:#000;
	font-weight:bold;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#efe5ea;
	border:1px solid #9d5c8f;
	color:#000;
	width:478px;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/ehl/arrow3.gif) no-repeat 0 .6em;
	font-weight: bold;
}
#navSubDept li a{color:#71135e;text-decoration:none;}
#navSubDept li a:hover{color:#a36596;text-decoration:underline;}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	position:absolute;
	top:26px;
	left:0;
	width:808px; /* 102px * 8 tabs = 808px */
	text-align:center;
}
.navStatic li{
	float:left;
	display:inline;
	font-size:95%;
	margin-right:-1px;
	padding:0;
	line-height:35px;
	height:35px;
	background:url(../graphics/ehl/tab.gif) no-repeat 0 0;
	text-transform:uppercase;
	width:102px;

}
.navStatic li a{
	line-height:35px;
	color:#71135e;
	font-weight:bold;
}
.navStatic li a:hover{color:#ccc;text-decoration:none;}
.navStatic li a span{}
.navStaticTitle{display:none;}

/* ----- customer tool list ----- */
#navToolsTitle, #navDeptTitle, .navStaticTitle, #main #articles h2{
	margin:0;
	padding:0px 20px 0 35px;
	margin-bottom:1px;
	background:#71135e;
	font-size:100%;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
#navToolsTitle{
	display:none;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:200px;
	padding-top:10px;
	margin-top:-50px;
}

/* ----- main content area ----- */
#main{
	float:left;
	/*display:inline;*/
	width:500px; 
	margin: 0 10px;
	background: #fff url(../graphics/ehl/main_back2.gif) no-repeat 0 0;
	margin-bottom: 1em;
	padding: 0 20px; 
}
* html #main{height:360px;}
html>body #main{min-height:360px;}
#home #main{margin-top:10px;}

#main #content{
	width:500px;    
	margin-top:.5em;
}
#main p {
	margin: 0 0 1.4em 0;
}
#main h2, #main h3{
	padding:0;
	color:#000/*#71135e*/;
	clear:both;
}
/*#main h3{font-size:150%;}*/
#main h1#pageTitle, #main h2#pageTitle{
	padding:0;
	margin-top:.8em;
	color:#71135e;
	font-size:240%;
	height:32px;
	line-height:32px;
	width:500px;
	margin-bottom:.5em;
	font-weight:bold;
	border-bottom:1px solid #71135e;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
	color:#71135e;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	padding:0px;
	border:0; /*1px solid #256493;*/
	color:#fff;
	height: 175px;/* change to 32px; */
	margin-top:0;
	background:#fff url(../graphics/ehl/foot.jpg) repeat-x;
}

#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}

#footer li{
	display:inline;
	margin: 38px 0 0 1em;
	line-height: 32px;
	float:right;
}

#footer a{color:#fff;}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

#extra{
	background: url(../graphics/ehl/apple2.jpg) no-repeat 100% 100%;
	height: 175px;
	margin:0 auto;
	width:960px;
	position:relative;
}

/* credits */
div#credits{
	font-size: 100%;
	position: absolute;
	top: 70px;
	right: 0px;
}

div#credits ul a:link, div#credits ul a:visited{
	font-weight: normal;
	color:#b2b2b2;
	text-decoration:none;
}

div#credits ul a:hover, div#credits ul a:active{
	font-weight: normal;
	color:#b2b2b2;
	text-decoration: underline;
}

div#credits ul, div#credits li {
	list-style:none;
	margin-top:0;
}


/* ----- 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/ehl/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/ehl/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/ehl/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/ehl/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	width:530px;
	margin:1em 0;
	margin-left:0px;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	float:left;
	display:inline;
	width:225px;
	margin-right:10px;
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	background:#f1f1f1;
	border:1px solid #e1e1e1;
	color:#777;
	position:relative;	
}
.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:#71135e;}
.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;
	display:none;
}
.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%;
	display:none;
}
#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{
	width:198px;
	position: absolute;
	top: 246px;
	left: 760px;
	margin-top:10px;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:0 0 1em 0;
	padding:3px 10px 0 18px;
	background:#a36596;
	border:1px solid #570e53;
	color:#dfcdd8;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:17px;
	list-style:none;
	background:url(../graphics/ehl/arrow3a.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#dfcdd8;text-decoration:underline;}
#articles  ul li a:hover{color:#dfcdd8;text-decoration:none;}
#articles p {
	color:#fff;
	font-size:100%;
	line-height:120%;
}

/* ----- 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/ehl/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:#71135e;
	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 #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:#71135e;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#71135e;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus, input.formFieldMailBuild:focus	{
	background: #fff;
	border: 1px solid #bbb;
}
/* Mailbuild Form*/

form#mailBuild{
	position:absolute;
	right:210px;
	top:90px;
	text-align:left;
}

.formFieldMailBuild {
	background:#efe5ea;
	border: 1px solid #b2b2b2;
	width:200px;
	height:16px;
}

input.formFieldMailBuild:focus	{
	background:#efe5ea;
	border: 1px solid #b2b2b2;
}

body .labelMailBuild{
	color:#9d5c8f;/*#a36596;*/
	font-size:100%;
	font-weight:normal;

}

/* ----- 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 ----- */

/* General Lists*/

#content ol li, #content ul li{
	font-size: 110%;
	margin-bottom: .5em;
}

/* Search Results  */
#content ol li h2 {
font-size: 120%;
} 

/* images styled in main content */

img.imageright{
	float: right;
	margin: 0 0 5px 20px;
	padding:0;
}

img.imageleft{
	float: left;
	margin: 0 20px 5px 0;
	padding:0;
}

blockquote{
margin: 20px;
line-height:150%;
font-style: italic;
font-size:90%;
}

/* spam trapping css to hide input field from Humans */
.hideInput { display:none; }

