* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1d1815;
	font-size: 14px;
	font-family: Arial;
	background-image: url('images/backlight.jpg');
	background-repeat: no-repeat;
	background-position:  top center;
}

a img {
	border: none;
}

#wrapper {
	width: 800px;
	min-height: 600px;
	height: auto !important;
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
	border: none;
	padding-bottom: -20px;

}
.header {
	width: 100%;
	height: 80px;
	overflow:hidden;
	margin-bottom:15px;
	font-size:12px;
	font-weight:bold;
}

#logo {
	width: 199px;
	height: 70px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position:  bottom center;
	position: relative;
	top: 0;
	left: 10px;

}

#logo p {
	color: white;
	opacity: 0.6;
	font-weight: bold;
	text-align: right;
}

.icons {
	position: relative;
	top: -60px;
	left: 730px;
	
}
.icons img {
	max-height: 25px;
	border: none;
}

.icons a {
	text-decoration: none;
	border: none;
	margin-right: 10px;
} 

.navi {
	position: relative;
	height: 30px;
	top: -60px;
}

.navi ul {
	list-style-type: none;
	float: right;
}

.navi ul li {
	display: inline-block;
	margin: 10px;
	zoom: 1;
	*display: inline;
}

.navi a {
	text-decoration: none;
	color: white;
}

#space {
	position: relative;
	width: 100%;
	min-height: 450px;
	background-color: white;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	overflow:  hidden;
}

.slideshow {
	width: 532px;
	height: 229px;
	position: relative;
}

.slideshow img {
	border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-khtml-border-top-left-radius: 12px;
}

.slideshow div {
	z-index: 1;
	position:absolute;
}

.slideshow div.active {
	position: absolute;
	z-index:10;
}

.slideshow div.last-active {
	position: absolute;
	z-index:9;
}

.core {
	width: 760px;
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	background-image: url('images/grayline.jpg');
	background-position: top right;
	background-repeat: repeat-y;
}

.text {
	width: 532px;
	position: relative;
	float: left;
	color: #1d1815;
	line-height: 1.4em;
}

.text h1, .text h3 {
	color: #ca3433;
	text-transform: uppercase;
}

.text h1 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 16px;
}

.text h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}

.text p {
	margin-bottom: 15px;
	margin-right: 20px;
}

.text ul {
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text a {
	text-decoration: underline;
	color: #ca3433;
}

.text em {
	font-size: 0.8em;
	opacity: 0.8;
	margin-top: 1em;
}

.sidebar {
	width: 227px;
	font-size: 14px;
	float: right;
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-khtml-border-top-right-radius: 12px;
	overflow: hidden;
}

.sidebar a {
	text-decoration: underline;
	color: #ca3433;
}

.sidebar ul {
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.sidebar ul li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.menutop {
	background-color: #ca3433;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.menutop p {
	margin-left: 25px;
	margin-right: 35px;
}

#bar1 {
	width: 100%;
	height: 229px;
	line-height: 22px;
}

#bar1 p {
	padding-top: 100px;
}

#bar2 {
	width: 100%;
	height: 40px;
	line-height: 40px
}
.footer {
	width: 95%;
	height: 30px;
	margin: 0 auto;
	position: relative;
	top: 15px;
	color: white;
	opacity: 0.6;
}

.footer div {
	position: relative;
	float: left;
	width: 50%;
}

.footer #copyright {
	text-align: left;
}

.footer #contacts {
	text-align: right;
}

.news {
	font-size: 11px;
}

.news p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.news a {
	text-decoration: underline;
	color: #ca3433;
	line-height: 20px;
}

.news hr {
	width: 80%;
	height: 1px;
	border: 0;
	color: #ca3433;
	background-color: #ca3433;
	margin: 0 auto;
}

.empty {
	width: 100%;
	height: 40px;
	float: none;
	clear: both;
}

.red {
	color: #ca3433;
}

.gallery {
	position: relative;
	width: 100%;
}

.gallery div {
	position: relative;
	float: left;
	height: 100px;
	width: 170px;
	text-align: center;
}

.gallery a {
	height: 100px;
	width: 170px;
	display: table-cell;
	vertical-align: middle;
}
.gallery img {
	max-height: 80px;
	max-width: 150px;
	vertical-align: middle;
}

.fakeurl {
	text-decoration: underline;
	color: #ca3433;
	cursor: pointer;
}

#dealer table {
	width: 512px;
	height: 150px;
	margin-top: 15px;
}

#dealer td {
	width: 33%;
	text-align: center;
}

.leftimg img {
	position: relative;
	float: left;
	max-height: 180px;
	max-width: 200px;
	margin-right: 1em;
	margin-bottom: 1em;
}

.rightimg img {
	position: relative;
	float: right;
	max-height: 180px;
	max-width: 200px;
	margin-left: 1em;
	margin-right: 20px;
	margin-bottom: 1em;
}

.double_pics a {
  width:50%;
  text-align:left;
  float:left;
  display: inline-block;
  margin-bottom: 1em;
  zoom:1;
  _display:inline;
  _width:0px;
}

table.fuel {
	border: 1px solid #ca3433;
	border-collapse: collapse;
	width: 512px;
	margin-bottom: 1em;
}

.fuel td {
	border: 1px solid #ca3433;
	padding: 5px;
}

.tablehead {
	background-color: #ca3433;
	color: white;
	text-align: center;
	font-weight: bold;
}

.tablesubhead {
	text-align: center;
	font-weight: bold;
}

.urllist span {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.urllist div {
	background-color: #f3f4ef;
	padding: 10px;
	margin-right: 20px;
	overflow: hidden;
}

.urllist a {
	float: right;
}

.feedback a {
	position: relative;
	float: left;
	margin-right: 20px;
}

.feedback img {
	border: 1px solid #f3f4ef;
}

.share42init {
	text-align: left;
	margin-bottom: .8em;
}

.cols-same-width-centered td {
	width: 20%;
	text-align: center;
}
