/******************************************/
/* imports                                */
/******************************************/
@import "screen_mainmenu.css";
@import "screen_servicemenu.css";
@import "screen_content.css";

/******************************************/
/* general definitions                    */
/******************************************/

html, body, p, h2, h3, span, a, ul, ol, table, td, tr, th, tbody, thead, form, fieldset, input, select, hr, div {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #353535;
	font-weight: normal;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	background: #fff;
}

a:link, a:visited { 
	outline: none;
	color: #353535;  
	text-decoration: none;
}  

a:active, a:hover { 
	text-decoration: underline;
}

img {  
	border: 0px;  
	display: inline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/******************************************/
/* END general definitions                */
/******************************************/

#wrapper{
	position: relative;
	width: 996px;
	min-height: 100%;
}

* html #wrapper{
	height: 100%;
}

#left{
	width: 213px;
	padding: 0px 6px 0px 6px;
	float: left;
	
}

#right{
	width: 771px;
	float: left;

}

#logo_mitsubishi{
	height: 117px;
}

#logo_mitsubishi img{
	margin: 27px 0px 0px 12px;
}

#shortcutmenu{
	height: 36px;
}

#shortcutmenu ul{
	list-style-type: none;
	margin: 0 0 0 9px;
}

#shortcutmenu ul li{
	float: left;
	display: inline;
	padding: 15px 12px 0 0;
}


#shortcutmenu li a{
	background: url(../img/mainmenu_link.jpg) 0px 4px #fff no-repeat;
	padding: 0px 0px 0px 13px;
	height: 8px;
}

/* Safari-Hack */
html* #shortcutmenu li a{
	background: url(../img/mainmenu_link.jpg) 0px 1px #fff no-repeat;
}

/*IE6 */
* html #shortcutmenu li a{
	background: url(../img/mainmenu_link.jpg) 0px 1px #fff no-repeat;
}

/*IE 7*/
*+html #shortcutmenu li a{
	background: url(../img/mainmenu_link.jpg) 0px 1px #fff no-repeat;
}

#shortcutmenu li a:hover{
	background: url(../img/mainmenu_hover.jpg) 0px 4px #fff no-repeat;
}

html* #shortcutmenu li a:hover{
	background: url(../img/mainmenu_hover.jpg) 0px 1px #fff no-repeat;
}

* html #shortcutmenu li a:hover{
	background: url(../img/mainmenu_hover.jpg) 0px 1px #fff no-repeat;
}

*+html #shortcutmenu li a:hover{
	background: url(../img/mainmenu_hover.jpg) 0px 1px #fff no-repeat;
}

#shortcutmenu .active{
	background: url(../img/mainmenu_hover.jpg) 0px 4px #fff no-repeat;
}

html* #shortcutmenu .active{
	background: url(../img/mainmenu_hover.jpg) 0px 1px #fff no-repeat;
}

* html #shortcutmenu .active{
	background: url(../img/mainmenu_hover.jpg) 0px 1px #fff no-repeat;
}

*+html #shortcutmenu .active{
	background: url(../img/mainmenu_hover.jpg) 0px 1px #fff no-repeat;
}

#shortcutmenu img#logo{
	float: right;
	margin: 0px 12px 0px 0px;
	padding: 7px 0 0 0;
}

#content_wrapper{
	background: url(../img/bg_top.jpg) #ffffff no-repeat;
	padding: 21px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	clear: both;
}

#content{
	height: 453px;
	background: url(../img/bg_bottom.jpg) #ffffff no-repeat;
	background-position: bottom;
}

.home #content{
	height: 375px;
	background: url(../img/bg_bottom.jpg) #ffffff no-repeat;
	background-position: bottom;
}

.home .teaser{
	top: 456px;
}

.home .teaserhover{
	top: 360px;
}

#teaser_wrapper{
	height: 155px;
	width: 771px;
}

#footer{
	float: left;
	position: relative;
	background: url(../img/bg_footer.gif) #fff 6px 0px no-repeat;
	height: 30px;
	width: 996px;
	margin: -30px 0px 0px 0px;
}