html{
	background-color: #eee;
	background-image: url(/img/77design_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	font: 8pt/16pt verdana, arial, sans-serif;
	height: 100%;
}
body {
  text-align: center;
	margin: 0;
	padding: 0;  
}

a:link {
  font-weight: bold;
  text-decoration: none; 
  color: #000;
}
a:visited {
  font-weight: bold; 
  text-decoration: none; 
  color: #111;
}

a:hover, a:active {
  text-decoration: underline;
  color: #000;
}

@font-face {
	font-family: 'FontinSansBold';
	src: url('/fonts/fontin_sans_b_45b-webfont.eot');
	src: local('☺'), url('/fonts/fontin_sans_b_45b-webfont.woff') format('woff'), url('/fonts/fontin_sans_b_45b-webfont.ttf') format('truetype'), url('/fonts/fontin_sans_b_45b-webfont.svg#webfontGwryKIny') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'JunctionRegular';
	src: url('/fonts/junction_02-webfont.eot');
	src: local('☺'), url('/fonts/junction_02-webfont.woff') format('woff'), url('/fonts/junction_02-webfont.ttf') format('truetype'), url('/fonts/junction_02-webfont.svg#webfontxfjlT17s') format('svg');
	font-weight: normal;
	font-style: normal;
}
#container {
  width: 400px;
  min-height: 90%;
  padding: 0;
  margin: 0 auto;
}

#header {
  width:400px;
  margin: 0;
  padding:0;
  background: transparent url(/img/77design_header_bg.png) repeat-x; 
  position: relative;
  height: 121px;
  border-bottom: 2px solid #fff;
  text-align: left;
}

#header h1 {
  margin:0;
  z-index: 100; /* above the UL */
  text-shadow: #000 1px 1px 0px;
  font-size: 50px;
  padding: 27px 15px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  letter-spacing: -1px;
}

#header h1 a {

  text-decoration: none;
  color: #fff;
} 

#header ul {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #fff;  
}
#header li {
    float: left;
    padding: 0;
    margin: 0;

}

#header ul a {
    float: left;
    display: block;
    padding: 4px 9px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#header ul a:hover {
  text-decoration: underline;
  color: #000;
}

#content h2 {
  font: 18px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-weight: bold; 
  color: #25340C;
  border-bottom: 2px dotted #25340C;
}

#content {
  clear:both;
  padding: 0px 10px 10px 10px;
  text-align:justify;
}

.main-footer {
  text-align:center;
  font-size: 10px;
}

.forminput {
	padding: 3px;
	font-size: 11px;
	background-color: #E0FEB2;
	font-family: verdana, helvetica, sans-serif;
	vertical-align:middle;
	border : solid;
	border-color : #4C6728;
	border-width : 1px;
	border-spacing : 1px;
	margin : 0;
}

IMG {
  border: 1px solid #25340C;
  margin-right: 5px;
}
.realizacjeItem {
  clear:both;
  padding:5px;
  font-size: 12px;
  text-align:left;  
}
.realizacjeItem:hover {
  background-color: #E0FEB2;
}
.realizacjeItem H3{
  font: 18px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-weight: bold; 
  color: #25340C;
  padding: 0;
  margin: 0;
  padding-top:2px;
  padding-bottom:2px;
  font-size: 13px;
}

.realizacjeItem A {
  font-weight: normal;
  text-decoration: underline; 
  color: #000;
}
.big-photo {
    z-index: 980; 
}
.big-photo img {
    z-index: 990; 
}
.ui-prev-button a{
    position: absolute;
    top: 20px;
    left: 20px;      
    width: 100px;
    height: 100px;
    background-color: #fff;
    filter:alpha(opacity=0);
    opacity: 0;
    -moz-opacity:0;
    display:block;
    z-index: 999; 
    text-decoration: none;
}
.ui-next-button a{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    filter:alpha(opacity=0);
    opacity: 0;
    -moz-opacity:0;
    display:block;
    z-index: 998;  
    text-decoration: none;
}
.ui-prev-button a:hover {
    background: url(/img/prevlabel.gif) left 50% no-repeat;
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}
.ui-next-button a:hover {
    background: url(/img/nextlabel.gif) right 50% no-repeat;
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}

.ui-dialog-titlebar {
    bottom: 20px;
    left: 20px;
    position: absolute;  
}
.ui-dialog-titlebar-close {
    display: none;
}
.ui-dialog {
    background-color: #fff;
    border: 1px solid #999;
    position: absolute; 
    padding: .2em; 
    width: 300px; 
    overflow: hidden;
}

.ui-dialog-content {
    padding: 20px;
}

.ui-dialog-buttonpane {
    padding: 0px 20px 20px 20px;
    text-align: right;
}

.ui-dialog-buttonpane button {
    background: #fff url(/img/close.png) right bottom no-repeat;
    cursor: pointer; 
    padding-right: 15px;
    color: #333;
    font-size: 11px;
    height: 15px;
    line-height: 13px;
    border: none;
    vertical-align: middle; 
    margin: 0px 5px;
}
.ui-widget-overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter:Alpha(Opacity=70);     
}

.info {
    border: 1px solid #cfcec0; 
    color: #333333;
    background: #fff;    
}


.info p {
    padding-top: 30px;
    background: #fff url(/img/loading.gif) 50% top no-repeat;
}