/* general */
* {
	margin:0px;
	padding:0px;
	
	font-size:8pt;
	font-family:Verdana, Sans-serif;
	color:#595959;
}
body {
	text-align:center;
}
p {
	text-align:left;
}
p.center {
	text-align:center !important;
}
p.right {
	text-align:right !important;
}


h1.logo {
	height:20px;
	margin:5px;
	padding-top:4px;
	font-family:arial;
	color:#000079;
	font-size:10pt;
	font-weight:normal;
	padding-left:40px;
	text-align:left;
	background:url('../img/background_h1.gif') 3px 0px no-repeat;
}
h2.logo {
	height:25px;
	margin:10px;
	padding-top:5px;
	font-family:arial;
	font-style:italic;
	color:#000079;
	font-size:12pt;
	font-weight:bold;
	padding-left:45px;
	text-align:left;
	background:url('../img/background_h1_big.gif') 3px 0px no-repeat;
}
	.logo span {
		font-size:12pt;
		font-weight:bold;
		font-family:arial;
		font-style:italic;
		color:#FF6815;
	}
h3 {
	color:#FF6815;
	margin:25px 5px 5px 5px;
	font-size:8pt;
	text-align:left;
	text-indent:50px;
}
	h3.huge {
		font-size:12pt;
	}
hr {
	margin:5px;
	color:#E6E6E6;
	border:0px;
	background:#E6E6E6;
	height:2px;	
	clear:both;
}
a {
	color:#FF8644;
	text-decoration:none;
}
a:hover {
	color:#FF5A00;
}

/* general classes */

span.orange {
	color:#FF5A00;
	font-weight:bold;
}
span.blue {
	color:#00007D;
	font-weight:bold;
}

/* general tables, definitions, etc. */

table {
	margin:5px auto;
	border-spacing:5px;
}
th {
	padding:5px;
	border:1px solid #F3DFC6;
}
td {
	padding:5px;
	border:1px solid #F3DFC6;
}

dl {
	margin:20px;
	text-align:justify;
}
dt {
	text-indent:30px;
	font-weight:bold;
	font-size:12pt;
	margin:10px;
}

/* layout areas */
div#container {
	margin:0px auto;
	width:800px;
}

div#header {
	background:url('../img/background_header.png') 50% 5px no-repeat;
	width:800px;
	height:220px;
	position:relative;
}
	#header ul {
		position:absolute;
		top:4px;
		right:50px;
		text-align:right;
	}
	#header li {
		color:#FF8644;
		font-size:7pt;
		display:inline;
	}
	#header a {
		color:#FF8644;
		font-size:7pt;
		text-decoration:none;
	}
	#header a:hover {
		color:#FF5A00;	
	}
	#header div#flash {
		position:absolute;
		top:20px;
		left:41px;
	}
		#header object {
			width:718px;
			height:176px;
		}
		#header embed {
			width:718px;
			height:176px;
		}
div#footer {
	margin-top:10px;
	width:800px;
	background:url('../img/background_footer.png') 50% 0px no-repeat;
	clear:both;
}
	#footer ul {
		padding:15px 0px;
	}
	#footer li {
		display:inline;
		color:#9C9C9C;
		font-size:7pt;
	}
	#footer a {
		color:#9C9C9C;
		text-decoration:none;
		font-size:7pt;
	}
	#footer a:hover {
		color:#4F4F4F;
	}
	#footer p {
		margin:20px auto 10px auto;
		color:#FF8644;
		font-size:7pt;
		text-align:center;
	}
	#footer img {
		margin:0px auto 20px auto;
	}
	
/* sidebar styles */

div#sidebar {
	width:230px;
	margin:0px 10px 5px 0px;
	background:url('../img/background_sidebar.png') 50% 75px no-repeat;
	float:left;
	clear:both;
}
	#sidebar div#menu {
		margin-bottom:10px;
		padding-bottom:10px;
		background:url('../img/background_sidebar_inverted.png') 50% 100% no-repeat;
	}
		#menu li {
			padding:5px 0px 1px 0px;
			height:10px;
		}
		#menu a#menuOffer {
			display:block;
			width:100px;
			height:10px;
			background:url('../img/menu_offer2.png') 0px 0px no-repeat;
		}
		#menu a#menuOffer:hover {
			background:url('../img/menu_offer2.png') 0px -19px no-repeat;
		}
		#menu a#menuOutsourcing {
			display:block;
			width:100px;
			height:10px;
			background:url('../img/menu_outsourcing2.png') 0px 0px no-repeat;
		}
		#menu a#menuOutsourcing:hover {
			background:url('../img/menu_outsourcing2.png') 0px -19px no-repeat;
		}
		#menu a#menuPortfolio {
			display:block;
			width:100px;
			height:10px;
			background:url('../img/menu_portfolio2.png') 0px 0px no-repeat;
		}
		#menu a#menuPortfolio:hover {
			background:url('../img/menu_portfolio2.png') 0px -19px no-repeat;
		}
		#menu a#menuAbout {
			display:block;
			width:100px;
			height:10px;
			background:url('../img/menu_about2.png') 0px 0px no-repeat;
		}
		#menu a#menuAbout:hover {
			background:url('../img/menu_about2.png') 0px -19px no-repeat;
		}
		#menu a#menuContact {
			display:block;
			width:100px;
			height:10px;
			background:url('../img/menu_contact2.png') 0px 0px no-repeat;
		}
		#menu a#menuContact:hover {
			background:url('../img/menu_contact2.png') 0px -19px no-repeat;
		}
		#menu a#menuPrices {
			display:block;
			width:100px;
			height:10px;
			background:url('../img/menu_prices2.png') 0px 0px no-repeat;
		}
		#menu a#menuPrices:hover {
			background:url('../img/menu_prices2.png') 0px -19px no-repeat;
		}
		
	#sidebar img {
		margin-bottom:20px;
		border:0px;
	}
	#sidebar ul {
		margin:20px 0px;
	}
	#sidebar li {
		margin:5px 5px 5px 30px;
		padding-left:20px;
		list-style:none;
		text-align:left;
		background:url('../img/sidebar_menumark.png') 0px 3px no-repeat;
	}
	#admin li {
		background:url('../img/sidebar_menumark_admin.png') 0px 3px no-repeat;		
	}
	#sidebar a {
		color:#FF8644;
		font-size:12pt;
		text-decoration:none;
		font-family:arial;
		font-weight:bold;
	}
	#admin a {
		color:#000079;
	}
	#sidebar #admin a:hover {
		color:#0003E4;
	}
	#sidebar a:hover {
		color:#FF5A00;
	}
	#sidebar div#promotion {
		margin:10px 0px;
	}
		#promotion p {
			margin:10px 0px;
			font-size:8pt;
			text-align:justify;
		}
		#promotion a {
			font-weight:normal;
			font:8pt Verdana, Sans-serif;
		}
		#promotion img {
			margin:5px 0px;
		}
	#sidebar div#customers {
		margin:10px 0px;
		text-align:center;
	}
		#customers img {
			margin:5px;
			display:inline;		
		}

/* content styles */

div#content {
	margin:0px auto;
	width:720px;
}
	div#infoTop, div#infoMiddle {
		padding:10px 0px;
		width:470px;
		float:right;
		background:url('../img/background_infoTop.png') no-repeat;
	}
	div#infoMiddle {
		background:url('../img/background_infoMiddle.png') 50% 5px no-repeat;
	}
		#infoTop p, #infoMiddle p {
			margin:15px;
			/* text-align:justify; */
		}
		#infoTop div.left, #infoMiddle div.left {
			width:235px;
			float:left;
		}
		#infoTop div.right, #infoMiddle div.right {
			width:235px;
			float:right;
		}
		#infoTop a.about, #infoMiddle a.about {
			margin:5px 15px;
			color:#FF8644;
			text-decoration:none;
			font-size:7pt;
			font-weight:bold;
			font-family:arial;
			float:right;
			padding-right:10px;
			background:url('../img/arrow_orange_small.gif') 100% 2px no-repeat;
		}
		#infoTop a.about:hover, #infoMiddle a.about:hover {
			color:#FF5D05;		
		}
	div#news {
		padding:10px 0px;
		width:470px;
		float:right;	
	}
		div.new {
			height:auto;
			overflow:hidden;
			background:url('../img/background_new.png') 95% 70% no-repeat;
		}
		#news hr {
			color:#E6E6E6;
			border:0px;
			background:#E6E6E6;
			height:2px;
		}
		#news p {
			padding:5px 15px;
			text-align:justify;
		}
		#news a.new {
			margin:5px 15px;
			color:#FF8644;
			text-decoration:none;
			font-size:7pt;
			font-weight:bold;
			font-family:arial;
			float:right;
			padding-right:10px;
			background:url('../img/arrow_orange_small.gif') 100% 2px no-repeat;
		}
		#news a.new:hover {
			color:#FF5D05;		
		}
		#news hr.thin {
			margin:10px 15px;
			color:#E6E6E6;
			border:0px;
			background:#E6E6E6;
			height:1px;
			clear:both;
		}
		#news img.promotion {
			margin:10px 0px 5px 0px;
		}
	div#infoBottom {
		margin:5px auto;
		width:705px;
		height:auto;
		overflow:hidden;
		clear:both;
		background:url('../img/background_infoBottom.png') no-repeat;
	}
		#infoBottom div.borderline {
			border-right:1px solid #CDCDCD;
			height:auto;
			overflow:hidden;
		}
		#infoBottom div#first {
			width:235px;
			float:left;
			height:auto;
			overflow:hidden;
		}
		#infoBottom div#second {
			width:235px;
			float:left;
			height:auto;
			overflow:hidden;		
		}
		#infoBottom div#third {
			width:235px;
			float:left;
			height:auto;
			overflow:hidden;
		}
		#infoBottom p {
			padding:0px 15px;
			/* text-align:justify; */
		}
		#infoBottom a.info {
			margin:5px 15px;
			color:#FF8644;
			text-decoration:none;
			font-size:7pt;
			font-weight:bold;
			font-family:arial;
			float:right;
			padding-right:10px;
			background:url('../img/arrow_orange_small.gif') 100% 2px no-repeat;
		}
		#infoBottom a.info:hover {
			color:#FF5D05;		
		}
	/* about subpage */
	div#about {
		width:470px;
		height:auto;
		overflow:hidden;
		background:url('../img/background_subContent.png') 50% 0px repeat-y;
	}
		#about p {
			color:#000000;
			margin:10px;
			line-height:1.4em;
			text-indent:20px;
			text-align:justify;
		}
	/* offer subpage */
	div#offer {
		width:470px;
		height:auto;
		overflow:hidden;
		background:url('../img/background_subContent.png') 50% 0px repeat-y;
	}
		#offer p {
			color:#000000;
			margin:10px;
			line-height:1.4em;
			text-indent:20px;
			text-align:justify;
		}
		#offer div.package {
			width:470px;
			height:auto;
			overflow:hidden;
		}
			#offer div.picture {
				float:left;
				width:220px;
				padding:10px 0px;
				text-align:center;
			}
			#offer div.description {
				float:right;
				padding:5px;
				width:240px;
			}
				#offer .description p {
					padding:5px;
					color:#000000;
					font-size:7pt;
					text-align:justify;
				}
		#offer td, th {
			width:90px;
			border:0px;
		}
		#offer td.showcase {
			background:#FFF0DF;
		}
		#offer td.webpage {
			background:#E0EFE2;
		}
		#offer td.serwis {
			background:#E0E1EF;
		}
		#offer td.shop {
			background:#E0EBEF;
		}
		#offer td.clear {
			background:none;
		}
		#offer ul {
			margin:15px 20px;
			text-align:left;
		}
		#offer li {
			margin:5px 30px;
		}
	/* portfolio subpage */
	div#portfolio {
		width:470px;
		height:auto;
		overflow:hidden;
		background:url('../img/background_subContent.png') 50% 0px repeat-y;
	}
		#portfolio div.project {
			margin:30px 0px;
			width:470px;
			height:auto;
			overflow:hidden;
		}
			#portfolio div.webshot {
				float:left;
				width:220px;
				padding:10px 0px;
				text-align:center;
			}
			#portfolio div.image {
				float:right;
				width:240px;
				padding:10px 0px;
				text-align:center;
			}
			#portfolio div.description {
				float:right;
				padding:5px;
				width:240px;
			}
				#portfolio .description p {
					padding:5px;
					color:#000000;
					font-size:7pt;
					text-align:justify;
				}
	/* news subpage */
	div#press {
		width:470px;
		height:auto;
		overflow:hidden;
		background:url('../img/background_subContent.png') 50% 0px repeat-y;
	}
		#press p {
			margin:20px 10px 20px 30px;
			text-align:justify;
		}
		#press hr {
			margin:0px auto;
			width:200px;
		}
	/* contact subpage */
	div#contact {
		width:470px;
		height:auto;
		overflow:hidden;
		background:url('../img/background_subContent.png') 50% 0px repeat-y;
	}
		#contact p {
			color:#000000;
			margin:15px 50px;
			text-align:left;
		}
			#contact span.blue {
				color:#000079;
				font-weight:bold;
			}
			#contact span.orange {
				color:#FF6815;
				font-weight:bold;			
			}
	/* admin subpages */
	div.panel {
		width:470px;
		height:auto;
		overflow:hidden;
		background:url('../img/background_subContent.png') 50% 0px repeat-y;
	}
		div.paging {
			padding:5px;
		}
		div.actions {
			margin:5px auto;
			width:300px;
			padding:5px 25px;
			border:1px solid #F3DFC6;
			text-align:left;
			background:#EFE8E0 url('../img/background_actions.png') no-repeat;
		}
		.panel p {
			margin:5px;
			text-align:left;
		}
		.panel img.customer {
			float:right;
			margin:5px 20px;
			border:1px solid #000000;
		}
		.panel fieldset {
			margin:20px 20px 10px 20px;
			padding:10px;
			border:1px solid #F3DFC6;
		}
		.panel legend {
			padding:10px;
			float:left;
		}
		.panel div.input {
			height:auto;
			overflow:hidden;
			clear:both;
		}
			.panel .input label {
				margin:10px;
				width:70px;
				padding:3px;
				float:left;
			}
			.panel .input input {
				margin:10px;
				padding:3px;
				width:250px;
				float:left;
			}
			.panel .input textarea {
				margin:10px;
				padding:3px;
				width:250px;
				float:left;
			}
			.panel .input select {
				margin:10px;
				padding:3px;
				width:250px;
				float:left;
			}
		.panel .submit input[type="submit"] {
			min-width:100px;
			min-height:30px;
			margin:0px 10px 10px 10px;
		}
	/* privacy subpage */
	div#privacy {
		width:470px;
		position:relative;
		height:auto;
		overflow:hidden;
		background:url('../img/background_subContent.png') 50% 0px repeat-y;
	}
		#privacy p {
			color:#000000;
			margin:10px;
			text-align:justify;
		}
		#privacy b {
			color:#000000;
		}
		#privacy p.right {
			color:#FF8644;
			font-size:7pt;
			margin:20px;
			position:absolute;
			top:40px;
			left:130px;			
		}
		#privacy form {
			width:100px;
			margin:30px;
		}
			#privacy label {
				color:#FF8644;
				font-size:7pt;
			}
			#privacy input {
				width:80px;
				font-size:7pt;
				border:1px solid #FF8C40;
			}
			#privacy input[type=submit] {
				width:50px;
				margin:3px 0px;
				font-size:7pt;
				border:1px solid #FF8C40;
				background:#FFE0BF;
			}
			#privacy input[type=submit]:hover {
				border:1px solid #FF781F;
				background:#FFD19F;
			}
		#privacy p#user {
			color:#FF8644;
			margin:10px 30px;
			font-size:15pt;
			width:100px;
			text-align:center;
		}









