@charset "utf-8";

	.width100 		{ width: 100%; 	}
	.width75 		{ width: 75%; 	}
	.width50 		{ width: 50%; 	}
	.width33 		{ width: 33%; 	}
	.width20 		{ width: 20%; 	}
	.floatLeft		{ float: left; 	}
	.floatRight		{ float: right; 	}
	.m5				{ margin:5px	}
	.m10			{ margin:10px	}
	.m15			{ margin:15px	}
	.m20			{ margin:20px	}	
	.alignLeft 		{ text-align: left; }
	.alignRight 	{ text-align: right; }
	img				{ border:0px; }
	.clear			{ clear:both	}
	.black			{ background:#000;}
	
	.top-white	{
	border-top:solid 1px #878a8f;
	width: 215px;
	height:5px;
	}

body {
	color:#FFF;	
	margin:0; 
	padding:0; 
	height:100%; /* 100% fix */ 
}
td	{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	line-height:18px;
	}

body.base	{
	background-image: url(images/bg-grad.jpg);
	background-repeat: repeat-x;
	background-color: #32496e;
		}
			
		
/* SIDE NAV ---------------------------*/

.sidenav	{
/*	width:200px;	*/
	vertical-align: top;	
	}
#sidenav	{
/*	width:240px;*/
/*	margin:4px;	*/
	}	
#sidenav UL {
	padding: 0px;
	margin: 0px;
	
	margin-top:30px;
	font-size: 10px;
	text-decoration: none;	
	border-bottom:solid 1px #fff;
}
#sidenav LI	{
	list-style: none;
/*	text-indent: 10px;	*/
	margin-top: 1px;
	line-height: 28px;	/*same*/
	}
#sidenav a:link , #sidenav a:visited 	{
	height:28px; 		/*same*/
	color: #000;
	font-size: 12px;
	display: block;
	text-decoration:none;
	border-top:solid 1px #fff;
	border-left:solid 7px #fff;	
	padding-left:10px;	
}
#sidenav a:hover, #sidenav a:active{
	background-color: #fff;
	color: #4064b6;
	font-size: 12px;
	display: block;
	text-decoration:none;
	border-left:solid 7px #000;
}

	#sidenav LI a.sidenavDown {
	background-color: #666;
	color: #fff;
	cursor:default;
	border-left:solid 7px #6ea7e8;	
	}

/* INDEX NAV ---------------------------*/

.indexnav	{
	vertical-align: top;	
	}
#indexnav	{
	}	
#indexnav UL {
	padding: 0px;
	margin: 0px;
	margin-top:100px;
	margin-left:20px;
	margin-right:20px;	
	font-size: 10px;
	text-decoration: none;	
	border-bottom:solid 1px #424242;
}
#indexnav LI	{
	list-style: none;
	margin-top: 1px;
	line-height: 18px;	/*same*/
	}
#indexnav a:link , #indexnav a:visited 	{
	height:18px; 		/*same*/
	color: #FFF;
	font-size: 12px;
	display: block;
	text-decoration:none;
	border-top:solid 1px #424242;
	padding-left:15px;	
}
#indexnav a:hover, #indexnav a:active{
	background-color: #5d6e8f;
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration:none;
	padding-left:15px;		
}

.indexContent	{
	margin-top:100px;
	color:#fff;
	}
td.intro	{
	padding-top:20px;
	height:80px;
	}

/* STRUCTURE _____________________________ */

.wrap	{
	background-image:url(images/gear.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* 100% fix */
		position:absolute;
	left:0;
	top:4px;
	padding:0;
	width:100%;
	height:90%;
	/* 100% fix */ 
	}
	
.index	{
	background-image:url(images/pen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* 100% fix */
		position:absolute;
	left:0;
	top:4px;
	padding:0;
	width:100%;
	height:90%;
	/* 100% fix */ 
	}	

.main	{
	margin: 0 auto;
	margin-top:60px;
	width:935px;
	}


.body	{
	border-top:		solid 1px #878a8f;
	border-right:	solid 1px #878a8f;
	border-left:	solid 1px #878a8f;	
	border-bottom:	solid 1px #878a8f;		
	padding: 9px;
	}	

.t1	{
	width:100%;
	border-top:solid 1px #075888;
	}		

.t2 {
	color:black;
	width:100%;
	height:400px; 	/*Height*/
	border-top:solid 12px #c2c5c8;
	background-color: #8693a8;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	}		
	.t2 td	{
		vertical-align:top;
		}		

.t2index {
	color:black;
	width:100%;
	height:400px; 	/*Height*/
	background-color: #8693a8;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	}		
	.t2index td	{
		vertical-align:top;
		padding: 5px;
		}		

.indexTable	{
	background-color: #000;
	background-image: url(images/index-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;	
	height:397px;
	}


.sideMenu	{
	width:185px; /*	Width*/
	border-right:solid 1px #616367
	}
.content	{
	padding:7px;
	}	
	
.t3	{
	background-color: #FFF;
	background-image: url(images/grad3.jpg);
	background-position: bottom;
	height:400px;	/*Height*/
	background-repeat: repeat-x;
	}		
.tgrad	{
	background-image: url(images/body-tgrad.jpg);
	background-repeat: repeat-x;
}	
	
/* ABOUT _____________________________ */	

table#about {
	margin:10px;
	width:600px
	}

table#about td	{
	}
table#about img	{
	margin:20px 0px 20px 0px;
	}	
table#about .tab	{
	border-top:solid 3px #a0b5c8;
	padding-top:15px;
	}
	
/* ACCESS CANADA ---------------------------*/

.bg-access	{
	background-image: url(images/access-canada-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	

	height: 480px; /* minus below padding */
	padding:10px;	
	}
	
#content-access	{
	color:#fff;
	margin-left:20px;
	line-height:20px;
	}		
#content-access img	{
	margin:20px 0px 20px 0px;
	}	
	
/* SERVICE OFFERING ---------------------------*/
	
table#service {
	margin:10px;
	margin-bottom:50px;
	width:700px
	}
table#service p	{
	margin-bottom:20px;
	}	
table#service td	{
	width:25%;
	}
table#service img	{
	margin:20px 0px 20px 0px;
	}	
table#service .tab	{
	border-top:solid 3px #a0b5c8;
	padding-top:15px;
	}	
	
.s01	{
	background-image: url(images/SO-1.jpg);
	background-repeat: no-repeat;	
	height: 148px;
	}
.s02	{
	background-image: url(images/SO-2.jpg);
	background-repeat: no-repeat;	
	height: 148px;
	}
.s03 {
	background-image: url(images/SO-3.jpg);
	background-repeat: no-repeat;	
	height: 148px;
	}
.s04	{
	background-image: url(images/SO-4.jpg);
	background-repeat: no-repeat;	
	height: 148px;
	}	


/* CLIENTS  ---------------------------*/
	
table#clients {
	margin:10px;
	margin-bottom:50px;
	margin-left:20px;
	}
table#clients p	{
	margin-bottom:20px;
	}	
table#clients td	{
	width:25%;
	}
table#clients img	{
	margin:20px 0px 20px 0px;
	}	
table#clients .tab	{
	border-top:solid 3px #a0b5c8;
	padding-top:15px;
	}
	
table#clients .tab	{
	border-top:solid 1px #000;
	padding-top:15px;
	}		

	
/* STARS ---------------------------*/
	
table#stars {
	margin:10px;
	margin-bottom:60px;
	margin-left:25px;
	width:680px
	}
table#stars p	{
	margin:20px 0px 20px 0px ;
	}	
table#stars td	{
	width:25%;
	}
table#stars img.title	{
	margin:20px 0px 0px 0px;
	}	
table#stars img	{
	margin:10px 0px 10px 0px;
	}		
table#stars .tab	{
	border-top:solid 3px #a0b5c8;
	padding-top:15px;
	}	
table#stars strong	{
	line-height:15px;
	}

/* LOCATIONS ---------------------------*/

.bg-locations	{
	background-image: url(images/locations_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
img.locations	{
	margin:40px 0px 0px 10px;
	}		


/* NEWS ---------------------------*/

#news 	{
	margin-top: 10px ;
	}
#newsTitle	{
	margin:0px;
	margin-top:20px;
	}	
#videoLink	{
	margin:0px;
	}
#news h1	{
	color:#589ae5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	}	
	

/* MISC _____________________________ */

	
.footer	{
	background-image: url(images/grad-footer.gif);
	background-repeat: repeat-x;
	height: 80px;	
	}	

a:link, a:visited 
{
	color: #0066CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #0099FF;
	text-decoration: underline;
}

.squares	{
	background-image: url(images/square.png);
	background-repeat: repeat;	
	}
	.squares td { padding:20px; }
	
	
	
	
/* TRACK AND TRACE _____________________________ */	

img, div , .squares , td , .TT div { behavior: url(iepngfix.htc) }

.opacity	{
	background-image: url(images/square.png);
	background-repeat: repeat;
	}
	 

.TT	{
	wight: 50%;
	text-align:right;
	}
	
.TT div	{
/*	width:360px;	width for login/pass fields	*/
	width:220px;	
	float:right;
	margin: 0px 10px 10px 10px;
	padding:6px;
	font-size:11px;
/*	background-image: url(images/square.png);
	background-repeat: repeat;*/
	}	

/*.TT div	input {
	padding:2px;
	}*/
.btn	{
	padding:2px 4px;
/*	background-image: url(images/button-grad.gif);
	background-repeat: repeat-x;
	font-weight:bold; */
	font-size:12px;	
	}

.blue	{ color:#aed3ff; }

INPUT.search  {
	BORDER: #aed3ff 1px solid;
	PADDING:3px;
	WIDTH: 80px;
	font-size:11px;
	COLOR: #999;
}
INPUT:focus.search  {
	BORDER-BOTTOM-COLOR:#d9ae01;
	BORDER-TOP-COLOR: 	#d9ae01;
	BORDER-RIGHT-COLOR: #d9ae01;
	BORDER-LEFT-COLOR: 	#d9ae01;
	COLOR: #333;	
}
INPUT.focused.search {
	BORDER-BOTTOM-COLOR:#ffcc00;
	BORDER-TOP-COLOR:	#ffcc00;
	BORDER-RIGHT-COLOR: #ffcc00;
	BORDER-LEFT-COLOR: 	#ffcc00;
	COLOR: #333;	
}