/* CSS Document */

.prodhead {
text-align:center;
color:#0000ff;
font-size:14px;
}

#disclaimer {
color:#999999;
font-size:12px;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	color: #0000FF;
	font-weight: bold;
	font-size: 16px;
}
.style8 {font-size: 14px}
.style9 {color: #990000}
.style11 {font-size: 18px}

#homefeatures {
	width: 80%;
	text-align: left;
}
#homefeatureswide {
	width: 35%;
	text-align: left;
}
#homefeatureswide950 {
	width: 45%;
	text-align: left;
}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#323b97 url(images/bodybg.gif) top center repeat-y;
	font-family:Arial;
}

a {
	text-decoration:none;
	color:#0000FF;
	
}

a:hover {
	text-decoration:underline;
	color:#0000FF;
	
}

a:visited {
	color:#0000FF;
	
}

#content {
padding:20px 20px 20px 20px;
}

#main {
	height: 100%;
	margin:40px auto; /*change margin to offset from top */
	width: 750px;
	text-align:left;
	border: 2px solid #323b97;
	background: #ffffff;
	padding:0px;
	font-size:14px;
}

#top {
	height: 50px;
	width: 735px;
	text-align:left;
	border-bottom: 1px solid #323b97;
	padding-left:15px;

}

h1 {
font-size:12px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-indent:-9999px;
}

h2 {
margin:0px;
padding:0px 0px 10px 20px;
font-size:32px;
color: #006600;
}

}

#content h3 {
margin:0px;
padding:0px;
}

#bottomnav {
	height: 10px;
	width: 100%;
	text-align:center;
	background: #cccee8;
	border-top: 1px solid #323b97;
	padding-top:0px;
	font-size:12px;
	padding-left:0px;
	padding-bottom:4px;
	padding-top:1px;
}

#bottomnav a {
color:#323b97;
}

#topnav {
	height: 15px;
	width: 100%;
	text-align:center;
	/* background: #ffffff url(images/topnav2.gif) top center no-repeat; */
	/* border-bottom: 1px solid #323b97; */
    padding:5px;
	color:#FF0000;
	letter-spacing:1px;
	font-family:arial;
	font-size:1em;
	/* text-indent:-9999px; */
	font-weight:bold;
}

#topnav h1 {
margin:0px;
}

#topnav a {
color:#000000;
}

#topnavleft {
	height: 20px;
	width: 50%;
	text-align:left;
	background: #ffffff;
	border-bottom: 1px solid #323b97;
	padding-top:4px;
	padding-left:10px;
	float:left;
}

#topnavright {
	height: 20px;
	width: 47%;
	text-align:right;
	background: #ffffff;
	border-bottom: 1px solid #323b97;
	padding-top:4px;
	padding-right:10px;
	float:right;
}


#prod {
	width: 100%;
	padding:5px;
	
}

#prodpic {
	width: 350px;
	float:left;
	
}

#prodinfo {
	width: 290px;
	float:right;
	padding-top:30px;
	
}

#relprod {
	width: 90%;
	float:left;
	
}

#relprodpic {
	width: 290px;
	float:left;
	text-align:right;
	
}

#relprodinfo {
	width: 370px;
	float:right;
	padding-top:30px;
	
}

#prodname {
	width: 100%;
	padding:5px 5px 10px 5px;
	font-size:15px;
	
}

#proddescr {
	width: 100%;
	padding:10px 5px 5px 5px;
	float:left;
	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */