* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a {
	color: #c51f25;
	outline: none;
}

html {
	height: 100%;
}

body {
	background: #03293d url(images/bg-body.jpg) repeat-x top left;
	height: 100%;
	font-family: Arial, sans-serif;
	overflow: scroll;
}

#car {
	display: block;
	position: relative;
	clear: both;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	background: url(images/car.jpg) no-repeat top center;
}

#start {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100px;
	height: 108px;
	top: 452px;
	left: 50%;
	margin-left: 230px;
	background: url(images/start.png) no-repeat top left;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/start.png', sizingMethod='crop');
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
}

#content {
	display: block;
	position: relative;
	z-index: 2;
	/*top: 20px;*/
 	top: -550px; 
	margin: 0px auto;
	width: 857px;
	height: 645px;
	background: url(images/content.png) no-repeat top left;
	/*_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/content.png', sizingMethod='crop');*/
}

#close {
	display: block;
	position: absolute;
	top: -6px;
	left: -5px;
	width: 28px;
	height: 28px;
	background: url(images/button-close.png) no-repeat top left;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/button-close.png', sizingMethod='crop');
}

#content ul.nav {
	display: block;
	position: absolute;
	list-style-type: none;
	bottom: 33px;
	left: 70px;
	font-size: 12px;
}

#content ul.nav li {
	display: block;
	float: left;
	margin-right: 10px;
}

#content ul.nav li a {
	color: white;
	text-decoration: none;
}

#content ul.nav li a:hover,
#content ul.nav li a.hover {
	border-bottom: 3px solid #ffcc00;
}

#mask {
	display: block;
	position: absolute;
	width: 790px;
	height: 500px;
	top: 30px;
	left: 30px;
	overflow: hidden;
	z-index: 0;
}

#mask object {
	position: relative;
	z-index: 0;
}

#mask ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5000px;
	height: 500px;
}

#mask ul li {
	display: block;
	float: left;
	width: 790px;
	height: 500px;
	overflow: auto;
}

#mask ul li div.top {
	display: block;
	clear: both;
	width: 760px;
}

#mask ul li div.left {
	display: block;
	float: left;
	width: 500px;
}

#mask ul li div.the-other-left {
	width: 760px;
}

#mask ul li div.right {
	display: block;
	position: relative;
	float: right;
	margin: 0px 10px 0px 0px;
	width: 230px;
}

#mask ul li h1,
#mask ul li h2 {
	font-size: 20px;
	font-weight: bold;
	color: #c51f25;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #7fabc6;
}

#mask ul li h2 {
	font-size: 16px;
	margin-bottom: 8px;
}

#mask ul li p {
	font-family: Tahoma;
	color: #145074;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

#mask ul li p.slideshow {
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	width: 506px !important;
	height: 206px !important;
}

#mask ul li p.slideshow img.poza {
	position: absolute;
	top: 0px;
	left: 0px;
}

img.thumbnail {
	margin: 0px 3px;
}

.slideshow img {
    position:absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    opacity: 0;
}

.slideshow img.active {
    z-index: 10;
    opacity: 1;
}

.slideshow img.last-active {
    z-index: 9;
}

#mask ul li p img.poza {
	border: 3px solid whitesmoke !important;
	margin: 0px 0px 4px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#mask ul li div.more {
	display: none;
}

#mask ul li label {
	color: #145074;
	font-weight: bold;
	display: block;
	clear: both;
	margin-bottom: 6px;
}

input.text,
textarea.text,
select.text {
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
	border: 1px solid #a7b3cb !important;
	background: #e7eef3 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	font-family: Tahoma;
	font-size: 12px;
	color: #145074;
	width: 450px;
}

input.button {
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
	border: 3px solid #f9e6e7 !important;
	background: #c51f25 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 4px;
	font-family: Tahoma;
	font-size: 12px;
	color: white;
}
