/* This style sheet is used by the site landing page (/index.php) only. */

body {
	background-image: url(/images/landing/bgrd.gif);
	background-position: top right;
}
#content {
	width: 100%;
	float: none;
	border:1px solid red;
	border: none;
}
#footer {
	background-color: #1b3747;
	background-image: url(/images/professional/footerBgrd.gif) ;
}

/* Setting specific to the landing page (/index.php) */
#productTable {
	width: 100%;
}
#productTable td {
	height: 150px;
	vertical-align: top;
}
#productTable div {
	position: relative;
	padding-top: 10px;
}
.prodImage {
	z-index: 10;
	position:absolute
}
.prodText {
	z-index: 8;
	background-color: #FFF;
	filter:alpha(opacity=95);
	opacity:.95;
	color: #1b3747;
	margin: 20px 0px 0px 40px;
	padding: 10px 5px 10px 110px;
	border: 1px solid #e5e5e5;
	width: 300px;
	font-size: 11px;
}
.prodText em {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.prodText a {
	text-decoration: none;
}
