@charset "utf-8";

/*
	Main styles
*/

html { width: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("../_images/back.gif") 0 0 repeat-x;
	font: 12px/14px Arial, Tahoma, sans-serif;
	color: #000;
}

a img {
	border: none;
}

p {
	margin: 10px 0 0 0;
}

ul, ol {
	margin: 0 0 0 20px;
}

pre {
	font: 14px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #0075ba;
}

a:hover {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline:none;
}

/*
	Layonts
*/

#container {
	padding: 0;
	margin: 0 auto;
	width: 965px;
	overflow: hidden;
}

#header {
	/*background: url("../_images/header.jpg") 0 0 no-repeat;*/
	float: left;
	width: 100%;
	height: 350px;
}

#menu {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 702px;
}

#aside {
	float: left;
	width: 260px;
}

#footer {
	float: left;
	width: 100%;
}

/*
	Logo
*/

#logo {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#logo h1 {
	position: relative;
	font: bold 32px/35px Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

#logo h1 a {
	display: block;
	width: 165px;
	height: 70px;
	cursor: pointer;
}

#logo h1 span {
	position: absolute;
	width: 165px;
	height: 70px;
	background: url("../_images/logo.jpg") 0 0 no-repeat;
}

/*
	Languages
*/

#langs {
	background: url("../_images/langs.jpg") 0 0 no-repeat;
	float: right;
	height: 63px;
	margin-top: 20px;
	width: 204px;
}

	#langs ul {
		margin: 0;
		padding: 20px 0 0 20px;
	}

		#langs ul li {
			float: left;
			margin: 0;
			padding: 5px 0 0 6px;
			font: 12px/30px Arial, Tahoma, sans-serif;
			list-style: none;
		}

		#langs ul li a {
			display: block;
		}

			#langs ul li.ru {
				background: url("../_images/langs/ru.gif") center 0 no-repeat;
			}

			#langs ul li.en {
				background: url("../_images/langs/en.gif") center 0 no-repeat;
			}

			#langs ul li.de {
				background: url("../_images/langs/de.gif") center 0 no-repeat;
			}

		#langs ul li a {
			color: #0075ba;
		}

			#langs ul li a.active {
				color: #f1793d;
				text-decoration: none;
			}

/*
	Nav
*/

#nav {
	background: #eee;
	float: left;
	height: 83px;
	margin-top: 10px;
	width: 702px;
}

	#nav ul {
		margin: 0;
		padding: 0;
	}

		#nav ul li {
			float: left;
			margin: 0;
			padding: 0;
			font: bold 17px/50px Arial, Tahoma, sans-serif;
			list-style: none;
		}

		#nav ul li a {
			display: block;
			width: 100%;
			height: 83px;
			float: left;
			padding: 0;
			margin: 0;
			position: relative;
		}

		#nav ul li a span {
			position: absolute;
			display: block;
			width: 100%;
			height: 83px;
			top: 0;
			left: 0;
			cursor: pointer;
		}

			#nav ul li.auto a {
				width: 175px;
			}

				#nav ul li.auto a span {
					background: url("../_images/menu.jpg") 0 0 no-repeat;
					width: 175px;
				}

				#nav ul li.auto a.active span, #nav ul li.auto a:hover span {
					background-position: 0 -83px;
				}

			#nav ul li.train a {
				width: 175px;
			}

				#nav ul li.train a span {
					background: url("../_images/menu.jpg") -175px 0 no-repeat;
					width: 175px;
				}

				#nav ul li.train a.active span, #nav ul li.train a:hover span {
					background-position: -175px -83px;
				}

			#nav ul li.ship a {
				width: 175px;
			}

				#nav ul li.ship a span {
					background: url("../_images/menu.jpg") -350px 0 no-repeat;
					width: 175px;
				}

				#nav ul li.ship a.active span, #nav ul li.ship a:hover span {
					background-position: -350px -83px;
				}

			#nav ul li.plane a {
				width: 177px;
			}

				#nav ul li.plane a span {
					background: url("../_images/menu.jpg") -527px 0 no-repeat;
					width: 177px;
				}

				#nav ul li.plane a.active span, #nav ul li.plane a:hover span {
					background-position: -527px -83px;
				}


/*
	Menu
*/

#menu {
	margin-top: 20px;
	width: 215px;
}

	#menu ul {
		margin: 0 10px;
		padding: 0;
		width: 210px;
	}

		#menu ul li {
			float: left;
			margin: 0px 10px 0 0;
			padding-left: 10px;
			font: bold 17px/24px Arial, Tahoma, sans-serif;
			list-style: none;
			width: 215px;
			color: #454647;
			letter-spacing: -1px;
		}

			#menu ul li a {
				display: block;
				color: #454647;
				text-decoration: none;
				padding-left: 5px;
				border-bottom: 1px solid #d5d8d9;
			}

				#menu ul li ul li {
					width: 200px;
					font: 14px/22px Arial, Tahoma, sans-serif;
					letter-spacing: 0;
				}

		#menu ul li.active {
			background: url("../_images/bullet.gif") 0 10px no-repeat;
		}

		#menu ul li.active a {
			color: #f26722;
		}

			#menu ul li.active ul li a {
				color: #000;
			}

		#menu ul li a:hover {
			background: #016518;
			color: #fff;
		}

			#menu ul li.active ul li :hover {
				background: #016518;
				color: #fff;
			}

		#menu ul li a:hover.active {
		}

/*
	Content
*/

#posts {
	float: left;
	margin: 10px;
	width: 670px;
}

#content .post {
	float: left;
	margin: 10px 10px 10px;
}

	#content .post .list {
	}

		#content .post .list ul {
			float: left;
			margin-left: 0;
			list-style-type: none;
		}

			#content .post .list ul li {
				background: url("../_images/li.gif") 0 20px no-repeat;
				float: left;
				margin: 0 20px 10px 0;
				padding-left: 20px;
				width: 280px;
			}

#content .post p {
	font: 12px/16px Arial, Tahoma, sans-serif;
}

#content .post a {
	color: #0075ba;
}

#content .post h2 {
	font: bold 21px/24px Arial, Tahoma, sans-serif;
	margin: 10px 0 0;
	color: #016518;
	letter-spacing: -1px;
}

#content .post h3 {
	font: bold 14px/16px Arial, Tahoma, sans-serif;
	margin: 10px 0 0;
}

#content .post ul {
	font: 12px/16px Arial, Tahoma, sans-serif;
	margin: 10px 0 0 20px;
}

	#content .post ul li {
		margin: 0;
	}

		#content .post ul li ul {
			font: 12px/16px Arial, Tahoma, sans-serif;
			margin: 0 0 0 10px;
		}

#content .post table {
	margin: 0 0 2px;
	font: 12px/16px Arial, Tahoma, sans-serif;
}

#content .post table th {
	padding: 2px;
}

#content .post table td {
	padding: 2px;
}

/*
	Sidebar
*/

#aside .block {
	float: left;
	margin: 10px 0 0 20px;
	text-align: center;
	width: 210px;
}

#aside .block h3 {
	text-align: left;
	font: bold 17px Arial;
	color: #f26722;
}

#aside .block ul {
	float: left;
	text-align: left;
	margin: 10px 0 0;
	padding: 0 0 10px;
	list-style-type: none;
	border-bottom: 1px solid #d5d8d9;
	width: 210px;
}

	#aside .block ul li {
		float: left;
		width: 70px;
		height: 80px;
		margin: 0;
	}

		#aside .block ul li a {
			display: block;
			width: 100%;
			height: 33px;
			float: left;
			padding-top: 52px;
			margin: 0;
			position: relative;
			font-size:10px;
			color:#000;
			text-align:center;
		}

		#aside .block ul li a span {
			position: absolute;
			display: block;
			width: 100%;
			height: 55px;
			top: 0;
			left: 0;
			cursor: pointer;
		}

			#aside .block ul li.t span {
				background: url("../_images/blocks/r.gif") 0 0 no-repeat;
				width: 100%;
			}

			#aside .block ul li.r span {
				background: url("../_images/blocks/t.gif") 0 0 no-repeat;
				width: 100%;
			}

			#aside .block ul li.f span {
				background: url("../_images/blocks/f.gif") 0 0 no-repeat;
				width: 65px;
			}

/*
	Footer
*/

#footer {
	border-top: 5px solid #00653f;
	float: right;
	margin-top: 10px;
	width: 700px;
}

	#footer .block {
		width: 300px;
		padding: 10px;
	}

		#footer .block.first {
			float: left;
			margin-left: 10px;
		}

		#footer .block.second {
			float: right;
		}

	#footer p {
		font: 12px/16px Arial;
		margin: 3px 0 0;
	}

		#footer p.phone {
			color: #848480;
			font: 21px/24px Arial;
			letter-spacing: -1px;
		}

			#footer p.phone span {
				color: #f26722;
				font-weight: bold;
			}

		#footer .block.second p {
			text-align: right;
		}

/*
	Forms
*/

#content .post fieldset {
	float: left;
	width: 290px;
	margin: 5px 10px;
	border: 1px solid #ddd;
}

#content .post legend {
	margin: 5px 6px;
	font: bold 14px/16px Arial;
}

#content .post .submit {
	float: left;
	margin: 5px 10px;
	cursor: pointer;
}

	#content .post .submit .button {
		font: bold 14px/16px Arial;
		padding: 2px 5px;
	}

#content .post fieldset.large {
	float: left;
	width: 600px;
	margin: 5px 0 5px 10px;
	border: 1px solid #ddd;
	clear: both;
}


/*
	Free transport table
*/

#content table.list {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #000;
	border-collapse: collapse;
	margin: 10px 0 0;
}

#content table.list th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #000;
	background: #eee;
}

#content table.list td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #000;
}