

/*homepage text*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

p {
	color: 222222;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	color: #222222;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin: 15px 15px 15px 15px;
	padding: 4px 5px 4px 5px;
	background: #dddddd;
	border-bottom: 1px solid #cccccc;
}

h3:hover {
	background: #cc0000;
	color: #ffffff;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

h4 {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	line-height: 12px;
}

a {
	outline: none;
	text-decoration: none;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}

li {
	margin: 0 0px;
	padding: 0;
}

.listStyle {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*homepage layout*/
#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 798px;
	height: 116px;
	background: url(../images/header.jpg);
}

#support {
	width: 100px;
	float: right;
	margin: 30px 15px 10px 10px;
}

#space {
	width: 798px;
	height: 3px;
}


#showcaseTitle{
	clear: both;
	width: 398px;
	height: 30px;
	background: #cc0000;
	border-top: 2px solid #ffffff;
}

#productShowcase{
	width: 800px;
}

#showcaseLeft{
	float: left;
	width: 398px;
	height: 420px;
	background: #eaeaea;
}

#showcaseRight{
	float: right;
	width: 398px;
	height: 420px;
	background: #eaeaea;
}

#memberLogos{
	width: 398px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#listItem{
	text-decoration: none;
}


#footer{
	clear: both;
	width: 800px;
	height: 26px;
	background: #aaaaaa;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #cc0000;
}

#footerLeft{
	float: left;
	width: 380px;
	height: 30px;
}

#footerRight{
	float: right;
	width: 380px;
	height: 30px;
}


/*CSS dynamic image overlay*/
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	border: 1px solif #cccccc;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: 37px;
	left: 60px; /*position where enlarged image should offset horizontally */
}

