/* ----- body & background ----- */
body {
    color: #000;
    font: 70% Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 180%;
    margin: 0;
    padding: 0;
    background: #dcdcdc;
}
/* ----- 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%;
}

p {
    font-size: 120%;
    line-height: 140%;
    margin: 1em 0;
}
/* ----- global images ----- */
img {
    border: none;
}
/* ----- hidden items ----- */
.hidden {
    display: none;
}

#skip {
    display: none;
}
/* ----- company contact details ----- */
address {
    font-style: normal;
    margin: 1em 0;
    font-size: 100%;
    line-height: 140%
}
/* ----- container size & positioning ----- */
body #outsidecontainer {
    margin: 0;
    padding: 0;
    background: #fff url(../i/back.gif) repeat-x;
}

#container {
    margin: 0 auto;
    width: 915px;
    text-align: left;
    position: relative;
    background: transparent;
}
/* ----- header area ----- */
#header {
    height: 316px;
    position: relative;
    background: url(../i/header.jpg) no-repeat 100% 100%;
}

#header.tab1 {
	background: url(../i/header1.jpg) no-repeat 100% 100%;
}

#header.tab2 {
	background: url(../i/header2.jpg) no-repeat 100% 100%;
}

#header.tab3 {
	background: url(../i/header3.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 {
    display: none;
}
/* ----- side navigation ----- */
#navDept, #navDept ul, #navDept li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navDept {
    padding: 0;
    background: #fff;
    color: #000;
    margin-bottom: 10px;
}

#navDept li a {
    display: block;
    width: 193px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 5px;
}

#navDept li a:hover {
    text-decoration: none;
}

#navDept li a:hover span, #navDept li a.selected span {
    background: #009fee;
    color: #fff
}

#navDept li a span {
    display: block;
    padding: 5px 10px 5px 10px;
    color: #353d42;
    font-weight: bold;
    background: #e1e2e3;
}
/* Services sub nav */
#navDept li ul {
}

#navDept li ul li a {
    padding: 0;
}

#navDept li ul li a span {
    font-size: 85%;
    background: #fff url(../i/arrow.gif) no-repeat 10px .7em;
    padding: 0 0 0 20px;
    margin: 0;
    border-top: 1px solid #e1e2e3;;
}

#navDept li.open {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

#navDept li.open ul {
    padding: 0 5px;
}

#navDept li.open a {
    border: none;
    margin: 0;
    padding-bottom: 0;
}
/*#navDept li.open a:hover span, #navDept li a.selected span{	background:#fff url(../i/arrow.gif) no-repeat 10px .7em;color:#999;}*/
#navDept li.open ul a:hover span, #navDept li.open ul a.selected span {
    background: #fff url(../i/arrow.gif) no-repeat 10px .7em;
    color: #999;
}
/* ----- nav static menu items ----- */
.navStatic, .navStatic li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navStatic {
    position: absolute;
    top: 96px;
    left: 0;
    width: 915px;
    text-align: center;
}

.navStatic li {
    float: left;
    display: inline; /* is this needed?*/
    margin-right: 4px;
    margin-top: 6px;
    font-size: 100%;
    padding: 0;
    line-height: 1.3em;
    height: 45px;
    /*background:url(../i/tab.jpg) top left no-repeat;*/
    width: 111px;
}

.navStatic li a {
    display: block;
    line-height: 1.3em;
    height: 45px;
    color: #64696d;
    font-weight: bold;
}

.navStatic li a:hover, .navStatic .selected {
    color: #fff;
    text-decoration: none; /*background-position: -157px 0;*/
}

.navStatic li a span {
}
/* ----- 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: 205px;
    margin-top: 10px;
}
/* ----- main content area ----- */
#main {
    float: left;
    /*display:inline;*/
    width: 464px;
    margin: 10px;
    margin-bottom: 1em;
    padding: 0 0px;
}

* html #main {
    height: 360px;
}

html > body #main {
    min-height: 360px;
}

#home #main {
    margin-top: 10px;
}

#main #content {
    width: 464px;
    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 h2#pageTitle {
    padding: 0 0 10px 0;
    margin-top: 0em;
    color: #000;
    font-size: 220%;
    height: 32px;
    line-height: 32px;
    width: 464px;
    margin-bottom: .5em;
    font-weight: bold;
    border-bottom: 1px solid #e1e2e3;
}

.highlight {
    font-size: 140%;
    color: #71135e;
}
/* 3rd column */
/* ----- featured articles ----- */
#articles {
    width: 226px;
    position: absolute;
    top: 316px;
    left: 690px;
    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%;
}

#articles #photo {
    border: 8px solid #c7c8cb;
}
/* ----- footer area ----- */
#footer {
    padding: 0px;
    border: 0; /*1px solid #256493;*/
    color: #fff;
    /*height: 125px;/* change to 32px; */
    margin-top: 0;
    background: #dcdcdc 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: 10px 0 0 1em;
    border-left: 1px solid #2e3539;
    float: left;
    line-height: 1em;
    height: 1em;
    padding-left: 1em;
}

#footer li.first {
    border: none;
    padding: 0;
    margin-left: 0;
}

#footer a {
    color: #2e3539;
}

#footer a:hover {
    color: #2e3539;
    text-decoration: underline;
}

#extra {
    /*height: 125px;*/
    margin: 0 auto;
    width: 915px;
    position: relative;
    padding-bottom: 1em;
}
/* credits */
div#credits {
    font-size: 100%;
    position: absolute;
    top: 10px;
    right: 0px;
}

div#credits ul a:link, div#credits ul a:visited {
    font-weight: normal;
    color: #2e3539;
    text-decoration: none;
}

div#credits ul a:hover, div#credits ul a:active {
    font-weight: normal;
    color: #2e3539;
    text-decoration: underline;
}

div#credits ul, div#credits li {
    list-style: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 1em;
    border: none;
}
/* ----- 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;
}

table {
    width: 100%;
    margin: 1em 0 2em 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;
}
/* ----- 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;
}
/* 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: 120%;
}
/* Service Text Box */
#servicebox {
    position: absolute;
    top: 178px;
    left: 460px;
    padding: 15px;
    width: 426px;
    height: 111px;
}

#servicebox h3 {
    margin: 0;
    color: #fff;
}

#servicebox p {
    color: #009fee;
    margin: 0;
    font-weight: bold;
}
/* tables */
caption {
    font-size: 150%;
    color: #000;
	text-align:left;
	font-weight:bold;
	margin: 1em 0 .3em 0;
	line-height:120%;
}

/* email and phone */

#phone, #mobile, #email{
	position: absolute;
	color:#fff;
	font-size:160%;
	font-weight:bold;
	line-height: 1em;
	padding:0;
	margin:0;
}

#phone{top:25px;right:160px;}
#mobile{top:25px;right:0;}
#email{top:55px;right:0;}
#phone span ,#mobile span,#email span{
	color:#009fee;
	font-size:75%;
	font-weight:bold;
}

#email a:link, #email a:visited {
    color: #fff;
    text-decoration: none;
}

#email a:hover, #email a:active {
    color: #fff;
    text-decoration: underline;
}
