* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	background: white url("images/sidebar-background.jpg") repeat-y 0% 0%;
	color: black;
	font-family: gill sans, arial, helvetica, verdana, sans-serif;
	border: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #666666;
}
* html #container {
	height: 100%;
}

#topbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: #EEFBFF url("images/topbar-background.jpg") repeat-y 100% 0%;
}

#topleft {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #cccccc;
	width: 250px;
	min-width: 250px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	background: white url("images/logo.gif") no-repeat 50% 50%;
}

#logo {
	z-index: 101;
	padding: 10px;
}

#slogan {
	position: absolute;
	z-index: 97;
	left: 250px;
	top: 0px;
	width: 500px;
	height:150px;
	background: transparent url("images/slogan.png") no-repeat 5% 95%;
}

#anim {
	z-index: 91;
}

#topright {
	z-index: 90;
	position: absolute;
	top: 0;
	right: 0;
	width: 800px;
	height: 150px;
	text-align: right;
	vertical-align: middle;
}

#toprightcontent {
	z-index: 95;
	padding: 0px;
}
#header img {
	display: block;
	float: left;
}


#sidebar {
	position: relative;
	z-index: 1;
	width: 250px;
	margin-top: 150px;
	float: left;
	color: white;
	background: #1092DE url("images/sidemenuselect.jpg") repeat-y 50% 50%;
}

#sidebar a {
	color: white;
}

#sidebar img {
	display: block;
}
* html #main {
	height: 1%;
}

#content {
	padding: 0;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #224477;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em;
	color: #5599AA;
}


.dark {
	color: #224477;
}

.light {
	color: #5599AA;
}

p {
	font-size: 0.9em;
	font-weight: light;
	color: #666666;
	margin: 1em;
}

p a, li a {
	color: #444499;
}

p a:hover, li a:hover {
	color: #3388cc;
}
#barcontent { color: blue; width: 100%; text-align: center; font-size: 0.8em; margin-top: 2px; margin-bottom: 2px; }

#barcontent td {
	text-align: center;
	border-right: 1px solid #cccccc;
	margin-left: 2em;
	margin-right: 2em;
	width: 14%;
}

#barcontent td.finalitem {
	border-right: 0px solid yellow;
}

#barcontent a:hover {
	color: red;
}

#barcontent img {
	margin-top: 3px;
	margin-bottom: 3px;
}


.bottomslogan {
	clear: both;
	text-align: center;
	margin-bottom: 0;
}

img {
	margin: 0.5em;
	border: 0;
}

.centred {
	text-align: center;
}

.floatRightH {
	float: right; 
}


.floatRightV {
	clear: right;
    float: right; 
}

.floatLeftH {
    float: left; 
}

.floatLeftV {
	clear: left;
    float: left; 
}


.gridbox {
	border: 0px solid #cccccc;
	width: 100%;
	padding: 0;
}

.gridbox td, .gridbox th{
	border: 1px solid #cccccc;
	width: 50%;
	padding: 0.5em;
}

.gridbox th {
	text-align: right;
}



h3 {
	font-size: 1em;
	font-weight: bold;
	color: #5599AA;
}

div.productpage {
	width: 75%;
	display: block;
	margin: auto;
}

div.product {
	margin: auto;
	margin-top: 2em;
	border: 1px solid #cccccc;
	width: 100%;
	padding: 1em;
	float: left;
}

div.product img {
	float: right;
}

div.product ul {
	margin-top: 1em;
	margin-bottom: 2em;
}

div.pdf {
	margin-left: 1em;
	padding-left: 2em;
	height: 20px;
	background: url("images/pdf-icon.gif") no-repeat 10px 50%;
}

div.pdf a {
	color: #444499;
}

div.pdf a:hover {
	color: #3388cc;
}

table a:link { display: block; margin: 0; padding: 3px; color: black; text-decoration: none; }

.menutable td {
	margin: 2px;
	padding: 0;
}

table a:hover { color: black; text-decoration: underline; }

.menuitem { background: orange; }
.menuitem:hover { color: black; background-color: yellow; }



div.transbox
{
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  background-color: black;
  border: 1px solid black;
  filter:alpha(opacity=60);
  opacity:0.6;
}
div.transbox p
{
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;




#eagle {
width : 400px;
margin : 100px auto;
}

.glossary {
display : none;
position : absolute;
width : 150px;
background-color : #dae4ed;
border : 1px solid #0a50a1;
margin-top : -5px;
margin-left : -5px;
font-size : 11px;
}
a.glossarylink {
border-bottom : 1px dashed;
color : #0a50a1;
text-decoration : none;
}
