html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin: 0px;
	background-color: #333333;
	background-image: url(images/bckg/bg.gif);
	background-repeat: repeat-x;
	height: 100%;
}
html, body{
	scrollbar-face-color:#b7b7b7;
	scrollbar-base-color:#aeaeae;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#f6f6f6;
	scrollbar-shadow-color:#f6f6f6;
	scrollbar-highlight-color:#f6f6f6;
	scrollbar-3dlight-color:#f6f6f6;
	scrollbar-darkshadow-Color:#f6f6f6;
}
a:link {
	color: #666666;	text-decoration: underline;
}
a:visited {
	COLOR: #666666;	text-decoration: underline;
}
a:hover {
	COLOR: #0066cc;
}
h1 {
	font-size: 125%;
	color: #0066cc;
}
#master{
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	width:842px;
	height: 100%;
	background-image: url(images/bckg/bg_master.png);
	background-repeat: repeat-y;
}
#masterHome{
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	width:842px;
	background-image: url(images/bckg/bg_master.png);
	background-repeat: repeat-y;
}
#content{
	width: 800px;
	padding: 0px;
	margin-left:21px;
}
#header {
	background-image: url(images/bckg/header.gif);
	background-repeat: repeat-x;
	height: 130px;
	margin: 0px;
	padding: 0px;
	position:relative;
}
#logo {
	background-image: url(images/bckg/kpa_logo.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 163px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	position: absolute;
}
#slogan {
	font-size: 150%;
	color:#999999;
	height: 22px;
	position: absolute;
	margin: 75px 0 0 480px;
	left: 100px;
}
#picture {
	height: 231px;
	width: 800px;
}
#menu {
	color:#FFFFFF;
	background-color: #ff750c;
	height: 30px;
	width: 800px;
	font-weight: bold;
	font-size:120%;
}
#menu a {
	color: #FFFFFF; text-decoration:none;
}
#menu a:hover{
	color: #333333;
}
#menu ul {
	list-style-type: none;
	margin:0;
	padding:5px 0 0 30px;
}
#menu li {
	display: inline;
	padding-right:15px;
	margin:0;
}
#menu .current a {
	color: #333333;	text-decoration: none;
}
.box {
	margin:30px 0 30px 40px;
}
.boxConte {
	margin:30px 20px 30px 20px;
}
.bulet ul {
	margin:0;
	list-style-type: none;
}
.bullet li {
	list-style-type: none;
	padding: 0 0 7px 10px;
	background-image: url(images/bullet-5.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#project {
	float: left;
	width: 170px;
	background-image: url(images/bckg/project.jpg);
	background-repeat: no-repeat;
	padding-left:60px;
}
#enginee {
	float: left;
	width: 170px;
	background-image: url(images/bckg/engineering.jpg);
	background-repeat: no-repeat;
	padding-left:60px;
}
#design {
	float: left;
	width: 170px;
	background-image: url(images/bckg/design.jpg);
	background-repeat: no-repeat;
	padding-left:60px;
}

.dots {
	background-image: url(images/bckg/dot.jpg);
	background-repeat: repeat-y;
	width:17px;
	height:100px;
	float:left;
	background-position: center 0px;
}
#services {
	float: left;
	width:152px;
	margin-right:15px;
	display:inline;	
}
#services ul {
	margin:0;
	padding:0;
	list-style-type: none;	
}
#services li { padding:0 0 5px 10px;}
#services li a { color: #0066cc; text-decoration: none;}
#services li:hover {
	background-image: url(images/bckg/bullet-2.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#services li.current{
	font-weight: bold;
	background-image: url(images/bckg/bullet-2.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#boxServ {
	float: left;
	width:565px;
}

.examples {}
.examples img {
	border: 2px solid #CCCCCC;
	margin: 0 5px;
	padding: 0px;
}
img { border:0}
.clr{
	clear: both;
}
#footer { font-size:80%}

