body {
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	line-height: 18px;
	font-size: 10pt;
	font-family: Arial, Tahoma, Bitstream Vera Sans, serif;
	color: #111;
	background: #fff;
}

#header {
	width: 952px;
	height: 252px;
	margin: 0 auto;
	border-right: 1px solid #000;
	background: #fff url('images/header.png') no-repeat;
}

#container {
	width: 952px;
	margin: 0 auto;
	border-right: 1px solid #000;
}

#menu {
	width: 161px;
	height: 470px;
	float: left;
	background: #fff url('images/menu.png') no-repeat;
}

#menu a {
	display: block;
	width: 161px;
	height: 35px;
	position: relative;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.menu_home {
	top: 24px;
	background-image: url("images/menu_home.png");
}

a.menu_qualitysafety {
	top: 39px;
	background-image: url("images/menu_qualitysafety.png");
}

a.menu_reachimports {
	top: 54px;
	background-image: url("images/menu_reachimports.png");
}

a.menu_gallery {
	top: 69px;
	background-image: url("images/menu_gallery.png");
}

a.menu_history {
	top: 84px;
	background-image: url("images/menu_history.png");
}

a.menu_route {
	top: 99px;
	background-image: url("images/menu_route.png");
}

a.menu_contact {
	top: 114px;
	background-image: url("images/menu_contact.png");
}

a.menu_links {
	top: 129px;
	background-image: url("images/menu_links.png");
}

#menu a:visited {
	background-position: 0 0;
}

#menu a:hover {
	background-position: -161px 0;
}

#menu a:active{
	background-position: -161px 0;
}

#content {
	width: 789px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	float: right;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	text-align: left;
	background: #fff url('images/content.jpg') no-repeat;
}

.content_text {
	width: 572px;
	float: left;
	margin-left: 24px;
	margin-bottom: 24px;
	padding: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

a, a:visited, a:active {
	color: #111;
	font-weight: 700;
	text-decoration: underline;
}

a:hover {
	color: #001aba;
	text-decoration: none;
}

h1 {
	margin-left: -4px;
}

h3 {
	font-size: 12pt;
}

img {
	border: 0;
}

.float_clear {
	clear: both;
}

#footer {
	width: 790px;
	height: 33px;
	margin-left: 162px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #999;
	font-size: 8pt;
	text-align: right;
	background: #fff url('images/footer.png') no-repeat;
}

#thumbnails {
	float: right;
	margin-top: 32px;
	margin-right: 18px;
	display: inline; /*IE double float fix*/
}

#thumbnails img {
	margin: 2px 0 2px 12px;
	border: 1px solid #000;
}

.route1 {
	margin-left: 18px;
	border: 1px solid #000;
}

ul#gallery_list, ul#links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gallery_list li {
	float: left;
	margin: 8px;
}

#gallery img, #gallery_list li img, #links img {
	border: 1px solid #000;
}

#gallery_list li a, #links li a {
	text-decoration: none;
}


