/* hack to display upgrade warning at top of layout pages */
body > #ie6_warning {
	display: none;
	visibility: hidden;
}

#ie6_warning {
	margin: 10px;
	padding: 3px;
	background-color: #FF6;
	font-weight: bold;
}


* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
.hide {
	clear:both;
    height:0;
    display:none;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align: center;
	color: #000000;
}
#container { 
	width: 800px; /*this sets the "fixed width" of the whole page*/
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#header {
	margin-bottom: 40px;	
}
#userData {
	margin: 20px 0 30px 0;
	text-align:right;
	font-size:90%;
	color:#999;
}
#userData a:link, #userData a:visited, #userData a:active {
	text-decoration: none;
	color: #999;
	margin-left: 1em;
}
#userData a:hover {
	text-decoration:underline;
	color:#000;	
}
#header h1 a{
	display: block;
	float:left;
	background:url(../gui/au_content_header_logo.png) no-repeat;
	width: 390px;
	height: 75px;	
	text-indent: -9999px;
}

#products {
	float:right;
	list-style:none;
	height: 75px;
	width: 235px;
}
#products li {
	text-indent: -9999px;	
}
#products li a:link , #products li a:visited, #products li a:active {
	display: block;	
	width: 75px;
	height: 75px;	
}
#product1 {
	margin-left: 67px;
	margin-right: 5px;
	display:block;
	background:url(../gui/au_content_header_sc.png) no-repeat;
	float:left;
}
#product2 {
	margin-right: 5px;
	display:block;
	background:url(../gui/au_content_header_pd.png) no-repeat;
	float:left;
}
#product3 {
	display:block;
	background:url(../gui/au_content_header_dm.png) no-repeat;
	float:left;
}


#footer { 
	border-top: 1px solid #999;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 85%;
	color: #999;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #999;
	margin-right: 1em;
}
#footer a:hover {
	text-decoration:underline;
	color:#000;	
}
#footer .credits {
	float:right;
	text-align: right;
}
#footer .credits a{
	margin-right: 0;
}
