body {

}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	height: 600px;
	border: 0px solid #00FEAA;
}

#content #login {
	background-image: url("login.png");
	width: 159px;
	height: 26px;
	float: right;
	margin-top: 5px;
	margin-right: 13px;
	opacity: 0.75;
	cursor: pointer;
}
#content #logo {
	clear: both;
	background-image: url("logo.png");
	width: 241px;
	height: 32px;
	float: left;
}
#content #navi {
	float: right;
	width: 579px;
	height: 28px;
	border: 0px solid #00FEAA;
	margin-right: 13px;
	margin-top: 10px;
}
#content #navi #about_us {
	background-image: url("navi.png");
	width: 69px;
	height: 28px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
#content #navi #investors {
	background-image: url("navi.png");
	width: 82px;
	height: 28px;
	background-position: -69px 0px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
#content #navi #products {
	background-image: url("navi.png");
	width: 80px;
	height: 28px;
	background-position: -151px 0px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
#content #navi #sustainability {
	background-image: url("navi.png");
	width: 107px;
	height: 28px;
	background-position: -231px 0px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
#content #navi #accessibility {
	background-image: url("navi.png");
	width: 100px;
	height: 28px;
	background-position: -337px 0px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
#content #navi #ds {
	background-image: url("navi.png");
	width: 138px;
	height: 28px;
	background-position: -437px 0px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
#content #bulk {
	clear: both;
	background-image: url("main.png");
	width: 972px;
	height: 420px;
}
#content #navi_over {
	opacity: 0;
	background-image: url("navi_over.png");
	width: 579px;
	height: 28px;
}
.modules .btn {
	float: right;
	margin-top: 5px;
}
.btn_on {
	background-image: url("onoffbuttons.png");
	width: 95px;
	height: 43px;
	background-position: 0px 0px;
}
.btn_off {
	background-image: url("onoffbuttons.png");
	width: 95px;
	height: 43px;
	background-position: 0px -46px;
}
.modules {
	width: 800px;
	height: 1000px;
}
.modules .module {
	width: 800px;
	height: 50px;
	background-color: #F6f6f6;
	margin-top: 3px;
}
.modules .module .content {
	width: 750px;
	height: 45px;
}
.modules .module .content .thumb {
	width: 45px;
	height: 40px;
	border: 0px solid #000000;
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-top: 4px;

}
.modules .module .content .title {
	font-family: Helvetica;
	color: #222222;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.modules .module .content .desc {
	font-family: Helvetica;
	color: #535353;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #00FEAA;
}
.modules .module .slider {
	background-color: #000000;
	width: 800px;
	height: 400px;
	display: none;
}