#header {
	background-image:url(../images/home_header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:877px;
	height:332px;
}
#logo {
	background-image:url(../images/home_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	width:81px;
	height:95px;
	left:50px;
	top:118px;
}
#about {
	position:absolute;
	left:160px;
	top:118px;
	width:230px;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	line-height:1.2;
}
.orange {
	color:#ff9845;
}
.module_more {
	color:#ffd29c;
	position:absolute;
	left:0px;
	top:85px;
}
.module_more:hover {
	color:#fff;
}
#main {
	min-height:135px;
	height:auto;
	_height:135px;
	margin:0px;
	padding:0px;
	position:relative;
}
.pr_cat_item {
	position:relative;
	float:left;
	width:290px;
	display:block;
}
.pr_cat_name {
	position:absolute;
	left:16px;
	top:-22px;
	font-size:18px;
	font-family:Arial Narrow,Arial;
	color:#fff;
	cursor:pointer;
}
.pr_cat_item .pr_thumbnail {
	width:96px;
	height:96px;
	position:absolute;
	left:16px;
	top:20px;
}
.pr_cat_item .pr_thumbnail img {
	width:96px;
	height:96px;
}
.pr_cat_description {
	width:140px;
	height:60px;
	position:absolute;
	left:120px;
	top:20px;
	text-align:left;
	font-family:verdana;
	font-size:11px;
}
.pr_cat_more {
	position:absolute;
	left:120px;
	top:100px;
	padding:2px 20px 3px 20px;
	background-color:#d5120e;
	color:#fff;
	font-family:Verdana;
}
#pr_cat_item_1 {
	position:absolute;
	left:0px;
}
#pr_cat_item_2 {
	position:absolute;
	left:290px;
}
#pr_cat_item_3 {
	position:absolute;
	left:580px;
}
/* ------------------------------- More Corners ----------------------------- */
.pr_cat_more .corner{
	position:absolute;
	background-image:url(../images/corner.png);
	background-repeat:no-repeat;
	width:3px;
	height:3px;
	display:none;
	font-size:1px;
	display:block;
}
.pr_cat_more .tr {
	right:-1px;
	bottom:-1px;
}
.pr_cat_more .bl {
	left:0px;
	bottom:-1px;
}
.pr_cat_more .br {
	right:-1px;
	bottom:-1px;
}