/* browser resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/
body {
	background-color: #eee;
}
a {
	color: #09f;
}
a:hover {
	color: #0961AA;
}
em {
	color: #0961AA;
	font-style: normal;
	font-weight: bold;
}
p {
	line-height: 1.35;
	color: #444;
	margin-bottom: 1em;
}
#wrapper {
	width: 894px;
	margin: 20px auto 0 auto;
	position: relative;
}
#header {
	width: 894px;
	height: 163px;
	position: relative;
	background: transparent url(../img_css/header_back.png) 0 0 no-repeat;
}
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
#visuals {
	position: absolute;
	top: 10px;
	left: 263px;
}
#visuals img {
	margin-right: 3px;
	float: left;
}
#primenav {
	position: absolute;
	top: 133px;
	left: 263px;
	width: 621px;
	height: 30px;
	background: transparent url(../img_css/primenav_back.png) 0 0 no-repeat;
}
#primenav li {
	display: block;
	float: left;
}
#primenav a {
	display: block;
	float: left;
	background: transparent url(../img_css/primenav_back.png) 0 0 no-repeat;
	height: 30px;
}
#primenav a#p1 {
	width: 75px;
	background-position: 0 0;
}
#primenav a#p2 {
	width: 133px;
	background-position: -75px 0;
}
#primenav a#p3 {
	width: 104px;
	background-position: -208px 0;
}
#primenav a#p4 {
	width: 97px;
	background-position: -312px 0;
}
#primenav a#p5 {
	width: 96px;
	background-position: -409px 0;
}
#primenav a#p6 {
	width: 116px;
	background-position: -505px 0;
}
#primenav a#p1:hover, #primenav a#p1.active {
	width: 75px;
	background-position: 0 -30px;
}
#primenav a#p2:hover, #primenav a#p2.active {
	width: 133px;
	background-position: -75px -30px;
}
#primenav a#p3:hover, #primenav a#p3.active {
	width: 104px;
	background-position: -208px -30px;
}
#primenav a#p4:hover, #primenav a#p4.active {
	width: 97px;
	background-position: -312px -30px;
}
#primenav a#p5:hover, #primenav a#p5.active {
	width: 96px;
	background-position: -409px -30px;
}
#primenav a#p6:hover, #primenav a#p6.active {
	width: 116px;
	background-position: -505px -30px;
}
#main {
	min-height: 440px;
	width: 894px;
	position: relative;
	background: transparent url(../img_css/main_back.png) 0 0 repeat-y;
}
* html #main {
	height: 440px;
}
#sidebar {
	width: 260px;
	float: left;
	background: transparent url(../img_css/sidebar_back.png) 7px 0 no-repeat;
	min-height: 440px;
	margin-top: 3px;
}
* html #sidebar {
	height: 440px;
}
#sidebar ul {
	width: 250px;
	margin: 0 0 0 10px;
}
#sidebar li {
	width: 250px;
	float: left;
	border-bottom: 1px solid #fff;
	height: 29px;
	display: block;
}
#sidebar li a {
	width: 240px;
	float: left;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
#sidebar li a:hover {
	background-color: #c3c3c3;
}
#sidebar li a.active {
	background-color: #999;
	color: #fff;
}
#sidebar p {
	margin: 20px 10px 15px 37px;
}
#teasers {
	margin: 13px 0 0 11px;
}
#content {
	float: right;
	width: 621px;
	padding: 0 10px 0 0;
}
#content h1.home {
	background: transparent url(../img_css/h1_back.png) 0 0 no-repeat;
	color: #D1E6F5;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	padding: 27px 15px 10px 15px;
	display: block;
	width: 601px;
}
#content h1 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	margin: 27px 15px 10px 15px;
	display: block;
	padding: .4em 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
#content ul {
	margin: 0 0 1.5em 1.5em;
}
#content li {
	color: #555;
	line-height: 1.5;
	padding-left: 12px;
	background: transparent url(../img_css/bullet.png) 0 .45em no-repeat;
}
.cblock {
	padding: 15px;
}
.cblock h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-bottom: 1em;
	line-height: 1.3;
}
.people {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 10px;
}
.people img {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #999;
}
.people h2 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 10px;
}
.people h3 {
	color: #09f;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 15px;
}
.people p {
	line-height: 1.5;
}
p.bb {
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
#spoiler {
	padding: 10px;
	background-color: #D6FFD7;
	border: 1px solid #4DA72A;
}
#spoiler p {
	color: #000;
}
#wrap_bottom {
	width: 894px;
	height: 20px;
	position: relative;
	background: transparent url(../img_css/wrap_bottom_back.png) 0 0 no-repeat;
}
#footer p {
	text-align: right;
	color: #666;
	font-size: 11px;
	padding-right: 10px;
}
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.fr {
	float: right;
	margin: 0 0 15px 15px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */