/* 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, br {
	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;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #00B0D8;
}
a:hover {
	text-decoration:underline;
	color: #000;
}
#container { 
	width: 665px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#header {
	margin-bottom: 30px;	
}
#userData {
	margin: 20px 0 50px 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 {
	display: block;
	background:url(../gui/au_home_logo.png) no-repeat;
	width: 665px;
	height: 130px;	
	text-indent: -9999px;
}
#leftCol {
	float: left;
	width: 230px;
	padding-top: 10px;
	background: #E8E8E8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#leftCol p {
	padding: 0 10px;
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
#leftCol h3 {
	padding: 0 10px;
	margin-bottom:.2em;
	font-size:120%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
#content {
	margin-left: 240px;
}
#content p {
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
#content h3 {
	margin-bottom: .2em;
	font-size:120%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#810908;
}

#products {
	list-style:none;
	width: 425px;
	height: 135px;
	margin-bottom: 20px;
}
#products p {
	display:none;
}
#products li {
	text-indent: -9999px;	
}
#products li a:link , #products li a:visited, #products li a:active {
	display: block;	
	width: 135px;
	height: 135px;	
}
#product1 {
	margin-right: 10px;
	display:block;
	background:url(../gui/au_home_promo1.png) no-repeat;
	float:left;
}
#product2 {
	margin-right: 10px;
	display:block;
	background:url(../gui/au_home_promo2.png) no-repeat;
	float:left;
}
#product3 {
	display:block;
	background:url(../gui/au_home_promo3.png) no-repeat;
	float:left;
}
#product1:hover {
	background:url(../gui/au_home_promo1_alt.png) no-repeat;
}
#product2:hover {
	background:url(../gui/au_home_promo2_alt.png) no-repeat;
}
#product3:hover {
	background:url(../gui/au_home_promo3_alt.png) no-repeat;
}

#footer { 
	border-top: 1px solid #999;
	margin-top: 40px;
	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;
}