/******************** home page styles **********************/
#center {
	width: 770px;	/***** used by WinIE5.x *****/
	w\idth: 760px;	/***** hide from WinIE5.5 and WinIE5.0 *****/
	height: 185px;
	background: #366E81 url(/images/background_home_center.jpg) no-repeat;
	border: solid 5px #FFFFFF;
	margin-bottom: 9px;
}

#center .promo {
	float: left;
	margin-left: 18px;
}

.product {
	position: absolute;
	left: 325px;					/* used by MacIE */
	/* begin hiding from MacIE \*/
	left: -56px;					/* used by WinIE */
	/* end hiding from MacIE */
	top: 18px;
}

html>body .product {	/* hide from WinIE <= 6 */
	/* begin hiding from MacIE \*/
	left: auto;
	right: 60px;
	/* end hiding from MacIE */
}

#centerNav {
	border-top: solid 1px #A4DB95;
	background: none;
	height: 33px;
	background: #4C8B8B url(/images/background_title_home.gif);
	clear: both;
}

.box {
	border: solid 5px #FFFFFF;
	background: #B6CFCF;
}

.box .content {
	margin: 0 11px;
	text-align: left;
}

.box h1 {
	background: #4C8B8B url(/images/background_title_home.gif);
	border-bottom: solid 1px #FFFFFF;
	margin: 0 0 21px;
}

.box p {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0;
	padding-top: 8px;
	border-top: dashed 1px #FFFFFF;
	color: #003366;
}

.box .thumb {
	margin: 2px 0 2px 0;
	border-top: dashed 1px #FFFFFF;
}

.box .thumb img {
	margin: 9px 12px 7px 0;
	border: solid 1px #CCFFFF;
}

.box .thumb p {
	border-top: none;
	margin-top: 7px;
	padding-top: 0;
}

p a:link, p a:visited, p a:active {
	border-bottom: dashed 1px #003366;
	text-decoration: none;
	color: #003366;
}

p a:link:hover, p a:visited:hover, p a:active:hover {
	border-bottom: dashed 1px #4C8A8B;
	text-decoration: none;
	color: #4C8A8B;
}
