/***********************************************/
/* style.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #222222;
	line-height: 1.166;
	width: 100%;
	min-width: 980px;
	margin: 0px;
	padding: 0px;
	background: #cccccc url('images/bg_grad.jpg') fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/
#headerLogo {
	background: url('images/euro_logo.jpg') no-repeat top left;
	margin-top: 10px;
	padding: 15px 0 0 300px;
	height: 85px;
	width: 300px;
}

.style1 {font-size: xx-large}

h1{
 font: bold 180% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 150% Arial,sans-serif;
 color: #2a3858;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 130% Arial,sans-serif;
 color: #444444;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/
.form p {
	line-height: 1.5em; 
	margin: 0; 
	padding: 0px 10px 6px 0px;
	background-color: #DEE2E3; 
	}

	.form #left	{
		float: left;
		padding-right: 10px;
	}

.form	{
	width: 710px;
	border: 1px solid gray;
	background-color:#DEE2E3;
	font-size:0.9em;
	line-height:2em;
	padding: 0 10px 10px 10px;
	margin: 0;
}

label {
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

.button	{
	border-bottom-color: #173654;
    border-right-color: #555555;
    border-left-color: #879db3;
    border-top-color: #a2b4c4;
	
	font-family: verdana; size:10px;
	font-weight: bold;
	background-color: #165189;
	color: white;
	font-size: .9em;
	vertical-align: middle;
	border-width: 2px;
	text-align: center;
	}

	#small	{
		height: 21px;
		width: 27px;
	}
	#large	{
		height: 27px;
		width: 88px;
	}
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body { 
 width: 100%;
 margin: 10px auto; 
 padding: 0; 
}

#pagecell1{
	min-width: 850px;
	margin: 25px 20px 10px 24px;	
	float: left;
	background-image: url(' images/circuit_background.jpg');
}

#pagecell1_popup {
	height: auto;
	width: auto;
	margin: auto;
	background-image: url('images/circuit_background.jpg');
}


/***********************************************/
/* min-width hacks for IE                      */
/***********************************************/
* html .minwidth {
	padding-left: 1000px;
}
* html .container {
	margin-left:-1000px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .layout  {
	height:1px;
}
/**/

* html .layout	{
	left: 30px;
}

#tl {
	background-image: url('images/tl_curve_white.gif');
	border: 1px solid red;
	float: left; 
	top: -1px;
	left: -1px;
	height: 6px;
	width: 6px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	background-image: url('images/tr_curve_white.gif');
	top: -1px;
	right: -1px;
	margin: 0px;
	height: 6px;
	width: 6px;
	padding: 0px;
	float: right;
	z-index: 100;
}

#masthead{
	margin-left: 24px;
}

#pageNav {
	float: left;
	width: 182px;
	padding: 0px;
/*	margin: 1px 0px 0px 22px;*/
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content {
	width: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 30px 182px;
	border-left: 1px solid #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName {
	border-bottom: 1px solid #CCD2D2;
	margin: 0pt 0pt 0pt 181px;
	padding: 0px 0px 9px 10px;
	width: auto;
}

#pageName h1{
	font: bold 160% Arial,sans-serif;
	color: #21536A;
	margin: 6px 0 -6px 2px;
	padding: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 850px;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url('images/glbnav_background.gif');
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
}

#globalLink{
	position: relative;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 906px;
	overflow: hidden;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url('images/glblnav_selected.gif');
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 143px;
	left: auto;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	font-weight: bold;
}

	#subglobal1	{
		left: 0px;
	}
	#subglobal2 {
		left: 60px;
	}
	#subglobal3	{
		left: 120px;
	}
	#subglobal4	{
		left: 180px;
	}
	#subglobal5	{
		left: 500px;
	}
	#subglobal6	{
		left: 280px;
	}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 640px;
	right: 815px;
	z-index: 101;
	width: 160px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a {
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 150px;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 15px 15px 15px 15px;
	font-size: 80%;
}

#resume	{
	float: left;
}
	
.story p {
	padding: 0px 0 0px 0;
}

.story p#first	{
	margin-top: 0px;
	padding-top: 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

img.seminar	{
	background-color:#c5d2d5;
	border:1px solid #929fa5;
	margin: 0px 26px 6px 0px;
	padding:5px;
	float: left;
}

ul.seminar	{
	margin-top: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url('images/bg_nav.jpg');
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3 {
	font-size: 100%;
	padding: 2px 0px 0px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
	border: 1px solid black;
}


/**************** advert styles *****************/

.storefront_item	{
	margin-bottom: 35px; 
}
	
.storefront_img	{
	border: 1px solid #72838B;
	float: left;
	margin: 0 15px 15px 0;
}

.toolshed_item	{
	overflow: hidden;
	margin-bottom: 35px; 
}
	
div.toolshed_img	{
	text-align:center;
	float: left;
	margin: 0 15px 15px 0;
}

img.toolshed_img	{
	width: 200px;
	border: 1px solid #72838B;
}

img.resume_img	{
	width: 125px;
	border: 1px solid #72838B;
}

	img.large	{
	width: 270px;
	}

.tool_name {
	text-transform: uppercase;
	color: #21536A;
	font-weight:bold;
	line-height:100%;
	width:100%;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/****************** filter and navigation *************/
.navigation {
	background-color: #BFBFBF;
	font-size:0.9em;
	line-height:2em;
	margin-bottom: 15px;
	height: 22px;
}

.navigation #right {
	float:right;
	padding-right:5px;
	text-align:right;
}

.navigation #left {
	float:left;
	padding-left:5px;
}

.filter {
	border: 1px solid gray;
	background-color:#DDE4E8;
	font-size:0.9em;
	line-height:2em;
	height: 50px;
	padding: 0 10px 10px 10px;
	margin: -10px 0 0 0px;
}

.filter #left {
	float:left;
	padding-right:15px;
}

