/*
div {border: 1px solid red;}
*/

body, p, h1, ul, li, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
*/
	color: #999;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#efefef;
	font-size: 10px;
}
	
#header {
	margin: 0px 30px;
	width: 740px;
	height: 50px;
	text-align: left;
}
* html #header {
height: 50px;
he\ight: 50px;
}

.header_logo {width: 740px; height: 60px;}
.home_logo {width: 600px; height: 350px;}
.logo_header {width: 410px; height: 50px; border:none;}
.map {width: 282px; height: 324px; border:none;}
.showroom {width: 320px; height: 339px; border:none;}

#content {
	margin: 0px 30px;
	width: 740px;
	height: 370px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color:#fff;
	text-align: left;
	clear: left;
}
* html #content {
height: 370px;
he\ight: 370px;
width: 742px;
w\idth: 740px;
}

#content_left {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	width: 335px;
}
* html #content_left {
width: 335px;
w\idth: 335px;
}

#content_right {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	width: 320px;
	text-align: left;
/*
	border-left: 1px dotted #ccc;
*/
}

#footer	{
	margin: 0px 30px;
	width: 740px;
	height: 30px;
	border: 1px solid #ccc;
	background-color:#fff;
	text-align: center;
}
* html #footer {
height: 32px;
he\ight: 30px;
width: 742px;
w\idth: 740px;
}

.footer {width: 650px; height: 30px;}
.footer_text_left {
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	font-size: 10px;
	text-align: left;
}
.footer_text_right {
	margin-top: 5px;
	margin-left: 580px;
	font-size: 10px;
}


p, ul, li, dt, dd {font-size: 10px;}
.title {font-size: 12px; color:#c03;}

#content_manufacturer_logo_top {
	margin: 0px 40px;
	border: 1px solid #ccc;
	border-bottom: 0;
	text-align: center;
	font: bold 14px/20px arial;
}

#content_manufacturer_logo_bottom {
	margin: 0px 40px 10px 40px;
	border: 1px solid #ccc;
	background: #efefef;
	text-align: center;
}

#content_manufacturer_text {
	margin-left: 40px;
	font: bold 12px/14px arial;
}

.manufacturer_logo {width: 56px; height: 56px;}
.thumb_320 {width: 320px; height: 320px;}
.thumb_160 {width: 160px; height: 160px;}
.thumb_80 {width: 80px; height: 80px;}
.manufacturer_name {margin: 0; font: bold 12px/16px arial;}

a {color:#c03; text-decoration:none;}
a:hover {text-decoration:underline;}

#menu {
	margin: 0px 30px;
	width: 740px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
}
* html #menu {
height: 32px;
he\ight: 30px;
width: 742px;
w\idth: 740px;
}

/* all lists */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* all list items */
#menu ul li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 184px;
	color: #ccc;
	text-align: center;
	border-left: 1px solid #ccc;
	font: bold 12px/30px arial;
	background-color: #fff;
}

#menu ul li.first_hor {border-left: 0;}
#menu ul li.first_hor_selected {border-left: 0; color: #666;}

/* second-level lists */
#menu li ul {
	position: absolute;
	display: none;
	margin-left: -1px;
	border-top: 1px solid #ccc;
	top: 30px;
	left: 0px;
}

/* to override top and left in browsers other than IE,
which will position to the top right of the containing li, rather than bottom left */
#menu li>ul {
	top: auto;
	left: auto;
}

/* lists nested under hovered list items */
#menu li:hover ul, #menu li.over ul, #menu li a:hover {
	color: #c03;
	display: block;
}

#menu li a {
	color: #ccc;
	text-decoration: none;
}

#menu li ul li {
	width: 184px;
	border: 1px solid #ccc;
	border-top: 0;
	font: bold 10px/20px verdana;
	text-align: left;
	text-indent: 20px;
	background-color: #fff;
	color: #c03;
}
* html #menu li ul li {
width: 185px;
w\idth: 184px;
}

#menu li ul li a {
	color: #ccc;
}
#menu li ul li a:hover {
	color: #c03;
}

#menu li.selected {color: #666;}
