@CHARSET "UTF-8";

/* ------------------------------
 *  global styles
 *  ----------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Tahoma", "Arial", "Trebuchet MS";
	font-size: 11px;
	color: #8A8A8A;
	width: 100%;
	height: 100%;
	background-color: #D8D8D8;
}
a{
	color: #65635F;
	cursor:pointer;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.btn {
	background-repeat: no-repeat;
	background-position: left top;
}
.btn:hover {
	background-position: left bottom;
}

img {
	border: none;
}

.conSP{
		height: 0px;
		float: none;
		clear: both;
		font-size: 0px;	
}
.conNV{
	display: none;
}
.txtNV{
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}
.conLeft {
		float:left;
}
.conRight {
		float:right;
}
.conHorizontalMargin {
	margin: 0 10px;
}
.conVerticalMargin {
	margin: 10px 0;
}

.conSpacer {
	display: block;
	height: 10px;
	float: none;
	clear: both;
}

.conDoubleSpacer {
	display: block;
	height: 20px;
	float: none;
	clear: both;
}

.conInlineSpacer {
	display: block;
	height: 10px;
}

.conCN {
	text-align: center;
}

.txtBold {
	font-weight: bold;
}

.txtGreen {
	color: #6BBC55;
}

.txtRed {
	color: #C01E2E;
}

.conError {
	color: red;
	font-weight: bold;
}

img.centerImage {
	display: block;
	margin: 0 auto;
}

#conAll {
	position: relative;
	display: block;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D8D8D8;
}

/*  -----------------------------
 *  base styles
 *  ----------------------------- */

#conTopSP {
	display: block;
	height: 116px;
}

#conMenu {
	position: absolute;
	z-index: 2;
	top: 130px;
	left: 58px;
	width: 175px;
	padding-top: 85px;
	height: 120px;
	background: transparent url('../_images/bg_conmenu.gif') no-repeat center;
}

	#lstMenu {
		color: #000;
		list-style: none;
		width: 140px;
	}
	
		#lstMenu li a {
			float: left;
			width: 80px;
			height: 15px;
			background-position: top;
			background-repeat: no-repeat;
		}
		
			#lstMenu li a:hover, #lstMenu li a.lnkActive {
				background-position: bottom;
			}
		
			#lstOferta a {
				background-image: url('../_images/txt_oferta.gif');
			}
			
				#lstOferta div.conLine span {
					background-image: url('../_images/bg_lst_oferta.gif');
				}
				
			#lstPortfolio a {
				background-image: url('../_images/txt_portfolio.gif');
			}
			
				#lstPortfolio div.conLine span {
					background-image: url('../_images/bg_lst_portfolio.gif');
				}
				
			#lstKontakt a {
				background-image: url('../_images/txt_kontakt.gif');
			}
			
				#lstKontakt div.conLine span {
					background-image: url('../_images/bg_lst_kontakt.gif');
				}
				
			#lstStrefa a {
				background-image: url('../_images/txt_strefa_klienta.gif');
			}
			
				#lstStrefa div.conLine span {
					background-image: url('../_images/bg_lst_strefa_klienta.gif');
				}
				
			
		#lstMenu li div.conLine {
			float: left;
			width: 60px;
			height: 15px;
		}
		
			#lstMenu li div.conLine span {
				display: block;
				width: 20px;
				height: 15px;
				background-position: left;
				background-repeat: no-repeat;
			}

#conLogo {
	position: absolute;
	z-index: 10;
	top: 39px;
	left: 32px;
	width: 250px;
	height: 147px;
	background: transparent url('../_images/bg_conlogo.gif') no-repeat center;
}

	#lnkLogo {
		display: block;
		width: 196px;
		height: 75px;
		margin: 25px auto 0 auto;
		background: transparent url('../_images/img_logo.gif') no-repeat center;
	}

#conMain {
	display: block;
	width: 595px;
	padding-left: 180px;
}

	#conMainTop {
		display: block;
		height: 20px;
		background: transparent url('../_images/bg_conmaintop.gif') no-repeat top;
	}
	
	#conMainContent {
		position: relative;
		display: block;
		width: 535px;
		padding: 50px 0 0 60px;
		min-height: 200px;
		background: transparent url('../_images/bg_conmain.gif') repeat-y center;
	}
	
		.conMainTitle {
			position: absolute;
			z-index: 12;
			left: 400px;
			top: 0px;
			width: 204px;
			height: 39px;
			background-position: center;
			background-repeat: no-repeat;
		}
		
			#hPortfolio {
				background-image: url('../_images/bg_title_portfolio.gif');
			}
			
			#hOffer {
				background-image: url('../_images/bg_title_oferta.gif');
			}
			
			#hContact {
				background-image: url('../_images/bg_title_kontakt.gif');
			}
			
			#hClientSpace {
				background-image: url('../_images/bg_title_strefa_klienta.gif');
			}
			
		#conMainContent a {
			font-weight: bold;
		}
	
	#conMainBottom {
		position: relative;
		display: block;
		height: 54px;
		background: transparent url('../_images/bg_conmainbottom.gif') no-repeat top;
	}
	
		#lnkFooter {
			position: absolute;
			top: 25px;
			left: 425px;
		}
		
h2 {
	font-size: 11px;
	color: #679902;
}
