
#productsContentBlock {
	width: 850px;
	background: white;
	background-position: top center;
	background-repeat: no-repeat;
	
	height: 100%;
	
	display: table;

	margin: 0 auto;
	
	float: none;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
}


#productsTextBlock {
	padding: 0;
	margin: 10px 5px 10px 10px;
	_margin: 10px 3px 10px 5px;
	
	width: 600px;
	float: left;
	display: block;
	text-align: center;
}


/* Products Major */

#productsMajor {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 850px;
	height: auto;
	
	display: block;
	margin-bottom: 0;
	text-align: center;
	font-size: .8em;
}

img {
	border: 0px;
}

ul.productsMajor {
	padding: 0;
	margin: 0px auto 0 auto;
	width: auto;
	_width: 320px;
	
	list-style: none;
	
	float: none;
	display: table;
	text-align: center;
}

ul.productsMajor li {
	padding: 0;
	margin: 20px 60px;
	height: auto;
	
	list-style-type: none;
	display: inline;
	
	float: left;
	
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	text-align: center;
	
	vertical-align: middle;
}



ul.productsMajor h1 {
	color: #0e3582;
	font: 24px "Arial", Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 1px #AAA;
	margin: 0 0 2px;
	padding: 0;
}

ul.productsMajor h2 {
	color: #0e3582;
	font: 18px "Arial", Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 1px #AAA;
	margin: 0 0 2px;
	padding: 0;
}

.productType {
	color:gray;
	font-size: .8em;
	vertical-align: middle;
	font-weight: normal;
}


/* Product Links */
ul.productLinks {
	padding: 3px;
	margin: 10px auto 0 auto;
	width: auto;
	
	list-style: none;
	
	float: none;
	display: table;
	text-align: center;
	
	background-color: lightgray;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;

}

ul.productLinks li {
	padding: 0;
	margin: 0 7px;
	height: auto;
	
	list-style-type: none;
	display: inline;
	
	float: left;

	font-size: .8em;	
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	text-align: center;
	
	vertical-align: middle;
}

a.productLinkHover:visited,
a.productLinkHover:link {
	text-decoration: none;
	color: navy;
}

a.productLinkHover:hover {
	text-decoration: underline;
}


a.iconHover {
	text-decoration: none;
}
