@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff url(img/bg-body.png) 0 0 repeat-x;
	color: #333;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a img {
	border: none;
}
h1,
h2,
h3,
.box .background ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663399;
	font-style: italic;
}
.main-container {
	background: url(img/bg-container.png) 0 0 no-repeat;
	margin: 0 auto;
	width: 965px;
	min-height: 775px;
}
.bottom-container {
	background: url(img/bg-bottom-container.png) center bottom no-repeat;
	margin: 0 auto;
	width: 965px;
	min-height: 775px;
	/* HACK FOR IE 6 */
	height: auto !important;
	height: 775px;
}
.center-container {
	margin: 0 auto;
	width: 949px;
	padding: 280px 0 0 0;
}
.container-internal {
	padding: 140px 0 0 0;
}
.bg-home {
	background: url(img/bg-home.jpg) 0 0 no-repeat;
}
.bg-internal {
	background: url(img/bg-internal.jpg) 0 0 no-repeat;
}
.main-body {
	padding: 0 45px 0 40px;
}
.content {
	float: left;
	width: 510px;
	margin: 0 135px 0 0;
}
.content h1 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 25px 0;
}
.content p {
	margin: 0 0 22px 0;
}
.content ul {
	margin: 0 0 22px 0;
	padding: 0 0 0 15px;
}
.right-menu {
	float: left;
	padding: 70px 0 0 0;
}
.box {
	width: 217px;
}
.box .top,
.box .bottom {
	height: 17px;
}
.box .background {
	background: url(img/bg-menu-box.png) 0 0 repeat-y;
}
.box .background ul {
	width: 186px;
	background: url(img/bg-li-menu.png) center bottom no-repeat;
	margin: 0 auto;
	list-style: none;
	padding: 0 0 2px 0;
}
.box .background ul li {
	font-size: 20px;
	padding: 3px 0 1px 0;
	background: url(img/bg-li-menu.png) 0 0 no-repeat;
}
.box .background ul li a {
	text-decoration: none;
	color: #663399;
	height: 30px;
	background: url(img/bg-item-box.png) 0 -32px no-repeat;
	display: block;
	padding: 0 0 0 35px;
}
.box .background ul li a span {
	display: none;
}
.box .background ul li a.active,
.box .background ul li a:hover {
	color: #fff;
	background: url(img/bg-item-box.png) 0 -1px no-repeat;
}
.footer {
	background: url(img/bg-footer.png) 0 0 repeat-x;
	height: 109px;
}
.footer .inner-footer {
	background: url(img/bg-inner-footer.png) 0 0 no-repeat;
	height: 74px;
	width: 915px;
	padding: 35px 25px 0 25px;
	margin: 0 auto;
}
.footer .blocks,
.footer .blocks a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.footer .blocks .left {
	float: left;
}
.footer .blocks .right {
	float: right;
}
.menu-bottom {
	margin: 0 0 15px 0;
	height: 20px;
}
.menu-bottom ul {
	list-style: none;
}
.menu-bottom ul li,
.menu-bottom ul li a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.menu-bottom ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #2b125a;
}
.menu-bottom ul li a:hover {
	color: #333;
}
/* helpers */
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
/* not shown */
.no,
hr {
	display: none;
}
