@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width:100%;
}


body {
	margin:0;
	padding:0;
	background-image:url(../html-img/gradient.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}


#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#lang {
	text-align:right;
	font-size:70%;
	font-weight: bold;

}
#content {
 
}

/* ***************** Text Items ******************** */

p {

}	

/* ***************** Header ******************** */


#header {
	height:90px;
	background:url(../html-img/kimogo-logo.gif) no-repeat center left;
	
}

#header ul {
	text-align:right;
	position:relative;
	top:40%;
	}
	
#header ul li {
	display:inline;
}

#header ul a {
	position:relative;
	right:5px;
	margin-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;
}
#header ul a:link, #header ul a:visited {
	color:#000000;
}

#header ul a:hover, #header ul a:active, #header ul a:focus  {
	color:#ff0066;
	text-decoration:underline;
}

/* ***************** About Us Block ******************** */


#about {
	width:800px;
	left:0px;
	clear:both;
	
}

#about p {
	font-size:1em;
	line-height:1.3;
	color:#FFFFFF;
}

#about .top_img {
	background: url(../html-img/about-top.gif) top no-repeat;
	height:30px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#about .bot_img {
	background: url(../html-img/about-bottom.gif) bottom no-repeat;
	height:16px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.about_bg {
	background-image: url(../html-img/about-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.par_right {
	float:right
}

.par_left, .par_right {
	width:370px;
	margin:0 0 0 0;
	padding: 0px 10px 0px 10px;
}


/* ***************** Portfolio Blocks ******************** */

.port_item {
	clear:right;
	float:right;
	width:800px;
	margin:0 0 10px 0;
	padding:15px 0 50px 0;
	border-bottom:solid #33CCCC 1px;
	
}

.port_img {
	width:380px;
	margin:0 0px 0 0 ;
	padding:0px 0 0px 0;
	text-align:right;
	
}

.port_cont {
	float:right;
	width:360px;
	margin:0px 0px 0px 20px ;
	padding:0px 20px 0px 0px;
	
}

.port_cont h3 {
	background:#FF0066;
	color:#FFFFFF;
	display:inline;
	padding:.2em;
	font-size:.8em;
	text-transform:uppercase;

	}

.client_link {
	background:#33CCCC;
	color:#FFFFFF;
	padding:.2em;
	margin-top:50px;
	margin-right:-20px;
	font-size:.8em;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	float:right;
	
}



#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px;
}


#footer p {
	font-size:.8em;
	font-weight:bold;
	margin-left:10px;
}


