/* css styles by corsario.pl */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #7D7D7D;
	background-color: #fff;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #676767;
	background: transparent;
}

a:hover, a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #FD5F00;
	background: transparent; 
}

form {
	margin: 0;
	padding: 0;
}

form label
{
	float:left;
	clear:both;
}

textarea {
	float:left;
	border: 1px solid #b9c9c9;
	/*background-image: url(img/textarea.bg.jpg);*/
	width: 380px;
	height: 100px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 3px;
	clear:both;
}

* html textarea {
	background-attachment: fixed;
}

input {
	float:left;
	width: 380px;
	border: 1px solid #b9c9c9;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	clear:both;
}

input.submit {
	width: 150px;
	margin: 5px;
	margin-left: 130px;
}

input.check {
	width: 30px;
	border: 0;
}


ul {
	margin: 0;
	padding: 0;
	padding-left: 35px;
}

li {
    margin-bottom: 7px;
}

span.boldOrange {
	color: #FF6000;
	font-weight: bold;
}

p {
	margin: 0 0 15px 0;
	padding: 0;	
	overflow: hidden;
}


p.indent {
	text-indent: 25px;
}

.center {
	text-align: center;
}

.align-right {
	text-align: right;
}

img {
	display: inline;
	border: 0px;
}

.bold {
	font-weight: bold;
}

.smallItalic {
	font-size: 9px;
	font-style: italic;
}

div {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

h1 {
	font-size: 17px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 25px 0px;
	padding: 0px;
	color: #628B25;
}

h2 {
	font-size: 15px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 25px 0px;
	padding: 0px;
	color: #628B25;
}

h3 {
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 15px 0px;
	padding: 0px;
}

#headTitle_id
{
	width:100%;
}

img.headTitle {
	margin-bottom: 11px;
	margin-top: 9px;
}

#intro {
	display: none;
}

#mainWrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 30px;
}

#menuWrapper {
	height: 77px;
	width: 750px;
	background-image: url(../img/menu.bg.gif);
}

#hMenu {
	width: 422px;
	height: 57px;
	float: left;
	background-color: #FEA700;
}

#hMenu ul {
	width: 422px;
	height: 57px;
	margin: 0;
	padding: 0;
	display: inline;
}


#hMenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	cursor: pointer;
}

#hMenu ul li a span {
	display: none;
}

#hMenu #corsario {
	width: 108px;
	height: 57px;
}

#hMenu #oferta {
	width: 102px;
	height: 57px;
}

#hMenu #portfolio {
	width: 102px;
	height: 57px;
}

#hMenu #kontakt {
	width: 110px;
	height: 57px;
}

#hMenu #corsario a {
   background-image: url(../img/hMenu.corsario.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

#hMenu #oferta a {
   background-image: url(../img/hMenu.oferta.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

#hMenu #portfolio a {
   background-image: url(../img/hMenu.portfolio.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

#hMenu #kontakt a {
   background-image: url(../img/hMenu.kontakt.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

#hMenu #corsario a:hover, #hMenu #oferta a:hover, #hMenu #portfolio a:hover, #hMenu #kontakt a:hover {
	background-position: 0 -57px;
}

#vMenu {
	width: 308px;
	height: 57px;
	background-image: url(../img/vMenu.bg.gif);
	float: right;
}

#vMenu ul {
	width: 308px;
	height: 57px;
	margin: 0;
	margin-left: 12px;
	padding: 0;
	list-style: none;
}

#vMenu ul li {
	text-align: left;
	height: 25px;
	padding-top: 4px;
	margin-bottom: 0px;
}

#vMenu ul li a:link, #vMenu ul li a:visited {
	text-decoration: none;
	color: #fff;
}

#vMenu ul li a:hover, #vMenu ul li a:active {
	text-decoration: none;
	color: #FD5F00;
}



#contentWrapper {
	width: 750px;
	float: left;
	margin-bottom: 25px;
	overflow: hidden;
}


/* lewa kolumna */

#leftCol {
	width: 354px;
	float: left;
	background-image: url(../img/leftCol.bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 90px;
	text-align: left;
	overflow: hidden;
}

#leftCol #leftBan {
    width: 354px;
    height: 90px;
    background-image: url(../img/leftBan.bg.jpg);
}

#leftCol #korzysci {
	 width: 328px;
	 border-bottom: 1px solid #DEDEDE;
}

#leftCol #korzysci ul {
	width: 328px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftCol #korzysci li {
	background-image: url(../img/korzysci.li.bg.jpg);
	background-repeat: no-repeat;
	width: 328px;
	height: 62px;
	margin-bottom: 0px;
	padding-top: 3px;
}

#leftCol #korzysci li#korzysciLi1 {
	background-image: url(../img/korzysci.li1.bg.jpg);
}

#leftCol #korzysci li img {
	float: left;
	margin-top: 11px;
	margin-right: 7px;
}

#leftCol #korzysci li div {
	padding-top: 5px;
}

#mapa {
	 width: 328px;
	 padding-top: 5px;
}

#mapa #mapaUlWrapper {
	margin-top: 9px;
	background-image: url(../img/mapa.ul.bg.gif);
}

#mapa #mapaUlWrapper #firstUL {
    width: 328px;
	 background-image: url(../img/mapa.bg.gif);
	 background-repeat: no-repeat;
	 font-weight: bold;
	 padding-top: 7px;
	 padding-bottom: 7px;
}

#mapa ul {
   list-style: none;
	font-weight: normal;
	padding-left: 19px;
}

#mapa li {
    margin-bottom: 5px;
	 margin-top: 3px;
}

#leftCol ul {
   list-style: none;
	font-weight: normal;
	padding-left: 19px;
}

#leftCol li {
    margin-bottom: 5px;
	 margin-top: 3px;
}

#mapa #mapaFooter {
	height: 15px;
	width: 328px;
	background-image: url(../img/mapa.footer.gif);
}




/* prawa kolumna */

#rightCol {
    width: 396px;
    float: right;
	 text-align: left;
	 overflow: hidden;
}

#rightCol #rightBan {
    width: 396px;
    height: 135px;
    background-image: url(../img/rightBan.bg.jpg);
}

#rightCol #rightContent {
	padding-top: 10px;
	background-image: url(../img/rightContent.bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 17px;
}

#rightCol #colsWrapper {
	height: 470px;
}

#lCol {
	float: left;
	width: 220px;
	padding-bottom: 10px;
}

#rCol {
	float: left;
	padding: 0;
	padding-left: 6px;
	padding-bottom: 10px;
	width: 170px;
	word-spacing: -1px;
}



#lista_prac_id .portfolio {
	float:left;
    width: 326px;
	margin-bottom: 19px;
	position: relative;
	padding:20px;
	overflow: hidden;
}

#lista_prac_id p.stronnicowanie
{
	float:left;
	width:100%;
}

#lista_prac_id .portfolioKlient {
	height:45px;
	padding-bottom:5px;
}

#lista_prac_id .portfolioKlient p {
   margin: 0;
}

#lista_prac_id .portfolioPic {
    width: 270px;
	position: relative;
	height: 192px;
	margin: 10px 0 10px 60px;
}

#lista_prac_id .portfolioMask {
    width: 270px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 192px;
	cursor: pointer;
}

#lista_prac_id .portfolioText {
	font-size: 10px;
	text-align: justify;
	line-height: 130%;
	padding-bottom: 5px;
	background-image: url(../img/portfolio.text.bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#lista_prac_id .portfolioText p {
   margin-bottom: 7px;
}

#lista_prac_id
{
    width:750px;
    float:left;
	text-align: left;
	overflow: hidden;
}


/* footer */

#footer {
	width: 750px;
	height: 30px;
	background-image: url(../img/footer.bg.jpg);
	float: left;
	position: relative;
}

#footer p {
	position: absolute;
	padding: 0;
	margin: 0;
	color: #fff;
	left: 485px;
	top: 6px;
}

#footer p#shadow {
	position: absolute;
	padding: 0;
	margin: 0;
	color: #606060;
	left: 486px;
	top: 7px;
}

#footer img {
    float: left;
    margin-top: 7px;
    margin-left: 15px;
}

#footerMenu {
	width: 750px;
	height: 60px;
	float: left;
	position: relative;
}

#footerMenu p {
    text-align: right;
    margin-right: 10px;
    margin-top: 3px;
	margin-bottom: 0;
	line-height: 130%;
}



.annotation {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #e0e0e0;
	margin-top: 50px;
	color: #A8A8A8;

}

.annotation a {
   color: #A8A8A8;
}

.consultName {
    border-left: 2px solid #A5D610;
    padding-left: 10px;
	 float: left;
	 width: 185px;
	 margin-bottom: 25px;
	 margin-top: 0px;
}

.ostatniaPraca {
	float:left;
	width: 328px;
	padding-right:30px;
	padding-top: 11px;
	position: relative;
	margin-top: 20px;
	height:240px;
}

.ostatniaPraca div {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.ostatniaPraca div.ostania_praca_tytul
{
	line-height:120%;
}

.ostatniaPracaPic {
	position: absolute;
	left: 0;
	top: 42px;
	height: 116px;
	margin: 0;
	padding: 0;
}

.ostatniaPracaPicMask {
	position: absolute;
	left: 0;
	top: 42px;
	height: 116px;
	margin: 0;
	padding: 0;
}

.ostatniaPraca hr {
   margin: 0;
   padding: 0;
   margin-top: 131px;
   border: 0;
   height: 1px;
   width: 0;
}

* html .ostatniaPraca hr
{
    marg\in-top: 119px;
}

.ostatniaPraca div.opis {
    background-image: url(../img/portfolio.text.bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 3px;
}

.error {
	font-weight: bold;
	color: #e00;
}
