body {
	background-color: #000000;
}
#apframe {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
}
#apheader {
	position: relative;
	width: 900px;
	height: 125px;
	background-image: url(http://www.aproch.com/themes/aproch-less/images/aproch-header-bg.png);
	background-repeat: no-repeat;
}
#apmain {
	position: relative;
	width: 900px;
	min-height: 361px;
}
#apbody {
	width: 820px;
	margin: 0 40px 0 40px;
}
#apfooter {
	background-image: url(http://www.aproch.com/themes/aproch-less/images/aproch-footer-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 80px;
	clear: both;
}

#aplogo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 225px;
	height: 80px;
}

#apmenu {
	position: absolute;
	left: 359px;
	top: 22px;
	width: 509px;
	height: 31px;
}


#aphomeblock a {
	color: #777777;
}
#aphomeblock a:hover {
	color: #333333;
}
#aphomeblock ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#aphomeblock li {
	margin: 5px 0 0 0;
	padding: 0;
}


#apmenu ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#apmenu li {
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
}
#apmenu a {
	display: block;
	float: left;
	margin-right: 3px;
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #110404;
}
#apmenu a:hover {
	color: #AAAAAA;
}
#apmenu .active a, #apmenu .nav-selected a {
	/* background: #AAAAAA;
	color: #110404; */
	color: #cccccc;
}
#apnav ul.nav {
	list-style: none;
	list-style-type: none;
	line-height: normal;
	margin: 0 auto;
	padding: 0;
}
#apnav ul.nav a {
	height: 22px;
	background-image: url(http://www.aproch.com/themes/aproch-less/images/menu-v-bg.png);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #c42d2d;
	padding-top: 8px;
	text-indent: 0px;
	width: 100%;
}
#apnav ul.nav a:hover {
	color: #aaaaaa;
}
#apnav ul.nav .active a, #apnav ul.nav .nav-selected a {
	font-weight: bold;
}

DIV.roundedcontainer {
	width: 1px;
	display: table-cell;
	padding: 0px;
	position: relative;
}
DIV.roundedTL {
	position: absolute;
	background-image: url(http://www.aproch.com/themes/aproch-less/images/cornerTLb.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	top: 0;
	left: 0;
}
DIV.roundedTR {
	position: absolute;
	background-image: url(http://www.aproch.com/themes/aproch-less/images/cornerTRb.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	top: 0;
	right: 0;
}
DIV.roundedBL {
	position: absolute;
	background-image: url(http://www.aproch.com/themes/aproch-less/images/cornerBLb.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	bottom: 0;
	left: 0;
}
DIV.roundedBR {
	position: absolute;
	background-image: url(http://www.aproch.com/themes/aproch-less/images/cornerBRb.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	bottom: 0;
	right: 0;
}

