/* =reset
************************************************************** */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}


/* =main
************************************************************** */

body {
	font-family: Tahoma, Geneva, sans-serif; /* 10px */
	font-size: 62.5%;
	line-height: normal;
	background: #212121 url("/var/img/bg/body.gif") repeat-x left top;
	color: #fff;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/* =main layout
************************************************************** */

html, body, .container {
	height: 100%;
}
body > .container {
	height: auto;
	min-height: 100%;
}

.wrap,
.container {
	width: 970px;
	margin: 0 auto;

	font-size: 1.4em;
}

#content {
	padding-bottom: 33px;
	margin-bottom: 30px;
	overflow: hidden;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 21px;
	margin-top: -33px;

	background: #dedede url("/var/img/bg/footer.gif") repeat-x left top;
	padding: 12px 0 0;

	color: #595959;
	font-size: 0.71em;
	font-family: Verdana, Verdana, Geneva, sans-serif;
}


/* =header
************************************************************** */

#header {
	overflow: hidden;
	background: url("/var/img/bg/header.jpg") no-repeat left top;
	position: relative;
	height: 382px;
}

#brand {
	overflow: hidden;
	width: 390px;
	height: 98px;
	float: left;

	background: url("/var/img/logo.png") no-repeat 46px 31px;
	text-indent: -1000em;
}
#brand a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
}

#menu {
	position: relative;
	width: 388px;
	height: 34px;
	z-index: 2;

	float: right;
	padding-top: 64px;
}

#branding {
	position: absolute;
	width: 970px;
	height: 332px;
	top: 58px;
	left: 0;
	z-index: 1;

	background: url("/var/img/branding.png") no-repeat 0 0;

	text-indent: -1000em;
}


/* =section
************************************************************** */

#content h1,
#content h2,
#content h3 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 1.86em;
	padding-bottom: 30px;
}

#content p,
#content ol {
	margin-bottom: 1.1em;
}

#content ol li {
	padding-left: 20px;
	background: url("/var/img/bg/ol_li.gif") no-repeat 0 4px;
}

#content a {
	color: #fff;
}

.sidebar {
	width: 270px;
	float: left;
	padding-left: 73px;
}

.section {
	float: right;
	width: 624px;
}


/* =menu
************************************************************** */

#menu li a {
	position: absolute;
	display: block;
	float: left;
	height: 23px;
	width: 112px;
	bottom: 0;

	background: url("/var/img/bg/menu_li.png") no-repeat 0 0;
	padding: 11px 0 0 42px;

	text-decoration: none;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	outline: 0;
}
#menu li a:hover,
#menu li.act a {
	background-position: 0 -34px;
	color: #000;
}

#menu .firma {
	z-index: 3;
	left: 0;
}
#menu .oferta {
	z-index: 4;
	left: 100px;
}
#menu .samochody {
	z-index: 5;
	left: 190px;
	padding-left: 46px;
	width: 108px;
}
