/* CSS Document */

#adstopleft {float:left;padding:17px 15px 15px 0;}

h1 {
height:50px;
width:420px;
font-size:2em;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-indent:-9999px;
color:#000;
display:block;
}
h1 a {
display:block;
height:50px;
}

h2 {
margin:0px;
padding:0px;
font-weight:bold;
font-size:1.4em;
font-family:Arial, Helvetica, sans-serif;
}


#logo {
float:right;
height:70px;
width:720px;
background: #fff url("images/logo.gif") no-repeat left top;
margin:0px 0px 10px 0px;
border-bottom:1px solid #000;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
}

h1 a:link {
color:#000;
}

h1 a:active {
color:#000;
}

h1 a:hover {
color:#000;
text-decoration:none;
}

h1 a:visited {
color:#000;
}

a.internal:link {
color:#000;
}

a.internal:active {
color:#000;
}

a.internal:hover {
color:#000;
}

a.internal:visited {
color:#000;
}

ul {
list-style-position: inside;
}

.redbold {
color:#CC0000;
font-weight:bold;
}

.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:#a9d0f5 url(images/bluefadebg.gif) top left repeat-x;
	/* background:#a9d0f5; */
font-family:Arial, Helvetica, sans-serif;
line-height:20px;
}

a {
	text-decoration:none;
	color:#0000FF;
	
}

a:hover {
	text-decoration:underline;
	color:#0000FF;
	
}

a:visited {
	color:#0000FF;
	
}

#content {
padding:20px 35px 40px 35px;
}

#main {
	height: 100%;
	margin:40px auto 100px auto; /*change margin to offset from top */
	width: 800px;
	text-align:left;
	border: 6px solid #000;
	background: #ffffff;
	padding:0px;
	font-size:14px;
}

#top {
	height: 50px;
	width: 735px;
	text-align:left;
	border-bottom: 1px solid #323b97;
	padding-left:15px;

}


#content h3 {
margin:0px;
padding:0px;
}

#bottomnav {
	height: 15px;
	width: 100%;
	text-align:center;
	background: #fff;
	border-top: 1px solid #323b97;
	padding-top:0px;
	font-size:12px;
	padding-left:0px;
	padding-bottom:6px;
	padding-top:0;
}

#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 */

/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      /* background:#fff url("images/header-bg.gif") no-repeat right top; */
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #eee;
	  margin-bottom:15px;
      }
    #tabsB ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
	#tabsB li.right {
	  float:right;
	  padding:4px 8px 0px 0px;
	  }
    #tabsB a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

/* End Menu TabsB */
