/* the following lines attempt to clear the css palette */

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: transparent;
}

q:before, q:after {
	content: "";
}

/* standard HTML tags */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.3;
	background-color: #061632;
}

h1 {
	font-size: 160%;
	padding-bottom: 10px;
}

h2 {
	font-size: 150%;
	padding-bottom: 10px;
}

h3 {
	font-size: 140%;
	padding-bottom: 10px;
}

h4 {
	font-size: 130%;
	padding-bottom: 10px;
}

h5 {
	font-size: 120%;
	padding-bottom: 10px;
}

h6 {
	font-size: 110%;
	padding-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

ol {
	
}

ul {
	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

/* attribute selectors do not work on IE6 */

input[type="text"] {
	border: 1px black solid;
}

input[type="password"] {
	border: 1px black solid;
}

/* this is a fix for IE6 see above, put input[type=text] in this class */

input.tinput {
	border: 1px black solid;
	background-color: white;
}

td.error_field input.tinput {
	background-color: #fcffbb;
}

textarea {
	border: 1px black solid;
	background-color: white;
}

select {
	border: 1px black solid;
	background-color: white;
}

button {
	border: 2px gray outset;
	padding: 2px;
}

button:hover {
	color: blue;
}

button:active {
	border: 2px gray inset;
	color: blue;
}

/* handy classes */

.hidden {
	display: none;
	margin: 0;
	padding: 0;
	border: none;
}

.centered {
	text-align: center;
	font-weight: bold;
}

.base {
	clear: both;
}

/* site specific stuff below */

#container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	margin-top: 20px;
	clear: both;
	height: 20px;
}

/* language selection */

#lang {
	width: 300px;
	float: left;
	color: #7dbbcd;
	font-size: 80%;
	padding-left: 10px;
	height: 1%;
}

#lang a {
	color: #7dbbcd;
}

/* top menu */

ul#top_menu {
	float: right;
	padding-right: 10px;
}

ul#top_menu li {
	display: inline;
	float: left;
	height: 20px;
	min-width: 32px;
}

ul#top_menu li a {
	display: block;
	float: left;
	height: 18px;
	text-decoration: none;
}

ul#top_menu li a * {
	display: none;
}

/* home */

ul#top_menu li a#home {
	background: url(../en/img/top/btn_home.gif) no-repeat;
	width: 32px;
}

ul#top_menu li a:hover#home {
	background-position: -32px;
	text-decoration: none;
}

ul#top_menu li a.current#home {
	background-position: -64px;
}

/* about */

ul#top_menu li a#about {
	background: url(../en/img/top/btn_aboutus.gif) no-repeat;
	width: 58px;
}

ul#top_menu li a:hover#about {
	background-position: -58px;
	text-decoration: none;
}

ul#top_menu li a.current#about {
	background-position: -116px;
}

/* recruit */

ul#top_menu li a#recruit {
	background: url(../en/img/top/btn_recruit.gif) no-repeat;
	width: 84px;
}

ul#top_menu li a:hover#recruit {
	background-position: -84px;
	text-decoration: none;
}

ul#top_menu li a.current#recruit {
	background-position: -168px;
}

/* contact */

ul#top_menu li a#contact {
	background: url(../en/img/top/btn_contact.gif) no-repeat;
	width: 74px;
}

ul#top_menu li a:hover#contact {
	background-position: -74px;
	text-decoration: none;
}

ul#top_menu li a.current#contact {
	background-position: -148px;
}

/* sitemap */

ul#top_menu li a#sitemap {
	background: url(../en/img/top/btn_sitemap.gif) no-repeat;
	width: 52px;
}

ul#top_menu li a:hover#sitemap {
	background-position: -52px;
	text-decoration: none;
}

ul#top_menu li a.current#sitemap {
	background-position: -104px;
}

/* bar */

ul#top_menu li span.bar {
	color: #3d4b5f;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 20px;
	width: 1px;
	background-image: url(../img/dividerbar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* banner */

#banner {
	clear: both;
	float: left;
	width: 958px;
	height: 300px;
	position:relative;
}

.home_page #banner {
	background: url(../img/home/banner.jpg) no-repeat;
}

.about_page #banner {
	background: url(../img/about/banner.jpg) no-repeat;
}

.recruit_page #banner {
	background: url(../img/recruit/banner.jpg) no-repeat;
}

.contact_page #banner {
	background: url(../img/contact/banner.jpg) no-repeat;
}

.sitemap_page #banner {
	background: url(../img/sitemap/banner.jpg) no-repeat;
}

.manufacturing_page #banner {
	background: url(../img/manufacturing/banner.jpg) no-repeat;
}

.product_page #banner {
	background: url(../img/product/banner.jpg) no-repeat;
}

.supply_page #banner {
	background: url(../img/supply/banner.jpg) no-repeat;
}

.customer_page #banner {
	background: url(../img/customer/banner.jpg) no-repeat;
}

.integrated_page #banner {
	background: url(../img/integrated/banner.jpg) no-repeat;
}

.retail_page #banner {
	background: url(../img/retail/banner.jpg) no-repeat;
}

.optical_page #banner {
	background: url(../img/optical/banner.jpg) no-repeat;
}

.csr_page #banner {
	background: url(../img/csr/banner.jpg) no-repeat;
}

.news_page #banner {
	background: url(../img/news/banner.jpg) no-repeat;
}

/* side menu */

ul.side_menu {
	padding-top: 100px;
	width: 294px;
	padding-left: 5px;
	float: left;
}

ul.side_menu li {
	width: 294px;
	height: 26px;
	display: block;
	float: left;
}

ul.side_menu li a {
	display: block;
	width: 294px;
	height: 26px;
	text-decoration: none;
}

ul.side_menu li a * {
	display: none;
}

ul.side_menu li a:hover {
	background-position: -294px;
	text-decoration: none;
}

ul.side_menu li a.current {
	background-position: -588px;
}

/* manufacturing */

ul.side_menu li a#manufacturing {
	background-image: url(../en/img/menu/btn_manufacturing.png);
	background-repeat: no-repeat;
}

/* product */

ul.side_menu li a#product {
	background-image: url(../en/img/menu/btn_pds.png);
	background-repeat: no-repeat;
}

/* supply */

ul.side_menu li a#supply {
	background-image: url(../en/img/menu/btn_supplychain.png);
	background-repeat: no-repeat;
}

/* customer */

ul.side_menu li a#customer {
	background-image: url(../en/img/menu/btn_csp.png);
	background-repeat: no-repeat;
}

/* integrated */

ul.side_menu li a#integrated {
	background-image: url(../en/img/menu/btn_integratedIT.png);
	background-repeat: no-repeat;
}

/* retail */

ul.side_menu li a#retail {
	background-image: url(../en/img/menu/btn_retail.png);
	background-repeat: no-repeat;
}

/* optical */

ul.side_menu li a#optical {
	background-image: url(../en/img/menu/btn_opticalinnovation.png);
	background-repeat: no-repeat;
}

/* home page fade */

#fader {
	height: 300px;
	width: 455px;
	float: right;
	position: relative;
}

#fader #fade1 {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 455px;
	height: 300px;
	z-index: 1;
	background: url(../img/home/banner2.jpg) no-repeat;
}

#fader #fade2 {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 455px;
	height: 300px;
	z-index: 2;
	background: url(../img/home/banner3.jpg) no-repeat;
}

#fader #fade3 {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 455px;
	height: 300px;
	z-index: 3;
	background: url(../img/home/banner4.jpg) no-repeat;
}

/* bread crumbs */

.crumbs {
	font-size: 80%;
	color: #7dbbcd;
	padding-left: 10px;
	clear: both;
}

/* content */

#content {
	clear: both;
	float: left;
	width: 958px;
	min-height: 100px;
	margin-bottom: 10px;
}

/* left */

#left {
	width: 330px;
	float: left;
	min-height: 100px;
}

.crumbs a {
	color: #7dbbcd;
}

/* home page */

#innovative {
	background: url(../en/img/home/introtexts.gif) no-repeat;
	width: 450px;
	height: 130px;
	margin-top: 10px;
}

#csr {
	margin-top: 20px;
}

/* about us */

.about_page #left {
	background: url(../en/img/about/title_aboutus.gif) no-repeat;
	height: 100px;
}

/* recruitment */

.recruit_page #left {
	background: url(../en/img/recruit/title_recruit.gif) no-repeat;
	height: 100px;
}

/* contact us */

.contact_page #left {
	background: url(../en/img/contact/title_contact.gif) no-repeat;
	height: 100px;
}

/* sitemap */

.sitemap_page #left {
	background: url(../en/img/sitemap/title_sitemap.gif) no-repeat;
	height: 100px;
}

/* manufacturing */

.manufacturing_page #left {
	background: url(../en/img/manufacturing/title_manufact.gif) no-repeat;
	height: 140px;
}

/* product */

.product_page #left {
	background: url(../en/img/product/title_pds.gif) no-repeat;
	height: 104px;
}

/* supply */

.supply_page #left {
	background: url(../en/img/supply/title_supplychain.gif) no-repeat;
	height: 139px;
}

/* customer */

.customer_page #left {
	background: url(../en/img/customer/title_cps.gif) no-repeat;
	height: 104px;
}

/* integrated IT */

.integrated_page #left {
	background: url(../en/img/integrated/title_IT.gif) no-repeat;
	height: 104px;
}

/* retail */

.retail_page #left {
	background: url(../en/img/retail/title_retail.gif) no-repeat;
	height: 104px;
}

/* optical */

.optical_page #left {
	background: url(../en/img/optical/title_optinnovation.gif) no-repeat;
	height: 140px;
}

/* social responsibility */

.csr_page #left {
	background: url(../en/img/csr/title_csr.gif) no-repeat;
	height: 104px;
}

/* news */

.news_page #left {
	background: url(../en/img/news/title_news.gif) no-repeat;
	height: 47px;
}

/* right */

#right {
	width: 560px;
	float: right;
	border-left: 1px solid #3b455b;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 150px;
}

.home_page #right {
	width: 400px;
	border: none;
	padding: 0;
}

#right p {
	color: white;
}

#right li {
	color: white;
	margin-left: 10px;
}

#right a {
	color: #ff6000;
}

#right strong {
	color: white;
}

#right p.pull {
	color: #7dbbcd;
	font-weight: bold;
}

#right .address {
	width: 50%;
	float: left;
}

#right h3 {
	color: white;
}

/* home page news */

img.latest_news {
	float: right;
}

#newsarea {
	height: 200px;
	width: 380px;
	position: relative;
	overflow: hidden;
	float: right;
	margin-top: 10px;
}

.newsitem {
	position: absolute;
	height: 200px;
	top: 210px;
	overflow: hidden;
}

.newsitem h3.date {
	color: white;
	font-size: small;
	background: url(../img/newsicon.gif) no-repeat;
	padding-left: 20px;
}

.newsitem p {
	color: white;
}

.bline {
	border-bottom: 1px solid #457676;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a.readmore {
	width: 76px;
	height: 15px;
	display: block;
	background: url(../en/img/readmore_btn.gif) no-repeat;
}

.news_page #right h3 {
	color: white;
}

/* recruitment */

h3.job {
	color: white;
}

/* footer */

#footer {
	border-top: 1px solid #3b455b;
	font-size: 80%;
	clear: both;
}

#address {
	width: 500px;
	float: left;
	color: #7dbbcd;
	margin-top: 10px;
}

#copy {
	width: 400px;
	float: right;
	color: #7dbbcd;
	text-align: right;
	margin-top: 10px;
}

#copy a {
	color: #7dbbcd;
}
.layer_bh {
position:absolute;	left:35px;	top:10px;	width:317px; height:86px;
}

