.black_nav H1{
	color:#fff;
	text-transform:uppercase;
	font-family:helveticaneue_condensed, arial, sans-serif;
	padding:0 70px;
	line-height:75px;
	float:left;
}
.black_nav H1.news{
	float:right;
	padding-right:200px;
}
/* MAIN COLUMN */
.main-column {
	/*width:683px;*/
	width:675px;
	float:left;
	left:3px;
	position:relative;
	background:none;
}
	.main-column_top {
		height:197px;
		background:url(../images/main_top.jpg) no-repeat;
	}
	.main-column_middle {
		height:249px;
		background:url('../images/bg_main-column.gif') top left repeat-y;
	}
	.main-column_bottom {
		height:143px;
		background:url('/images/main_bottom.png') no-repeat;
	}


/* PRODUCT */
#productboxes {
	width:650px;
	height:232px;
	padding:8px 10px;
}
	.productbox {
		width:202px;
		height:232px;
		padding:0 6px 0 6px;
		float:left;
	}
		.prod_p {
			background:#cacaca;
			font-size:11px;
			color:#535353;
			width:160px;
			height:90px;
			padding:20px;
			overflow:hidden;
		}
			.prod_p .button {
				margin-left:-4px;
				margin-top:14px;
			}
			.prod_p .button a {
				font-weight:600;
				margin-left:6px;
				padding-top:2px;
			}
		.prodimg {
			width:198px;
			height:104px;
			background:#fff;
			border:1px solid #c2bdbd;
			text-align:center;
			overflow:hidden;
		}


/* About Us on Homepage */
.img {
	position:relative;
	left:10px;
	top:11px;
}
.box {
	width:290px;
	height:120px;
	overflow:hidden;
	color:#535353;
	margin:0px 10px 10px 145px;
	font-size:11px;
	line-height:13px;
}
	.box H2{
		padding:3px 0px 14px;
		color:#eb2021;
		font-size:20px;
		text-transform:uppercase;
	}


