
* {
	margin: 0;
	padding: 0;
}

html, body{
	width: 100%;
}

body {
	font-family: Arial;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	width: 100%;
	height: 100%;
}

#header{
	background-image: url(img/header-bg.png);
	width: 100%;
	height: 199px;
	min-width: 1003px;
}

	#logo{
		
		background-image: url(img/logo.png);
		background-repeat: no-repeat;
		width: 241px;
		height: 199px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#menuwrapper{
		background-image: url(img/menu-bg.png);
		height: 47px;
		width: 100%;
		min-width: 1003px;
	}
	
	#menu{
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	#menu li{
		list-style-type: none;
		float: left;
	}

	#menu li a, #menu li a:visited, #menu li a:active{
		float: left;
		display: block;
		width: 100px;
		height: 47px;
		text-decoration: none;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 47px;
		font-family: Arial;
	}

	#menu li a:hover{
		background-image: url(img/hover-bg.png);
	}
	
#portfoliowrapper{
	background-image: url(img/portfolio-bg.png);
	background-repeat: repeat-x;
	height: 248px;
	width: 100%;
	min-width: 1003px;
}
	
#portfolio{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

	#arrowLeft, #arrowRight{
		display: block;
		float: left;
		margin-top: 100px;
		cursor: pointer;
	}
	
	#projecs{
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.project{
		display: block;
		float: left;
		width: 243px;
		margin: 30px;
	}
	
	.project a img, .project a img:visited, .project a img:active{
		border: 3px solid #3e9ac3;
	}
	
	.project a img:hover{
		border: 3px solid #ffffff;
	}
	
	.project strong{
		color: #FFFFFF;
	}
	
	.project strong a, .project strong a:visited, .project strong a:active, .project strong a:hover{
		color: #FFFFFF;
		font-size: 14px;
		text-decoration: none;
		font-family: Arial;
	}
	
	.foto{
		border: 3px solid #CCCCCC;
	}
	
#content{
	width: 857px;
	font-family: Tahoma;
	line-height: 13pt;
	font-size: 11px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
}

	#content h1{
		font-family: Arial;
		font-weight: bold;
		font-size: 24px;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#content h2{
		font-family: Arial;
		font-weight: bold;
		font-size: 14px;
		width: 100%;
		margin-bottom: 5px;
	}

/*
#bottom{
	background-image: url(img/footer-bg.png);
	background-repeat: repeat-x;
	min-height: 108px;
	width: 100%;
	margin-top: 100px;
	text-align: center;
	position: fixed;
	bottom: 0px;
}
*/

#bottom{
	background-image: url(img/footer-bg.png);
	background-color: #c08729;
	background-repeat: repeat-x;
	min-height: 108px;
	width: 100%;
	min-width: 1003px;
	text-align: center;
}
	
	#bottom  img{
		margin-top: 40px;
	}

.hidden{
	display: none;
}

a, a:active, a:visited, li a:active, li a:visited, a.link{
	color: #4ab9e9;
	text-decoration: none;
}

a:hover, li a:hover{
	text-decoration: underline;
}
	
p{
	margin-top: 10px;
	margin-bottom: 10px;
}

img{
	border: 0px;
}

.content ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

.content ul li{
	list-style-type: circle;
	margin-left: 20px;
}

.projects {
	width: 910px;
	overflow: hidden;
	position: relative;
	float: left;
}

.projects_in {
	width: 10000px;
}

#portfolio-project1{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 51px;
    display: inline-block;
}

#portfolio-project2{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 50px;
    display: inline-block;
}

#portfolio-project3{
	margin-top: 5px;
	margin-bottom: 5px;
    display: inline-block;
}
