/* < ------- Colours --------->

	blue bg #006
	white #fff
	
*/

/* <------------------- html tags ------------------> */
html,body {
		height:100%;
		margin: 0;
		min-height:100%;
		padding: 0;
}
Body {
	background: #010066;
	margin: 10px;
	color: #fff;
	font-family: verdana;
	font-size: 9pt;
	margin: 0px;
	padding: 0;
	background-image:url(img/globe_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
h1.header {
    padding: 177px 0 0 0;
    overflow: hidden;
	background-image: url(img/header.gif);
    background-repeat: no-repeat;
	
    height: 0px !important;
    height /**/:177px;
	margin: 0px;
}
h2 {
	font-size: 1.3em;
	padding-bottom: 3px;
	border-bottom: 1px solid #f00;
}
ul li {
	line-height: 18px;
}
ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 15px;
}
ul.topnav li a {
	margin: 0px;
	padding: 0px;
	display: block;
	padding: 5px;
	border: 0;
	font-weight: bold;
	font-size: 1.1em;
}

ul.topnav li a:hover {
	background-color: white;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	padding: 5px;
	border: 0px;
}
ul.topnav li.here {
	margin: 0px;
	list-style: none;
	padding: 0px;
	display: block;
	padding: 5px;
}
input, textarea {
	padding: 2px;
	background-color: transparent;
	border: 1px solid #f00;
	font-family: verdana;
	font-size: 8pt;
	color: #fff;
	scrollbar-arrow-color: #f00;
	scrollbar-base-color: #010066;
	scrollbar-darkshadow-color: #010066;
	scrollbar-highlight-color: #f00;
	scrollbar-shadow-color: #f00;
	scrollbar-3dlight-color: #f00;
}
input.none {
	border: 0;
}
strong, b {
	font-weight: bold;
	font-style: italic;
}
img {
	border: 1px solid #f00;
}


/* <----------------------- ID Tags -----------------> */

#container {
	text-align: left;
	width: 770px;
	height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}
#LeftNav {
	position: absolute;
	top: 118px;
	left: 0;
	width: 150px;
}
#RightNav {
	width: 130px;
	position: absolute;
	top: 118px;
	right: 0;
}
#Content {
	position: absolute;
	top: 118px;
	left: 155px;
	width: 470px;
	margin: 0px auto;
	border-top: 1px solid #F00;
	border-right: 1px solid #F00;
	border-left: 1px solid #F00;
	padding: 5px;
	min-height: 600px;
	line-height: 1.5;
}
* html #Content {
	height: 600px;
}

#contact {
	width: 280px;
	text-align: right;
	margin: 0px auto;
}
#quote {
	width: 400px;
	text-align: right;
	margin: 0px auto;
}

/* Class Tags */

.footer {
	width: 440px;
	border-top: 1px solid #f00;
	text-align: center;
	font-size: 0.9em;
	margin: 10px auto;
	padding-top: 5px;
}

/* Link Tags */

a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #f00;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #f00;
	border-bottom: 1px solid #fff;
}
a.NavImg {
	width: 85px;
    height: 0px !important;
    height /**/:92px;
	background-position: 0 0;
	display: block;
    padding: 92px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
	margin: 0 auto;
	border: 0;
}
a.NavImg:hover {
	background-position: -85px 0;
	overflow: hidden;
	border: 0;
}
a.NavImg#ByAir {
	background-image:url(img/byair_rollover.jpg);
}
a.NavImg#BySea {
	background-image: url(img/sea_rollover.jpg);
}
a.NavImg#ByRoad {
	background-image: url(img/byroad_rollover.jpg);
}
a.NavImg#Courier {
	background-image: url(img/courier_rollover.jpg);
}
a.NavImg#Documentation {
	background-image: url(img/documentation_rollover.jpg);
}
a.NavImg#Distribution {
	background-image: url(img/distribution_rollover.jpg);
}