@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;
	margin-left: 1px;
	padding-left: 25px;
}
#nav   #active {
	color: #666666;
}
#nav a:hover{
	color: #666666;
}

/*MAIN CONTENY*/

#container {
	margin: auto;
	width: 1000px;
}
#header {
	background-image: url(../images/header/work.png);
	background-repeat: no-repeat;
	height: 193px;
	width: 1000px;
}
#skills img {
	width: 1000px;
	height: 461px;
}
#skills p {
	font-family: "Myriad Pro", "MS Sans Serif", "MS Serif";
	font-size: 24px;
	font-style: italic;
	text-transform: lowercase;
	font-weight: lighter;
	text-align: center;
	color: #999999;
	padding-top: 40px;
}


/* 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";
}

/* SLIDER*/

#wrapper {
	width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	padding: 10px;
	width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 114px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 114px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: lighter;
	color: #111;
	font-size: 18px;
	margin: 0 0 8px 0;
	font-family: "Myriad Pro", "MS Sans Serif", "MS Serif";
}

.inside p {
	font-size: 11px;
	color: #666666;
	font-family: "Myriad Pro", "MS Sans Serif", "MS Serif";
}

#slider a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#slider a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
