body {
	background-color: #f2f2f2 !important;
}
.page {
	width: 1000px !important;
}

.header-title {
	width: 950px;
	margin: auto;
}

.product-categories {
	background: url('img/product-bg.png') no-repeat;
	width: 926px;
	height: 529px;
	margin: auto;
	text-align: center;
	padding: 28px 20px;
}
.product-categories.rows-3 {
	background: url('img/product-rows-3-bg.png') no-repeat;
	height: 863px;
}

.product-categories .home-category-item {
	display: inline-block;
	position: relative;
	width: 231px;
	height: 164px;
	background: url('img/home-wrapper.png') no-repeat bottom;
	margin: 25px 30px 15px 30px;
	padding-top: 57px;
	vertical-align: top;
	text-decoration: none;
}
.product-categories .home-category-item:hover {
	background-position: top;
}

.product-categories .home-category-item .title {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.product-categories .home-category-item .title h2 {
 	color: #282828;
	font-size: 18px;
	text-decoration: none;
	margin: 13px 0px 0px 0px;
}
.product-categories .home-category-item .title h3 {
 	color: #5d5d5d;
	font-size: 18px;
	text-decoration: none;
	margin: -4px 0px 0px 0px;
}

.product-categories .home-category-item img {
	max-width: 190px;
	max-height: 130px;
}

/*
 * NEWS
 */
.news-wrapper {
	padding-top: 40px;
	min-height: 3px;	
	position: relative;
	background: url('../main/img/footer-bg.png') repeat-x top #e6e8e9;
}
.news-wrapper .hr {
	height: 3px; 
	top: 25px;
	background-position: bottom;
}

.news-wrapper .news {
	width: 960px;
	margin: 5px auto;
	position: relative;
}
.news-wrapper .news .new-item {
	float: left;
	width: 220px;
	padding: 5px 10px;
	color: #464344;
	font-size: 14px;
}
.news-wrapper .news .new-item .new-content-title {
	color: #464344;
	font-size: 18px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.news-wrapper .news .new-item .read_more {
	display: inline-block;
}
.news-wrapper .news .new-split {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background-color: #c0c0c0;
}
