body {
	background: url(images/bg_body.gif) repeat-y;
}
a {
	font-size: 10px;
	color: #AC1600;
	cursor: hand;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AC1600;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	cursor: hand;
}
a:active {
	text-decoration: none;
	color: #AC1600;
}
.blacklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.blacklink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.blacklink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: underline;
}
.blacklink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.blacklink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
li {
	font-weight: bold;
	color: #AC1600;
}
.headerimg {
	padding-bottom: 10px;
	padding-top: 35px;
	padding-left: 26px;
}
.afterheader {
	padding-left: 26px;
}
.tablecopy {
	text-indent: 10pt;
}
.rightborder {
	border-right: solid 1px #CCCCCC;
	padding-right: 10px;
}
#navbar li {
	height: 37px;
	line-height: 37px;
	}
#navbar li a {
	display: block;
	color: #000;
	font-weight: bold;
	background: url(images/btn_bg.gif) no-repeat top left;
	padding-left: 30px;
	}
#navbar li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(images/btn_bg_ovr.gif) no-repeat top left;
	}
#home #navbar a.home,
#product #navbar a.product,
#order #navbar a.order,
#faq #navbar a.faq,
#press #navbar a.press,
#install #navbar a.install,
#about #navbar a.about {
	background: url(images/btn_bg_ovr.gif) no-repeat top left;
	color: #fff;
}
.link {
  text-align: right;
}