#Wrapper {
	margin: auto;
	padding: 0px;
}
.HomeWrapper {
	background-image: url(../images/HomeContentBg.jpg);
}

.HomeWrapper .CatCont {
	height: 361px;
	width: 842px;
	position: absolute;
	top: 218px;
	left: 57px;
}
.CatCont .Cat {
	height: 361px;
	width: 274px;
	float: left;
	background-image: url(../images/HomeCatBg.png);
	background-repeat: no-repeat;
	margin-right: 6px;
	position: relative;
}
.CatCont .Img {
	height: 251px;
	width: 117px;
	position: absolute;
	left: 77px;
	top: -56px;
	text-align: center;
}
.CatCont .Cat .ImgSite {
	position: absolute;
	left: 25px;
	top: -36px;
}


.CatCont .Cat .Info {
	height: 148px;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 208px;
}
.CatCont .Cat .Info .Title {
	font-size: 17px;
	font-weight: bold;
}
.CatCont .Cat .Info .Price {
	font-size: 15px;
}
.CatCont .Cat .Info .Copy {
	padding-top: 20px;
}
.CatCont .Cat .Info .Order {
	position: absolute;
	bottom: 7px;
	left: 14px;
}
.CatCont .Cat .Info .Order a {
	color: #adc525;
	position: relative;
	display: block;
	width: 170px;
}
.CatCont .Cat .Info .Order a img {
	position: absolute;
	right: -5px;
	top: -1px;
}

