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

ul {
	list-style-type: none;
}

a:link {
	color: #d75629;
	text-decoration: none;
}

a:visited {
	color: #d75629;
	text-decoration: none;
}

a:hover {
	color: #d75629;
	text-decoration: none;	
}

a:active {
	color: #d75629;
	text-decoration: none;	
}

body {
	font: 13px/150% 'PT Sans', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #575757;
	background: #f7f7f7;
}

h1,h2,h3 {
	color: #333;
}

h1 {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.subpage h1 {
	font-size: 18px;
	padding: 0 0 10px 0;
}

.subpage h2 {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.subpage h3 {
	font-size: 14px;
	padding: 0 0 5px 0;
}

.page_wrapper {
	width: 980px;
	margin: 0 auto;
}

header {
	display: block;
	height: 72px;
	margin-top: 30px;
	margin-bottom: 15px;
}

header h1 {
	float: left;
	padding: 0;
}

header h1 img {
	display: block;
}

header nav {
	float: right;
	width: 728px;
	margin-top: 16px;
}

header nav > ul > li {
	float: left;
	width: 181px;
	height: 27px;
	line-height: 27px;
	margin-right: 1px;
	text-align: center;
	background: url(/assets/img/tab_normal_bg.png) transparent no-repeat top left;
}

header nav > ul > li.active {
	position: relative;
        top: -1px;
	width: 180px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-bottom:0;
	z-index: 1000;
}

header nav > ul > li.last {
	margin-right: 0;
}


header nav > ul > li > a {
	font-size: 16px;
	display: block;
}

header nav > ul > li > a:link,
header nav > ul > li > a:visited,
header nav > ul > li > a:hover,
header nav > ul > li > a:active {
	color: #fff;
}

header nav > ul > li.active > a:link,
header nav > ul > li.active > a:visited,
header nav > ul > li.active > a:hover,
header nav > ul > li.active > a:active {
	color: #d75629;
	font-weight: bold;
	position: relative;
	top: 1px;
	z-index: 1500;
	border-bottom: 1px solid #fff;
	background: #fff;
}

header nav ul li ul {
	position: relative;
	left: -183px;
	top: 0;
	float: left;
	width: 697px;
	min-height: 10px;
	padding-left: 30px;
	background: #fff;
	border: 1px solid #e8e8e8;
}

header nav ul li ul li {
	display: none;
}

header nav ul li.active ul li {
	display: block;
	float: left;
	margin-right: 30px;
}

header nav ul li ul li.last {
	margin-right: 0;
}

#intro {
	height: 255px;
	margin: 0 0 15px 0;
	background: url(/assets/img/intro_bg.jpg) #fff no-repeat 0 0;
	padding-left: 250px;
}

#intro h1 {
	float: left;
	font-size: 29px;
	width: 222px;
	margin: 40px 30px 0 0;
	line-height: 120%;
	border-right: 1px solid #e8e8e8;
}
#intro h3 {
	float: left;
	font-size: 29px;
	width: 222px;
	margin: 40px 30px 0 0;
	line-height: 120%;
	border-right: 1px solid #e8e8e8;
}
#intro ul {
	float: left;
	width: 400px;
	margin-top: 40px;
	height: 150px;
}

#intro a {
	font-size: 29px;
	font-weight: bold;
	float: left;
	margin-left: 251px;
}

.column, aside {
	float: left;
	width: 161px;
	min-height: 325px;
	height: auto;
	padding: 15px 30px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin: 0 0 30px 30px;
}

.column.wide {
	width: 412px;
	margin-left: 0;
}

.column img {
	display: block;
	margin: 0 0 10px 0;
}

.column a {
	float: right;
	text-decoration: underline;
	margin-top: 10px;
}

.column a.important {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #d75629;
	border: 1px solid #bc191a;
	padding: 3px 10px;
}

.column p a {
	margin-top: 0;
	float: none;
}

aside {
	margin-left: 0;
	margin-right: 30px;
	min-height: 0;
	height: auto;
}

aside.image_box {
	border: 0;
	height: 300px;
        background-color: transparent;
}

aside.oferta {
	background: url(/assets/img/exterminator.jpg) transparent no-repeat left top;
}

aside.deratyzacja{
	background: url(/assets/img/deratyzacja_2.jpg) transparent no-repeat left top;
}

aside.dezynfekcja{
	background: url(/assets/img/dezynfekcja.jpg) transparent no-repeat left top;
}

aside.dezynsekcja{
	background: url(/assets/img/dezynsekcja.jpg) transparent no-repeat left top;
}

aside.dezodoryzacja {
	background: url(/assets/img/dezodoryzacja.jpg) transparent no-repeat left top;
}

aside.haccp{
	background: url(/assets/img/haccp_2.jpg) transparent no-repeat left top;
}

aside.wentylacja {
	background: url(/assets/img/czyszczenie_wentylacji.jpg) transparent no-repeat left top;
}

aside.o-nas{
	background: url(/assets/img/o_nas.jpg) transparent no-repeat left top;
}

aside.kontakt{
	background: url(/assets/img/kontakt.jpg) transparent no-repeat left top;
}

aside.odkomarzanie{
	background: url(/assets/img/odkomarzanie.jpg) transparent no-repeat left top;
}
aside.cennik{
	background: url(/assets/img/cennik.jpg) transparent no-repeat left top;
}

footer {
	display: block;
	clear: both;
	background: #e8e8e8;
	padding: 15px 30px;
	overflow: hidden;
}

article ul {
	margin: 0 0 20px 0;
}

article ul li, #intro ul li {
	background: url("/assets/img/list_bullet_bg.png") no-repeat scroll 0 7px transparent;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

article ul li:first-child {
	margin-top: -10px;
}

article p {
	margin: 0 0 20px 0;
}

footer nav {
	float: left;
}

footer nav > ul > li {
	float: left;
	margin-right: 30px;
}

footer nav > ul > li > a {
	font-size: 15px;
}

footer nav ul li ul li {
	padding: 5px 0 0 0;
}

.copyright {
	font-size: 11px;
	text-align: right;
}
