/* Russbassett
	Copyright © 2008. All rights reserved. */

body
{
background-image:url(images/RB-bkgd.gif);
background-repeat: no-repeat;
background-position: top center;
background-color:#D4D4D4;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}

/*Body*/
hr
{
border: none 0;
border-top: 1px solid  #c2c2c2;
width: 100%;
height: 1px;
}




/* HOME */

h1.homeh1 {
	font-size: 15px;
	font-weight:lighter;
	font-family: Arial, Helvetica, San-Serif;
	color:#cc3333;
	margin:  25px 15px 0px 20px;
	}

h1.homeh1 a:link, h1 a:hover, h1 a:active, h1 a:visited
{ color:#ccc; text-decoration: none; }

td.welcome
{
background-image:url(images/corner-hplb.gif);
background-repeat: no-repeat;
background-position: bottom left;
background-color:#F0F0F0;
}
p.welcome
{
margin: 0px 15px 20px 20px;
text-align: left;
line-height:24px;
}

td.enterconsole
{
background-image:url(images/HP-consolebkgd.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color:#bb030c;
}
p.enterconsole
{
margin: 25px 20px 20px 20px;
text-align: left;
line-height:24px;
font-weight: bold;
color:#CCCCCC;
}

table.enterstorage
{
background-image:url(images/HP-storagebkgd.jpg);
background-repeat: no-repeat;
background-position: top center;

}

td.enterstorage
{
background-image:url(images/corner-hpsrb.gif);
background-repeat: no-repeat;
background-position: bottom right;
background-color:#000000;
}
p.enterstorage
{
margin: 25px 20px 20px 20px;
text-align: left;
line-height:24px;
font-weight: bold;
color:#CCCCCC;
}





/*Footer*/
td.footer
{
font-size: 11px;
font-family: Arial, Helvetica, San-Serif;
color:#999;
}

a.footer:link, a.footer:visited, a.footer:active
{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #999;text-decoration: none;}
a.footer:hover
{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #999;text-decoration: underline;}

.copy {
	font-size:9px;
	color:#bababa;
	}
a.copy:link, a.copy:visited, a.copy:active
{ font-size:9px; color: #bababa;text-decoration: none;}
a.copy:hover
{ font-size:9px; color: #999;text-decoration: underline;}

/*50yrlogo*/
.photo {
margin:0px;
position:relative;
width:393px;
height:79px;
}
.photo span {
	width:61px;
	height:65px;
	display:block;
	position:absolute;
	top: -19px;
	left: 260px;
	background:url(http://www.russbassett.com/images/RB-logo50yr.gif) no-repeat;
}

