@charset "utf-8";


*{
	margin:0;
	padding:0;
}
body {
	background-color: #d8d8d8;
	width: 100%;
	background-image: url(../images/bg-skusza.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.clear {
	clear: both;
}

/* TOP NAVIGATION */

#menu {
	width: 385px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	height: 128px;
	float: right;
	background-position: right top;
	margin-right:20px;
}
#nav a{
	font-family: "Myriad Pro", "MS Sans Serif", "MS Serif";
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
	display: block;
	float: left;
	list-style-type: none;
	outline:none;
	padding-left: 25px;
	margin-left: 1px;
}
#nav   #active {
	color: #666666;
}
#nav a:hover{
	color: #666666;
}

/*MAIN CONTENY*/

#container {
	margin: auto;
	width: 1000px;
}
#header {
	background-image: url(../images/header/services.png);
	background-repeat: no-repeat;
	height: 193px;
	width: 1000px;
}
#skills img {
	margin-top: 80px;
	margin-bottom: 100px;
	width: 1000px;
	height: 323px;
}

/* LOWER NAVIGATION */

#footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 170px;
	background-color: #111111;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00ffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ffff;
}

#footer p {
	font-family: "Myriad Pro", "MS Sans Serif", "MS Serif";
	color: #8D8D8D;
	font-size: 8px;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 5px;
}
#foot-nav a {
	font-family: "Myriad Pro", "MS Sans Serif", "MS Serif";
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	outline:none;
	padding: 3px;
}
#foot-nav {
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 150px;
	margin-top: 35px;
}
.links {
	margin-left: 40px;
}

#foot-nav a:hover {
	background-color: #00ccff;
	color: #000000;
}
#foot-nav  li  {
	text-decoration: none;
	list-style-type: none;
	width: 10px;
	margin-left: 470px;
	margin-top: 2px;
}
.social {
	margin-left: 175px;
}

#foot-nav li a {
	color: #666666;
	font-size: 10px;
	font-family: "Myriad Pro", "MS Sans Serif", "MS Serif";
}
