html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	/*display: block;*/
}
img {
	border: 0;
}
a {
	color: #000;
	font-weight: bold;
}
a:hover {
	color: #0094BF;
	text-decoration: underline;
}
img.projektai {
border:1px solid #8A8A8A;
padding:2px;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: white;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #8A8A8A;
	padding-bottom: 60px;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 707px;
	position: relative;
	padding: 10px 0 0 0;
}

#wrapper a.home, a.home:hover {
text-decoration:none;
color:#0094BF;
}

.slogan {
margin:0px;
padding:0px;
font-size:23px;
color:#8A8A8A;
}

h1.logo {
color:#0094BF;
font-family:Georgia;
font-size:30px;
font-weight:bold;
line-height:30px;
}

#spray {
	position: absolute;
	top: 0;
	left: 378px;
}
#body-left {
	width: 360px;
	padding-top:20px;
}
#body-right {
	width: 318px;
	position: absolute;
	top: 8px;
	left: 388px;
}
/******************** Navigation ****************/
#menu {
	background-image:url(images/menu.jpg);
	width: 234px;
	margin-top: 5px;
	height:225px;
	background-repeat: no-repeat;
	padding: 22px 0px 0px 0px;
	text-align:center;
	clear:both;
}

#menu li{
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	line-height: 41px;
}
#menu a:hover{
	color:#0094BF;
}
#menu a.active{
	color:#0094BF;
}
#h-color {
	margin-top: 18px;
}
/******************** Projects - Welcome ****************/
.dot-divider {
	background-image:url(images/dot.jpg);
	width:324px;
	height:29px;
	background-repeat:repeat-x;
	background-position:0px 13px;
}
#inner {
/*border: 1px solid #000;*/
width:705px;
}
#title {
margin-top: 35px;
padding:0 0 24px 60px;
color:#0094BF;
font-family:Georgia;
font-size:23px;
font-weight:bold;
}
#content {
padding: 0 10px 0 10px;
}
#content a {
font-weight:normal;
}
#projectitem {
width:700px;
height:95px;
margin: 5px 0 5px 0;
}
#projectitem .description {
margin:0 0 0 20px;
padding:0px;
width: 557px;
float: right;
}
#projectitem .description p {
padding:0px;
margin:0px;
}
#h-projects {
	margin-top: 35px;
	color:#0094BF;
	font-family:Georgia;
	font-size:23px;
	font-weight:bold;
}
#h-welcome {
	margin-top: 18px;
	color:#0094BF;
	font-family:Georgia;
	font-size:23px;
	font-weight:bold;
}
#projects-outer {
	margin-left: -5px;
	width: 374px;
}#projects p{position:relative;}
#projects {
	background: url(images/box_bg.gif) no-repeat;
	padding: 30px 20px 30px 30px;
	height:274px;
}
#projects .left {
	margin-right: 15px;
}
#projects .more {
	padding-right: 25px;
}
#projects p {
	margin-top: 0;
	margin-bottom: 1em;
}
#welcome-more {
	margin-top: 20px;
}
#copyright {
	text-align: center;
	background: #E8E8E8;
	font-size: 11px;
	padding: 4px;
	margin-top: 30px;
}
