* {
	margin: 0;
	padding: 0; }

html, body {
	height: 100%;
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	background: #fff url('../images/honda/page_bg.gif') repeat-x top; }

li {
	list-style-type: none; }

a img {
	border: 0; }

.clear {
	clear: both;
}

#content {
	width: 800px;
	_width: 801px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	border-left: 1px #fff solid; }

#header {
	width: 100%;
	float: left;
	clear: both;
	height: 100px;
	background: #fff url('../images/honda/header_bg.jpg') top right no-repeat; }

	#header #logo {
		margin: 30px 0 0 15px; }

	#header h1 {
		display: none; }

#topNav {
	width: 100%;
	float: left;
	clear: both;
	height: 40px; }

	#topNav ul {
		height: 40px;
		background: #B1C3CC url('../images/honda/menu_divider_bottom.gif') bottom left repeat-x;
	}
	

	#topNav ul li {
		float: left;
		width: 400px;
		margin: 0;
		line-height: 30px;
		background: #B1C3CC url('../images/honda/menu_divider.gif') top right no-repeat;
	}
	#topNav li a {
		display: block;
		padding: 0 8px;
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
		_width: 399px;
	}
	#topNav li a:hover {
		border-bottom: 10px #9BA0AF solid;
	}
	#topNav li.tuhovska a:hover { border-color: #3F5D6F; }
	#topNav li.hodoninska a:hover { border-color: #40415F; }
	

#intro {
	background: #E2E9ED;
	width: 800px;
}
	#intro a {
		float: left;
		margin: 0 1px 0 0;
	}



#contentContainer {
	float: left;
	width:799px;
	_width:800px;
	border-right: 1px #FFF solid;
	min-height: 360px;
	_height: 360px;
	background: #E2E9ED url('../images/honda/content_bg.jpg') 0 -55px repeat-x;
}
#footer {
	line-height: 30px;
	color: #989898;
}
	#footer a {
		color: #41445E;
	}

