
html {
	height: 100%;
	background: #c2c0b6 url(images/images/Texture.jpg) top center;
}

.bodyindex {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	}

#topspacer {
	height: 30px;
}

#pagecontainer {
	width: 850px;
	height: 610px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-face-color: #7d7b72; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
}
#docchecklogout {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 900;
	display: none;
}
#docchecklogout a {
	color: #CC0000;
	font-size: 0.8em;
}
#docchecklogout a:hover {
	color: #007ac3;
}
#header {
	height: 135px;
	background: url(images/images/HeaderImg_01.jpg) top right;
	text-align: right;
}
#chugailogo {
	position: absolute;
	top: 37.5px;
	right: 49.5px;
}
#navigationtop {
	height: 40px;
}
#navigationborder {
	position: absolute;
	top: 174px;
	left: 0px;
	height: 1px;
	width: 850px;
	border-top: #000000 1px solid;
	z-index: 10;
}
* html #navigationborder {
	top: 175px;
}
#navigationtop a {
	text-decoration: none; 
}
#topnavmarkerleft, #topnavmarkerbottom, #topnavmarkerright {
	visibility: hidden;
}

.tabcolour1 { 
	background-color: #d1d0c8;
}
.tabcolour2 { 
	background-color: #e0dfda;
}
.tabcolour3 { 
	background-color: #d1d0c8;
}
.tabcolour4 { 
	background-color: #e0dfda;
}
.tabcolour5 { 
	background-color: #d1d0c8;
}

.ddmenu {
	margin: 0; 
	padding: 0;
	list-style: none; 
	height: 42px;
	position: relative; 
	z-index: 500; 
}
.ddmenu li.top, .ddmenu li.top_current {
	display: block; 
	float: left;
	width: 170px;
}
.ddmenu li a.top_link, .ddmenu li a.top_link_current {
	display: block; 
	float: left; 
	height: 40px;
	padding: 0 10px 0 10px; 
	color: #444444; 
	line-height: 40px;
}
.ddmenu li a.top_link_current {

}
.ddmenu li.top_current {
	background: #b3b1a4;
}

.ddmenu li a.top_link:hover {
	background: url(images/images/spacer.gif) repeat-x; 
	color: #000000;
}

.ddmenu li:hover > a.top_link {
	background: url(images/images/spacer.gif) repeat-x;
	color: #000000;
}

.ddmenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.ddmenu a:hover {
	visibility: visible; 
	position: relative; 
	z-index: 200;
}

.ddmenu li:hover {
	position: relative; 
	z-index: 200;
}

.ddmenu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.ddmenu ul.sub {
	width: auto;
}
.ddmenu :hover ul {
	min-width: 170px;
	left: 0px; 
	top: 40px;
	height: auto; 
	z-index: 300;
}
.ddmenu :hover ul li {
	display: block; 
	position: relative; 
	color: #000000;
}
.ddmenu :hover ul li a {
	display: block; 
	min-height: 20px;
	width: 150px;
	color: #000000;
	vertical-align: middle;	
	line-height: 13px;
	padding: 3px 10px 3px 10px; 
}

.ddmenu :hover ul li a:hover {
	color: #000000;
}
a.hovercolour1:link, a.hovercolour1:visited {
}
a.hovercolour1:hover {
	background-color: #e0dfda;
}
a.hovercolour2:link, a.hovercolour2:visited {
}
a.hovercolour2:hover {
	background-color: #d1d0c8;
}

.sublink_current {
	background-color: #ffffff;
}



#sidenavheading {
	font-weight: bold;
	padding: 10px 10px;
	color: #444444;
}
#navigationside {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 170px;
	height: 405px;
	background-color: #b3b1a4;
}
#navigationside a {
	display: block;
	text-decoration: none;
	color: #444444;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
}
#navigationside a:hover {
	background-color: #e0dfda;
}
.sublinkcurrent {
	background-color: #ffffff;
	padding-top: 8px;
}
.subsublinkcurrent {
	font-weight: bold;
	font-size: 0.9em;
}
#navigationside a span.level2 {
	display: block;
	padding-left: 10px;
}
#navigationside a span.level3 {
	display: block;
	padding-left: 20px;
}
#navigationside a span.level3current {
	display: block;
	padding-left: 20px;
}
#navigationside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 5px;
}
#navigationside ul li {
	display: block;
}
* html #navigationside a, #navigationside li {
	zoom: 1;
}
#navigationside ul.sublinkcurrent {
	background-color: #ffffff;
}


#centrepanel {
	position: absolute;
	top: 175px;
	left: 170px;
	width: 510px;
	height: 404px;
	overflow-x: hidden;
	overflow-y: auto;
}
#sidepanel {
	position: absolute;
	top: 175px;
	left: 680px;
	width: 170px;
	height: 405px;
	background: url(images/images/Kanji.gif) no-repeat top center;
	overflow-y: auto;
	overflow-x: hidden;
}
#footer {
	position: absolute;
	top: 580px;
	left: 0px;
	width: 850px;
	height: 30px;
	background: #b3b1a4;
}
#search {
	position: absolute;
	top: 4px;
	left: 680px;
	width: 155px;
}
#searchform {
	font-size: 0.9em;
}
.searchfield {
	height: 16px;
	width: 140px;
	font-size: 0.9em;
	color: #7d7b72;
	border: #7d7b72 1px solid;
}
.searchbutton {
	height: 20px;
	width: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 0.5em;
	background-color: #7d7b72;
	border: #7d7b72 1px solid;
}
#icons {
	position: absolute;
	top: 4px;
	left: 185px;
}
#icons a {
	text-decoration: none;
	color: #FFFFFF;
}
#icons a:hover {
	text-decoration: none;
	color: #000000;
}
#icons img {
	visibility: hidden;
}

.paddingstandard {
	padding: 40px 30px 30px 30px;
	position: absolute;
}
.paddingside {
	padding: 40px 10px 30px 10px;
}
.paddingstandardcms {
	padding: 15px 20px 20px 20px;
}
.paddingsidecms {
	padding: 15px 5px 15px 5px;
}
.imgmiddle {
	vertical-align: middle;
}
#sitemap ul li ul li a {
	color: #8f8d83;
}



#quickfinder {
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 50px;
	z-index: 100;
}

a.LinkMehr {
	font-size: 10px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
}
a.LinkMehr:hover {
	color: #007ac3;
	text-decoration: underline;
}


.larger {
	font-size: 1.3em;
}