/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 09/18/06
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
html,body{
	margin: 0;
	padding: 0;
	border: none;
	background-color: #4e4f61;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a,a:visited{
	background-color: inherit;
	color: #0033CC;
	text-decoration: none;
}
a:hover, a:active{
	background-color: inherit;
	color: #0033CC;
	text-decoration: underline;
}

/* Table heights */
#texttable{
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	color:#000000;
	border:none;
}

/* Image alignment */
div.rightimage, div.leftimage{
	border: none;
	margin: 0.5em;
	padding: 0.5em;
	background-color:#FF0000;
	color:#000000;
}
div.rightimage p, div.leftimage p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
div.rightimage{
	float: right;
}
div.leftimage{
	float: left;
}

/* Product descriptions page. */
.floatleft{
	float:left;
	width:46%;
	margin:0.5em;
	padding:0.5em;
	border:thin solid #000000;
}
.floatright{
	float:right;
	width:46%;
	margin:0.5em;
	padding:0.5em;
	border:thin solid #000000;
}
.floatmiddle{
	float:left;
	width:96%;
	margin:0.5em;
	padding:0.5em;
	border:thin solid #000000;
}
.guidehead{
	text-align:center;
	font-weight:800;
	font-size:large;
}

/* Copyright and bottom info */
.copyright{
	background-color: inherit;
	color: #000000; 
	font-weight: 800; 
	font-size: 12px;
}
a.copyright, a.copyright:visited{
	background-color: inherit;
	color: #000000;
	text-decoration: none;
} 
a.copyright:hover, a.copyright:active {
	background-color: inherit;
	color: #000000; 
	text-decoration: underline;
}