/* general style */
body {
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 1px;
	background: orange url("../images/body_bg.gif") repeat;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: black;

}
a.active {
	font-weight: bold;
}
a:hover {
	color: #ff0000;
}

ul {
	list-style-image: url("../images/list_bullet.gif");
	margin: 0 0 0 20px;
	padding: 0;
}
li {
	margin: 0 0 5px 0;
}

table td {
	font-family: verdana;
	font-size:12px;
}

#logo_mitsubishi {
	max-width: 253px;
	max-height: 62px;
}

div.button {
	background: url("../images/button.gif") no-repeat;
	height: 45px;
	width: 137px;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 0px;
	text-align: center;
}
div.button  a{
	color: #ffffff;
}
div.button_large {
	background: url("../images/button_large.gif") no-repeat;
	width: 298px;
}

.shoehorn {
	clear: both;
}

.drop_right {
	clear: right;
}

/* page structure */
#body_container {
	width: 961px;
	padding: 0 10px;
	margin: auto;
	border-left: solid 1px #afc5e1;
	border-right: solid 1px #afc5e1;
	border-bottom: solid 1px #afc5e1;
	background: #ffffff;
}

/* header */
#header {
	height: 92px;
	margin: 0 0 5px 0;
}
#header img {
	float: left;
	vertical-align: middle;
}
#header ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#header .header_right {
	float: right;
}
#header .it_works {
	font-size: 14px;
	color: #736f6e;
	font-weight: bold;
	font-style: italic;
	margin-top: 3px;
}
#header #top_navigation {
	float: left;
	margin: 5px 0 0 0;
}
#header #top_navigation ul  li a {
	color: #999999;
	text-decoration: none;
}
#header #top_navigation ul  li a:hover {
	color: #ff0000;
}
#header #top_navigation ul  li {
	float: left;
	margin: 0px 3px 0 0;
	padding: 0 10px;
	border-right: solid #999999 1px;
}
#header #language_switch {
	margin: 4px 0 0 0;
	float: left;
}
#header #language_switch img {
	margin: 1px 0 0 6px;
}

#header #main_navigation {
	background: #003366;
	height: 30px;
	margin-top: 5px;
}
#header #main_navigation ul li a {
	color: white;
	text-decoration: none;
}
#header #main_navigation ul li a:hover {
	/* color: #ff0000; */
	text-decoration: underline;
}
#header #main_navigation ul li {
	float: left;
	padding: 7px 32px;
	border-left: #1F4A72 solid 1px;
	border-right: #082948 solid 1px;
}

/* content */
#content_container {
	margin: 5px 0 5px 0;
}

#sub_navigation_container {
	margin: 10px 0 0 0;
	float: left;
	width: 241px;
}
#sub_navigation {
	min-height: 200px;
}
/* 
	inside placement of a custom bullet removes spacing between the bullet and text in IE
	this is circumvented by setting the bullet as a background and adding margin to the li
*/
#sub_navigation ul {
	list-style: none outside none;
	margin: 0;
}
#sub_navigation ul li {
	border-bottom: solid 1px #999999;
	background: transparent url("../images/list_bullet.gif") 0 10% no-repeat;
}
#sub_navigation ul li a {
	display: block;
	padding: 0 0 15px 13px;
	text-decoration: none;
}
#sub_navigation_visual {
	width: 100%;
	min-height: 300px;
	margin: 5px 0 10px 0;
}
#sub_navigation_visual img {
	max-width: 241px;
}
#content {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 45px 0 35px;
	width: 581px;
}
#content #bread_crumbs {
	margin: 0 0 20px 0;
}
#content #content_text {
}
#content #content_text img{
	margin: 2px;
}

#content_footer {
	height: 130px;
	margin: 5px 0 0 0;
	padding: 5px 0 2px 0;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
#content_footer #seo_navigation {
	width: 100%;
	height: 100%;
}
#content_footer #seo_navigation td {
	border-left: solid 1px #999999;
	padding: 0 0 0 5px; 
	vertical-align: top;
}
#content_footer #seo_navigation td:first-child  {
	border-left: none;
}

/* no longer actually part of the content_footer.. */
#content_footer div {
	height: 100%;
	float: left;
}
#product_info{
	width: 356px;
	padding: 0 0 0 20px;
}
#product_visual{
	width: 261px;
}
#news {
	width: 253px;
	padding: 0 20px 0 10px;
}
#news a.title {
	font-weight: bold;
	text-decoration: none;
}
#news a.read_more {
	color: #ff0000;
	font-weight: normal;
}


/* footer */
#footer {
	color: #999999;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	height: 25px;
}
#footer a {
	color: #999999;
}
#footer div {
	width: 880px;
	margin: auto;
	float: left;
	text-align: center;
}
#footer img {
	float: right;
	max-width: 40px;
}

/* forms */
form p {
	clear: left;
}
form label {
	width: 200px;
	float: left;
}

form input {
	float: left;
	width: 150px;
}
form textarea {
	width: 90%;
	height: 100px;
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {
	font-family: verdana;
	font-size: 14px;
	color: #0b365e;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	font-family: verdana;
	font-size: 18px;
	color: #0b365e;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	font-family: verdana;
	font-size: 28px;
	color: #0b365e;
	margin: 0 0 10px 0;
	padding: 0;
}


