/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
p{
 	font-size: 85%;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
 	font-size: 85%;	
}

a:link, a:visited, a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*** header, logo, top-nav-bar ID ***/
#header {
	margin-bottom: 20px;
	width: 780px;
}
#logo{
	background-image: url(../images/logos/aliarc_logo.gif);
	background-position: left bottom;
	height: 100px;
	width: 210px;
	background-repeat: no-repeat;
}
#logo-nzmade{
	background-image: url(../images/logos/logo_nzmade.gif);
	background-position: left bottom;
	height: 100px;
	width: 340px;
	background-repeat: no-repeat;
}
#top-nav-bar{
	margin-bottom: 10px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #CC0000;
}

/*** footer IDs & pseudo-classes***/
#footer-wrapper{
	width: 780px;
	position: relative;
	clear: both;
}
.footer-left{
	float: left;
	text-align: center;
	width: 440px;
}
.footer-left p, .footer-right p{
	font-size: 12px;
}
.footer-right{
	background-image: url(../images/logos/ali_arc_logo_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 70px;
	float: right;
	width: 260px;
}

/*** borders, links, backgrounds & fonts IDs, pseudo-classes ***/
.bottom-border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.red-border{
	margin-bottom: 10px;
	border: 1px solid #CC0000;
}
.red-background{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-color: #CC0000;
}
.red-font{
	color: #CC0000;
}
.small-font{
	font-size: 11px;
}
a.smaller-font {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.nav-font{
	font-size: 12px;
}
.error,.message {
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.error {
	color:#CC0000;
	border:1px solid #CC0000;
	background-color: #FFFFFF;/*	background-image: url(/images/icons/error.png);
	background-repeat: no-repeat;
	background-position: left center;
*/
}
.message {
	color:#0099FF;	
	border:1px solid #0099FF;
	background-color: #CCFFFF;
	background-image: url(/images/icons/message.png);
	background-repeat: no-repeat;
	background-position: left center;
}