* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", Verdana, Geneva,Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #666; 
	background: url(img/bckgr.png) repeat-x top;
}
img {
	margin: 20px;
}
.right {
	float: right;
}
.left {
	float: left;
}
p {
	margin: 10px 0 10px 0;
}
.tab-title {
	height: 25px !important;
}
.two {
	width: 480px;
	border: 0px;
}
.four {
	width: 560px;
	border: 0px;
}
.two th {
	background: #fff;
	text-align: left;
}
.two td, .four td {
	background: #ededed;
	text-align: left;
}

#container {
	width: 799px;
	margin: 0px;
	position: relative;
}

/*--------------------lewe menu -----------------------*/
#sidebar {
	float: left;
	margin-top: 150px;
	width: 180px;
}
/*----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	position: relative;
	top: 0px;
	left: 70px;
	}
#navigation {
	width: 116px;
	list-style: none;
	}
#navigation li {
	background-image: none;
	padding: 0;
	line-height: 1.8em;
	font-size: 10px;
	}
#navigation li a {
	display: block;
	padding: 0 3px;
	text-align: right;
	text-transform: uppercase;
	margin: 0 0 1px;
	color: #7fcc00;
	text-decoration: none;
	}
#navigation a.active {
	cursor: default;
	color: #fff;
	background-color: #7fcc00;
	}
#navigation li a:hover {
	cursor: default;
	color: #fff;
	background-color: #8bde00;
	}

/*===============================menu lewe=======================*/
/*------------------ content --------------------------*/
#content {
	position: relative;
	width: 600px;
	float: right;
	background: url(img/header1.png) no-repeat top;
}
#logo {
	position: relative;
	display: block;
	width: 550px;
	height: 100px;
	top: 10px;
	left: 10px;
	font-size: 18px;
	padding: 60px 0 0 0px;
	background: url(img/toyota_aygo.jpg) no-repeat top right;
}
#logo a {
	background: url(img/crazy.png) no-repeat top center;
	color: #666;
	text-decoration: none;
	padding: 30px 0 0px 15px;
	
}
#subtit {
	position: absolute;
	top: 95px;
	left: 30px;
	color: #ab1625;
	font-size: 10px;
	font-weight: normal;
}
#main-text {
	margin: 0px 15px 0px 15px;
	line-height: 1.4em;
}
#main-text h3 {
	font-size: 1.0em;
	color: #000; 
	font-weight: normal; 
	text-transform: uppercase;
	background: url(img/bg-sub-head.gif) 0 3px no-repeat;
	padding: 0px 0px 7px 14px;
	}
.clr {
	clear: both;
	}
#news {
	position: relative;
	display:block;
	width: 555px;
	height: 128px;
	background: url(img/aygo_nowosci.jpg) no-repeat left top;
	margin: 6px;
	border: 1px solid #ebebeb;
	}
#news h4 {
	padding: 100px 0 0 5px;
	font-size: 12px;
	float: left;
	}
#news h4 a {
	color: #fff;
	text-decoration: none;
	}
#news h5{
	padding: 10px 0 0 55px;
	font-size: 12px;
	float: left;
	}
#news h5 a {
	color: #ab1625;
	text-decoration: none;
	}
#news ul {
	padding: 40px 0 0 230px;
	color: #8bde00;
	font-size: 12px;
	list-style: square;
	}
#news a {
	color: #ab1625;
	text-decoration: none;
	}
#news a:hover {
	text-decoration: underline;
	}
/*============================content=======================*/

/*-----------------footer------------------------------------*/
#footer { 
	text-align: center;
 	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	/*border-top-color: #ededed;*/
	border-top-color: #b9b9b9;
	padding: 20px 0px 10px 0px;
	color: #b9b9b9;
	/*color: #d3d3d3;*/
	margin: 20px 0px 0px 200px;
	font-size: 9px;
	
}
/*=================footer====================================*/
