@charset "utf-8";
/*  OOO KB CSS Document */

body 		{
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
			font-family:Arial, Helvetica, sans-serif;
			font-size:10pt;
			font-weight:400;
			
			}

a:link, 
a:active 	{
			color:#33B0F1;
			}

a:visited	{
			color:#9C9C9C;
			}			
			
h2			{
			font-weight:normal;
			}


.thumb		{
			border:5px solid #CCCCCC;
			}						



.nws		{
			padding-left:130px;
			}
			
			
.white,
.white a,
.white a:visited
			{
			color:#FFFFFF; 
			font-size:16pt; 
			text-decoration:none;
			}										

.blue,
.blue a,		
.blue a:visited
			{
			color:#0D6DB5; 
			font-size:12pt; 
			text-decoration:none;
			}
			
a:hover		{
			text-decoration:underline;
			}			

.main_txt	{
			padding:60px;
			}

.blu		{
			color:#0D6DB5;
			}


			
			
/* NEW STYLE */ 
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
img {border:0;}
a {
	color:#369;
}
a:hover, a.act {
	color:#fff;
	background:#369;
	text-decoration:none;
}
a h2 {margin-top:2px;}
a h2:hover {color:#005D9E;}
h1 {
	font-size: 28px;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-weight: 400;
	font-family: "Times New Roman"; 
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}


/* Header styles */

#header {
	clear:both;
	/*float:left;
	width:100%;*/
	width:1024px;
	margin:0 auto 0 auto;
	height:205px;
	background:#FFFFFF url('/style/kb/images/header.jpg') right top no-repeat;
}
#header {
	/*border-bottom:1px solid #000;*/
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header em{
	color:#293b69;
	font-family: Verdana, sans-serif;
	font-size: 21px;
	}
#menu {background:#404040 url('/style/kb/images/bg_menu.png') top left repeat-x; width:100%; height:64px;}
#menu ul {
	clear:left;
	/*float:left;
	width:100%;*/
	width:1024px;
	margin:0 auto 0 auto;
	list-style:none;
	padding:0;
	padding-top:6px;
}
#menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li a.nobrd {
	border:none;
}
#menu ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	/*background:#eee;*/
	color:#fff;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	border-right:1px solid #eee;
}
#menu ul li a:hover {
	background:#eee;
	color:#000;
}
#menu ul li a.active,
#menu ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#menu ul li a span {
	display:block;
}

ul#new_projects {list-style:none; padding:0px; }
ul#new_projects li {background:#FFF; padding:2px 8px; margin-bottom:6px;}
ul#new_projects h3 {margin-top:2px;}

ul#news {list-style:none; padding:0px;}
ul#news li {padding:0px 0 2px 16px; margin-bottom:6px; background:url('/style/kb/images/list-style-img.gif') 0px 3px no-repeat;}
ul#news li.inner {padding:0px 0 2px 22px; margin-bottom:6px; background:none;}

.inner_title {color:#1773B9;}
.service_img {padding:4px; margin:4px; margin-left:0px; border:1px solid #9c9c9c;}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	/*float:left;
	width:100%;	*/			/* width of whole page */
	width:1024px;
	margin:0 auto 0 auto;
	overflow:hidden;			/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
/*.col1 {background:url('/style/kb/images/corner.png') top left no-repeat;}*/
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column blog style settings */
.blogstyle {
	background:#eee;			/* right column background colour */
}
.blogstyle .colmid {
	right:25%;				/* width of the right column */
	background:#f4f4f4;		/* center column background colour */
}
.blogstyle .colleft {
	right:25%;				/* width of the middle column */
	background:#fff;			/* left column background colour */
}
.blogstyle .col1 {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:52%;				/* 100% plus left padding of center column */
}
.blogstyle .col2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:60%;				/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	/*float:left;
	width:100%;*/
	width:1024px;
	margin:0 auto 0 auto;
	height:150px;
	border-top:1px solid #000;
	background:#404040 url('/style/kb/images/logo_dark.jpg') 20px 20px no-repeat;
	color:#9c9c9c;
	font-size:10pt;
}
#footer ul{ margin-top:20px;}
#footer ul li{display:inline; margin-right:10px;}

.frt {float:right;}
.flt {float:left;}
.clr {clear:both;}
.clr-left {clear:left;}

.mr20 {margin-right:20px;}
.ml200 {margin-left:200px;}
.ads {background: url("/style/kb/images/banner_bg.png"); text-align: center; padding:4px; border:1px solid #9c9c9c; margin-bottom:10px;}
.ads span {display:block; text-align:left; font-size:10px; margin:-3px 1px -7px 1px; padding:0; line-height:10px; height:10px;}

/** Paginator */
div.paginator {
	position: relative;
}

/*div.paginator h3 {
	font-size: 1.286em;
	font-weight: normal;
	color:#000000;
font:18px Trebuchet MS;
}*/

div.paginator ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height:14px;
}

div.paginator ul li {
	display: inline;
	margin-right: -1px;
	/*font-family:Trebuchet MS;*/
	padding: 2px 9px;
	font-size: 1.143em;
}

* html div.paginator ul li {
	margin-right: 3px;
	padding: 2px 4px 24px 9px;
}

div.paginator ul li.active {
	background-color: #EAEFDD;
}


/*.pictcha						{ color:#FE6918; font:normal 9pt Verdana, tahoma, sans-serif; text-decoration:none; }*/
.pictcha .right					{ color:#33CC00; font-size:16px; }
.pictcha .wrong					{ color:#FF9900; font-size:16px; }
.pictcha .intro					{ }
.pictcha .images				{ border:1px solid #eee; width:330px;}
.pictcha .images img			{ padding:2px; }
.pictcha .images img.selected	{ border:2px solid #FE6918; padding:0; }


.inner_menu {padding-left:10px;}

