﻿body {
	border:8px white solid;	
	width:94%;
	margin:auto;
}

li {
	margin-left:4px;
	margin-top:2px;
}

ul {
	margin-left:2px;
	list-style-type:none;
	margin-top:2px;
}

p {
	margin:0px;
}

.header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: auto;
	background-color:white;
	font-size: xx-large;
}

.header img {
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: .22;
	position: relative;
	margin: 0px;
	padding: 0px;
	height:auto;
	border-radius: 8px;
	z-index:0;
	
}

.headerTextContainer {
	z-index:1;
	top: 4px;
	left: 2%;
	position: absolute;
	width:98%;
	height:auto;		
} 
.title {
	margin-top: 6px;
	color:#0000FF;
	font-family:Script;
	font-size: larger;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-align: left;
}

.header_info {
	position:absolute;
	padding-left:4px;
	left:2%;
	bottom: 6px;
	color:blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

.subtitle {
	padding-top:6px;
	bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aFaFaF;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	position: relative;	
}

.products {
	width: 100%;
	position:relative;
	left:0px;
	background-color:#ECECEB;
	margin:0px;
}

.products table {
	position: relative;
	left: 0px;
	table-layout:fixed;
	width: 100%;
	border-radius:2px;
	margin:0px;
	border-radius:8px;
}

.products .product_item {
 	background-color: #FFFFFF;
 	font-family:Verdana;
 	font-size:x-small;
 	width: 20%;
 	text-align:left;
 	text-wrap:normal;
 	vertical-align:top;
 	color:darkslategrey;
 	border: thin #A0A0FF solid;
 	border-radius:8px;
}

.products .product_item .product_item_title {
	font-size:larger;
	font-weight:bolder;
	position:relative;
	left:2px;		
}

.products .product_item_spacer {
	width: 1%;
}

.overview {
	width:80%;
	margin:auto;
	padding-top:2px;
	padding-bottom:2px;
	background-color:white;
	position:relative;
}
.overview p {
	border:thin #A0A0FF solid;
	border-radius:8px;
	padding: 16px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color:InfoText;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	position: relative;
	bottom: 0px;
	width:100%;
	background-color:#ECECEB;
	text-align:center;
}

.footer .thinline {
	width:100%;
	border-top-style:solid;
	border-width:0px;
	border-color:darkgray;
}
.footer table { 
	margin-left:auto;
    margin-right:auto;
	table-layout: fixed;
	column-count:4;
}

.footer table tr td {
	width:20%;
	height: 23px;
}