html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Tahoma;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.niftyfill { display:block }

body {
	background: white url('../gfx/bgnd.jpg') no-repeat center top;
	color: #3d3d3d;
	text-align: center;
	margin-bottom: 40px;
	line-height: 15px;
	font-size: 11px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #5b9a2f;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 15px;
}

h1 + p {
	margin-top: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5b9a2f;
	margin-top: 15px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #5b9a2f;
	margin-top: 15px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#top {
    position: relative;
}

#logos {
	height: 100px;
}

.logo {
	display: block;
}

.logo img {
	display: block;
}

#logo {
	float: left;
	margin-top: 20px;
	margin-left: 19px;
}

#dealer-logo {
	float: right;
	margin-right: 15px;
	margin-top: 16px;
}

#top-menu {
	background: url('../gfx/menu-bgnd.png') no-repeat left top;
	height: 45px;
	width: 980px;
	z-index: 1000;
}

#top-menu li {
	float: left;
	height: 45px;
	background: url('../gfx/m-arrow.png') no-repeat center bottom;
	position: relative;
	z-index: 1000;
}

#top-menu li:hover, #top-menu li.selected {
	background: none;
}

#top-menu li a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	height: 28px;
	background: url('../gfx/menu-sep.png') no-repeat left 17px;
}

#top-menu li:first-child a {
	background: none;
}

#top-menu li a img {
	padding: 2px 0 2px 0;
}

#top-menu li:last-child a img {
	border-right: 0 none;
}

#top-menu li:hover a img,
#top-menu li.selected a img {
	border-bottom: 2px solid #cacc45;
}

#top-menu .submenu {
	display: none;
	width: 100%;
}

#top-menu li:hover .submenu {
	display: block;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 45px;
	background: transparent;
}

#top-menu .submenu ul {
	background: #f8d406 url('../gfx/smenu-bgnd.png') repeat-x top;
	position: absolute;
	padding: 4px 18px 8px 18px;
}

#top-menu .submenu li,
#top-menu li:hover .submenu li, 
#top-menu li.selected .submenu li {
	float: none;
	display: block;
	z-index: 1000;
	position: relative;
	background: url('../gfx/arrow.png') no-repeat left 5px;
	height: auto;
	width: auto;
	padding: 0 0 0 12px;
	margin: 0 0 6px 0;
	border: 0 none;
	text-transform: lowercase;
	color: #3a782d;
}

#top-menu .submenu #sub-sadownictwo li,
#top-menu li:hover .submenu #sub-sadownictwo li, 
#top-menu li.selected .submenu #sub-sadownictwo li {
	margin-bottom: 1px;
}

#top-menu .submenu li.category,
#top-menu li:hover .submenu li.category, 
#top-menu li.selected .submenu li.category {
	background: none;
	font-weight: bold;
	padding-left: 0;
	text-transform: none;
	width: 180px;
	margin-top: 4px;
	margin-bottom: 1px;
}

#top-menu .submenu li.category:first-child,
#top-menu li:hover .submenu li.category:first-child, 
#top-menu li.selected .submenu li.category:first-child {
	margin-top: 0;
}

#top-menu .submenu li a, #top-menu .submenu li:first-child a {
	background: transparent;
}

#top-menu .submenu a {
	font-size: 11px;
	font-weight: normal;
	color: #3a782d;
	border: 0 none;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline;
	float: none;
}

#top-menu .submenu .category a {
	font-weight: bold;
}

#slideshow {
	margin-top: 10px;
	text-align: right;
	padding: 20px 20px 0 0;
	position: relative;
	height: 192px;
	background: url('../gfx/slide-bgnd-s.jpg') no-repeat;
}

.index #slideshow {
	height: 272px;
	background: url('../gfx/slide-bgnd.jpg') no-repeat;
}

#slideshow img {
	position: absolute;
	right: 20px;
	top: 20px;
}

#content {
	padding-bottom: 20px;
	border-bottom: 1px solid #CBE3C3;
	margin-bottom: 1px;
	padding-top: 20px;
	background: url('../gfx/content-bgnd.png') no-repeat top;
}

hr.separator {
	color: white;
	border: 0 none;
	height: 0;
	background: white;
	clear: both;
	margin: 0;
	padding: 0;
}

.sidebar {
	width: 230px;
	float: left;
	padding: 0 20px;
}

#sidebar1 {
	border-right: 1px solid #eef5ea;
}

#sidebar2 {
	border-left: 1px solid #eef5ea;
}

.button {
	display: block;
	margin-top: 20px;
}

.first {
	margin-top: 0;
}

.button img {
	display: block;
}

.main {
	float: left;
	padding: 0 20px;
	width: 669px;
	text-align: justify;
}

#index-main {
	width: 398px;
}

.main p, .main ul, .main ol {
	margin-top: 15px;
	line-height: 17px;
}

.main ul {
	list-style: disc outside;
	padding-left: 40px;
}

.main ol {
	list-style: decimal outside;
	padding-left: 40px;
}

#news {
	margin-top: 15px;
}

#index-main #news {
	padding-top: 15px;
	border-top: 1px solid #eef5ea;
}

#news h2 {
	margin-bottom: 10px;
}

.news {
	margin-bottom: 10px;
}

.news h3 {
	margin-top: 0;
}

.news h3 a {
	color: #5b9a2f;
}

#news .more {
	color: #3a782d;
	font-weight: bold;
	background: url('../gfx/arrow.png') no-repeat 6px 5px;
	padding-left: 14px;
	text-transform: lowercase;
}

#news .news .more {
	padding-left: 0;
	background: none;
}

.news p {
	margin-top: 0;
	margin-bottom: 7px;
}

#footer {
	background: #5B9a2f url('../gfx/footer-bgnd.png') no-repeat left bottom;
	clear: both;
	padding: 20px;
	color: #cde1c0;
	letter-spacing: 0.3px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: justify;
}

#footer a {
	color: #cde1c0;
}

#footer a.mail {
	font-weight: normal;
	text-decoration: underline;
}

#footer2 {
	padding: 10px 20px;
	line-height: 1;
}

#footer2 a {
	padding: 0;
	color: #3d3d3d;
	font-weight: normal;
}

#footer2 li {
	float: left;
	padding: 0 10px 0 11px;
	background: url('../gfx/footer-sep.png') no-repeat left;
}

#footer2 li:first-child {
	padding-left: 0;
	background: none;
}

#footer2 address {
	float: right;
	font-style: normal;
}

#footer2 address a {
	color: #5b9a2f;
	font-weight: bold;
}

.main form ul {
	list-style: none;
	padding: 0;
}

.admin form li {
	margin-bottom: 15px;
}

#news_title, #used_name, #used_type {
	width: 100%;
}

.admin label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #5b9a2f;
}

.admin label.checkbox {
	display: inline;
}

table {
	border: 1px solid #5b9a2f;
	width: 100%;
	margin-top: 15px;
}

th {
	background: #5b9a2f;
	color: white;
	padding: 5px 10px;
}

td {
	padding: 5px 10px;
	border: 1px solid #5b9a2f;
	text-align: center;
	vertical-align: middle;
}

td.thumb img {
	margin: 0;
	padding: 0;
	display: block;
	border: 5px solid #eaf2e5;
}

td a img {
	border: 0 none;
}

td.actions {
	text-align: right;
}

.odd td {
	background: #eaf2e5;
}

.details {
	width: auto;
	border: 0 none;
}


.details th {
	width: 100px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #5b9a2f;
	padding: 0 10px 15px 0;
	background: transparent;
	vertical-align: top;
}

.details td {
	vertical-align: top;
	border: 0 none;
	text-align: left;
	padding: 0 0 15px;
}

.details td p:first-child {
	margin-top: 0;
}


.photos {
	margin: 15px 0 15px 15px;
	float: right;
}

.photos a {
	display: block;
	border: 5px solid #eaf2e5;
	margin-bottom: 10px;
}

.photos a img {
	display: block;
}

.sidebar ul ul {
	padding-left: 20px;
	margin-bottom: 10px;
}


form li {
	clear: both;
}

p.error {
	color: red;
	margin-bottom: 15px;
}

#contact-form div {
	border: 4px solid #f7f7f7;
	margin-bottom: 10px;
	float: left;
}

#contact-form ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact-form label span {
	float: none;
	display: inline;
	border: 0 none;
	margin: 0;
}

#contact-form label {
	padding-top: 0;
	width: auto;
	float: none;
	display: block;
}

#contact-form .req {
	color: red;
}

#contact-form input {
	width: 200px;
}

#contact-form fieldset {
	margin-bottom: 10px;
}

#contact-form button {
	margin: 20px 5px 0 0;
	float: left;
}


#contact-form .error .req {
	font-weight: bold;
}

#contact-form .error input, #contact-form .error textarea {
	border: 1px solid red;
}

.gallery {
	clear: both;
}

.gallery a {
	float: left;
	margin: 20px 20px 0 0;
	padding: 20px 20px 10px 20px;
	border: 1px solid #eaf2e5;
	text-align: left;
}

.gallery a span {
}

.gallery a img {
	display: block;
	margin-bottom: 10px;
}

.gallery2 {
	border: 5px solid #eaf2e5;
}.gallery3 a {
	float: left;
	margin: 20px 20px 0 0;
	padding: 20px 20px 10px 20px;
	border: 1px solid #eaf2e5;
	text-align: left;
}

.gallery3 a span {
}
.gallery3 a img {
	display: block;
	margin-bottom: 10px;
}
.sidebar .side-menu {
	margin-bottom: 20px;
}

.sidebar .side-menu a {
	display: block;
	line-height: 21px;
}

.sidebar .side-menu ul {
	padding: 0;
	margin: 0;
}

.sidebar .side-menu li {
	border-bottom: 1px solid #dfebd7;
}

.sidebar .side-menu li.opened {
	border-bottom: 0 none;
}

.sidebar .side-menu li.selected > a, .sidebar .side-menu a:hover {
	text-decoration: none;
	background-color: #deecd5;
}

.sm-vendors, .sm-models {
	border-top: 1px solid #dfebd7;
}

.sm-vendors > li > a {
	background: url('../gfx/arrow.png') no-repeat left center;
	padding-left: 10px;
}

.sm-vendors a {
	font-weight: normal;
}

.sm-models > li > a {
	padding-left: 20px;
}

#splash {
	position: relative;
	background: url('../gfx/splash-bgnd.png') no-repeat left top;
	width: 690px;
	height: 169px;
	margin-top: 15px;
}

#splash-logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
}

#splash ul {
	padding: 0;
	margin: 0;
	top: 20px;
}

#splash ul li {
	list-style: none;
	padding: 0px 0 5px 10px;
	margin: 0;
	background: url('../gfx/splash-arrow.png') no-repeat left 7px;
}

#splash ul a {
	color: white;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#splash-l1 {
	position: absolute;
	left: 215px;
}

#splash-l2 {
	position: absolute;
	left: 465px;
}

#splash .more {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 465px;
	color: white;
}

.n-scroll {
	overflow: hidden;
	position: relative;
}

.n-scroll .scroll-window {
	overflow: hidden;
	position: relative;
}

.n-scroll .content {
	position: relative;
}

.n-scroll .content p {
	float: left;
}


#headline {
    height: 40px;
    width: 940px;
    overflow: hidden;
    line-height: 40px;
    font-weight: bold;
    color: white;
    padding: 0 20px 0 20px;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#headline .scroll-window {
    width: 940px;
    overflow: hidden;
}

#headline p {
    margin: 0;
}

#headline em {
    font-style: normal;
    color: #fad638;
}

#popup {
	display: none;
}
