/* can I get a reset */
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,small,strong,
sub,sup,var,dd,dl,dt,li,ol,ul,fieldset,
form,label,legend { 
	margin:0; 
	padding:0; 
	font-size:100%; 
	font-weight:inherit; 
	text-align:left; 
}
fieldset,img,table,tr,td,th,acronym,:link img,:visited img { 
	border:0; 
}
input,select,textarea{ font-size:100%; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; } 
table 		{ border-collapse:separate;	border-spacing:0; }
ul		{ list-style:none; }
p		{ margin:1em 0; }
hr		{ display:none; }
form label 	{ cursor:pointer; }
strong		{ font-weight:bold; }
em 		{ font-style: normal; }
sup		{ font-size: 8px; }
a		{ text-decoration: none;}
/* structure - site setup */
body{ 
	font-family: Lato-regular;
	text-align: center;
	background-color: #f9f9f9;
	min-width: 960px;
}
/* top */
div#block{
	width: 960px;
	margin: 0 auto;
}
div.header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}
.header img{
	float: left;
}

div#top{
	width: 100%;
	background: #f2f3ee;
}
#rightLinks{
	text-align: right;
}
#rightLinks a{
	padding: 34px 15px;
	display: inline-block;
	border-left: 1px solid #c3c3c3;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #545454;
	font-weight: bold;
	margin-left: -5px;
}
#rightLinks a:hover, #rightLinks a.currentpage{
	background: #00689d;
	color: #fff;
	border-left: 1px solid #00689d;
	border-bottom: 1px solid #00689d;
}
.page-banner{
	height: 270px;
	background: url(/kbproject.nsf/pic-main.jpg) no-repeat;
}
.banner-wrap{
	width: 960px;
	margin: 0 auto;
}
.banner-text{
	background: #313332d9;
	width: 410px;
	height: 120px;
	float: right;
	margin-top: 70px;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.banner-text span{
	font-size: 1.21em;
	text-transform: uppercase;
	display: block;
	font-family: Lato-Bold;
}
.banner-text span:nth-child(2){
	font-family: Lato-Regular;
}
div.page-title{
	height: 130px;
	background: url(/kbproject.nsf/pagetop_bg.png);
	z-index: 1;
	position: relative;
}
span.pagename{
	padding-top: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
}
span.title{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.12em;
}
div#footer{
	background: #313332;
}
div.footer{
	height: 160px;
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	box-sizing: border-box;
}
div.footer div{
	color: #fff;
	float: left;
	margin-left: 60px;
	
}
#footer .aboutus{
	width: 270px;
	margin-left: 128px;
}
.aboutus span{
	font-size: 0.62em;
	line-height: 12px;
	display: block;
}
.footer h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.12em;
	font-family: Lato-black;
}
.sitemap{
	width: 140px;
}
.sitemap a {
	color: #fff;
	display: block;
	background: url(/kbproject.nsf/arrow.png) no-repeat left center;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #828282;
	width: 100px;
	text-transform: uppercase;
	font-size: 0.62em;
}
.sitemap a:last-child{
	border-bottom: 0px none;
}
.contacts{
	width: 250px;
}
.contacts table{
}
.contacts table td{
	height: 25px;
	font-size: 0.62em;
	line-height: 10pt;
	padding-right: 10px;
}
div.bottom_menu{
	margin: auto;
	margin-top: 20px;
	margin-bottom: -5px;
	background: url(/kbproject.nsf/footer_bg.png ) no-repeat;
	height: 160px;
	width: 960px;
}
div.bottom_menu.narrow{
	height: 80px;
}
table.tablebenefit{
	text-align: center;
	width: 700px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.2em;
}
.tablebenefit ~ span {
	text-align: center;
	display: block;
	font-size: 15px;
	font-family: inherit;
	width: 600px;
	margin: 0 auto;
	color: #9a9a9a;
}
table.formcontacts{
	color: #aaa;
	font-size: 0.74em;
	font-weight: normal;
	line-height: 14pt;
}
input, textarea{
	border: 2px solid #398ab380;
	margin: 0 auto;
	display: block;
	padding-left: 10px;
	font-style: italic;
	font-size: 0.7em;
	color: #bbb;
	margin-bottom: 10px;
}
input{
	width: 390px;
	height: 25px;
}
textarea{
	width: 388px;
	height: 70px;
	padding-top: 5px;
	font-size: 1em;
}
.submit{
	color: #fff;
	width: 85px;
	background: #00689e;
	text-align: center;
	height: 14px;
	display: block;
	font-size: 0.45em;
	padding-top: 6px;
	float: right;
}
span.titlebenefit{
	background: #eee;
	color: #5b9ce2;
	width: 470px;
	height: 37px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 18px;
}
.titlebenefit ~ ul{
	margin-left: 25px;
}
.titlebenefit ~ ul ul{
	margin-left: 50px;	
}
ul.leftmenu{
	text-align: center;
}
ul.leftmenu li {
	display: inline-block;
	vertical-align: middle;
}
ul.leftmenu li a{
	display: block;
	height: 35px;
	margin-top: -50px;
	text-align: center;
	padding: 70px 10px 10px 10px;
	z-index: 0;
	position: relative;
	color: #000;
	max-width: 140px;
}
ul.leftmenu li a:hover, ul.leftmenu li a.currentpage{
	color: #fff;
	background: #363a65;
}
ul.bottommenu{
	padding-top: 70px;
	text-align: center;
	font-size: 1.3em;
}
ul.bottommenu li{
	display: inline-flex;
	max-width: 120px;
	margin-right: 50px;
}
ul.bottommenu li:last-child{
	margin-right: 0px;
}
.bottommenu a{
	color: #fff;
	text-align: center;
}
.gallery{
	text-align: center;
}
.gallery a{
	width: 228px;
	height: 228px;
	display: inline-block;
	margin: 5px;
}
.gallery a:nth-child(4n), .gallery a:last-child{
	margin-right: 0px;
}
.gallery a:nth-child(5n), .gallery a:first-child{
	margin-left: 0px;
}
.gallery img{
	/*width: 100%;
	height: 100%;
*/
	max-height: 150px;
}
