
	body {
		padding:0px;
		margin:0px;
		background: black url('/img/bg1.gif');
        min-width: 1004px;
	}

	body, a , th, td {
		font-family: Arial;
		line-height: 1.4;
		color: #fff;
		font-size: 13px;
	}


	#main {
		width: 100%;
		border-collapse: collapse;
	}

	td.f0, td.f2 {
		font-size: 1px;
        line-height: 1px;
		padding: 0px;
	}

	td.f1 {
		vertical-align: top;
		width: 1000px;
		padding: 0px;
	}

	.img td.f0, .img td.f2 {
		background: black url('/img/bg2.gif');
	}

	.content td.f1 {
		background: #242424;

	}

	.top td.f1 {
		background: #0f0d0b url('/img/top.bg.jpg') bottom left no-repeat;
		padding-bottom: 20px;
	}

	.top td.f1 .left, .top td.f1 .right, .top td.f1 .center {
		width: 33%;
		float: left;
	}

	.top td.f1 .left img {
		margin-right: 15px;
		margin-top: 7px;
	}

	.top td.f1 .right img {
		margin-right: 15px;

	}

	.top td.f1 .pad {
		padding: 0px 10px;
	}

	.top td.f1 .right .pad {
		padding-left: 60px;
	}

	.img td.f1 {
		height: 125px;
		background: url('/img/1.jpg') no-repeat;
	}

	.img td.f1 .i33 {
		width: 273px;
		float: left;
		padding-top: 5px;
		padding-left: 60px;
	}

	.content td.f1{
		padding-bottom: 15px;
	}


	.content td.f1 div.pad {
		padding: 30px;
	}

	.fleet {
		float: left;
		width: 716px;
	}
    .fleet span {display: block;}

	.fleet .car {
		background: #323232;
		float: left;
		margin: 8px 34px 20px 0px;
	}

	.fleet .car img {
		margin: 3px;
	}

	.fleet .car .info {
		border-top: 1px solid black;
		padding: 4px 6px;
		color: #fff;
		font-size: 13px;
	}

	.fleet .car .info a {
		color: #f3c800;
	}

	.cities {
		float: right;
	}

	.cities .control {
		display: none;
	}

	.cities .box {
		width: 215px;
		height: 292px;
		border: 4px solid #323232;
		overflow: auto;
		position: relative;
		font-size: 1px;
		margin-top: 8px;
	}
	.cities .box .list div {
		padding: 2px 5px;
	}
	.cities .box a {
		font-size: 13px;
		color: #fff;
	}

	.cities .box div.list {
		position: absolute;
		background: #242424;
		width: 100%;
	}

	.cities .box .scrollbar {
		width: 15px;
		height: 264px;
		background: #000;
		position: absolute;
		top: 14px;
		right: 0px;
	}

	.cities .box .up {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 15px;
		height: 14px;
		background: url('/img/scrollup.gif');
	}

	.cities .box .down {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 15px;
		height: 14px;
		background: url('/img/scrolldown.gif');
	}

	.cities .box .slider {
		position: absolute;
		top: 0px;
		right: 1px;
		width: 13px;
		height: 16px;
		background: url('/img/slider.gif');
		/* border: 1px solid red; */
	}

	.footer td.f1 div.pad {
		padding: 17px 30px 100px;

	}

	.login {
		padding-right: 31px;
		height: 33px;
		text-align: right;
		width: 724px;
		background: #737372 url('/img/login.shadow.gif') repeat-y;
		float: right;
		color: #f3c800;
		padding-top: 15px;
	}

	.login input.text {
		background: #737372;
		border: 1px solid #fff;
	}

	.line {
		height: 4px;
		width: 755px;
		background: #f3c800 url('/img/line.blick.gif') repeat-y;
		float: right;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		font-size: 1px;
	}

	.menu {
		width: 699px;
		padding: 0px 28px;
		background: url('/img/menu.bg.gif') repeat-x;
		float: right;
	}
	.menu table {
		height: 41px;
		width: 100%;
	}
	.menu td {
		width: 1px;
		text-align: center;
	}
	.menu th {
		background: url('/img/menu.delim.gif') center center no-repeat;
	}
	.menu a {
		white-space: nowrap;
		font-weight: bold;
		font-size: 14px;
	}
	.menu a:hover {
		text-decoration: none;
	}
	.menu a.selected {
		color: #f3c800;
		text-decoration: none;
		background: url('/img/menu.sel.gif') no-repeat;
		background-position: 50% 20px;
		padding-bottom: 20px;
	}
	.logo {
		width: 245;
		height: 162;
		background: url('/img/logo.jpg') no-repeat;
		float: left;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.bottom_logo {
		width: 163px;
		height: 73px;
		background: url('/img/bottom.logo.png');
	}

/* fonts & colors */

	.s25, h1 {
		font-size: 25px;
	}
	.s23 {
		font-size: 23px;
	}
	.s20 {
		font-size: 20px;
	}
	.s18 {
		font-size: 18px;
	}
	.s11 {
		font-size: 11px;
	}
	.white, .white a {
		color: #FFF;
	}
	.blue, .blue a {
		color: #b8edff;
	}
	.yellow, .yellow a {
		color: #f3c800;
	}


