/* CSS Document */
body {
	margin: 0;
	font-size: small;
	line-height:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;
}
td,th {
font-family: Arial, Helvetica, sans-serif;
}

#frame {
	z-index: 4;
	width: 760px;
	height:auto;
	margin:0;
	position:relative;
}
h1 {
	font-size:large;
	font-weight:bold;
	color:#BD0C18;
	border-bottom:1px solid gray;
	padding-bottom:5px;
	margin-top:0;
	padding-top:0;
}

h2 {
	font-size:medium;
	font-weight: bold;
	font-style: italic;
}

a:link {
	color:black;
	text-decoration:underline;
}
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color: #BD0C18;
	text-decoration:underline;
}
p {
	font-size: small;
}
#booktitle {
	font-family:"Times New Roman", Times, serif;
	padding-top:10px;
	font-size:x-large;
	position:absolute;
	left:13px;
	top:18px;
	width:440px;
	height:23px;
	visibility: visible;
}
#tagline {
	color: #A2A2A3;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:.1em;
	position:absolute; visibility:visible; left:25px; top:50px; width:334px; height:35px;
}
#math {
	font-style:italic;
}
#cart {	
	text-align:right;
	color: white;
	padding-right:5px;
}
#cart img {
	vertical-align:middle;
}
#cart a:link, #cart a:visited {
	text-decoration:none;
	color:white;
}
#cart a:hover {
	text-decoration:underline;
	color:red;
}
#bnr {
	height: 93px;
	width: 760px;
	margin-bottom: 25px;
	position:relative; /* needed for making topnavbar absolute */
	background-image:url(images/bnr2.gif);
	z-index:1;
}
#release {
	position:absolute;
	left:565px;
	top:85px;
	width:191px;
	height:18px;
	padding:2px 2px 2px 2px;
}
#redmenu {
	background-color:#BD0C18;
	color: white;
	font-weight:bold;
	padding:2px 2em 2px 2em;
	position:absolute;
	left:0px;
	top:85px;
	z-index:10;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(images/redtail5.gif);
	visibility: visible;
}
#redmenu a {
	text-decoration:none;
	background-color:#BD0C18;
}
#redmenu a:link {
	color: white;
}
#redmenu a:visited, a:active {
	color: #ccc;
}
#redmenu  a:hover {
	color:	#DCCA65;
	text-decoration:underline;
}

#redmenu span {
	padding:0 10px;
	border-right: 2px solid white;
}	
span#last {
	border-right: 0;
}

#bottom {
	width: 760px;
	background-color:white;
	position:relative;
	height:auto;
	text-align:left;
	background:url(images/botbar.gif) left bottom no-repeat;
}
#pagetitle {
	position:absolute; /* this is needed to get the underline to go only as far as the text */
	padding: 5px 96px 0px 96px;
	margin:0;
}
#content {
	padding:48px 96px 14px 96px;	
}

#contenttab {
	padding:48px 10px 24px 96px;
	
}
#footer { /* get the dark band the right length in flaky browsers */
 	width: 760px;
	font-size: 100%;
	background-color:#5B2297;
	background-color:black;
	
	
}
#copyright, #design {
	background-color:black; /* for Netscape */
	padding: 0px 5px 0px 5px;
	color: white;
	font-size: x-small;
}
#copyright {
	float:left;
	text-align:left;
	width: 445px;
}

 #design {
	float:right;
	width:295px;
	text-align:right;
}
#design a{
	color: white;
	text-decoration:none;
	background-color:black;
}
#design a:hover{
	text-decoration:underline;
}



/* used on support.htm */
#suppmenu {
	float:left;
	width: 200px;
	border:2px ridge #ccc;
	padding: 0;
	margin:0;
	margin-right:20px;
}
#suppmenu li {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
#ulsuppmenu {
	margin-left:5px;
	padding-left:0;
}
/* used in tableofcontents and index pages */
.toc, .index {
	font-weight: bold;
}
.faq {
	font-weight:bold;
}
.indent {
	margin-left: 25px;
	font-weight:normal;
}
.warning {
	color: red;
}
ul#menu {
	padding-top:7px;
}
#dropdown {
	position:absolute;
	left:44px;
	top:106px;
	width:500px;
	height:18px;
	z-index:2;
	visibility: hidden;
}
#dropdown a:link {
	text-decoration:none;
	color:black;
}
#dropdown a:visited {
	text-decoration:none;
	color:#333;
}
#dropdown a:hover {
	text-decoration:underline;
	color: red;
}
ol.instructions li{
	margin-top: 1.3em;
}
table.addtocart {
	padding-top:10px;
}
.top {
	padding-top: 3em;
}
.tbltop {
	margin-top: 3em;
}
#links {
	float:left;
	width:280px;
}
#address {
	float:right;
	text-align:right;
	width:280px;
}
.verlink {
	padding: 0 10px;
}