﻿/* NACUBO HOMEPAGE */
#masterColumnFarRight {
	display: none;
}

td#masterColumnLeft {
	display: none;
}
td#masterColumnRight {
	padding: 5px;
}
div#breadcrumbTrail {
	display: none;
}
div#contentContainer {
	width: 100%;
}

#homePageLeft {
	vertical-align: top;
	padding-left: 5px;
}
#homePageRight {
	width: 350px;
	vertical-align: top;
	text-align: center;
	background: #f5f7f9;
	padding: 10px;
	border-right: 1px #d6d6d6 solid;
}
#newsZone {
	background: #fcf5f5;
	padding: 10px;
	border: 1px #f1e8e8 solid;
}
#newsZone h3.ms-WPTitle {
	height: 20px;
	color: #ffffff;
	font-size: 1em;
	padding: 2px 0 0 10px;
	margin: 0;
	background: url('/images/newBackground.gif') repeat-x;
}
#productsZone {
	background: #fefaf2;
	padding: 10px;
	border: 1px #f6f2e9 solid;
	margin-top: 10px;
}
#productsZone h3.ms-WPTitle {
	height: 20px;
	color: #ffffff;
	font-size: 1em;
	padding: 2px 0 0 10px;
	margin: 0;
	background: url('/images/productsBackground.gif') repeat-x;
}
#productsZone p {
	padding: 0;
	margin: 5px 0 0 7px;
}

/* styling MOSS content */
tr.ms-WPHeader td {
	border-width: 0;
}
.link-item a {
	color: #701718 !important;
	font-size: 14px !important;
	font-weight: bold !important;
}