/*
Theme Name: Inpol Papier
Description: Inpol Papier
Version: 1.0
Author: Station75
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/forms.css";

/* Main */
body {
	background:url(images/bg.jpg) repeat-x #fff;
}

#wrapper {
	width:800px;
	margin:auto;
}
a:hover {
	color:#8b0909;
	text-decoration:underline;
}
/* Sidebar */
#sidebar {
	background:url(images/sidebar/left-column.jpg);
	width:260px;
	height:501px;
	float:left;
}

/* Menu */
#menu { 
	width:800px; height:44px; 
	margin:0; padding:0;
	list-style:none; 
	background:url(images/menu/menu.png); 
}
	#menu span { 
		display:none;
	}
	#menu li, #menu a { 
		height:44px; 
		display:block; 
	}
	#menu li { 
		float:left; 
		display:inline; 
	}
	
	#o_firmie { 
		width:120px; 
	}
	#oferta_handlowa { 
		width:150px; 
	}
	#dane_teleadresowe { 
		width:170px; 
	}
	#wyroznienie { 
		width:130px; 
	}
	#kariera { 
		width:100px; 
	}
	#zapytanie { 
		width:130px; 
	}
	#o_firmie a:hover {
		background:url(images/menu/menu.png) 0px -44px no-repeat;
	}
	#oferta_handlowa a:hover {
		background:url(images/menu/menu.png) -120px -44px no-repeat;
	}
	#dane_teleadresowe a:hover {
		background:url(images/menu/menu.png) -270px -44px no-repeat;
	}
	#wyroznienie a:hover {
		background:url(images/menu/menu.png) -440px -44px no-repeat;
	}
	#kariera a:hover {
		background:url(images/menu/menu.png) -570px -44px no-repeat;
	}
	#zapytanie a:hover {
		background:url(images/menu/menu.png) -670px -44px no-repeat;
	}
	
/* Content */
#content {
	background:url(images/content/content.png) no-repeat #fff;
	width:500px;
	float:right;
	
	padding:40px 20px 0 20px;
}

/* Footer */
#footer {
	clear:both;
	background:url(images/footer/footer.png) no-repeat #fff;
	width:800px;
	height:130px;
}
#footer-content {
	width:500px;
	float:right;
	text-align:center;
	padding:60px 0 0 0;
}
#footer-content ul {
	list-style:none;
}
	#footer-content ul li {
		display:inline;
		float:left;
		margin:0 2px;
		padding:0 3px;
		font-size:11px;
		border-right:1px solid #ccc;
	}
	#last {
		border:none !important;
	}
	#footer-content p {
		font-size:11px;
	}
