﻿*
{
    padding: 0;
    margin: 0;
}

body
{
    background-color: #7d7d7d;
    background-image: url(/gui/background.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

#darkenBackground
{
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: #000;
    z-index: 100;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.bgInformation
{
    width: 500px;
    background-color: #fff;
    position: fixed;
    z-index: 101;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	padding: 20px;
	padding-bottom: 40px;
	border: solid 5px #7d7d7d;
}

.bgInformation img
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.wrapper
{
    width: 895px;
    margin: 0 auto;
}

.header
{
    background-image: url(/gui/logo.gif);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 895px;
    height: 102px;
    margin-top: 10px;
}

.strapline {
	float:right;

	font-family:arial, helvtica, sans serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-align:right;
	padding: 53px 20px 0 0; 
}

.marquee
{
    width: 895px;
    float: left;
    margin-top: 10px;
    padding-top: 8px;
    background-color: #b2b2b2;
    cursor: pointer;
}

.content
{
    width: 875px;
    float: left;
    background-color: #e4e4e3;
    margin-bottom: 10px;
    padding: 10px;
}

.footer
{
    width: 895px;
    float: left;
    color:#FFFFFF;
    font-size:12px;
    line-height:1.3;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 11px;
}

#nav ul
{
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#nav ul li
{
    float: left;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
    border: solid 1px #ccc;
    
}

#nav ul li a
{
    color: #111;
    padding: 5px 0;
    width: 174px;
    background-color: #eee;
    float: left;
}

#nav ul li a:hover
{
    color: #222;
    background-color: #ddd;
}


