body {
    background: #fefefe url('./images/gradient.png') 0 0 repeat-x; 
    font-family: Georgia, tahoma,verdana,arial,sans-serif; 
    font-size: 1em; 
    line-height: 1.3em; 
    font-weight: normal; 
    color: #222; 
    margin: 0; 
    padding: 0;
}

#header {
    width: 880px;
    margin: 0 auto;
    padding: 0;
}
#logo {
    width: 570px;
    height: 100px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    float: left;
    z-index: 666;
}
#menu {
    position: relative;
    width: 310px;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    z-index: 666;
}

#content {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 880px;
	position: relative;
}
#images {
	margin: 0;
	padding: 0;
	width: 538px;
	height: 452px;
	float: left;
}
#flash {
	margin: 0;
	padding: 0;
	width: 538px;
	height: 452px;
	float: left;
}
ul.fadingImages {
        /*background-color: #000;*/
	margin: 20px 0 0 0;
	padding: 0;
	width: 488px;
	height: 307px;
	list-style:none;
}
#monitor {
	margin: 0;
	padding: 0;
	width: 538px;
	height: 452px;
}
#copy {
	margin: 0 0 0 40px;
	padding: 0;
	width: 300px;
	height: 452px;
	float: left;
}
#footer {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}
#pageBottom {
    width: 880px;
	margin: 0 auto;
	padding: 0;
}
#pageBottom p {
	font-size: 0.85em;
	padding: 0.5em 0;
	margin: 0;
}
#w3c {
        display:none;
        width: 880px;
	margin: 0 auto;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 2.3em;
	font-family: Georgia, "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	background-color: transparent;
	color: #000;
	text-align: left;
}
#pageBottom a {font-weight: normal; background-color: transparent; color: #7a2497; text-decoration: none; padding: 2px;}
#pageBottom a:hover {background-color: #7a2497; color: #fff; text-decoration: none; padding: 2px;}
#footer a.w3c {text-decoration: none;}
#footer a.w3c:hover {text-decoration: none;}
.last {margin-right: 0; padding-right: 0;}
#copy a {font-weight: normal; background-color: transparent; color: #7a2497; text-decoration: none; padding: 2px; margin-left: -2px;}
#copy a:hover {background-color: #7a2497; color: #fff; text-decoration: none; padding: 2px;}
p {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 0.9em;
}

div.details { 
	background:#3f3f3f url('/images/shadow.png') 0 0 no-repeat; 
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 310px; 
	/*height:60px;*/ 
	z-index:301;
}
div.clientList { 
	background:#3f3f3f url('/images/shadow.png') 0 0 no-repeat; 
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	padding: 0;
	width: 310px; 
	/*height:60px;*/ 
	z-index:302;
}

span.menu a {
	/*background:#3f3f3f;*/
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
span.client a {
	background:#4e4e4e;
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}

/******* not used *******/
/*
span.clientSelected a {
	background:#7a2497;
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
span.space {
	height: 0.1em;
}
span.client a:hover {
	background:#7a2497;
	display: block;
	text-decoration: none;
}
*/
/********* end not used **********/

ul.client {
        margin: 0;
        padding: 0;
        display: block;
        list-style-type: none;
}
ul.client li a {
	background:#4e4e4e;
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
ul.client li.here a {
	background:#7a2497;
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
ul.client li.space {
	height: 0.1em;
}
ul.client li a:hover {
/*	background:#3f3f3f;*/
	background:#7a2497;
	display: block;
	text-decoration: none;
}
ul.client li.here a:hover {
	background:#7a2497;
	display: block;
	text-decoration: none;
}




