#homepage {
	overflow: hidden;
	padding-top: 14px;
	position: relative;
	width: 960px;
}
.segment {
	height: 514px;
	position: relative;
	width: 480px;
}
.segment_images {
	height:514px;
	width:480px;
}
.segment_images img {
	height: 514px;
	left: 0;
	position: absolute;
	top: 0;
	width: 480px;
}
.segment_content_bg {
	background-color: #fff;
	height: 514px;
	position: absolute;
	top: 0;
	width: 615px;
	z-index: 100;
	padding-right: 10px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#left .segment_content_bg { left: 0; }

#right .segment_content_bg { right: 0; }

.segment_content_bg.seo_visible {
	display: block;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 620px;
}
.segment_content_main {
	min-height: 426px;
	line-height: 10px;
	margin: 50px 0 0 20px;
	position: relative;
}
.home_header {
	position: absolute;
	top: 6px;
	left: 46px;
	height: 50px;
	z-index: 200; /* both headers need to be the top layer */
}
img.home_header_arrow {
	display: none;
	z-index: 210;
}
.home_header_bg {
	height: 50px;
	overflow: hidden;
}
.home_header_bg_left {
background: url(https://media.canon-asia.com/v3.5media/common/homepage/bg_header_left.png) no-repeat top left;
	height: 50px;
	width: 10px;
}
.home_header_bg_right {
	background: url(https://media.canon-asia.com/v3.5media/common/homepage/bg_header_right.png) no-repeat top right;
	height: 50px;
	overflow: hidden;
	width: 370px;
}
.home_header_content {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 15px;
	text-align: center;
	width: 380px;
}
.categories_personal_column { /*width: 300px;*/ max-width: 450px; }

.categories_business_column { /*width: 450px;*/ max-width: 450px; }

.categories_innercolumn {
	width: 140px;
	padding-right: 10px;
}
.quicklinks_container {
	border-right: 1px solid #e8eaec;
	height: 50px;
	padding: 3px 0 0 10px;
}
.quicklinks_img {
	width: 44px;
	height: 34px;
}
.quicklinks_txt {
	padding: 5px 0 0 10px;
	width: 85px;
}
.quicklinks_txt a { padding-right: 10px; }

.quicklinks_txt a img { margin-bottom: -1px; }

.personallinks_column, 
.businesslinks_column { width: 150px; }


.home_sublinks_container {
	background: #e0e0e0;
	height: 40px;
	padding-left: 20px;
}
.home_sublinks_innercontainer {
	border-right: 1px solid #fff;
	height: 40px;
	padding: 0 10px;
	width: 129px;
}
.home_sublinks_img {  padding-top: 7px;  clear:both;}

.home_sublinks_txt { height: 100%;}

.home_sublinks_txt table { height: 100%; width:90px;}

.home_sublinks_txt td { vertical-align:middle;}

.home_sublinks_txt a {
	color: #515151;
	line-height: 11px;
	padding: 0px 0 0 10px;
	width: 83px;
}
.home_sublinks_txt a:hover { color: #000; }
