/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/*/*/a{}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;
	text-align: center;
	margin-top: 30px;
	background: url(../images/main_bkg.gif) top left repeat;
 
}
html>body {
  font-size: small;
}

*html #globalNav { height:1%; }

/* */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

p {
	font-size: 12px;
	padding: 20px 30px 0px 20px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: .1em;
}

a:link, a:visited, a:hover {
	color: #006699;
	font-size: 14px;
	text-decoration: none;
	height: 1%;
	
}

a:hover {
	text-decoration: underline;
	height: 1%;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000033;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.hmImg {
	text-align: center;
	margin-top: 40px;
	border: 15px solid #333333;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#branding {
	margin:0;
	padding: 0;
	width: 100%;
	background-image: url(../images/eurowerks_header.gif);
	background-repeat: no-repeat;
	height: 108px;
}


#main {
	width: 395px;
	display: inline;
	background-color: #FFFFFF;
	
}


#footer {
	clear: both;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
/* styles for the nav menu - remove padding, margin and bullets */
#nav ul {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  }
/* float each list element inline */
#nav li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
  display: block;
  margin: 0;
  height: 1.5em;
  padding: 1px 0 0 1px;
  width: 145px;
  text-align: center;
  text-decoration: none;
  font-variant: normal;
  font-weight:bold;
  font-size: 120%;
 
  }
#nav a:link, #nav a:visited {
  background-color:#000033;
  border-left: #999999 solid 2px;
  border-top: #999999 solid 2px;
  border-right: #999999 solid 2px;
  border-bottom: #999999 solid 2px;
  color:#fff;
  }
  
#nav a:hover, #nav a:active {
  background-color: #3C74B3;
  border-left: #999999  solid 2px;
  border-top: #999999  solid 2px;
  border-right: #999999  solid 2px;
  border-bottom: #999999 solid 2px;
  color: #000;
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #4A5EA5;
  border-left: #645A5D solid 2px;
  border-top: #645A5D solid 2px;
  border-right: #BBAFB3 solid 2px;
  border-bottom: #BBAFB3 solid 2px;
  color: #fff;
  }



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************* #siteInfo styles ***************/
/* styles for the siteInfo menu - remove padding, margin and bullets */
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
  
/* float each list element inline */
#footer li {
  float: left;
  display: inline;
}

#footer{
	
	font-size: 95%;
	background-color: #eeeeee;
	color: #666666;
	padding: 2px 0px 2px 0px;
	margin-top: 15px;
	display: block;
	text-align: center;
	width: 750px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 2px 0 5px 0px;
  width: 160px;
  
}

#footer a:link, #footer a:visited {
	color: #666666;
	font-size: 14px;
	width: 160px;
	display: block;
}

#footer a:hover, #footer a:active {
  color: #666666;
  font-size: 14px;
  width: 160px;
  display: block;
}

.copyRt {
	font-size: 75%;
	color: #666666;
	padding: 5px 0px 0px 60px;
	margin-top: 0px;
	text-align: left;
	height: 1em;
	display: block;
}

.disclaim {
	font-size: 75%;
	color: #666666;
}

