@charset "utf-8";
/* CSS Document */
* { 
			margin:0; 
			padding:0; 
			border:0;
}
html { 
			width: 100%; 
			height: 100%; 
			overflow: auto; 
			overflow-x: hidden; 
			overflow-y: scroll; 
			font-family: Arial, Helvetica, sans-serif; 
			color:black; 
			font-size:12px;
}
body {	
			background-color: white; 
}
#container { 
			margin:0 auto; 
			position:relative; 
			width:1000px;
			background-image:url(../img/top.jpg);
			background-color:#FFFFFF;
			background-position:center top;
			background-repeat:no-repeat;
			height:700px;
}
#top {
			height:333px;
}
#menu {
			height:60px;
			margin-left:450px;
			padding-top:42px;
}
a#about {
			display: inline-block;
			height: 48px;
			width:52px;
			background:url(../img/about.png) 0 0;
			margin-right:30px;
}
a:hover#about {
			background-position: 0 -48px; 
}
a#iron {
			display: inline-block;
			height: 48px;
			width:75px;
			background:url(../img/iron.png) 0 0;
			margin-right:30px;
}
a:hover#iron {
			background-position: 0 -48px; 
}
a#cars {
			display: inline-block;
			height: 48px;
			width:118px;
			background:url(../img/cars.png) 0 0;
			margin-right:30px;

}
a:hover#cars {
			background-position: 0 -48px; 
}
a#prices {
			display: inline-block;
			height: 48px;
			width:46px;
			background:url(../img/prices.png) 0 0;
			margin-right:30px;

}
a:hover#prices {
			background-position: 0 -48px; 
}
a#contact {
			display: inline-block;
			height: 48px;
			width:52px;
			background:url(../img/contact.png) 0 0;
			margin-right:30px;
}
a:hover#contact {
			background-position: 0 -48px; 
}
#content {
			margin-top:20px;
			width:1000px;
			min-height:350px;
}
.left {
			width:620px;
			float:left;
			padding-left:20px;
			line-height:25px;
}
.right {
			width:340px;
			margin-left:20px;
			float:right;
			padding-top:70px;
}
.car {
			width: 546px;
			height:317px;
			padding-top:51px;
			padding-left:45px;
			background-image:url(../img/background.jpg);
			background-position:top left;
			background-repeat:no-repeat;
}						
#footer {
			height:51px;
			background-image:url(../img/bottom.jpg);
			background-position:top;
			background-repeat: no-repeat;
			color: #CCCCCC;
			font-size:12px;
			width:850px;
			padding-top:15px;
			margin-top:20px;
			padding-right: 150px;
}
.header {
			background-image:url(../img/header.png);
			background-position:left bottom;
			background-repeat:no-repeat;
			font-weight:bold;
			padding-bottom:1px;
			padding-left:40px;
			margin-bottom:15px;
}
h1 {
			margin-bottom:10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight:bold;
			color:#FA0306;
}
.exClear{
 		   clear:both;
 		   height:2px;
 		   line-height:2px;
}
.tabela {
			width: 610px;
			margin-bottom:20px;
			margin-top:20px;
}
.lewy {
			float:left;
			width:300px;
			border:#FF0000 1px solid;
}
.prawy {
			float:right;
			width:290px;
			border:#FF0000 1px solid;

}
.table_bottom {
			border-top: #FF0000 1px dotted;
			height:25px;
			padding-left:10px;
}
.table_left {
			float:right;
			border-left:#FF0000 1px dotted;
			width:170px;
}
a {
			text-decoration:none;
}
a:link {
			color: #FFB400;
}
a:visited {
			color: #FFB400;
}
a:hover {
			color: #333333;
}
a:active {
			color: #FFB400;
}
.justuj {
			text-align:justify;
}
.interlinia {
			line-height:150%;
}
ul {
			list-style:none;
			padding-left:5px;
}
.m_img_hide	{
			display: none;
}
.m_img_show	{
			display: inline;
}
.s_img {
			margin: 2px;
			float: left;
			display: inline;
			cursor: pointer;
}
.map {
			margin-top:25px;
			margin-bottom:25px;
			margin-left:25px;
}
a:link.mail {
			color: #FF0000;
}
p {
			margin-top:5px;
			margin-bottom:5px;
}
.cars_link {
			margin-top:3px;
			margin-bottom:3px;
			padding-top:10px;
			padding-bottom:10px;
			background-color:#D60002;
			width:317px;
			display:block;
}
a.cars {
			color:#FFFFFF;
			font-weight:bold;
}
a.cars:link {
			font-weight:bold;
}
a.cars:visited {
			font-weight:bold;
}
a.cars:hover {
			color: #FFFFFF;
			font-weight:bold;
			text-decoration:underline;
}
a.cars:active {
			font-weight:bold;
}