﻿body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;	
}
#top {
	background-color: #142129;
	color: #fff;	
	height: 530px;
}
#header {
	background-image: url('images/header.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#logo{
	float: left;
	margin: 0 0 0 64px;
}
#header-title {
	float: left;
	margin: 0px 0 0 38px;
}
#header-title h1 {
	font-size: 19px;
	font-weight: bold;
}
#header-title h2 {
	font-size: 12px;
	font-weight: normal;
	margin: -8px 0 0 0;
	text-align: center;
}
#language {
	float: right;
	font-size: 12px;
	margin: 37px 55px 0 0;
}
#language a {
	color: #fff;
}

#portfolio {
	margin: 0 auto 0 auto;
	width: 880px;
}
#portfolio h3, #bottom h3 {
	text-transform: uppercase;
}

#slider {
	background-color:#fafafa;
	position:relative;
	padding:20px;
	overflow:hidden;
	border: 1px solid #a9a9a9;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}
.inslider {
	float: left;
	position: relative;
}
.inslider a {
	text-decoration:none;
}
.item-holder {
	height: 300px;
	width: 835px;
	overflow: hidden;
	position: relative;
}
.item-slider {
	position: absolute;
	top: 0; left: 0;
}
.item-slider div {
	float: left;
}
.item {
	height: 300px;
	width: 835px;	
}
.item-image {
	float: left;
}
.item-description {
	color: #000;
	float: left;
	font-size: 12px;
	margin: 0 0 0 15px;
}
.item-description h4 {
	font-size: 17px;
	margin: 10px 0 0 0;
}
.item-description h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.item-description ul {
	vertical-align: middle;
}
.item-description li {
	list-style: none outside url('images/bullet.png');
	vertical-align: middle;

}
.portfolio-nav {
	position: absolute;
	bottom: 0px; right: 0px;
	height: 31px;
	z-index: 100;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.portfolio-nav a {
	padding: 5px;
	text-decoration: none;
	color: #333;
}
.portfolio-nav a.active {
	color: #fff;
	font-weight: bold;
	background: #142129;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 880px;	
}

#bottom img.email {
	cursor: pointer;
}

#footer {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 880px;		
}
