/* for reference, common text colors  */
/* rust */ 
.red {color:#991F02;}
.blue {color:#013683;}

body	{
	margin:0px;
	padding:0px;
	background:url(../images/bg_tile.gif) top left repeat-y #003580;
	}

p, div, table, td, th, ul, li, a, h1, h2, h3, h4, h5, h6	{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	text-align:left;
	margin:0px;
	padding:0px;
	vertical-align:top;
	border:none;
	}

img	{border:0px;}

a	{color:#036;}

ul, li	{list-style-type:none;}

h1, h2, h3, h4, h5, h6	{font-weight:bold;}

form {display:inline;}
/* hides text when graphics used for text. */
a span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {visibility:hidden;}

/* used to force firefox and other compliant browsers to diaplay backgrounds of floated elements preceding this element */
.clearer {
	clear:both;
	height:1px;
	font-size:1px;
}

#container,
#top,
#content,
#footer {
	width:895px;
	position:relative;
}

#top {
	height:82px;
	background:url(../images/content/home_top.gif) top left no-repeat;
}

#logo {
	position:absolute;
	left:16px;
	top:5px;
	background:url(../images/_logo.gif) top left no-repeat;
	width:235px;
	height:71px;
}
#logo span {visibility:hidden;}
#logo a {
	display:block;
	text-decoration:none;
	height:71px;
}

#login {
	position:absolute;
	left:580px;
	top:26px;
}
#login .text {
	background:url(../images/text/_Customer-Login.gif) bottom left no-repeat;
	width:92px;
	height:30px;
}
#login span {visibility:hidden;}

#login div {
	position:absolute;
	top:0px;
	width:92px;
	font:0.95em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	}
#login div input {
	width:86px;
	height:17px;
	border:1px solid #A5ACB2;
}

#login div#username {left:98px;}
#login div#password {left:190px;}
#login div#submit {
	left:280px;
	padding:8px 0px 0px 0px;
	}
#login div#submit input {
	border:none;
	width:auto;
	height:auto;
}
#login p {
	position:absolute;
	top:33px;
	width:310px;
	font:0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
#login p a {
	font-size:1em;
}
#login ul {
	float:right;
	padding:0px 10px 0px 0px;
	}
#login li {
	float:left;
	border-right:1px solid #000;
	padding:0px 4px;
	}

#login li a {
	font-family:serif;
	text-decoration:none;
}
#content {}

#footer {
	position:relative;
	text-align:left;
	clear:both;
	}

#footer p,
#anitron p a {
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#7c7c7c;
	
}
#anitron p	{
	float:left;
	padding-top:9px;
	height:29px;
	margin:0px;
	margin:0px 0px 20px 0px;
}

#anitron p.a {
	text-align:right;
	width:180px;
	padding-right:40px;
	background:url(../images/footer_anitron.gif) top right no-repeat;
}
#anitron>p.a {
	width:140px;
	padding-right:40px;
}
#anitron p.b {
	text-align:left;
	width:150px;
	padding-left:3px;
}

#copyright {
	float:right;
	text-align:right;
	padding:0px 15px 0px 0px;
	}

#copyright p,
#copyright a {
	color:#1A5295;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	}

