* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input.styled {
	display: none;
}
select.styled {
	position: relative;
	width: 250px;
	z-index: 5;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #ffffff url(../gfx/back-page.jpg) no-repeat center top;
	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	line-height: 170%;
	color: #8f8f8f;
}

#centerBox {
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
}

#centerBoxLight {
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
}

#menuBox {
	height: 148px;
	overflow: hidden;
	position: relative;
}

#logo {
	display: block;
	width: 107px;
	height: 69px;
	background: url(../gfx/seenet-logo.gif) no-repeat center center;
	position: absolute;
	top: 45px;
	left: 0px;/*40px;*/
}

a {
	text-decoration: none;
	color: #1d85bb;
}

a:hover {
	color: #484848;
}

#mainMenu {
	border-top: 1px solid #f1f1ee;
	position: absolute;
	right: 0px; /*40px;*/
	top: 70px;
	padding-top: 30px;
}

#mainMenu div {
	display: none;
}

#mainMenu a {
	font-size: 14px;
	text-decoration: none;
	color: #1d85bb;
	margin-left: 18px;
	font-weight: bold;
}

#mainMenu a:hover, #mainMenu a.selected {
	color: #484848;
}

#mainMenu a.first {
	margin: 0px;
}

#subMenu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #1d85bb;
	display: block;
	line-height: 34px;
	float: left;
	height: 45px;
	background: none;
	padding: 0px 15px 0px 15px
}

#subMenu a img.menuIMG {
	margin-top: 10px;
}

#subMenu a:hover {
	color: #484848;
}

#subMenu a.selected {
	color: #484848;
	background: url(../gfx/scroll-pos.png) no-repeat center top;
}

#topBox {
	height: 285px;
	background: url(../gfx/back-main-top.jpg) no-repeat center top;
}

#topBox2 {
	height: 335px;
	position: relative;
}

#topBox2I {
	width: 980px;
	height: 335px;
	position: relative;
}

.topFoto {
	width: 980px;
	height: 335px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: no-repeat center center;
}


#subTopBox {
	height: 205px;
	background: url(../gfx/back-sub-top.jpg) no-repeat center top;
	position: relative;
}

.nr1 #subTopBox { background: url('topy/headers_small_1.jpg') no-repeat center top; }
.nr2 #subTopBox { background: url('topy/headers_small_2.jpg') no-repeat center top; }
.nr3 #subTopBox { background: url('topy/headers_small_3.jpg') no-repeat center top; }
.nr4 #subTopBox { background: url('topy/headers_small_4.jpg') no-repeat center top; }
.nr5 #subTopBox { background: url('topy/headers_small_5.jpg') no-repeat center top; }
.nr6 #subTopBox { background: url('topy/headers_small_6.jpg') no-repeat center top; }
.nr7 #subTopBox { background: url('topy/headers_small_7.jpg') no-repeat center top; }

#contentBox {
	background: url(../gfx/back-lustro.jpg) no-repeat center top;
	padding-top: 40px;
	position: relative;
}

#contentBox2 {
	position: static;
}

#subContentBox {
	background: url(../gfx/back-sub-lustro.jpg) no-repeat center top;
	padding-top: 50px;
	display: block;
	width: 980px;
}

.nr1 #subContentBox { background-image: url('topy/headers_small_shadow_1.jpg'); }
.nr2 #subContentBox { background-image: url('topy/headers_small_shadow_2.jpg'); }
.nr3 #subContentBox { background-image: url('topy/headers_small_shadow_3.jpg'); }
.nr4 #subContentBox { background-image: url('topy/headers_small_shadow_4.jpg'); }
.nr5 #subContentBox { background-image: url('topy/headers_small_shadow_5.jpg'); }
.nr6 #subContentBox { background-image: url('topy/headers_small_shadow_6.jpg'); }
.nr7 #subContentBox { background-image: url('topy/headers_small_shadow_7.jpg'); }

#contentInner {
	background: url(../gfx/back-inner-column.gif) repeat-y center top;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #484848;
	margin-bottom: 30px;
}

h1.blue {
	color: #1090d8;
	margin-bottom: 0px;
	font-weight: normal;
}

h1.blue2 {
	color: #1090d8;
	margin-bottom: 0px;
	line-height: 18px;
	font-weight: normal;
}

h1.blue2 img {
	margin: 1px 2px 1px 2px;
}

h1.white {
	color: #ffffff;
	margin-bottom: 0px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1d85bb;
}

h2.black {
	color: #494949;
}

h2.white {
	color: #ffffff;
}

.newsAddon {
	float: left;
	width: 460px;
}

a.moreBtn {	
	display: block;
	float: left;
	font-size: 11px;
	color: #1d85bb;
	text-decoration: none;
	background: url(../gfx/next-inactive.png) no-repeat left center;
	line-height: 16px;
	padding-left: 25px;
/*	margin-top: 30px;*/
}

a.moreBtn:hover {	
	color: #484848;
	background: url(../gfx/next-active.png) no-repeat left center;
}

#newsAddonContainer {
	width: 460px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

#newsAddonContent {
	position: absolute;
	top: 0px;
	left: 0px;
}

.newsAddonArchive {
	position: absolute;
	bottom: 25px;
	right: 40px;
}

p.newsAddonDate {
	font-size: 10px;
	color: #cccccc;
	line-height: 100%;
}

p {
	font-size: 11px;
	line-height: 170%;
	color: #8f8f8f;
}

p span {
	color: #494949;
}

.columns {
	float: left;
	height: auto !important;
	height: 50px;
	min-height: 50px;
	padding: 0px 40px 35px 40px;
	position: relative;
}

.subColumns {
	height: auto !important;
	height: 50px;
	min-height: 50px;
	padding: 0px 40px 20px 40px;
	position: relative;
	display: block;
}

#column1 {
	width: 460px;
	background: url(../gfx/column1-back.png) no-repeat center bottom;
}

#column2 {
	width: 143px;
	background: url(../gfx/column2-back.png) no-repeat center bottom;
}

#column3 {
	width: 135px;
	background: url(../gfx/column3-back.png) no-repeat center bottom;
}

#columnLeft {
	width: 365px;
	float: left;
	display: block;
}

#columnRight {
	width: 615px;
	float: right;
	display: block;
	background: url(../gfx/back-right-column.gif) repeat-y center top;
	overflow: hidden;
}

#closeColumns {
	height: 30px;
	clear: both;
	background: url(../gfx/back-bottom-column.png) no-repeat center top;
}

#closeRightColumn {
	height: 15px;
	background: url(../gfx/right-column-end.png) no-repeat center top;
}

#footBox {
	font-size: 10px;
	color: #8f8f8f;
	text-align: right;
	padding: 20px 0px 20px 0px; /*20px 40px 20px 40px;*/
}

#footBox a {	
	color: #1d85bb;
	text-decoration: none;
}

#footBox a:hover {
	color: #484848;
}

#newsAddonNav {	
	position: absolute;
	top: 0px;
	right: 40px;
}

#newsAddonNav a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #feffff;
	background: url(../gfx/circle-inactive.png) no-repeat center center;
	margin-left: 5px;
}

#newsAddonNav a:hover, #newsAddonNav a.selected {
	background: url(../gfx/circle-active.png) no-repeat center center;
}

.clearBox {
	height: 1px;
	clear: both;
	overflow: hidden;
	font-size: 1px;
}

#langBox {
	position: absolute;
	right: 0px;/*40px;*/
	top: 35px;
}

#langBox a {	
	margin-left: 10px;
	display: block;
	float: left;
	width: 54px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #1d85bb;
	font-size: 10px;
}

#langBox a.selected, #langBox a:hover{	
	color: #fefefd;
	background: url(../gfx/back-lang-active.png) no-repeat center center;
}

a.fotoLogo {
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
}

#langBox #siteMap, #langBox #mainSite {
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 20px;
}

#langBox #siteMap {	background: url(../gfx/mapa-strony.gif) no-repeat center center;	}
#langBox #mainSite {	background: url(../gfx/strona-domowa.gif) no-repeat center center;	}

#teamContainer {
	width: 530px;
	height: 241px;
	overflow: hidden;
	position: relative;
	padding: 5px 0px 17px 5px;
	margin-bottom: 35px;
}

#teamContent {
	height: 241px;
	width: 530px;
	z-index: 1;
	overflow: hidden;
}

.teamFrame {
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

#teamFrameTop {
	top: 0px;
	left: 0px;
	width: 535px;
	height: 11px;
	background: url(../gfx/team-frame-top.gif) no-repeat;
}

#teamFrameLeft {
	top: 0px;
	left: 0px;
	width: 6px;
	height: 251px;
	background: url(../gfx/team-frame-left.gif) no-repeat;
}

#teamFrameBottom {
	bottom: 12px;
	right: 0px;
	width: 535px;
	height: 11px;
	background: url(../gfx/team-frame-bottom.gif) no-repeat;
}

#teamFrameRight {
	bottom: 12px;
	right: 0px;
	width: 6px;
	height: 251px;
	background: url(../gfx/team-frame-right.gif) no-repeat;
}

#teamSelector {
	position: absolute;
	left: 259px;
	bottom: 0px;
	background: url(../gfx/team-selector.png) no-repeat;
	width: 16px;
	height: 13px;
	z-index: 7;
}

#teamLoader, #officeLoader {
	width: 535px;
	height: 251px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 4;
}

#teamProgBack, #officeProgBack {
	width: 250px;
	height: 18px;
	position: absolute;
	left: 140px;
	top: 115px;
	background: url(../gfx/progress-off.png) no-repeat left top;
	overflow: hidden;
}

#teamProg, #officeProg {
	width: 0px;
	height: 18px;
	background: url(../gfx/progress-on.gif) no-repeat left top;
}

.teamFace {
	float: left;
	height: 241px;
	width: 1px;
	background: no-repeat center 0px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border: 0px;
}

.teamFaceC {
	height: 241px;
	background: no-repeat center -241px;
	cursor: pointer;
}

.teamFaceD {
	height: 42px;
	width: 100%;
	background: url(../gfx/back-face-name.png);
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
	padding-top: 12px;
	padding-left: 6px;
}

.teamFaceD a {
	text-decoration: none;
}

#subMenuNavB, #subMenuNavS, #subMenuNavL {
	width: 535px;
	height: 45px;
	margin-bottom: 35px;
	position: relative;
}

#subMenuLeft {
	width: 40px; 
	height: 34px;
	background-image: url(../gfx/scroll-left-all.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
}

#subMenuRight {
	width: 40px; 
	height: 34px;
	background-image: url(../gfx/scroll-right-all.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

#subMenuNavB #subMenuRight {	right: 0px; }
#subMenuNavL #subMenuRight {	right: 80px; }
#subMenuNavS #subMenuRight {	right: 120px; }

#subMenuConteiner {
	height: 45px;
	position: absolute;
	top: 0px;
	left: 40px;
	overflow: hidden;
	background: url(../gfx/scroll-back.png) repeat-x center top;
}

#subMenuNavB #subMenuConteiner {	width: 455px; }
#subMenuNavL #subMenuConteiner {	width: 375px; }
#subMenuNavS #subMenuConteiner {	width: 335px; }


#subMenuLeft.scrollI,  #subMenuRight.scrollI {
	background-position: 0px 0px;
}

#subMenuLeft.scrollA, #subMenuRight.scrollA {
	background-position: 0px -34px;
}

#subMenuLeft.scrollS, #subMenuRight.scrollS  {
	background-position: 0px -68px;
}


#subMenuList, #subMenuMini, #subMenuPortfolio {
	width: 35px;
	height: 45px;
	background: no-repeat center top;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

#subMenuList.selected, #subMenuMini.selected, #subMenuPortfolio.selected {
	cursor:default;
}

#subMenuList {
	background-image: url(../gfx/list-type-list.png);
}

#subMenuNavL #subMenuList {	right: 0px; }
#subMenuNavS #subMenuList {	right: 40px; }

#subMenuList:hover {
	background-image: url(../gfx/list-type-list-activ.png);
}

#subMenuList.selected, #subMenuList.selected:hover {
	background-image: url(../gfx/list-type-list-sel.png);
}

#subMenuMini {
	background-image: url(../gfx/list-type-mini.png);
}

#subMenuNavL #subMenuMini {	right: 40px; }
#subMenuNavS #subMenuMini {	right: 80px; }

#subMenuMini:hover {
	background-image: url(../gfx/list-type-mini-activ.png);
}

#subMenuMini.selected, #subMenuMini.selected :hover {
	background-image: url(../gfx/list-type-mini-sel.png);
}

#subMenuPortfolio {
	right: 0px;
	background-image: url(../gfx/list-type-portfolio.png);
}

#subMenuPortfolio:hover {
	background-image: url(../gfx/list-type-portfolio-activ.png);
}

#subMenuPortfolio.selected, #subMenuPortfolio.selected:hover {
	background-image: url(../gfx/list-type-portfolio-sel.png);
}

#subMenu {
	position: absolute;
	overflow: hidden;
	top: 0px;
	right: 0px;
	width: 0px;
}

.leftColumnLine {
	height: 5px;
	background: url(../gfx/left-column-end.png) no-repeat right center;
	overflow: hidden;
	clear: both;
	margin-bottom: 35px;
}

.smallFoto {
	position: relative;
	width: 267px;
	height: 115px;
	overflow: hidden;
}

.smallFoto img {
	z-index: 1;
	width: 267px;
	height: 115px;
}

.smallFotoFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 267px;
	height: 115px;
	background: url(../gfx/back-small-foto.gif) no-repeat center center;
}

#mottoBox {
	color: #494949;
	font-size: 30px;
	text-align: right;
	position: absolute;
	top: 100px;
	right: 50px;
	width: 281px;
	height: 24px;
	background: url('../gfx/napis.png') no-repeat;
}

#mottoBox span {
	display: none;
}

#officeConteiner {
	width: 535px;
	height: 251px; 
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}

#officeContent {
	width: 535px;
	height: 251px; 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}

.officeFoto {
	width: 535px;
	height: 251px; 
	position: absolute;
	top: 0px;
	left: 0px;
	background: no-repeat center center;
}

#officeFrame {
	width: 535px;
	height: 251px; 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: url(../gfx/back-foto-big.gif) no-repeat center center;
}

.playerConteiner {
	height: 41px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 15;
}

.playerPlay {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../gfx/player-play.png) no-repeat right bottom;
	padding-top: 11px;
	cursor: pointer;
}

.playerStop {
	background: url(../gfx/player-stop.png) no-repeat right bottom;
}

.playerBody {
	padding-left: 30px;
	float: left;
	height: 41px;
	background: url(../gfx/player-back.png) repeat-x left bottom;
}

.playerBody a {
	width: 30px;
	height: 30px;
	padding-top: 11px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	color: #0088d5;
}

.playerBody a.selected, .playerBody a.selected:hover {
	color: #999999;
	background: url(../gfx/player-sel.png) no-repeat center bottom;
}

.playerBody a:hover {
	color: #ffffff;
	background: url(../gfx/circle-inactive.png) no-repeat center 18px;
}

.playerEnd {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../gfx/player-end.png) no-repeat left bottom;
	padding-top: 11px;
}

.lineBox {
	height: 3px;
	/*border: none;
	border-bottom: 1px solid #ececec;*/
	background: url(../gfx/column1-back.png) no-repeat left center;
	overflow: hidden;
	font-size: 1px;
	clear: both;
}

#pagePrevNext {
	float: right;
}

a.prevBtn {	
	display: block;
	float: left;
	font-size: 11px;
	color: #1d85bb;
	text-decoration: none;
	background: url(../gfx/prev-inactive.png) no-repeat left center;
	line-height: 16px;
	padding-left: 25px;
	margin-right: 15px;
}

a.prevBtn:hover, a.prevBtnOff:hover {	
	color: #484848;
	background: url(../gfx/prev-active.png) no-repeat left center;
}

a.nextBtn {	
	display: block;
	float: left;
	font-size: 11px;
	color: #1d85bb;
	text-decoration: none;
	background: url(../gfx/next-inactive.png) no-repeat right center;
	line-height: 16px;
	padding-right: 25px;
	margin-left: 15px;
}

a.nextBtn:hover, a.nextBtnOff:hover {	
	color: #484848;
	background: url(../gfx/next-active.png) no-repeat right center;
}

.fotoR {
	float: right;
	margin: 0px 0px 10px 35px;
	width: 313px;
	overflow: hidden;
	text-align: center;
	color: #1090d8;
}

.fotoL {
	float: right;
	margin: 0px 35px 10px 0px;
	width: 313px;
	overflow: hidden;
	text-align: center;
	color: #1090d8;
}

.fotoInner {
	position: relative;
	width: 313px;
	height: 164px;
	margin-bottom: 10px;
}

.fotoInner img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 313px;
	height: 164px;
}

.fotoInner .fotoFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 313px;
	height: 164px;
	background: url(../gfx/back-foto-normal.gif) no-repeat center center;
}

#extraMenuNav {
	background: url(../gfx/back-extra-menu.png) repeat-x left bottom;
	height: 30px;
	margin-bottom: 35px;
}

#extraMenu {
	float: right;
}

#extraMenuNav a {
	line-height: 16px;
	padding-bottom: 14px;
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	color: #1090d8;
}

#extraMenuNav a:hover {
	color: #484848;
}

#extraMenuNav a.selected {
	color: #484848;
	background: url(../gfx/back-extra-sel.png) no-repeat center bottom;
}

.projectConteiner {
	width: 313px;
	height: 164px;
	position: relative;
	float: left;
	margin-right: 35px;
}

.projectContent, .projectFoto {
	width: 313px;
	height: 164px;
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 1;
}

.projectFrame {
	width: 313px;
	height: 164px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../gfx/back-foto-normal.gif) no-repeat center center;
	z-index: 2;
}

p.clientProject {
	font-weight: bold;
	color: #1d85bb;
}

.leftProject {
	float: left;
	width: 90px;
}

.rightProject {
	float: left;
	width: 95px;
}

.projectTresc {
	float: right;
	width: 185px;
}

.projectTresc p {
	line-height: 150%;
}

.technoDiv img {
	margin: 0px 0px 0px 0px;
}

.technoDiv {
	padding: 10px 0px 10px 0px;
	clear: both;
}

.technoDiv2 {
	padding: 6px 0px 0px 0px;
	clear: both;
}

.technologies img {
	margin: 5px 10px 5px 0px; 
}

.technologies p {
	line-height: 25px;
}

div.iboxL {
	width: 250px;
	height: 78px;
	overflow: hidden;
	float: left;
	padding-right: 29px;
}

div.iboxR {
	width: 250px;
	float: left;
	height: 78px;
	overflow: hidden;
}

input.stext {
	width: 230px;
	height: 16px;
	padding: 10px 10px 9px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
	background: url(../gfx/input.png) no-repeat center center;
	margin-top: 5px;
	cursor: pointer;
}

input.stext:focus {
	color: #1d85bb;
	background: url(../gfx/input-on.png) no-repeat center center;
}
input.input-Errors {
	color: #dd0000;
	background: url(../gfx/input-error.png) no-repeat center center;
}

input.sfile {
	float: left;
	width: 188px;
	height: 16px;
	padding: 10px 10px 9px 10px;
	font-size: 13px;
	color: #494949;
	background: url(../gfx/input-file.png) no-repeat left center;
	margin-top: 5px;
	cursor: pointer;
}

input.sfile:focus {
	color: #1d85bb;
	background: url(../gfx/input-file-on.png) no-repeat left center;
}

div#upload_btn_id {
/*	width: 40px;
	height: 35px;*/
}

div#upload_btn_idC {
	margin-top: 5px;
	width: 40px;
	height: 35px;
	background: url(../gfx/upload.png) no-repeat center top;
	float: left;
}

textarea.stext {	
	width: 518px;
	height: 115px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	background: url(../gfx/input-area.png) no-repeat center center;
	margin-top: 5px;	
	cursor: pointer;
}

textarea.stext:focus {
	color: #1d85bb;
	background: url(../gfx/input-area-on.png) no-repeat center center;
}
textarea.input-Errors {
	color: #dd0000;
	background: url(../gfx/input-area-error.png) no-repeat center center;
}

select.styled {
	position: absolute;
	width: 250px;
	height: 25px;
	padding: 10px 0px 18px 0px;
	background: url(../gfx/input-select2.png) no-repeat center center;
	overflow: hidden;
	font-size: 13px;
	color: #1d85bb;
	margin-top: 5px;
	cursor: pointer;
}


span.select, a.select  {
	position: absolute;
	width: 200px; 
	height: 35px;
	padding: 0px 40px 0px 10px;
	background: url(../gfx/input-select2.png) no-repeat center center;
	overflow: hidden;
	font-size: 13px;
	color: #494949;
	margin-top: 5px;
	line-height: 35px;
	display: block;
	cursor: pointer;
}

a.select:hover {
	background: url(../gfx/input-select2-on.png) no-repeat center center;
	color: #1d85bb;
}

input.send {
	float: right;
	text-align: center;
	width: 103px;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	color: #494949;
	background: url(../gfx/input-send.png) no-repeat center center;
	cursor: pointer;
}

#progressBarC {
	margin-top: 5px;
	width: 250px;
	display: none;
}

#progressBar {
	background: url(../gfx/progress-off.png) no-repeat left center;
	width: 250px;
	height: 18px;
	display: block;
	overflow: hidden;
}

#progressBarI {
	background: url(../gfx/progress-on.gif) no-repeat left center;
	width: 125px;
	height: 18px;
	display: block;
	float: left;	
}

.ukryty {
	display: none;
}

#replace_from {
	display: none;
}

#replace_here, #dymek {
	color: #8f8f8f;
}

#replace_here a {
	margin-top: 10px;
}

#replace_here strong {
	color: #0088d5;
}

#replace_here span.left, #replace_here span.label, #dymek span.left, #dymek span.label {
	float: left;
	display: block;
	margin-bottom: 3px;
}

#replace_here span.label, #dymek span.label {
	width: 108px;
	clear: left;
}

#portfolio {
	width: 900px;
	background: #f4f3ef;
	position: relative;
}

#portfolio #dymek {
	position: absolute;
	width: 213px;
	height: 103px;
	background: url('../gfx/dymek_trans.png') no-repeat;
	z-index: 3;
	left: 0;
	top: 0;
	display: none;
}

#portfolio #dymek .padded {
	padding: 15px 20px;
	color: #fff;
	line-height: 15px;
}

#portfolio #dymek a.moreBtn {
	position: absolute;
	left: 20px;
	top: 72px;
	color: #fff;
	background-image: url('../gfx/black-inactive.png');
}

#portfolio #dymek a.moreBtn:hover {
	background-image: url('../gfx/black-active.png');
}

#portfolio #dymek strong {
	color: #fff;
}

.portfolioItem {
	width: 225px;
	height: 144px;
	background: no-repeat center center;
	float: left;
	cursor: pointer;
}

.portfolioItem div.dymek {
	display: none;
}

#selectedpage {
	display: none;
}

#ajax {
	position: relative;
}

ul, ol {
	/*margin-left: 20px;*/
	list-style-type: none;
}

li {
	line-height: 170%;
	padding-left: 20px;
	background: url(../gfx/list.png) no-repeat left center;	
}

.boxBox {
	padding: 15px 20px 15px 20px;
	border: 1px solid #e5e5e5;
}

a.msheader {
	padding: 5px 20px 7px 20px;
	background: url(../gfx/list2.png) no-repeat left center;
	color: #8f8f8f;
	font-weight: bold;
	line-height: 25px;
	font-size: 13px;	
}

a.msheader:hover {
	color: #1d85bb;	
}

a.mspage {
	position: relative;
	padding: 5px 25px 7px 40px;
	background: none;
	color: #8f8f8f;
	line-height: 25px;
	font-weight: bold;
	background: url(../gfx/ms-off-begin.png) no-repeat left top;
}

a.mspage:hover {
	color: #1d85bb;
	background: url(../gfx/ms-on-begin.png) no-repeat left top;
}

a.mspage span.msend{
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 25px;
	height: 24px;
	background: none;
}

a.mspage:hover span.msend {
	color: #1d85bb;
	background: url(../gfx/ms-sel-end.png) no-repeat left top;
}

/*a {
	text-decoration: none;
	color: #1d85bb;
}

a:hover {
	color: #484848;
}*/

.playerConteinerM {
	height: 41px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	z-index: 15;
}

.playerPlayM {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../gfx/player-play.png) no-repeat right bottom;
	padding-top: 11px;
	cursor: pointer;
}

.playerStopM {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../gfx/player-stop.png) no-repeat right bottom;
	padding-top: 11px;
	cursor: pointer;
}

.playerBodyM {
	float: left;
	height: 41px;
	width: 255px;
	text-align: right;
	background: url(../gfx/player-back.png) repeat-x left bottom;
}

.playerBodyM a {
	width: 30px;
	height: 30px;
	padding-top: 11px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	color: #0088d5;
}

.playerBodyM a.selected, .playerBodyM a.selected:hover {
	color: #999999;
	background: url(../gfx/player-sel.png) no-repeat center bottom;
}

.playerBodyM a:hover {
	color: #ffffff;
	background: url(../gfx/circle-inactive.png) no-repeat center 18px;
}

.playerEndM {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../gfx/player-end.png) no-repeat left bottom;
	padding-top: 11px;
}

.playerMoreM {
	float: left;
	width: 164px;
	height: 27px;
	margin: 12px 0px 2px 10px;  
	background: url(../gfx/przegladaj_portfolio.png) no-repeat center center;
}

#klientsBoxC {
	height: auto !important;
	height: 110px;
	min-height: 110px;
}



.windowBORDER {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1000;
}

.windowBACKGROUND {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: #000000;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.windowINNER {
	position: relative;
	margin: 0px auto 0px auto;
	z-index: 1002;
	background: #ffffff;
	overflow: hidden;
	top: 0px;
}

.windowCLOSE {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1050;
	font-family: Tahoma;
	color: #ffffff;
	font-style:italic;
	font-weight: bold;
}

.windowCLOSE:hover {
	color: #ff0000;
}

.windowLOGO {
	display: none;
	position: absolute;
	left: 20px;
	top: 20px;
}

.windowLINE {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #ecf4e3;
}

#flash_window .windowINNER {
	width: 600px;
	height: 450px;
}

#iframe_window .windowINNER {
	width: 640px;
	height: 435px;
}

#column3 h2 {
	font-size: 11px;
	font-weight: normal;
}