﻿body{
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

ul, li, p, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	line-height: 130%;
}

img{border:none;}
a:active, a:focus {outline: 0;}

.clearfix{
	clear: both;
	margin: 0;
	padding: 0;
}

/* preloader */

	#preloader {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#f1f1f1; /* change if the mask should have another color then white */
		z-index:99; /* makes sure it stays on top */
	}

	#status {
		width:200px;
		height:200px;
		position:absolute;
		left:50%; /* centers the loading animation horizontally one the screen */
		top:50%; /* centers the loading animation vertically one the screen */
		background-image:url(images/loading.gif); /* path to your loading animation */
		background-repeat:no-repeat;
		background-position:center;
		margin:-100px 0 0 -100px; /* is width and height divided by two */
	}

/* site beginning */

#main-wrapper{
	width: 100%;
	margin: 0 auto;
	display: block;
}

#top-container{
	width: 100%;
	min-width: 1050px;
	min-height: 548px;
	margin: 0 auto;
	padding-top: 43px;
	background: url('images/gradient_bg.png') repeat-x bottom center;
	display: block;
	border-bottom: 1px solid #e1e1e1;
}

.narrow-container{
	width: 900px;
	margin: 0 auto;
}

#logo{
	width: 268px;
	height: 43px;
	margin: 0;
	float: left;
}

#logo a{
	width: 268px;
	height: 43px;
	background: url('images/logo.png') no-repeat bottom right;
	display: block;
}

#social-links{
	float: right;
	text-indent: -9999px;
	width: 170px;
	height: 25px;
	margin-top: 6px;
}

#fb, #fb a{
	width: 63px;
	height: 25px;
	float: left;
}

#fb a{
	background: url('images/header_icons.png') no-repeat right;
	display: block;
}

#fb{
	margin-left: 7px;
}

#aukcje, #aukcje a{
	width: 100px;
	height: 25px;
	float: left;
}

#aukcje a{
	background: url('images/header_icons.png') no-repeat left;
	display: block;
}

#menu{
	height: 61px;
	margin-top: 35px;
	padding: 0 0 0 0;
}

#menu p{
	float: left;
	/*padding-left: 16px;*/
	margin-top: 19px;
}

#menu p a{
	font-size: 18px;
	color: #494949;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-left: 15px;
	background: url('images/slash_small.png') no-repeat 0 -19px;
	display: block;
}

#menu p a:hover, #menu p.active a{
	color: #d01e2b;
	background: url('images/slash_small.png') no-repeat top left;
	display: block;
}

.menu_slash{
	width: 38px;
	height: 61px;
	background: url('images/slash_big.png') no-repeat center;
	display: block;
	margin: 0 18px 0 18px;
	float: left;
}

/* banner */

#banner{
	width: 1040px;
	height: 372px;
	margin: 0 auto;
	margin-top: 37px;
	margin-bottom: 43px;
	position: relative;
	background: url('images/banner_shadow.jpg') no-repeat center bottom;
	display: block;
}

.slideshow {
	width: 960px;
	height: 317px;
	margin: 0 auto;
}

.slideshow img{
	width: 960px;
	height: 317px;
	background-color: #f7f7f7;
}

#nav{
	list-style-type: none;
	z-index: 150;
}

#nav li a{
	display: block;
	width: 33px;
	height: 67px;
	text-indent: -9999px;
	outline: none;
}

#prev a{
	background: url('images/banner_arrows.png') left top;
	display: block;
	width: 33px;
	height: 67px;
	position: absolute;
	top: 125px;
	left: 0;
}

#prev a:hover{
	background: url('images/banner_arrows.png') left bottom;
	display: block;
}

#next a{
	background: url('images/banner_arrows.png') right top;
	display: block;
	width: 28px;
	height: 49px;
	position: absolute;
	top: 125px;
	right: 0;
}

#next a:hover{
	background: url('images/banner_arrows.png') right bottom;
	display: block;
}

/* site content */

.middle-container{
	width: 100%;
	min-width: 900px;
	min-height: 700px;
	background: url('images/car_bg.jpg') no-repeat center 110px;
	display: block;
}

#autoparts.middle-container{
	width: 100%;
	min-width: 900px;
	min-height: 1500px;
	background: url('images/car_bg_big.jpg') no-repeat center 110px;
	display: block;
}

.content{
	width: 960px;
	margin: 0 auto;
	/*padding-left: 35px;*/
}

.content p{
	float: none;
	color: #484848;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	width: 550px;
	padding-left: 50px;
	margin-bottom: 30px;
}

.content p a{
	text-decoration: none;
}

.content p span{
	color: #c61e2c;
}

.content p.links{
	color: #969696;
	font-style: italic;
	margin-bottom: 70px;
}

.content p.links a{
	color: #c61e2c;
	text-decoration: none;
}

.content p.links a:hover, .content p a:hover span{
	color: #ad0f16;
}

.content p.title span{
	float: left;
	color: #3a3a3a;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: 900;
	font-size: 50px;
	font-style: normal;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
	padding-top: 49px;
	line-height: 52px;
	letter-spacing: -2px;
	padding-bottom: 15px;
}

.content p.title {
	letter-spacing: -1px;
	margin-left: 35px;
	margin-bottom: 75px;
	padding-left: 0;
	width: 430px;
}

.content p.title, .content p.title a{
	float: left;
	color: #c61e2c;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 48px;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
	text-decoration: none;
}

.content p.title a:hover{
	color: #ad0f16;
}

.title-badge{
	width: 209px;
	height: 209px;
	background: url('images/title_badge.png') no-repeat;
	display: block;
	margin-top: -28px;
	margin-left: 35px;
	float: left;
}

.title-badge p{
	color: #fff;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: 900;
	font-size: 48px;
	text-align: center;
	width: 209px;
	padding-top: 52px;
	padding-left: 0;
	line-height: 50px;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.25);
	/*text-shadow: #262626 1px 1px 0;*/
	/*zoom:1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#262626,Strength=1);*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#838383)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color=#838383)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=-1, Color=#838383)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color=#838383)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#838383)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#838383)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=1, Color=#838383)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color=#838383)";*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#262626)";*/
}

.title-badge p span{
	letter-spacing: 2px;
	color: #fff;
}

#single-line.title-badge p{
	margin-top: 25px;
}

/* map */

#map{
	width: 850px;
	height: 350px;
	margin: 0 auto;
	margin-top: 110px;
	margin-bottom: 70px;
	border: 1px solid #d9d9d9;
}

/* logos */

#logos{
	width: 960px;
	height: 90px;
	min-height: 2px; 
	margin: 0 auto;
	background: url('images/dotted_line.png') repeat-x top left;
	display: block;
	padding-top: 30px;
	position: relative;
}

#gradient{
	list-style-type: none;
	z-index: 150;
}

#gradient li{
	display: block;
	width: 55px;
	height: 90px;
	text-indent: -9999px;
	outline: none;
}

#left-gradient{
	background: url('images/logos_gradient.png') left;
	display: block;
	width: 55px;
	height: 90px;
	position: absolute;
	top: 15px;
	left: 0;
}

#right-gradient{
	background: url('images/logos_gradient.png') right;
	display: block;
	width: 55px;
	height: 90px;
	position: absolute;
	top: 15px;
	right: 0;
}

#left {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	border: none;
	padding: 0px;
	clear: both;
	text-align: center;
	color: #969696;
	font-size: 14px;
	}

#left img {
	height: 60px;
	margin: 0px;
	border: 0px;
	clear: both;
	}

/* footer */

#footer{
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	background: #efefef;
	border-top: 1px solid #e1e1e1;
	padding: 55px 0 55px 0;
}

#footer-content{
	margin: 0 auto;
	width: 860px;
}

#footer-content p, #footer-content  p a{
	font-size: 13px;
	color: #c61e2c;
	text-align: left;
	text-decoration: none;
}

#footer-content p{
	margin-top: 0;
	color: #969696;
	float: left;
	line-height: 140%;
	font-weight: bold;
}

#footer-content  p a:hover{
	color: #ad0f16;
}

#footer-content p.author{
	float: right;
	font-weight: normal;
	font-family: 'Yesteryear', cursive;
}

#footer-content p.author a{
	color: #ababab;
	font-size: 23px;
}

#footer-content p.author a:hover{
	color: #8c8c8c;
}

/*---------------------------conditional statements on resolutions----------------------------------------*/


@media screen and (max-width:1024px) {
	#nav{
	display: none;
	}
	#top-container{
		width: 100%;
		min-width: 990px;
	}
	#banner{
		width: 100%;
		min-width: 990px;
	}
}
