﻿@charset "UTF-8";
/* CSS Document */

/*======================================
	Color Glossary
	
	OMRON Blue=>#0055C4(border,link,etc)
	Black=>#333333(text color)
	Gray1=>#555555(header,footer,bread,etc)
	Sky Blue=>#3983B9(Copy)
	Sky Blue 2=>#6DA5CD(Sub Copy)
	Pale Blue=>#E7EFF8(Background)
	Pale Blue 2=>#
======================================*/

#location_map {
	position:relative;
	left:0px;
	/* top:150px; */
	top: 25px;
	
}

#americas_map {
	
	position:relative;
	left:150px;
	top:25px; 

}

#americas_table {
	position:relative;
	left:200px;
	top:150px; 
	width:700px;

}

 h3 {
	font-size: 13px;
	font-weight:bold;
	color:#0055C4;
	width:260px;
	border-bottom:dotted 1px #b8b8b8;
	padding-bottom:10px;
	padding-top: 10px;
}

 p {
	padding-bottom: 10px;
}
 #americas_table td {
	padding-top:10px;
	padding-bottom:20px;	

}

#global_table {
 position:relative;
	left:200px;
	top: 120px;
	width:500px;


}

#global_table td h3 {
	color:#0055C4;
	width:260px;
	border-bottom:dotted 1px #b8b8b8;
	padding-bottom:10px;
	

}

#global_table td {
	padding-top:10px;
	padding-bottom:20px;	

}

table td {
	font-size: 12px;
}
