@charset "utf-8";
/* CSS Document */

body {
background-image: url(images/diag_back.jpg);
}

#holder_div {				/* Holds the whole site to allow for shadows to be added to the edges */
	width:869px;
	height:684px;
	position: absolute;
	margin-left:-434.5px;
	left: 50%;
	top:0;
}

#main {				/* Main Section Div houses all the other sections */
	width:832px;
	height:690px;
	position: absolute;
	margin-left:-416.5px;
	left: 50%;
	top:0;	
}

#main_sa {				/* Main Section Div houses all the other sections */
	width:832px;
	height:711px;
	position: absolute;
	margin-left:-416.5px;
	left: 50%;
	top:0;	
	background-color:#8cb3d0;
}

#top{				/* The Main Header section */
	width:833px;
	height:124px;
	position:relative;
	padding:0;
	border:0;
	left:0;
	top:0;
}

#top_logo1{				/* The Logo */
	width:75px;
	height:92px;
	position:relative;
	padding:0;
	border:0;
	left:0;
	top:7px;
	background-image:url(images/header/header_logo.jpg)

}

#top_logo2{				/* The Logo */
	width:410px;
	height:36px;
	position:absolute;
	padding:0;
	border:0;
	left:90px;
	top:45px;
	background-image:url(images/header/header_logo2.jpg)

}


#top_left{				/* The left side of the header section */
	width:35px;
	height:106px;
	position:relative;
	padding:0;
	border:0;
	left:0;
	top:0;
	background-image:url(images/header/header_left.jpg)
}

#top_middle{				/* The Middle of the Main Header Housing the logo */
	width:769px;
	height:106px;
	position:absolute;
	padding:0;
	border:0;
	left:35px;
	top:0;
	background-color:#FFFFFF;
}

#top_right{				/* The Right side of the header section */
	width:29px;
	height:106px;
	position:absolute;
	padding:0;
	border:0;
	left:803px;
	top:0;
	background-image:url(images/header/header_right.jpg)
}

#top_split{			/* The Header sections shadow seperation */
	width:832px;
	height:18px;
	position:absolute;
	padding:0;
	border:0;
	bottom:0;
	left:0;
	background-image:url(images/header/header_shadow.jpg);
}

#nav{				/* Navigation Bar */
	width:833px;
	height:27px;
	position:relative;
	top:0;
	left:0px;
	padding:0;
	border:0;
	background-image:url(images/nav/nav_back.jpg)
}

#main_back{				/* This Div Houses the main Body Section of the Site  */
	width:831px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:8;
	z-index:1;
	background-color:#8cb4d0;
}

#map{				/* Houses the map on the first page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0;
	border:0;
	left:13px;
	background-image:url(images/map_back.jpg);
	z-index:-2;
}

#map_copy_l{				/* This div is for the left hand copy on the Home Page over the map  */
	width:360px;
	height:80px;
	position:absolute;
	padding:0;
	border:0;
	left:30px;
	z-index:-1;
	bottom:10px;
}

#map_copy_r{				/* This div is for the right hand copy on the Home Page over the map  */
	width:360px;
	height:80px;
	position:absolute;
	padding:0;
	border:0;
	left:410px;
	z-index:-1;
	bottom:10px;
}


#sa_main{				/* Houses the main body section of SA Divisions Page  */
	width:804px;
	height:560px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:-2;
	background-color:#759eb8;
	background-image:url(images/main_gradient.jpg);
	background-repeat:no-repeat;
	
}

#sa_copy{				/* Houses the copy section of SA Divisions Page  */
	width:750px;
	height:450px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:-1;
}

#int_main{				/* Houses the main body section of SA Divisions Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:-2;
	background-color:#759eb8;
	background-image:url(images/main_gradient.jpg);
	background-repeat:no-repeat;
	
}

#int_copy{				/* Houses the copy section of SA Divisions Page  */
	width:750px;
	height:450px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:-1;
}


#group_main{				/* Houses the main body section of Group Profile Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:-2;
	background-image:url(images/group_back.jpg);
}

#group_copy{				/* Houses the copy section of Group Profile Page  */
	width:400px;
	height:450px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:-1;
}

#phil_main{				/* Houses the main body section of Philosophy Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:-2;
	background-color:#82a9c6;
	background-image:url(images/philosophy_back.jpg);
}

#phil_copy{				/* Houses the copy section of Philosophy Page  */
	width:470px;
	height:450px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:-1;
}

#invest_main{				/* Houses the main body section of New Investments Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:-2;
	background-color:#82a9c6;
	background-image:url(images/invest_back.jpg);
	
}

#invest_copy{				/* Houses the copy section of New Investments Page  */
	width:400px;
	height:450px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:-1;
}

#contact_main{				/* Houses the main body section of Contact Us Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/contact_back.jpg);
}

#contact_copy{				/* Houses the copy section of Contact Us Page  */
	width:600px;
	height:300px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#gggindustrial_main{				/* Houses the main body section of GGG Industrial Products Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/industrial_back.jpg);
}

#gggindustrial_copy{				/* Houses the copy section of GGG Industrial Products Page  */
	width:480px;
	height:400px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#gggindustrial_copy_r{				/* Houses the copy section of GGG Industrial Products Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#boland_main{				/* Houses the main body section of Boland Pulp Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/boland_back.jpg);
}

#boland_copy{				/* Houses the copy section of Boland Pulp Page  */
	width:480px;
	height:400px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#boland_copy_r{				/* Houses the copy section of Boland Pulp Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#gggpaper_main{				/* Houses the main body section of Gerber Paper Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/paper_back.jpg);
}

#gggpaper_copy{				/* Houses the copy section of Gerber Paper Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#gggpaper_copy_r{				/* Houses the copy section of Gerber Paper Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#gggtechsales_main{				/* Houses the main body section of Gerber Technical Sales Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/sales_back.jpg);
}

#gggtechsales_copy{				/* Houses the copy section of Gerber Technical Sales Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#gggtechsales_copy_r{				/* Houses the copy section of Gerber Technical Sales Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#boston_main{				/* Houses the main body section of Boston Group Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/boston_back.jpg);
}

#boston_copy{				/* Houses the copy section of Boston Group Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#boston_copy_r{				/* Houses the copy section of Boston Group Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#ggi_main{				/* Houses the main body section of GGI Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/ggi_back.jpg);
}

#ggi_copy{				/* Houses the copy section of GGI Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#ggi_copy_r{				/* Houses the copy section of GGI Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#korea_main{				/* Houses the main body section of Gerber Korea Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/korea_back.jpg);
}

#korea_copy{				/* Houses the copy section of Gerber Korea Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#korea_copy_r{				/* Houses the copy section of Gerber Korea Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#qing_main{				/* Houses the main body section of Gerber Qingdao Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/qing_back.jpg);
}

#qing_copy{				/* Houses the copy section of Gerber Qingdao Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#qing_copy_r{				/* Houses the copy section of Gerber Qingdao Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#gzug_main{				/* Houses the main body section of Gerber und Goldschmidt Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/gundg_back.jpg);
}

#gzug_copy{				/* Houses the copy section of Gerber und Goldschmidt Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#gzug_copy_r{				/* Houses the copy section of Gerber und Goldschmidt Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#mhgold_main{				/* Houses the main body section of MH Goldschmidt Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/mh_back.jpg);
}

#mhgold_copy{				/* Houses the copy section of MH Goldschmidt Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#mhgold_copy_r{				/* Houses the copy section of MH Goldschmidt Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#equity_main{				/* Houses the main body section of MH Goldschmidt Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/equity_back.jpg);
}

#equity_copy{				/* Houses the copy section of MH Goldschmidt Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#equity_copy_r{				/* Houses the copy section of MH Goldschmidt Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#japan_main{				/* Houses the main body section of MH Goldschmidt Page  */
	width:804px;
	height:503px;
	position:relative;
	padding:0px;
	border:0;
	left:13px;
	z-index:3;
	background-color:#82a9c6;
	background-image:url(images/japan_back.jpg);
}

#japan_copy{				/* Houses the copy section of MH Goldschmidt Page  */
	width:480px;
	height:500px;
	position:relative;
	padding:10px;
	border:0;
	left:8px;
	z-index:5;
}

#japan_copy_r{				/* Houses the copy section of MH Goldschmidt Page  */
	width:270px;
	height:400px;
	position:absolute;
	padding:10px;
	border:0;
	left:500px;
	top:0px;
	z-index:5;
}

#map_edge_r{				/* Houses the maps right edge */
	width:9px;
	height:503px;
	position:absolute;
	padding:0;
	border:0;
	right:-1px;
	background-image:url(images/main_gradient_r.jpg);
	z-index:-1;
	background-repeat:no-repeat;
	background-color:#648dab;
}

#map_edge_l{				/* Houses the maps left edge  */
	width:8px;
	height:503px;
	position:absolute;
	padding:0;
	border:0;
	left:0;
	background-image:url(images/main_gradient_l.jpg);
	z-index:-1;
	background-repeat:no-repeat;
	background-color:#648dab;
}

#mapsa_edge_r{				/* Houses the maps right edge */
	width:9px;
	height:560px;
	position:absolute;
	padding:0;
	border:0;
	right:-1px;
	background-image:url(images/main_gradient_r.jpg);
	z-index:-1;
	background-repeat:no-repeat;
	background-color:#648dab;
}

#mapsa_edge_l{				/* Houses the maps left edge  */
	width:8px;
	height:560px;
	position:absolute;
	padding:0;
	border:0;
	left:0;
	background-image:url(images/main_gradient_l.jpg);
	z-index:-1;
	background-repeat:no-repeat;
	background-color:#648dab;
}

#main_shad_l{				/* Shadow on the main block  */
	width:18px;
	height:654px;
	position:absolute;
	padding:0;
	border:0;
	left: 0;
	top:0;
	background-image:url(images/main_shadow_left.png);
}

#main_shad_r{				/* Shadow on the main block  */
	width:18px;
	height:654px;
	position: absolute;
	padding:0;
	border:0;
	right: 2px;
	top:0;
	background-image:url(images/main_shadow_right.png);
}

#footer{				/* Houses the bottom section of the page  */
	width:815px;
	height:30px;
	position: absolute;
	margin-left:-407.5px;
	left: 50%;
	top:653px;
	background-image:url(images/bot_shadow.png);
	background-repeat:no-repeat;
	text-indent:10px;
}

#footer_sa{				/* Houses the bottom section of the page  */
	width:815px;
	height:30px;
	position: absolute;
	margin-left:-407.5px;
	left: 50%;
	top:710px;
	background-image:url(images/bot_shadow.png);
	background-repeat:no-repeat;
	text-indent:10px;
}



