body {
	background:url(http://static.usafutura.com/img/FuturaLogoBG.png) fixed top;
	background-position: 0 0;
	font-family: Verdana, Arial, sans-serif;
 	margin: 4em auto 1em auto;
	padding: 0;
	width: 55em;
	text-align: center;
}

.container {
	width: 55em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 100;
}

.hidden {
	display: none;
}


div#header {
	width: 100%;
	margin: 0; padding: 0;
	background-color: #052;
	color: white;
	z-index: 200;
	position: absolute;
	top: 0; left: 0;
	height: 3.2em;
}


div#header h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	font-style: italic;
	margin: 0 auto 0 auto; 
	padding: 0.5em;
	float: left;
}	

div#header div.small {
	font-style: italic;
	font-size: 80%;
	float: left;
	padding: 0.5em;
	margin: 1.3em 0.5em 0.5em 0.5em;
}

/* img { behavior: url(iepngfix.htc); } */

img.headerlogo {
	display: block;
	float: right;
	height: 1.8em;
	width: 9.15em;
	margin: 0.7em;
	/* transparency... */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: -1;
}


/* *********************************************************************************************** */


div.section {
	padding: 1em 1em 1em 1em;
	margin: 0.5em 0 0.5em 0; 
	border-style: dotted;
	border-width: 1px;
	border-color: #052; /* #d5d5d5; */
	z-index: 100;
	width: 67em;
	font-size: 80%;
}

div.section h2 {
	display: inline;
	z-index: 500;
	float: left;
	font-size: 120%;	
	padding: 0em;
	margin: 0.5em;
}


div.section h2 + span.subtitle {
	z-index: 500;
	float: right;
	font-style: italic;
	margin: 0.5em 1.5em 0.2em 1.2em;
}

div.section p {
	clear: both;
}

/* *********************************************************************************************** */

div.product {
	margin: 1em;
	padding: 0.5em;
	border-style: dotted dotted dotted solid;
	border-width: 1px 1px 1px 1em;
	border-color: #052;
	width: 29.3em;
	height: 7em; min-height: 7em; max-height: 7em;
	overflow: hidden;
	float: left;
	clear: none;
}

div.product.click {
	cursor: pointer;
}

div.product p {
	display: inline;
}

div.product p + p:before {
	content: '\2219 ';
	margin: 0.2em;
}

div.product ul {
	margin: 0.1em;
	padding: 0.1em;
	position: relative;
	left: 1.5em;
	width: 90%;
/*	
	list-style-position: inside; 
	border: 1px red dashed; 
	*/
}

div.product ul li {
	padding: 0; margin: 0;
}

/* IE doesn't play nice with :hover on non-links, so jQuery adds the class. */
div.product.click:hover, div.product.click.hover {
	background-color: #EFC;
	border-color: black; 
}

div.product img.pdf {
	display: none;
}

div.product.click.hover img.pdf {
	display: inline;
	height: 1em; 
	width: 1em;
	float: right;
}


div.product h3 {
	display: inline;
	color: black;
	font-size: 110%;
	padding: 0em;
	margin: 0.2em 0em 0.2em 0em;
}


div.product h3 a, div.product h3 a:link, div.product h3 a:visited {
	color: black; /* inherit; */
	text-decoration: none;
}

div.product > img.icon {
	height: 88px;
	width: 117px;
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
	border: 1px #052 dotted;
}

div.product.click.hover > img.icon {
	border-color: black;
}


/* *********************************************************************************************** */



div.product.wide {
	width: 63.5em;
	border: 1px #052 dotted; 
}














