/*  
Theme Name: NetSolutions
Theme URI: http://andrzejk.info/
Description: Theme created for NetSolutions.
Version: 1.0
Author: Andrzej Kała
Author URI: http://andrzejk.info/

*/
	@import url('reset.css');

	body {
		background: #484D51 url('images/main_page_background.png') repeat-x left top;
		font: normal 100% "Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Trebuchet MS", Tahoma, Arial, sans-serif;
		color: #222;
		padding-bottom: 20px;
	}
	
	body#subpage {
		background: #36393c url('images/sub_page_background.png') repeat-x left top;
	}
	body#subpage_white {
		background: #ffffff url('images/sub_page_background_white.PNG') repeat-x left top;
                font: normal 100% "Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Trebuchet MS", Tahoma, Arial, sans-serif;
		color: #ff9900;
		padding-bottom: 20px;
	}
	
	div#wrapper {
		width: 980px;
		margin: 0 auto;
	}
	
	p.see_more {
		background: url('images/green_link_arrow.gif') no-repeat right 6px;
		text-align: right;
		padding: 3px 0;
	}
	
	p.see_more a {
		color: #222;
		text-decoration: underline;
		padding-right: 20px;
	}
	
	p.see_more a:hover {
		text-decoration: none;
	}
	
	hr {
		height: 1px;
		border: none;
		background: #fff;
		color: #fff;
	}

	/* Main page header */
	div#page_header {
		background: none;
		_zoom: 1;
		padding-top: 15px;
		height: 75px;
	}
	
	div#page_header:after {
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	
	div#page_header h1 {
		text-indent: -9999px;
		float: left;		
	}
	
	div#page_header h1 a {
		background: transparent url('images/logo_main_page.png') no-repeat left top;
		width: 309px;
		height: 66px;
		display: block;
	}
	
	body#subpage div#page_header h1 a {
		background: transparent url('images/logo_sub_page.png') no-repeat left top;
	}
	body#subpage_white div#page_header h1 a {
		background: transparent url('images/logo_sub_page.png') no-repeat left top;
	}

	div#page_header ul {
		float: left;
		margin: 20px 0 0 180px;
	}
	
	div#page_header ul li {
		display: inline;
		margin: 0 5px;
	}
	
	div#page_header ul li.separator {
		color: #fff;
	}
	
	#subpage div#page_header ul li.separator {
		color: #333;
	}
	#subpage_white div#page_header ul li.separator {
		color: #333;
	}
	
	div#page_header ul li a {
		color: #fff;
		padding: 3px 0;
	}
	
	body#subpage div#page_header ul li a {
		color: #333;
	}
	body#subpage_white div#page_header ul li a {
		color: #333;
	}
	
	div#page_header ul li a:hover {
		text-decoration: underline;
	}
	
	/* Breadcrumb */
	div#breadcrumb {
		padding: 15px 0 0 0;
		height: 30px;
		color: #fff;
		font-weight: bold;
		font-size: 0.8em;
	}
	
	div#breadcrumb a {
		color: #fff;
		padding: 2px 5px;
	}
	
	div#breadcrumb a:hover {
		text-decoration: underline;
	}
	
	/* Main page header -- end */
	
	div#main_page_content {
		padding-top: 40px;
		height: 365px;
		_zoom: 1;
	}
	
	div#main_page_content:after {
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	
	div#main_page_content .see_what_else {
		background: transparent url('images/puzzle_box.gif') no-repeat center 90px;
		width: 260px;
		padding: 0 10px;
		height: 315px;
		float: left;
	}
	
	div#main_page_content .see_what_else h2 {
		font-size: 1.4em;
		font-weight: normal;
		text-align: center;
		padding-top: 20px;
		color: #222;
	}
	
	div#main_page_content .left_column, div#main_page_content .right_column {
		_zoom: 1;
		width: 350px;
		float: left;
	}
	
	div#main_page_content .left_column:after, div#main_page_content .right_column:after {
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	
	div#main_page_content div.main_page_box {
		background: transparent url('images/main_page_box_bottom.gif') no-repeat left bottom;
		width: 331px;
		overflow: hidden;
		float: left;
		padding: 0 5px 5px 5px;
		position: relative;
	}
	
	div#main_page_content div.main_page_box_heading {
		background: #ffa500 url('images/main_page_box_top.gif') no-repeat left top;
		width: 341px;
		height: 8px;
		display: block;
		clear: both;
		margin: 0 0 0 -5px;
                padding: 0px;
                line-height: 1px;
                font-size: 1px;
	}
	
	div#main_page_content div.main_page_box h2 {
		font-size: 1.1em;
		letter-spacing: -1px;
		margin-bottom: 5px;
	}
	
	div#main_page_content div.main_page_box h2 a {
		padding-left: 50px;
		height: 40px;
		display: block;
		color: #222;
	}
	
	div#main_page_content div.main_page_box h2 a:hover {
		text-decoration: underline;
	}
	
	div#main_page_content div.main_page_box p {
		font-size: 0.75em;
		text-align: justify;
	}
	
	div#main_page_content div.main_page_box p.see_more {
		text-align: right;
	}
	
	div#main_page_content div.main_page_box p a {
		color: #222;
		text-decoration: underline;
	}
	
	div#main_page_content div.main_page_box p a.hover {
		text-decoration: none;
	}
	
	div#main_page_content div.search_engines h2 a {
		background: transparent url('images/red_puzzle.png') no-repeat left top;
	}
	
	div#main_page_content div.search_engines div.main_page_box_heading {
		background-color: #fb9000;
	}
	
	div#main_page_content div.internet_ads h2 a {
		background: transparent url('images/blue_puzzle.png') no-repeat left top;
	}
	
	div#main_page_content div.webusability h2 a {
		background: transparent url('images/yellow_puzzle.png') no-repeat left top;
	}
	
	div#main_page_content div.webusability div.main_page_box_heading {
		background-color: #fb9000;
	}
	
	div#main_page_content div.partners h2 a {
		background: transparent url('images/green_puzzle.png') no-repeat left top;
	}
	
	div#main_page_content div.search_engines, div#main_page_content div.webusability {
		margin-bottom: 20px;
	}
	
	/* Subpage content */
	div#sub_page_content {
		_zoom: 1;
	}
	
	div#sub_page_content:after {
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	
	div#sub_page_content div.main_content {
		width: 600px;
		color: #fff;
		float: left;
	}
       div#sub_page_content div.main_content_wide {
		width: 900px;
		color: #000;
		float: left;
	}
	
	div#sub_page_content h3.aktualnosci_element {
		padding: 10px 38px;
		font-size: 1.4em;
		color: #f89000;
	}
	
	div#sub_page_content div.main_content h2 {
		background: transparent url('images/heading_background.png') no-repeat left top;
		padding: 20px 0 0 40px;
		height: 51px;
	}
	div#sub_page_content div.main_content_wide h2 {
		background: transparent url('images/heading_background1.png') no-repeat left top;
		padding: 20px 0 0 40px;
		height: 51px;
	}
	
	div#sub_page_content div.main_content h2 a {
		font-size: 1.4em;
		font-weight: normal;
		color: #fff;
	}
	div#sub_page_content div.main_content_wide h2 a {
		font-size: 1.4em;
		font-weight: normal;
		color: #fff;
	}
	
	div#sub_page_content div.main_content div.entry_content {
		padding: 20px 0 0 40px;
		font-size: 0.9em;
	}
	div#sub_page_content div.main_content_wide div.entry_content {
		padding: 20px 0 0 40px;
		font-size: 0.9em;
	}
	
	div#sub_page_content div.main_content div.entry_content h2 {
		background: #fff url('images/content_heading.png') no-repeat right top;
		font-size: 1.6em;
		letter-spacing: -1px;
		font-weight: normal;
		color: #333;
		min-height: 28px;
		_height: 28px;
		padding: 5px 0 0 10px;
	}
	div#sub_page_content div.main_content_wide div.entry_content h2 {
		background: #fff url('images/content_heading.png') no-repeat right top;
		font-size: 1.6em;
		letter-spacing: -1px;
		font-weight: normal;
		color: #333;
		min-height: 28px;
		_height: 28px;
		padding: 5px 0 0 10px;
	}
	
	div#sub_page_content div.main_content div.entry_content h3 {
		background: #fff url('images/content_heading.png') no-repeat right top;
		font-size: 1.4em;
		letter-spacing: -1px;
		font-weight: normal;
		color: #333;
		height: 28px;
		padding: 5px 0 0 10px;
	}
	div#sub_page_content div.main_content_wide div.entry_content h3 {
		background: #fff url('images/content_heading.png') no-repeat right top;
		font-size: 1.4em;
		letter-spacing: -1px;
		font-weight: normal;
		color: #333;
		height: 28px;
		padding: 5px 0 0 10px;
	}
	
	/* headings */
	div#sub_page_content div.main_content div.entry_content h4 {
		font-size: 1.4em;
		font-weight: bold;
	}
	div#sub_page_content div.main_content_wide div.entry_content h4 {
		font-size: 1.4em;
		font-weight: bold;
	}
	
	div#sub_page_content div.main_content div.entry_content h5 {
		font-size: 1.6em;
		font-weight: bold;
	}
	div#sub_page_content div.main_content_wide div.entry_content h5 {
		font-size: 1.6em;
		font-weight: bold;
	}
	
	div#sub_page_content div.main_content div.entry_content small {
		font-size: 0.7em;
                padding: 10px 0;
	}
	div#sub_page_content div.main_content_wide div.entry_content small {
		font-size: 0.7em;
                padding: 10px 0;
	}
	
	div#sub_page_content div.main_content div.entry_content p {
		padding: 10px 0;
		line-height: 1.4em;
		text-align: justify;
	}
	div#sub_page_content div.main_content_wide div.entry_content p {
		padding: 10px 0;
		line-height: 1.4em;
		text-align: justify;
	}
	
	div#sub_page_content div.main_content div.entry_content p.see_more {
		text-align: right;
		background-position: right 13px;
	}
	div#sub_page_content div.main_content_wide div.entry_content p.see_more {
		text-align: right;
		background-position: right 13px;
	}
	
	div#sub_page_content div.main_content div.entry_content ul {
		padding: 10px 0px;
	}
	div#sub_page_content div.main_content_wide div.entry_content ul {
		padding: 10px 0px;
	}
	
	div#sub_page_content div.main_content div.entry_content ul li {
		background: url('images/arrow_orange.jpg') no-repeat left 4px; 
		line-height: 1.2em;
		padding: 4px 0 4px 20px;
	}
	div#sub_page_content div.main_content_wide div.entry_content ul li {
		background: url('images/arrow_orange.jpg') no-repeat left 4px; 
		line-height: 1.2em;
		padding: 4px 0 4px 20px;
	}
	
	div#sub_page_content div.main_content div.entry_content ol {
		padding: 10px 30px;
	}
	div#sub_page_content div.main_content_wide div.entry_content ol {
		padding: 10px 30px;
	}
	
	div#sub_page_content div.main_content div.entry_content ol li {
		background: url('images/arrow_grey.jpg') no-repeat left 4px; 
		line-height: 1.2em;
		padding: 4px 0 4px 20px;
	}
	div#sub_page_content div.main_content_wide div.entry_content ol li {
		background: url('images/arrow_grey.jpg') no-repeat left 4px; 
		line-height: 1.2em;
		padding: 4px 0 4px 20px;
	}
	
	div#sub_page_content div.main_content div.entry_content a {
		font-weight: bold;
		color: #f89000;
		text-decoration: underline;
	}
	div#sub_page_content div.main_content_wide div.entry_content a {
		font-weight: bold;
		color: #888888;
		text-decoration: underline;
	}
	
	div#sub_page_content div.main_content div.entry_content a:hover {
		text-decoration: none;
	}
	div#sub_page_content div.main_content_wide div.entry_content a:hover {
		text-decoration: none;
	}
	
	/* Subpage sidebar */
	div.sidebar {
		width: 380px;
		float: left;
		padding-top: 30px;
	}
	
	div.sidebar div.sidebar_module {
		background: #f89000;
		width: 310px;
		margin: 0 auto 15px auto;
		padding-bottom: 10px;
	}
	
	div.sidebar div.sidebar_module h4 {
		background: #fff url('images/sidebar_caption.png') repeat-x left top;
		font-size: 1.4em;
		letter-spacing: -1px;
		font-weight: bold;
		color: #333;
		height: 28px;
		padding: 8px 0 15px 14px;
	}
	
	div.sidebar div.sidebar_module p {
		font-size: 0.75em;
		padding: 10px 15px;
		text-align: justify;
	}
	
	div.sidebar div.sidebar_module ul {
		margin: 15px;
	}
	
	div.sidebar div.sidebar_module ul li ul {
		margin: 0;
	}
	
	div.sidebar div.sidebar_module ul li {
		background: transparent url('images/sidebar_link_arrow.png') no-repeat left 4px;
		margin: 10px 0;
		padding: 0 20px;	
	}
	
	div.sidebar div.sidebar_module ul li a {
		color: #333;
	}
	
	div.sidebar div.sidebar_module ul li a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar contact form */
	div.sidebar div.sidebar_module p.form_error_notify {
		font-size: 0.9em;
		font-weight: bold;
		background: #fff;
		color: #ff0000;
		text-align: center;
		border-top: 4px solid red;
		border-bottom: 4px solid red;
	}
	
	div.sidebar div.sidebar_module p.form_ok_notify {
		font-size: 0.9em;
		font-weight: bold;
		background: #fff;
		color: #00C400;
		text-align: center;
		border-top: 4px solid #00C400;
		border-bottom: 4px solid #00C400;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li {
		background: none;
		padding: 0;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li label {
		line-height: 1.4em;
		letter-spacing: -1px;
		font-size: 0.8em;
		font-weight: bold;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li label span.id_klienta_explanation {
		letter-spacing: 3px;
		cursor: pointer;
		cursor: hand;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li label span#id_klienta_content {
		font-size: 1em;
		display: block;
		background: #fff;
		padding: 5px;
		margin-bottom: 5px;
		text-align: justify;
		font-weight: normal;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li.call_center label {
		font-weight: normal;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li label.accept {
		font-weight: normal;
		font-size: 0.75em;
		text-align: justify;
		line-height: 1.5em;
		display: block;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li p.form_error {
		background: #FFC6C6;
		color: red;
		font-weight: bold;
		padding: 2px;
		
	}
	
	div.sidebar div.sidebar_module ul.contact_form li input, 
	div.sidebar div.sidebar_module ul.contact_form li button,
	div.sidebar div.sidebar_module ul.contact_form li textarea,
	div.sidebar div.sidebar_module ul.contact_form li select {
		border: 1px solid #fff;
		width: 280px;
		_width: 270px;
		padding: 2px 5px;
		background: #ffd499 url('images/input_background.png') repeat-x left top;
		font: normal 0.9em Tahoma, Arial, sans-serif;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li input.checkbox,
	div.sidebar div.sidebar_module ul.contact_form li input.radio {
		width: 15px;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li textarea {
		height: 150px;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li.submit {
		text-align: right;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li.submit button {
		width: 100px;
	}
	
	div.sidebar div.sidebar_module ul.contact_form li.submit button span {
		background: url('images/koperta.png') no-repeat left 4px;
		font-weight: bold;
		padding-left: 20px;
	}
	
	/* Google ad preview */
	div.sidebar div.sidebar_module ul li.adPreview {
		background: #fff;
		padding: 3px;
		border: 2px solid #92b0d4;
	}
	
	div.sidebar div.sidebar_module ul li.adPreview span {
		display: block;
		font-size: 0.8em;
	}
	
	div.sidebar div.sidebar_module ul li.adPreview span.heading {
		color: blue;
		font-size: 1.2em;
		text-decoration: underline;
	}
	
	div.sidebar div.sidebar_module ul li.adPreview span.link {
		color: green;
	}
	
	/* Main page footer */
	div#footer {
		padding: 5px 0 10px 0;
		color: #fff;
		_zoom: 1;
	}
	div#footer:after {
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	
	div#footer h3 {
		font-size: 1.1em;
		font-weight: normal;
	}
	
	div#footer h3 a {
		font-size: 0.7em;
		color: #fff;
	}
	
	div#footer h3 a:hover {
		text-decoration: underline;
	}
	
	div#footer p.see_more {
		font-size: 1.1em;
		background-position: right 5px;
	}
	
	div#footer p.see_more a {
		color: #f89000;
		font-weight: bold;
		text-decoration: none;
	}
	
	div#footer p.see_more a:hover {

		text-decoration: underline;
	}
	
	/* Main page footer - news */
	div#footer div.footer_news, div#sub_page_content div.footer_news {
		float: left;
		width: 500px;
		padding-right: 50px;
	}
	
	div#sub_page_content div.footer_news {
		padding-right: 0px;
		margin-left: 40px;
		width: 550px;
		border-bottom: 1px solid white;
	}
	
	div#footer div.footer_news h4, div#sub_page_content div.footer_news h4 {
		background: transparent url('images/footer_page_icon.gif') no-repeat left 14px;
		font-size: 1em;
		font-weight: normal;
		padding: 10px 0 10px 20px;
	}
	
	div#footer div.footer_news h4 small, div#sub_page_content div.footer_news h4 small {
		font-size: 0.7em;
	}
	
	div#footer div.footer_news h4 a, div#sub_page_content div.footer_news h4 a { color: #fff; }
	div#footer div.footer_news h4 a:hover, div#sub_page_content div.footer_news h4 a:hover { text-decoration: underline; }
	
	div#footer div.footer_news div.content, div#footer div.footer_latest_project div.content,
	div#sub_page_content div.footer_news div.content {
		font-weight: normal;
		font-size: 0.7em;
		padding: 0 10px 10px 20px;
		text-align: justify;
	}
	
	div#footer div.footer_latest_project {
		float: left;
		width: 425px;
	}
	
	div#footer div.footer_latest_project div.content {
		padding: 0 10px 10px 0;
	}
	
	div#footer div.footer_latest_project h4 {
		padding-bottom: 10px;
	}
	
	div#footer div.footer_latest_project h4 a {
		color: #fff;
		border-bottom: 1px dashed #fff;
	}
	
	div#footer div.footer_latest_project img {
		margin: 10px 0;
		border: 10px solid #f89000;
	}
	
	/* Copyright section */
	div#copyright {
		border-top: 1px solid #fff;
		padding: 3px 0;
		clear: both;
	}
	
	#subpage div#copyright {
		width: 905px;
		margin: 0 auto;
	}
	#subpage_white div#copyright {
		width: 905px;
		margin: 0 auto;
	}
	
	div#copyright p {
		font-size: 0.65em;
		color: #fff;
	}
	
	div#copyright p a {
		color: #fff;
	}

	div#copyright p a:hover {
		text-decoration: underline;
	}