@CHARSET "UTF-8";
html {
}
body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/layout/background/background.png) repeat;
}
#outerBlock {
	background: url(../images/layout/background/gradient.png) repeat-x;
}
#pageBlock {
	width: 968px;
	height: 400px;
	margin: 0 auto;
}
#headerBlock {
	height: 85px;
	margin: 0 auto;
	background: url(../images/layout/header/header.png) no-repeat bottom;
}
#headerTabs {
	height: 21px;
	text-align: right;
	padding: 5px 10px 0 0;
}
#headerTabs ul {
	margin: 0;
}
#headerTabs ul li {
	display: inline-block;
	margin: 0 1em;
}
#headerTabs ul li a {
	text-decoration: none;
	color: #fff;
}
#headerTabs ul li a:hover {
	color: #aaa;
}
#logoArea {
	width: 193px;
	height: 61px;
	background: url(../images/layout/header/logo.png) no-repeat;
	margin-right: 35px;
	float: left;
}
#logoArea a {
	display: block;
	width: 100%;
	height: 100%;
}
#headTitle {
	color: #ccc;
	padding-top: 8px;
}
#headerMenu {
	text-align: right;
	padding: 15px 10px 0 10px;
}
#headerMenu ul {
	margin: 0;
}
#headerMenu ul li {
	display: inline-block;
	margin: 0 1em;
}
#headerMenu ul li a {
	text-decoration: none;
	color: #000;
}
#headerMenu ul li a:hover {
	color: #fff;
}
#imageBlock {
	height: 90px;
	background: url(../images/layout/header/plasma.png) no-repeat;
}
#breadcrumbBlock {
	height: 37px;
	background: url(../images/layout/header/pathway.png) no-repeat;
}
#breadcrumbBlock div {
	color: #e25301;
	position: relative;
	top: 10px;
	left: 20px;
}
#breadcrumbBlock div a, #breadcrumbBlock div span {
	font-size: 90%;
	color: #fff;
	text-decoration: none;
}
#breadcrumbBlock div a:first-child {
	font-weight: bold;
}
#breadcrumbBlock div a:hover {
	color: #ccc;
}
#bodyBlock {
	min-height: 500px;
	width: 928px;
	padding: 10px 20px 17px 20px;
	background: url(../images/layout/content/body.png) repeat-y;
}
#maintitle {
	width: 586px;
	height: 40px;
}
#footerBlock {
	background: url(../images/layout/footer/background.png) repeat-y;
}
#footerArea {
	height: 0px;
	background: url(../images/layout/footer/footer.png) no-repeat;
}
#infoArea {
	height: 46px;
	background: url(../images/layout/footer/infoArea.png) no-repeat;
}
#copyright {
	color: #aaa;
	font-size: 80%;
	padding: 10px 0 0 15px;
	float: left;
}
#copyright a {
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #fff;
}
#infoArea ul {
	text-align: right;
	color: #777;
	margin: 0;
	padding: 9px 5px 0 0;
}
#infoArea ul li {
	display: inline-block;
	margin: 0 1em;
}
#infoArea ul li a {
	text-decoration: none;
	color: #aaa;
}
#infoArea ul li a:hover {
	color: #fff;
}

