@charset "utf-8";
/* CSS Document */

/* general layout */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background: #333333 url(../grfx/imgBg.jpg) top center repeat-x;
}

/* container layouts */

#divPrime {
	position: relative;
	top: 5px;
	margin: auto;
	width: 980px;
	height: 100%;
}
#divHdr {
	width: 980px;
	height: 180px;
	background: #330000 url(../grfx/imgHdr.jpg) top center no-repeat;
}
#divCore {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 980px;
	height: 400px;
	background: #330000 url(../grfx/imgCore.jpg) top center no-repeat;
}
#divCoreLft {
	position: absolute;
	top: 15px;
	left: 60px;
	width: 220px;
	height: 385px;
}
#divCoreRgt {
	position: absolute;
	top: 15px;
	left: 300px;
	width: 620px;
	height: 385px;
	overflow: auto;
}
#divFtr {
	position: absolute;
	top: 580px;
	left: 0px;
	width: 980px;
	height: 85px;
	background: #330000 url(../grfx/imgFtr.jpg) top center no-repeat;
}
#divFtrLft {
	position: absolute;
	top: 18px;
	left: 50px;
	width: 560px;
	height: 20px;
	text-align: center;
}
#divFtrRgt {
	position: absolute;
	top: 18px;
	left: 590px;
	width: 280px;
	height: 20px;
	text-align: center;
}
#divFtrCtr {
	position: absolute;
	top: 48px;
	left: 40px;
	width: 900px;
	height: 20px;
	text-align: center;
}
#divHomeImgLft {
	float:left;
	width:240px;
	height:160px;
	margin:5px 20px;
}
#divHomeImgRgt {
	float:right;
	width:240px;
	height:160px;
	margin:5px 20px;
}
#divContactMap {
	float:right;
	width:240px;
	height:auto;
	margin:0px 10px;
}
.divCatItm {
	float:left;
	width:24%;
	height:auto;
	text-align:center;
	background: none;
}
.divCatItmOn {
	float:left;
	width:24%;
	height:auto;
	text-align:center;
	background: #222222;
	cursor: pointer;
}
