@font-face {
	font-style: normal;
	font-weight: normal;
	font-family: 'Eurostile Std Extended 2';
	src: url('../fonts/eurostile_std_extended_2.eot');
	src: url('../fonts/eurostile_std_extended_2d41d.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/eurostile_std_extended_2.svg#Eurostile Std Extended 2') format('svg'),
		 url('../fonts/eurostile_std_extended_2.woff') format('woff'),
		 url('../fonts/eurostile_std_extended_2.ttf') format('truetype');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Eurostile Std Bold Extended 2';
	src: url('../fonts/eurostile_std_bold_extended_2.eot');
	src: url('../fonts/eurostile_std_bold_extended_2d41d.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/eurostile_std_bold_extended_2.svg#Eurostile Std Bold Extended 2') format('svg'),
		 url('../fonts/eurostile_std_bold_extended_2.woff') format('woff'),
		 url('../fonts/eurostile_std_bold_extended_2.ttf') format('truetype');
}
* {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
body {
	overflow-y: scroll;
}



#kis-head {
	position: fixed;
	width: 960px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	font-family: 'Eurostile Std Extended 2', sans-serif;
	background-color: white;
	z-index: 2;
}
@media
only screen and (max-height: 599px),
only screen and (max-device-height: 599px) {
	#kis-head {
		position: absolute;
	}
}

#kis-nav-misc {
	text-align: right;
	padding-right: 25px;
	margin-top: 30px;
	cursor: default;
}
.kis-nav-misc-item {
	text-transform: uppercase;
	margin-left: 10px;
	border-left: 1px solid black;
	padding-left: 12px;
	line-height: 14px;
	font-size: 10px;
	color: black;
}
.kis-nav-misc-item:first-child {
	border: 0;
}
.kis-nav-misc-item:hover {
	text-decoration: underline;
}



#kis-avedis {
	padding-left: 25px;
}
#kis-avedis img {
	margin-right: 8px;
	vertical-align: top;
	cursor: pointer;
}
#kis-avedis span {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 43px;
	cursor: default;
}



#kis-nav-main {
	text-align: right;
	padding-right: 25px;
	margin-bottom: 7px;
	cursor: default;
}
.kis-nav-main-item {
	position: relative;
	display: inline-block;
	line-height: 18px;
	margin-left: 50px;
	cursor: pointer;
	color: black;
}
div.kis-nav-main-item {
	cursor: default;
}
.kis-nav-main-item span {
	font-size: 14px;
}
.kis-nav-main-item-sub:empty {
	display: none !important;
}
.kis-nav-main-item-sub {
	display: none;
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	text-align: left;
	background-color: #fdfdfd;
	border: 1px solid #999;
	padding: 6px 10px;
	z-index: 10;
}
.kis-nav-main-item-sub-item {
	display: block;
	color: #666;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}
.kis-nav-main-item-sub-item:hover {
	color: #a3d252;
}
a.kis-nav-main-item:hover {
	text-decoration: underline;
}
div.kis-nav-main-item:hover .kis-nav-main-item-sub {
	display: block;
}



.kis-intro {
	position: absolute;
	width: 100%;
	height: 216px;
	background-color: #a3d252;
	background-repeat: no-repeat;
	background-position: center center;
}
.kis-intro-left, .kis-intro-right {
	width: 248px;
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Eurostile Std Bold Extended 2', sans-serif;
	background-repeat: no-repeat;
	cursor: pointer;
}
.kis-intro-left {
	float: left;
	text-align: right;
	line-height: 216px;
	padding-right: 25px;
	background-image: url(../img/intro-left.png);
	background-position: 25px center;
}
.kis-intro-right {
	float: right;
	height: 140px;
	padding-top: 76px;
	padding-left: 25px;
	background-image: url(../img/intro-right.png);
	background-position: 233px center;
}
#kis-intro-1 {
	background-image: url(../img/theme-intro-1.jpg);
	z-index: 8;
}
#kis-intro-2 {
	background-image: url(../img/theme-intro-2.jpg);
	z-index: 6;
}
#kis-intro-3 {
	background-image: url(../img/theme-intro-3.jpg);
	z-index: 4;
}



#kis-theme {
	width: 100%;
	height: 140px;
	background-image: url(../img/theme.jpg);
}
#kis-nav-theme {
	text-align: center;
}
.kis-nav-theme-item {
	display: inline-block;
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-left: 30px;
}
.kis-nav-theme-item:first-child {
	margin-left: 0;
}
.kis-nav-theme-item:hover {
	text-decoration: underline;
}
.kis-nav-theme-active {
	background-image: url(../img/theme-nav.png);
	background-repeat: no-repeat;
	background-position: top center;
	cursor: default;
}
.kis-nav-theme-active:hover {
	text-decoration: none;
}



#kis-page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 280px;
	cursor: default;
}



#kis-home {
	padding-top: 76px;
}
#kis-home .csc-default {
	float: left;
	width: 145px;
	margin-left: 15px;
	border-left: 1px solid #999;
	padding: 10px 0;
	padding-left: 15px;
}
#kis-home .csc-default div {
	overflow: visible;
}
#kis-home .csc-default:first-child {
	margin-left: 116px;
	border-left: 0;
}
#kis-home .csc-default:nth-child(3) {
	width: 185px;
}
#kis-home .csc-default:first-child a {
	color: #a3d252;
}
#kis-home .csc-default:nth-child(2) a {
	color: #003882;
}
#kis-home .csc-default:nth-child(3) a {
	color: #ec7405;
}
#kis-home .csc-default:nth-child(4) a {
	color: #618246;
}
#kis-home .csc-default p {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
}
#kis-home .csc-default h1 {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Eurostile Std Extended 2', sans-serif;
	margin-top: 10px;
}
#kis-home .csc-default p a {
	font-size: 10px;
	font-family: 'Eurostile Std Extended 2', sans-serif;
}
#kis-home .csc-default p a:hover {
	text-decoration: underline;
}



#kis-content-side {
	float: left;
	width: 125px;
	margin-left: 25px;
	padding-top: 5px;
}
#kis-content-side h2 {
	color: black;
	font-size: 14px;
	font-family: 'Eurostile Std Extended 2', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
}
#kis-content-side a {
	display: block;
	font-size: 10px;
	font-family: 'Eurostile Std Extended 2', sans-serif;
	color: #666;
}
#kis-content-side a:hover, #kis-content-side a.kis-content-side-selected {
	color: #a3d252;
}



#kis-content {
	position: relative;
	margin-left: 165px;
	margin-right: 5px;
	border-left: 1px solid #999;
	padding: 10px 15px;
	padding-right: 141px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
}
#kis-content h1 {
	color: #a3d252;
	font-size: 28px;
	padding-bottom: 5px;
	font-family: 'Eurostile Std Extended 2', sans-serif;
	letter-spacing: 2px;
}
#kis-content h2 {
	margin-top: 20px;
	color: #318b0a;
	font-size: 16px;
}
#kis-content h3 {
	margin-top: 20px;
	color: black;
	font-size: 16px;
}
#kis-content p {
	text-align: justify;
	margin-top: 15px;
}
#kis-content b {
	color: black;
}
#kis-content ol {
	color: black;
	margin-top: 15px;
	margin-left: 20px;
	list-style-type: disc;
}
#kis-content ul {
	color: #318b0a;
	margin-top: 15px;
	margin-left: 20px;
}
#kis-content a {
	color: #a3d252;
}
#kis-content a:hover {
	text-decoration: underline;
}
#kis-content img {
	border-color: #999;
}
#kis-content a img {
	border: 2px solid #999;
}
#kis-content a:hover img {
	border-color: #a3d252;
}



#kis-logo {
	position: absolute;
	margin: 0 25px;
	margin-top: 70px;
	padding-bottom: 30px;
	right: 0;
}



.kis-clear {
	clear: both;
}