/* CSS Document */

p{
margin-top:2px;
}

.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:Calibri, Verdana, Arial;
}

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

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

a:visited {
	color:#0000FF;
	
}

#content {
padding:10px;
}

#main {
	height: 100%;
	margin:20px 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: 100px;
	width: 735px;
	text-align:left;
	border-bottom: 1px solid #323b97;
	padding-left:15px;

}

#top h1 {
font-size:36px;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
}

h2 {
margin:0px;
padding:0px;
}

#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: 20px;
	width: 100%;
	text-align:center;
	background: #323b97;
	border-bottom: 1px solid #323b97;
	padding-top:4px;
	padding-left:0px;
	color:#FFFFFF;
	font-weight:bold;
}

#topnav a {
color:#FFFFFF;
}

#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 */