/* =reseting
************************************************************** */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

a, a:visited { text-decoration: none; }	
fieldset, img { border: none; }
li { list-style: none; }
legend { display: none; }

body {
	font: normal 0.75em Arial, sans-serif;
	padding-bottom: 20px;
}

/* =
************************************************************** */

#masthead {
	position: relative;
	padding-bottom: 98px;
}

#masthead .primary,
#masthead .secondary,
#masthead .wrap {
	position: absolute;
	top: 0;
	height: 359px;
}

#masthead .primary,
#masthead .secondary {
	width: 50%;
	background-repeat: repeat-x;
}

#masthead .primary {
	left: 0;
	background-image: url(left.png);
}

#masthead .secondary {
	left: 50%;
	background-image: url(right.png);
}

#masthead .wrap {
	left: 50%;
	width: 950px;
	margin-left: -475px;
	background: url(center.jpg) 50% 0 no-repeat;
}

#masthead h1 {
	position: absolute;
	left: 0;
	top: 23px;
	background: url(interia.png) 9px 13px no-repeat;
	text-indent: -1000em;
	width: 151px;
	height: 49px;
}

#masthead h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

/* =nav
************************************************************** */

#masthead ul {
	float: right;
	margin-right: 5px;
}

#masthead ul li {
	float: left;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0 6px;
	font-size: 10px;
	font-weight: bold;
	background: url(separator-gray.png) 100% 10px no-repeat;
}

#masthead ul li.last {
	background: transparent;
}

#masthead ul li.last-n1 {
	background-image: url(separator-yellow.png);
}

#masthead ul li a {
	color: #fff;
	padding: 10px;
	display: block;
}

#masthead ul li a:hover {
	color: #fac800;
}

#masthead ul li.last-n1 a:hover,
#masthead ul li.last a:hover {
	color: #742d00;
}

#masthead ul li.last-n2 {
	color: #fac800;
}

/* =search
************************************************************** */

#search {
	width: 275px;
	position: absolute;
	right: -1px;
	z-index: 200;
	top: 98px;
	padding-top: 2px;
	height: 22px;
	background-color: #fff;
}

#search .edit {
	width: 171px;
	padding-left: 32px;
	height: 19px;
	padding-top: 3px;
	background: #fff url(search-edit.png) no-repeat;
	border: 0;
	position: absolute;
	top: 2px;
	left: 0;
}

#search .submit {
	cursor: pointer;
	width: 72px;
	height: 22px;
	padding-bottom: 2px;
	background: url(search-button.png) no-repeat;
	border: 0;
	position: absolute;
	top: 2px;
	right: 0px;
}

/* =main
************************************************************** */

#main {
	position: relative;
	z-index: 100;
	width: 948px;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #eaeaea #eaeaea; #eaeaea;;
}

#main::after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* =primary
************************************************************** */

#primary {
	width: 728px;
	float: right;
	margin-top: 25px;
	padding: 10px 10px 0 10px;
}

#primary p {
	margin-bottom: 1em;
}

.dummy {
	color: #ddd;
}

/* =secondary
************************************************************** */

#secondary {
	width: 199px;
	position: absolute;
	background: url(menu.png) no-repeat;
	z-index: 150;
	left: -1px;
	padding-left: 1px;
	min-height: 260px;
}

#secondary ul {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 30px; 
}

#secondary ul li {
	margin: 10px 0;
	background: url(bullet.png) no-repeat 0px 4px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
	
#secondary ul li a {
	color: #013656;
}
