|
|
| About site: Transportation and Logistics/Freight Forwarding/North America - Gates America Freight Forwarders Inc. |
Return to Business also Business |
| About site: http://www.gates-americafreight.com/ |
Title: Transportation and Logistics/Freight Forwarding/North America - Gates America Freight Forwarders Inc. North America. Warehousing and logistics company for all types of freight across Canada, USA and Mexico. |
|
|
|
|
Riot_Acts_Entertainment The official site of Magic of Mica, Eclectic Lite and Air Dimension.
| Sanfang_Chemical_Industries_Co_,_Ltd Taiwan. Wet processed artificial leathers for the fashion and consumer products industries, from polyurethane and PVC coated nonwoven microfiber substrates. Also, a range of resins and adhesives.
| WR_Block_and_Associates,_Inc_ Provide consulting services for lightning protection and grounding.
| Mou_Kuan_Industry_Co_,_Ltd_ Manufactures conveyor systems and parts. Aluminum modular assembly, graphite, screen and all conveyor parts.
| (ISC)2_Inc International organization dedicated to the certification and training of information systems security professionals and practitioners.
| The360_co_uk Internet or Intranet off-the-shelf 360 feedback questionnaires from Berkshire,United Kingdom.
|
|
| Alexa statistic for http://www.gates-americafreight.com/ |
Please visit: http://www.gates-americafreight.com/
|
| Related sites for http://www.gates-americafreight.com/ |
| Packexpo_com Online resources and marketplace, including database of packaging suppliers, products, and services. | | Varatec Store automation and monitoring solutions, integrating temperature monitoring, HVAC, lighting, video, equipment control, and POS. | | Lenape_Associates,_Inc_ Specializing in management, systems and training consultancy to clients with diverse needs. | | Mondeaquarium Exporter of tropical fish from Thailand. Product information, contacts. | | New_Venturez_Business_Solutions,_Inc Preparation of strategic business plans for emerging and expanding companies in the fields of technology, telecommunications, internet, manufacturing, financial services, real estate, entertainment an | | 123_Sports-Equipment Manufacturer and exporter of cricket, hockey, and boxing and balls. | | Especies_Exoticas Producers of Ole' hot and fruity sauces and salsas, and raw materials: dried products, hot peppers in various forms, ginger, ambrette seeds, and green pepper corns. | | Bond_Street Canada. Men`s and ladies travel wallets, briefcases, and writing cases. | | Chongqing_Chuanyu_Mineral_and_Mining_Co_,_Ltd_ Producer of barium hydroxide, barium hydroxide monohydrate, and barium chloride. | | Air_Carrier_Certification Provides certification services and documents to obtain an FAR 121/135 air carrier operating certificate. | | Cathodic_Protection_Management,_Inc_ Corrosion prevention engineering for pipelines, storage tanks, and other metallic structures to reduce expected corrosion problems. | | Elinor_Hilton_Associates Theatrical Agency based in London. Represents actors available for work in television, film, radio, theatre & commercials. | | 8el UK network operator providing corporate voice and data services. Service level agreements. | | Terra_Universal Manufacturer of standard and custom cleanroom/laboratory equipment and supplies for critical environments. (Fullerton, CA) | | Acoustic_Dreams Distributor of Vaic amps and Lumen White Speakers to North and South America. | | DOMOTEX_Middle_East United Arab Emirates. International trade fair and exhibition for the carpet and floor covering industry. Dubai. June 11-13, 2007 | | Nelson_Design,_Inc_ Provides cost-effective design solutions for printed circuit design needs. | | Maine_Wood_&_Design Manufactures custom and semi-custom store fixtures and displays, millwork, and counters for luxury retailers. | | rhizomfilm Based in Hamburg. Specializes in documentaries. Includes company and staff profiles, as well as information on past projects. | | Elementos_Magneticos_Navarra_S_L_ Electromagnetic cupper wire coil design and manufacture for electro-mechanic and inductive aplications. Prototypes and first series. Spain. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.10 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Shipping Company - Gates America Freight Forwarders Inc. -Shipping Services
BODY
{
scrollbar-arrow-color: #3333CC;
scrollbar-base-color: #CCCCCC;
scrollbar-DarkShadow-Color: grey;
}
a.topMenu
{
color: blue;
font-family: Verdana, Arial, Helvetica;
font-size: 9pt; text-decoration: none;
}
a.topMenu:hover
{
color: red;
font-weight: bold;
}
a.subMenu
{
color: #008040;
font-family: Verdana, Arial, Helvetica;
font-size: 9pt;
text-decoration: none;
}
a.subMenu:hover
{
color: #008040;
font-weight: bold;
}
a.Mail
{
color: #FF6633;
font-family: Verdana, Arial, Helvetica; font-size: 8pt;
}
a.Mail:hover
{
text-decoration:none;
}
var left_corner_x =165; // x-coordinate of top left corner of dropdown menu
var left_corner_y = 390; // y-coordinate of top left corner of dropdown menu
var back_color = 'white'; // the background color of dropdown menu
var border_color = 'blue'; // the color of dropdown menu border
var border_size = '2'; // the width of dropdown menu border
var menu_width = '0'; // the width of dropdown menu
//// Don't change these parameters
var delay = 500; /////
var active_layer_id = -1; /////
var on_layer_id = -1; /////
var buff_id = -1; /////
/// ----------------------------
menu_content = new Array ('Home Page',
'Transportation Services|Warehousing & Distribution Services',
'All across North America |Toronto -> USA|Toronto -> Within Canada|Toronto -> Mexico',
'Get a Quick Quoteon your shipping needs.',
'Company Contact InformationGive us a call or drop us a line.',
'Start a Business Account',
'Find Out What Loads Are available.');
NS4 = (document.layers) ? 1 : 0;
function layer_enter (id)
{
on_layer_id = id;
}
function layer_exit (id)
{
on_layer_id = - 1;
setTimeout ('hide('+ id +')', delay/5);
}
function menu_enter (id)
{
if (buff_id >= 0)
hide (buff_id);
show (id);
active_layer_id = id;
}
function menu_exit (id)
{
setTimeout ('hide('+ id +')', delay);
buff_id = active_layer_id;
active_layer_id = -1;
}
function show (id)
{
if (!NS4)
document.all['Menu' + id].style.visibility = "visible";
else
document.layers[id].visibility = "visible";
}
function hide (id)
{
if (active_layer_id != id && on_layer_id != id)
{
if (!NS4)
document.all['Menu' + id].style.visibility = "hidden";
else
document.layers[id].visibility = "hide";
}
}
function generate_layers ()
{
for (i = 0; i< menu_content.length; i++)
{
if (!NS4)
layer_header = '';
else
layer_header = '';
layer_header += '' +
'';
elements = menu_content[i].split (/\s*\|\s*/);
layer_body = '';
for (j = 0; j< elements.length; j++)
{
layer_body += elements[j];
if ((NS4 && j< elements.length - 1) || (!NS4 && j< elements.length - 1))
layer_body += '';
}
layer_footer = '';
if (!NS4)
layer_footer += '';
else
layer_footer += '';
document.writeln (layer_header + layer_body + layer_footer);
}
}
generate_layers ();
Company
Profile
Available
Services
Transit
Schedules
Quick Quote
Business
Account
Application
Contact
Information
Carrier
Information
Welcome To The World of
Gates America Freight Forwarders Inc.
We handle shipping of all types of freight between Canada,
the U.S. and Mexico.
With over 100 years of combined experience in
freight forwarding, our staff can quickly and effectively move your
merchandise, to any point in North America, while providing all the necessary shipping
services that you and/or your product requires.
Gates America Freight will endeavor to use
whichever mode of transport that will deliver your
business, at the best price and without service delays. We have at our disposal the finest
truck, rail, ship and air contacts in the shipping business.
We also have a full service
menu to offer our customers such as direct
"point to point" service, with no transfer of freight, which means less claims
and highly competitive pricing in U.S. and Canadian funds, as well as a North American
service standard of 98.2% on time delivery.
Gates America Freight also offers full
warehousing, distribution, and logistics such as short and long term storage,
palletization of product as required, packaging/crating, labeling, sorting, tagging,
modification or customization of product, serial number maintenance, pick & pack
services and monthly inventory reports and updates. We have bonded warehouse facilities with a total warehousing capacity of
500,000 square feet with full fire and security. Dock level and ground
level shipping access is available as well as public storage. We offer loading and
unloading of freight to and from truck and/or container with notification to your
customers. We will also pay or collect COD's as is required and have after hours access
when necessary.
Gates America Freight offers preparation
of outbound shipments, with complete shipping documentation.
At Gates America Freight we strive to
deliver your products at the BEST possible rates, in the fastest possible
time in a courteous and troublefree environment.
Yours truly,
The staff of Gates America Freight Forwarders inc.
Transit Schedules - USA - Canada - Mexico
Services - Transportation - Warehouse/Distribution
Business Accnt. Application | Quick Quote
Contacts | Company Profile
Gates America Freight Forwarding Inc.
26 Athlone Ave.
Brampton, Ontario
Canada
L6T - 2N7
|
|
| |
North | America. | Warehousing | and | logistics | company | for | all | types | of | freight | across | Canada, | USA | and | Mexico. |
|
http://www.gates-americafreight.com/
Gates America Freight Forwarders Inc. 2008 October
dvd rental
dvd
North America. Warehousing and logistics company for all types of freight across Canada, USA and Mexico.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- MPAA - Secured Loans - Homeowner Loans - MySpace Backgrounds - Mobile Phones
|