@charset "UTF-8";
/* CSS Document */

/*=== Fix JS styles ===*/


/*--- Home ---*/
div.scrollContainer, .scroll, .panel,

/*--- Projects ---*/
div.photo, #photo-inner
 {
	display: inline !important;
	width: auto !important;
	height: auto !important;
	overflow:auto !important;
	float: none !important;
	background: transparent none !important;
	position: static  !important;
	z-index: auto !important;
}

/*___End JS fix ____*/


/*====== General ========*/

body, p, ul, ol, li {
   background: white;
   font-size: 10pt;
   line-height: 1.5;
   font-family: Arial, Helvetica, sans-serif;
   }
   

#logo {
	float: left;
	margin: 0 15px 15px 0;
}

blockquote {
	font-style:italic;
	}


/*==== Typography ====*/
h1, h2, h3, h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: bold;
}

h2 {
	margin-top: 1.5em;
}

h3 {
	margin-top: 1em;
}

ul li {
	list-style-image: url(../images/list.gif);
}

#pull {
	font-size: 13pt;
	font-weight: bold;
	float: right;
	width: 30%;
	color: #467284;
	margin-left: 2em;
	z-index: 9999;
	position: relative;
	margin-top: 1em;
}

#wrap {
	 width: auto;
   margin: 0 5%;
   border: 0;
}
   
#content {
   clear: left;
   color: black;
   background: transparent none;
	 padding: 1em 0 1em;
	 border-top: 1px solid #467284;
   }

#header {
	display: block;
	float: none !important;
}   

#copy {
	border-bottom: 1px solid #467284;;
}
	

#footer {
	clear: both;
	border-top: 1px solid #467284;;
}

#footer p {
	font-size: 9pt;
}

#footer img {
	float: left;
	margin: .7em 4pt 0 0;
}

#col1, #col2 {
	margin: 0;
}
 
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #467284;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
   
 a img {
 	border: none;
}

/*====== home ======*/

#front_tag {
	color: #467284;
	font-size: 18pt;
}


/*====== Projects ======*/
#client {
	font-size: 12pt;
	font-weight: bold;
}

#client_info {
	float: right;
}





/*==== DON'T PRINT =====*/
/*--- General ---*/
#nav, #subnav, .skip, .noprint, #foot_nav, #footer a,

/*--- Home ---*/
#slider ul.navigation,  

/*--- Projects ---*/
.next, .prev, #folionav,

/*--- Contact ---*/
#contact_wrap form, #contact_wrap h2  {
   display: none;
   }
	 
/*--- Logotowo ----*/
body.first-aid #content
{
	display: none;
} 
