/* CSS Document */
body {
	background:#000;
	font:12px Arial, Helvetica, sans-serif;
}
h1 {
	font-size:18px;
}
h2 {
	background:#000;
	color:#fff;
	padding:3px;
	margin: 2px 0;
	font-size: 16px;
}
a:link {
	color:#CC0000;
}
a:visited {
	color:#990000;
}
a:hover {
	color:#000;
}
a:active {
	color:#f00;
}
#main {
	width:738px;
	margin:18px auto;
}
#content {
	background:#fff url(/assets/content_tile.jpg) repeat-y;
	width:100%;
}
#header {
	background:url(/assets/header_tile.gif);
}
#header h1 {
	margin:0px;
	width:139px;
	height:131px;
	overflow:hidden;
	float:left;
	background:url(/assets/rd_logo.gif) no-repeat top left;
	text-indent:-3000px;
}
#header p {
	margin:0px;
	height:131px;
	overflow:hidden;
	background:url(/assets/slogan.gif) no-repeat top right;
	text-indent:-3000px;
}
#nav {
	background:url(/assets/nav_tile.gif);
}
#nav ul {
	background:url(/assets/nav_right.gif) no-repeat top right;
	list-style:none;
	margin:0px;
	padding:0px;
	height:26px;
}
#nav ul li {
	float:left;
	margin:0px;
}
#nav ul li img {
	display:block;
}
#footer {
	background:url(/assets/content_bottom.gif) no-repeat top left;
	padding-top:30px;
	color:#afafaf;
	text-align:center;
}
#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#afafaf;
	padding:0px 5px;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
.added_padding {
	padding:20px;
}
.menu p {
	margin:0px;
	margin-bottom:5px;
}
.menu a {
	text-decoration:none;
	font-weight:bold;
}
ul.menu {
	list-style-image:url(/images/ball_one.jpg);
}
/* text in black boxes */
table.black_heading {
	background:#000;
	color:#fff;
	font-size:16px;
}
.black_on_white {
	background:#000;
	color:#fff;
	padding:3px;
	margin: 2px 0;
}
.blackBox {
	background:#000;
	color:#fff;
	padding:0 3px;
	margin: 2px 0;
	font-size: 14px;
}
/* red font colors */
.red {
	color:#900;}

table.black_heading .red {
	color:#FF5959;}

.black_on_white .red {
	color:#FF5959;}

h2 .red {
	color:#FF5959;}

table.class_heading {
	font-size:18px;
	font-weight:bold;}

a.button_link {
	padding:3px;
	background:#ccc;
	color:#000;
	text-decoration:none;
	border:1px solid #666;}

a.button_link:hover {
	border:1px solid #000;
	color:#990000;
	background:#eee;}

.finePrint {
	font-size: 10px;}

.largePrint {
	font-size: 14px;}

.quote {
	font-size: 16px;
	font-style:italic;
	font-weight:bold;}

form.buyNow {
	padding-bottom:5px;
	text-align:right;}

.button {
	padding:3px;
	background:#ccc;
	color:#000;
	text-decoration:none;
	border:1px solid #666;}
	
table.borderTable td{
	padding:3px;
	border-collapse:collapse;
	border: 1px solid #999999; }
	
table.borderTable th{
	padding:3px;
	margin:0;
	border: 1px solid #999999;
	border-collapse:collapse;
	font-weight:bold; }	
	
.noWrap {
	white-space:nowrap;}	
	
.rtBorder {
	border-right: 2px solid #999999; }	
	
fieldset {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin:1.75em 0 0 0;}	
	
fieldset legend { 
	padding:0;
	margin:0 0 -.25 0;
	color:#000000;}	
	
fieldset label {
	padding:0;
	margin:0; 
	border: none; }	
.underline {
	text-decoration: underline;}
.bold-red{
	color: #9C0808;
	font-size: larger;
	font-weight: bold;
}
.small-note{
	font-size: 9px;
}
.bold-cap{
	font-weight: bold;
	font-variant: small-caps;
}
.red-box{
	background-color: #9C0808;
	color: White;
	padding: 1px 3px 5px 3px;
	font-size: 16px;
	border: 1px solid Black;
	font-family: Impact;
}
