a:link { color: #1A46AF }
a:visited { color: #618CB4 }
a:hover { color: #E4641C }

body, table, td { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000000; 
		text-decoration: none; 
}

body { 
		padding: 0;
		margin: 0;
		background: #F9F9F9 url('main-background.png') top center repeat-x;
}
				  
#page {     
		background: url('main-background-logo.png') top left no-repeat;
      border: none; /*1px solid red;*/
		text-align: left;   
		width: 880px;
		margin: 0 auto;
		padding: 0 25px 0 15px;
		vertical-align: top;
 } 
		  
#pageheader { 
		background: url('main-slogan-deliver.png') 630px 10px no-repeat;
      border: none;
		text-align: right; 		  
		text-decoration: none;
		padding: 92px 0 0 0;
		margin: 0;
		height: 34px;
 }

#pageheader a:link    { color: #FFFFFF; text-decoration: none }
#pageheader a:visited { color: #FFFFFF; text-decoration: none }
#pageheader a:hover   { color: #FFFFFF; text-decoration: none } 					  
#pageheader a.mainlink {
		position: absolute;
		display: block;
		margin-top: -80px;
		width: 100px;
		height: 100px;
}

#pagefooter { 
		background: url('main-background-footer.png');
		border: none;
		color: #c0c0c0;
		font-size: 9pt;
		text-decoration: none;
		text-align: left;
}
#pagefooter a:link    { color: #c0c0c0; text-decoration: none }
#pagefooter a:visited { color: #c0c0c0; text-decoration: none }
#pagefooter a:hover   { color: #FF8200; text-decoration: underline }

#pagefooter div {
		margin: 0 auto;
		width: 880px;
		height: 40px;
		padding: 10px 0 0 0;
		background: url('ecs_logo.png') top left no-repeat;
}



/* main navigation bar and drop down menus */

#primary_nav {       
   display: block;
	float: right;
	font-size: 14px;
}
									 
#nav, #nav ul {   
	z-index: 999;
	line-height: 1.4;
	list-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: auto;   /* main menu entry -> automatic width */
	text-decoration: none;
	margin: 5px 10px 5px 10px;  /* y, x - for all menu entries */
}

#nav li {
	float: left;
   border-top-right-radius: 4px;
   border-top-left-radius: 4px;
}

/* dropdown menu box */
#nav li ul {  
	position: absolute;
	left: -9990px;
	height: auto;
	width: 200px;  /* width of dropdown menu */
	font-weight: normal;
	line-height: 1.2;
	background: url('menu_background.png');  /* background of dropdown menu */
	border: none; 
	border-top: none;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
	box-shadow: 1px 1px 8px #333;
	padding: 8px 0 8px 0;
	margin: 0;
}

#nav li li {
	width: 200px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
}

/* dropdown entry */
#nav li ul a {  
   text-align: left;
	width: 13em;
	background: transparent;
}

#nav li ul a.subnav {
	width: 13em;
}

#nav li ul ul {
	width: 200px;
	margin: -2em 0 0 13.5em;  /* position of sub-dropdowns */
}

#nav hr {	
		height: 1px; 
		border: none;
		border-bottom: 1px solid #6b97b9; 
		margin: 2px 8px 2px 10px; 
		padding: 0;
}		

#nav a.selected { 
	border-bottom: 3px #FF8200 solid; /* orange */
}

#nav li.subentry { 
	text-indent: 10px;
	line-height: 1.0;
	padding: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: url('menu_background.png') top center no-repeat;  /* background color of hovered main menu entry */
}

#nav li li:hover, #nav li li.sfhover {
	background: #6b97b9; /* bg col of hovered dropdown menu entry */

}

#nav li li.separator:hover, #nav li li.separator {
	background: transparent;
}

#nav li li.hr:hover, #nav li li.hr {
	background: transparent;
}

/* Secondary navigation block: vertical menu inside of div.sidebar */

#secondary_nav { 
		vertical-align: top;
		width: 100%;
		margin: -22px auto 30px -4px;
		padding: 0;
		text-align: left;
		/*font-size: 14px;*/
}			

#secondary_nav a {
		padding: 2px 4px;
		margin:0 1px 0 0;
		background: #FFF;
		opacity: 0.9;
		color: #23558B; 
		text-decoration: none;
   	border-radius: 4px;
		/*box-shadow: 1px 1px 4px #888;*/
}		  				 

#secondary_nav_selected {
		font-weight: bold;
}		  				 

#secondary_nav a:hover, #secondary_nav a.sfhover {
		background: #FF6100;
		color:#FFF;
		text-decoration: none;
}

#navhmfeatures { 
		vertical-align: top;
		/*width: 100%;*/
		margin: -6px auto 30px auto;
		padding: 0;
		text-align: left;
		/*font-size: 14px;*/
}			

#navhmfeatures a {
		padding: 2px 4px;
		margin:0 1px 0 0;
		background: #24598F;
		color: #FFF; 
		text-decoration: none;
		border: none;
   	border-radius: 4px;
		box-shadow: 1px 1px 4px #888;
}		  				 

#navhmfeatures a.selected {
		font-weight: bold;
		color: #24598F;
		background: #FFF; 
		border: 1px solid #24598F; 
}		  				 

#navhmfeatures a:hover, #secondary_nav a.sfhover {
		background: #FF6100;
		color: #FFF; 
}



/* text styles */
#content   { padding: 16px; background: #FFFFFF url() top left no-repeat }
#content p { margin: 0px 0px 10px 0px }
#content li { margin: 0px 0px 10px 0px }

.boldred { color:#ff0000; font-weight: bold }
p.center { text-align: center; }

div.info {
	border: 1px #B0B0B0 dashed;
	background: #F9F9F9;
	padding: 10px;
}

div.center { 
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center; 
}

div.quote { 
		background: url('quote_background.png') bottom right no-repeat;
		margin: 0;
		padding: 4px 22px 24px 0;
}

div.quote p { 
      font-weight: normal;
      color: #000000; 
		text-align: left;
		vertical-align: top;
		background: url('quote_icon.png') top left no-repeat;
		margin: 0;
		padding: 4px 0px 0px 64px;
}

div.quote p.quotesig { 
		background: transparent;
		font-style: italic;
		text-align: right;
}
	
	
p.infomessage {
	   margin-top: 12px;
	   margin-bottom: 12px;
		padding: 8px;
		border: 1px dotted #FF8200;
		background: #FFFFC8;
}		
	
img.inline_left {
		float: left;
		border: none;
		padding: 0 20px 10px 0px;
}		

img.inline_right {
		float: right;
		border: none;
		padding: 0 0 10px 20px;
}		

#animated { color: #fff; }

h1 { 	font-size: 18px; 
		font-weight: bold;
		color: #000000; 
      text-decoration: none;
		margin: 0 0 18px 0;
}
	
h2 {  font-size: 15px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 24px 0 10px 0;
}		

h3 {  font-size: 12px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 24px 0 10px 0;
}

.c { color: #FF6100 }

.white { color: #FFF }

.underline { border-bottom: 1px solid #c0c0c0;
             padding-bottom: 2px }
						  
.small { 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.large { 
		font-size: 16px; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.note { 
      font-size: 11px; 
      color: #CFCFCF; 
      text-decoration: none;
}


.error { background-color: #F4BCBC }
			 
table {
	   border: none; 
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
}

tr {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		vertical-align: top;
}

td {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
}

table.basic {
		width: 100%;
}				
	
table.input { 
		padding: 4px; 
		background-color: #F1F1F1;
}
table.input tr td { padding: 2px }

td.code {   /* code examples in articles from user forum */
		font-family: Courier New, fixed; 
      font-size: 12px; 
      color: #000000; 
      text-decoration: none;
		border: 1px dotted #CFCFCF;
		background-color: #F0F0F0;
		padding: 10px;
}

	 
.h1 { font-size: 18px; 
      font-weight: bold;
      color: #000000; 
      margin: 0px 0px 18px 0px;
      text-decoration: none }

.h1red { font-size: 18px; 
         font-weight: bold;
         color: #FF8200; 
		   margin: 0px 0px 18px 0px;
         text-decoration: none }

.h2 { font-size: 16px; 
      font-weight: bold;
      color: #000000; 
		margin: 0px 0px 10px 0px;
      text-decoration: none }

.h2red { font-size: 16px; 
         font-weight: bold;
         color: #FF8200; 
		   margin: 0px 0px 10px 0px;
         text-decoration: none }

.h3 { font-size: 14px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 0px 0px 10px 0px;
		}

.h3red { font-size: 14px; 
         font-weight: bold;
         color: #FF6100; 
		   margin: 0px 0px 10px 0px;
         text-decoration: none }

hr {	clear: left;
		height: 1px; 
		border: none;
		border-top: 1px solid #c4ced4; 
		margin: 8px 0px; 
}			
			
/* Miscellaneous settings */

a.download { 
		background: url('icon_link.gif') top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}

a.weblink { 
		background: url('icon_link.gif') top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}
		       
a.openpdf { 
		background: url('icon_pdf.gif') top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}
	
.linkindent { 
      padding: 0 0 0 20px;
}		

/* Frontpage news */

#frontnews p { 
		padding: 8px 0;
		margin: 0;
		border-top: 1px solid #618CB4;
}

#frontnews p.title {
		font-weight: bold;
		padding: 2px 0;
		margin: 16px 0 2px 0;
		font-size: 12px; 
      font-weight: bold;
      color: #618CB4; 
		text-align: left;
		vertical-align: top;
		border: none;
}

#frontnews p.small:hover {
		background-color: #FDEFC6;
}

#frontnews a {
		text-decoration: none;
		color: #606060;
}

#frontnews a:hover {
		color: #E4641C;
}


#order {
	   border: None; 
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		vertical-align: top;
		background: url('review_header.jpg') top left no-repeat;
}
#order td {
		text-align: right;
		padding: 2px;
		background: #FFFFFF;
}

#order td.tab {
		text-align: right;
		padding: 0px;
		border-bottom: 4px solid #618CB4;
}

#ordertab {
      padding: 0;
		margin: 0;
}

#ordertab td {
		width: 150px;
		padding: 10px 0px 10px 0px;
		text-align: center;
      font-size: 12px; 
      font-weight: bold;
      color: #FFFFFF; 
      background-color: #618CB4; 
		background: url('ordertab_active.jpg') top left no-repeat;
}

#ordertab td.inactive {
      color: #000000; 
      background-color: #FFFFFF; 
		background: url('ordertab_inactive.jpg') top left no-repeat;
}

#ordertab a:link    { color: #000000; text-decoration: none }
#ordertab a:visited { color: #000000; text-decoration: none }
#ordertab a:hover   { color: #0783E7; text-decoration: underline } 					  


#order td.orderheader {
		padding: 10px 2px;
		text-align: right;
		font-weight: bold;
		background-color: transparent;
}
#order td.ordertotal {
		padding: 10px 2px;
		text-align: right;
		font-weight: bold;
		border-top: 1px solid #DEDEDE;
		background-color: #f9f9f9;
}


form {
	 margin: 0;
    border: none;
    display: inline;
}

textarea {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border-top: 1px solid #999999;  
    border-bottom: 1px solid #DEDEDE;  
    border-left: 1px solid #999999;  
    border-right: 1px solid #DEDEDE;  
    color: #333333;
    background-color: #FFFFFF;
    padding: 2px;
}
input {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border-top: 1px solid #999999;  
    border-bottom: 1px solid #DEDEDE;  
    border-left: 1px solid #999999;  
    border-right: 1px solid #DEDEDE;  
    color: #333333;
 	 padding: 2px;
}

select {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border: 1px solid #333333;
}

input.radio {
    border: none ! important;
}

input.button {
    text-align: center;
    font: bold 14px Arial, Helvetica, Sans-Serif; 
	 color: #000000;
 	 border: outset;
	 background-color: #F5F5E1;
	 cursor: hand;
    padding: 0px 6px;
    margin: 0;
}

input.checkbox  {
    border: none ! important;
    padding: 0;
    margin: 0 2px 0 0;
}

input.radio  {
    border: none ! important;
    padding: 0;
}

input.image  {
    border: none ! important;
}

input.searchterms {
	border: 1px solid #D0D0D0;
	height: 15px; 
	width: 80px;
	font-size: 10px;
	padding: 0 2px;
	margin: 0;
}

input.submit {
	border: none ! important;
	vertical-align: bottom;
 	margin: 0 0 2px 0;
	padding: 0;
}

/* ---------------------- Toggles ----------------------- */

.toggle {
	background: url('icon-toggle-default.gif') top left no-repeat;	
	padding: 0px 2px 2px 26px;
	cursor: pointer;
}

.togglebody {
	display: none;
	padding: 0px 2px 2px 26px;
}

/* ---------------------- text buttons -------------------------- */

a.text-button-blue {
	display: inline-block;	
	width: 136px;
	height: 25px;
	background:url('text-button-blue.png');
	font-size: 14px;
	text-align: center;
	padding: 6px 0;
	text-decoration: none;
	color: #fff;
}
a.text-button-blue:hover {
	background:url('text-button-orange.png');
	color:#fff;
}
a.text-button-green {
	display: inline-block;	
	width: 136px;
	height: 25px;
	background:url('text-button-green.png');
	font-size: 14px;
	text-align: center;
	padding: 6px 0;
	text-decoration: none;
	color: #000;
}
a.text-button-green:hover {
	background:url('text-button-orange.png');
	color:#fff;
}
a.text-button-white {
	display: inline-block;	
	width: 136px;
	height: 25px;
	background:url('text-button-white.png');
	font-size: 14px;
	text-align: center;
	padding: 6px 0;
	text-decoration: none;
	color: #000;
}
a.text-button-white:hover {
	background:url('text-button-orange.png');
	color:#fff;
}


/* ---------------------- lightbox plugin ----------------------- */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #000 solid;
	border-bottom: none;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	border: 1px #000 solid;
	border-top: none;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
img.lightbox-image {
	border:none;
}

.lightbox img {
	border: none;
}
