body {
	margin:1em;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color:000000;
	background-color:#F0F0F0;
}
.narrow
{
	width: 50%;
	line-height: 1.3em;
}

/*typography*/
a {
	text-decoration: none;
	color: #0066FF;
}
a:visited { color:#0066FF; }
a:hover { color:#0099FF; }
a:active { color:#00CCFF; }

h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0em;
	padding:0em;
	/*margin: 0em 1.2em 0em 1.2em;*/
	font-weight: normal;
	}
h3 {
	font-size: 1.25em;
	margin: 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}









/* NAVIGATION HEADER */
#navheader
{
	width: 975px;
	height: 50px;
	margin: 0px auto;
	position: relative;
	background-image: url(../../img/header.png);
	background-repeat: no-repeat;
}
#navheader ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
}
#navheader li
{
	padding:0;
	margin:0;
}
#navheader li a
{
	position:absolute;
	border:0;
	text-indent:-1000em;
	float: left;
	height: 0;
	padding-top: 0px;
	overflow:hidden;
	background-image: url(../../img/header.png);
	background-repeat: no-repeat;
}
/* NAVIGATION BUTTONS */
#navheader li#nav-home a {
	top:0px; left:535px; width:40px; height:50px;
	background-position: -535px 0;
}
#navheader li#nav-products a {
	top:0px; left:575px; width:130px; height:50px;
	background-position: -575px 0;
}
#navheader li#nav-downloads a {
	top:0px; left:705px; width:150px; height:50px;
	background-position: -705px 0;
}
#navheader li#nav-support a {
	top:0px; left:855px; width:120px; height:50px;
	background-position: -855px 0;
}

/* NAVIGATION BUTTONS - HOVER */
#navheader li#nav-home a:hover {
	background-position: -535px -50px;
}
#navheader li#nav-products a:hover {
	background-position: -575px -50px;
}
#navheader li#nav-downloads a:hover {
	background-position: -705px -50px;
}
#navheader li#nav-support a:hover {
	background-position: -855px -50px;
}

/* MENUS */
.menu
{
	margin: 0;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0;
	list-style-type: none; 
	color:#FFFFFF;
}
h1.menu
{
	padding-left:5px;
	font-size:1.0em;
	line-height:1.4em;
}
.menu li:hover { background-color:#6d91c7;}
.menu hr {border: 0; border-bottom: 1px solid grey;
    margin: 3px 0px 3px 0px; width: 10em;}
.menu a
{
	font-size:0.8em;
	line-height:1.2em;
	color:#F0F0F0;
	text-decoration:none;
	border: 0;
	display:block;
	padding-left:10px;
	width:100%;
}
.menu .topSep {font-size: 90%; border-top: 1px solid gray;
    margin-top: 0.3em; padding-top: 0.3em;}

#menu-support
{	z-index: 9999;
	background-color:#3c5985;
	position:absolute;
	width:200px;
	display:none;
}

#mainDiv
{
	border:1px solid grey;
	background-color:#FFFFFF;
	width:975px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#detailsDiv
{
	border:1px solid grey;
	background-color:#FFFFFF;
	width:955px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.main h1
{
	color:#006
}

#footer
{
	padding:5px;
	width: 97%;
	margin-left:auto;
	margin-right:auto;
	width:965px;
	height:20px;
	border:1px solid grey;
/*
	line-height:20px;
	font-size:0.8em;
	color:grey;
	vertical-align:middle;
	
	background-color:#FFFFFF;
	
	
	
	*/
	background: url(../../img/gradientbg.png) 0% 0% repeat-x;

}
#footer-left, #footer-right 
{
   float: left;
   width: 50%;
   line-height:20px;
   font-size:0.8em;
   color:grey;
   vertical-align:middle;
}
#footer-right {
   float: right;
   text-align:right;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
#contents-list-div {
	text-align:left;
	padding-left: 40px;
}

