

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#container {
	margin: 20px;
	width: 962px;
	border-top: 1px solid #CDCDCD;
	border-bottom: 20px solid #CDCDCD;
}

#header {
	width: 100%;
	border-bottom: 10px solid #CDCDCD;
	margin-bottom: 5px;
}

#header .logo {
	padding: 20px;
	float: left;
}

#header .menu {
	float: right;
	margin: 75px 10px 0 0; 
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	float: left;
	padding: 10px 0 0 5px;
}

.menu ul li a {
	display: block;
	color: black;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: underline;
}

#subheader {
	border-bottom: 10px solid #CDCDCD;
	margin-bottom: 5px;	
	padding-bottom: 5px;
}

#subheader img {
	width: 189px;	
}

.subheader_item {
	float: left;
	margin-right: 4px;
	width: 237px;
	height: 266px;
}

.mech, .transport, .products {
	padding: 36px 0 0 15px;
	height: 69px;
	margin-bottom: 4px;
}

.mech {
	background: #616265;
}

.transport {
	background: #ff3030;
}

.products {
	background: #00309d;
}

.slide {
	overflow: hidden;
}

.slide img {
	width: 237px;
	position: absolute;
}

.transport_slide img {
	height: 157px;
}

.last_item {
	margin: 0;
}

#content {
	background: url(../images/content_bg2.jpg) repeat-y;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}

#content .left_sidebar {
	width: 169px;
	float: left;
	padding: 10px;
}

#content .text {
	width: 544px;
	float: left;
	padding: 10px 20px;
}

#content .right_sidebar {
	width: 169px;
	float: left;
	padding: 10px;
}

.clear {
	clear: both;
}

