* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: tahoma, verdana;
	font-size: 12px;
	background: url('../images/bg.png') repeat-x top center #F0F5F9;
}

h1 {
	font-family: tahoma;
	font-style: italic;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	padding-bottom: 12px;
}

h2 {
	font-family: tahoma;
	font-size: 20px;
	color: #135472;
	font-weight: normal;
	padding-bottom: 8px;
}

p {
	line-height: 17px;
	padding: 0 0 8px 0;
	text-align: justify;
}

.gray {
	color: #666;
}

a {
	outline: none;
	color: #316796;
	text-decoration: none;
}

a:hover {
	color: #2F94C5;
	text-decoration: underline;
}

.subtitle {
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}

.wrong {
	color: red;
	text-align: center;
	font-size: 11px;
}

ol {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin: 12px 0;
	padding: 8px 0;
}

ol li {
	padding: 2px 0;
	margin-left: 18px;
}

.c { text-align: center; }

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left { float: left; }

#top {
	background: url('../images/bg_top.jpg') no-repeat;
	width: 100%;
	height: 132px;
	position: relative;
}

	#infolinia {
		width: 149px;
		height: 57px;
		position: absolute;
		top: 40px;
		right: 20px;
		background: url('../images/pozycjonowanie-infolinia.png') no-repeat;
	}

	#logo {
		position: absolute;
		top: 25px;
		left: 15px;
		padding-right: 25px;
		border-right: 1px solid #D8D8D8;
	}
	
	#slogan {
		position: absolute;
		top: 76px;
		left: 280px;
	}

#container {
	width: 880px;
	margin: auto;
}
		
		ul.list {
			list-style: none;
			margin: 0 8px 10px 8px;
		}
		
			ul.list li {
				padding: 2px 0 2px 12px;
				margin: 0;
				background: url('../images/square.png') 0 8px no-repeat;
			}
			
			ul.list li u {
				display: block;
			}
			
			ul.list li span {
				font-size: 12px;
				color: #979797;
				padding: 5px 0;
				display: block;
				text-align: justify;
			}
			
		#case-studies ul.list li { font-size: 11px; background: url('../images/arrow3.gif') 0 50% no-repeat; padding-left: 8px; }
		#case-studies ul.list { margin: 0 0 8px 0; }
	
		ul#menu {
			width: 880px;
			margin: 0 auto 25px auto;
			height: 41px;
			line-height: 41px;
			list-style: none;
			background: url('../images/bg_menu2.png') repeat-x;
		}
		
			ul#menu li span { display: none; }
		
			ul#menu li {
				display: block;
				float: left;
				padding: 0;
			}
			
			ul#menu li#first-menu, ul#menu li#last-menu {
				padding: 0;
				margin: 0;
				width: 4px;
				height: 41px;
				background: url('../images/bg_menu.png') no-repeat;
			}
			
			ul#menu li#first-menu {
				width: 39px;
			}
			
			ul#menu li#first-menu a { 
				width: 39px;
				height: 41px;
				margin: 0;
				border: 0;
				background: url('../images/pozycjonowanie-glowna.png') no-repeat;
			}
			
			ul#menu li#first-menu a:hover, ul#menu li#first-menu a.active {
				background-position: 0 -41px;
			} 
			
			ul#menu li#last-menu { 
				float: right;
				background-position: 0 -41px;
			}
			
			ul#menu li a {
				font-weight: normal;
				color: #fff;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
				padding: 0 15px;
				line-height: 41px;
				display: block;
				margin: 0 1px 0 0;
			}
			
			ul#menu li a:hover, ul#menu li a.active{
				margin: 0;
				background: #2F94C5;
				border-right: 1px solid #3A3A3A;

			}

	
	#footer {
		width: 850px;
		padding: 0 15px;
		margin: 20px auto;
		background: url('../images/bg_box.png') repeat-y;
		position: relative;
		font-size: 10px;
		height: 51px;
		line-height: 51px;
		color: #959595;
	}
	
		.box-up, .box-bottom {
			position: absolute;
			width: 100%;
			height: 3px;
		}
	
		.box-up {
			top: 0;
			left: 0;
			background: url('../images/bg_box_top.png') no-repeat;
		}
		
		.box-bottom {
			bottom: 0;
			left: 0;
			background: url('../images/bg_box_bottom.png') no-repeat;
		}
		
		#footer-left {
			width: 600px;
			float: left;
		}
		
		#footer-right {
			width: 230px;
			float: right;
			text-align: right;
		}
	
	#footer ul {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	#footer ul li {
		display: inline;
		background: none;
		padding: 0 4px;
		margin: 0;
	}
	
	#footer ul li.sub {
		color: #666;
	}
	
	#footer ul li a {
		color: #959595;
		display: inline;
		background: none;
	}
	
	#footer ul li a:hover {
		text-decoration: underline;
	}

/* tabs */

#tabs {
	width: 632px;
	height: 356px;
	float: right;
}

ul#tabs-menu {
	list-style-type: none;
	width: 100%;
	height: 54px;
	display: block;
	background: url('../images/bg_submenu.png') repeat-x;
}

ul#tabs-menu li {
	width: 158px;
	height: 54px;
	display: block;
	float: left;
}

ul#tabs-menu li span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

ul#tabs-menu li a {
	display: block;
	height: 32px;
	padding: 11px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 1px;
}

ul#tabs-menu li a.active {
	background: #2F94C5;
	text-decoration: none;
	margin: 0;
	border-right: 1px solid #1E4D62;
	border-left: 1px solid #1E4D62;
}

ul#tabs-menu li.first a.active {
	border-left: 0;
	padding-left: 16px;
}

ul#tabs-menu li.last a.active {
	border-right: 0;
	padding-right: 16px;
}

ul#tabs-menu li a:hover {
	text-decoration: none;
}

#t_tab1, #t_tab2, #t_tab3, #t_tab4 {
	display: none;
	width: 632px;
	height: 302px;
	background: #E8F5C9;
}

#t_tab1 { background: url('../images/pozycjonowanie-sklepow.jpg') no-repeat; }
#t_tab2 { background: url('../images/pozycjonowanie-zdobycie-szczytu.jpg') no-repeat; }
#t_tab3 { background: url('../images/pozycjonowanie-klienci.jpg') no-repeat; }
#t_tab4 { background: url('../images/spokojny-o-zyski.jpg') no-repeat; }

#tabs h3 {
	padding-left: 10px;
	padding-top: 235px;
	color: #fff;
	font-size: 16px;
}

#tabs p {
	padding: 5px 10px 0 10px;
	color: #fff;
	font-size: 12px;
}

#zapytanie-ofertowe {
	width: 235px;
	float: left;
	height: 356px;
	position: relative;
	background: url('../images/bg_zapytanie.png') repeat-y #fff;

}

	#zapytanie-ofertowe .head {
		height: 26px;
		padding: 14px 15px;
		color: #fff;
		background: url('../images/zapytanie_ofertowe.png') no-repeat;
		font-size: 13px;
		font-weight: bold;
	}
	
		#zapytanie-ofertowe .head span {
			display: block;
			font-size: 10px;
			font-weight: normal;
		}
		
		#zapytanie-ofertowe .content {
			padding: 10px 12px 0 12px;
		}
		
		#zapytanie-ofertowe b {
			display: block;
			padding-top: 8px;
		}
		
		#zapytanie-ofertowe label {
			display: block;
			font-size: 10px;
			margin-bottom: 5px;
		}
		
		#zapytanie-ofertowe .input {
			margin-bottom: 6px;
			width: 200px;
			font-size: 13px;
		}
		
		#zapytanie-ofertowe .bottom {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 235px;
			height: 5px;
			background: url('../images/bg_zapytanie_bottom.png') no-repeat;
		}
	
	.content-box {
		margin-top: 12px;
		width: 373px;
		position: relative;
		float: left;
		background: url('../images/bg_box_content.png') repeat-y;
		padding: 20px 12px 5px 12px;
	}
	
		.content-box .up, .content-box .bottom {
			width: 100%;
			height: 4px;
			position: absolute;
			left: 0;
			background: url('../images/bg_box_content_ub.png') no-repeat;
		}
		
		.content-box .up { top: 0; }
		.content-box .bottom { bottom: 0; background-position: -100% 0; }
	
	
	.left-main .content-box { width: 608px; background: url('../images/bg_box_left_main.png') repeat-y;	}
	.left-main .up, .left-main .bottom { background: url('../images/bg_box_left_main_ub.png') no-repeat; }
	.left-main .bottom { bottom: 0; background-position: -632px 0 !important; }

	
	.right-main .content-box { width: 211px; background: url('../images/bg_box_right_main.png') repeat-y; float: right; }
	.right-main .up, .right-main .bottom { background: url('../images/bg_box_right_main_ub.png') no-repeat; }
	.right-main .bottom { bottom: 0; background-position: -235px 0; }
	
	.subpage .left-main .content-box { margin-left: 12px; width: 362px; background: url('../images/bg_box_left_main.png') repeat-y;	}
	.subpage .left-main .up, .left-main .bottom { background: url('../images/bg_box_left_main_ub.png') no-repeat; }
	.subpage .left-main .bottom { bottom: 0; background-position: -632px 0; }
	
	.small-column { 
		width: 195px;
		float: left;
		margin-right: 10px;
	}
	
	.big {
		font-size: 14px;
		display: block;
		font-weight: bold;
		padding: 10px 0 2px 0;
	}
	
	.small-desc {
		color: #666;
		font-size: 10px;
		display: block;
		padding-left: 6px;
	}
	
	.case-img {
		width: 180px;
		border: 3px solid #ccc;
		margin-top: 10px;
	}
	
	/* forms */
	
	form br { clear: both; }
	
	.input { 
		font-size: 13px;
		border: 1px solid #ccc;
		padding: 2px 4px;
	}
	
	textarea {
		font-family: tahoma;
		font-size: 13px;
		border: 1px solid #ccc;
		padding: 2px 4px;
		width: 200px;
		height: 80px;
	}

	.checkbox {
		float: left;
		margin-left: 160px;
	}
	
	label.left { text-align: left !important; padding-left: 8px;}
	
	.submit {
		width: auto;
		height: 28px;
		font-size: 11px;
		font-weight: bold;
		background: url('../images/submit.png') no-repeat right;
		color: #135674;
		cursor: pointer;
		margin-top: 10px;
		text-align: left;
		padding-right: 25px;
		font-size: 10px;
		float: right;
	}
	
	.content-box label {
		width: 90px;
		float: left;
		line-height: 20px;
		font-size: 11px;
		text-align: right;
		padding-right: 6px;
	}
	
	#zapytanie label {
		width: 150px;
	}
	
	.content-box .input {
		margin-bottom: 4px;
		width: 200px;
	}
	
ul.menu2 {
	list-style: none;
	padding: 0 5px;
	font-size: 12px;
}

	ul.menu2 li {
		display: block;
		background: url('../images/arrow2.gif') no-repeat 0 4px;
		padding-left: 10px;
		margin: 4px 0;
	}

	ul.menu2 li ul {
		padding: 5px 0;
	}
	
/* tables */

.img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	border: 2px solid #ccc;
}

.table {
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
	margin: 8px 0;
}

.table tr.first td {
	background: #ccc;
}

.table td {
	border: 1px solid #ccc;
	padding: 6px 3px;
}

.box, .pod {
	background: #EBEFF1;
	border: 1px solid #C8DDE6;
	color: #626262;
	padding: 8px;
}

.pod {
	font-size: 11px;
	width: 260px;
}

.box { 
	width: 340px; 
	text-align: center; 
	margin: 10px auto 20px auto;
}
