@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
	margin: 0;
	padding: 0;
	min-width: 790px;
	text-align: center; 
	color: #686868;
	color:
}
#container, #footer, #masthead {
	margin: 0 auto;
	max-width: 1400px;
	min-width: 790px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-size: 11px;
	line-height: 18px; 	
}
a:hover {
color: #90e090;
}
h1 {
	padding: 0px;
	margin-top: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-align:left;
	font-style: italic;
	font-weight: bold;
	word-spacing: 4px;
	color: #336633;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #336633;
	padding-top: 10px;
	clear:left;
}
strong {
font-weight:600;
}

/* Header */
#masthead {
	position:relative;
	background: #fff url(images/whitebg.gif) repeat-x;
	height: 90px;
	z-index:3;
}

#side-image {
	position: absolute;
	top:10px;
	right:10px;
	z-index: 1;
	width:234px;
	height: 144px;
	background: url(images/newtrk.gif) no-repeat center;
}
#main-image {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 2;
	width: 359px;
	height: 90px;
	background: url(images/IJMtitle.jpg) no-repeat;
}
#flash a {
		position: absolute;
		width: 150px;
		height: 81px;
		left: 380px;
		top: 15px;
		background: url(images/flash_off.gif) no-repeat;
}
#flash a:hover {
		background: url(images/flash_on.gif) no-repeat;
}
#header {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	float: left;
	width: 600px; 
}

/* Navigation */

#menu {
	position:relative;
	background: url(images/menubg.gif) right no-repeat;
	width: 100%;
	height:20px;
	top: -15px; 
	left:0px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: right;
}
ul#mainNav {
	position: relative;
	top: -37px;
	left: 0px;
 	margin: 0px;
 	padding: 0px;
  	list-style-type: none;
	float:left;
}
ul#sideNav, 
ul.menuBar,
ul#popupSelect {
 	margin: 0px;
 	padding: 0px;
  	list-style-type: none;
}
ul#mainNav li, 
ul#popupSelect li {
	float:left;
  	padding-left: 25px;
  	padding-right: 0px;
	padding-top:2px;
}


ul#sideNav li {
  	float: none;
	padding-top: 5px;	 
}
ul#mainNav a, 
ul#sideNav a, 
ul.menuBar a,
ul#popupSelect a { 
	float: left;  
	color: #ebebeb; 
	font-weight: 600;
	text-decoration: none;
	text-align:left;
}
ul#mainNav a:hover,
ul#sideNav a:hover,
ul.menuBar a:hover, 
ul#popupSelect a:hover {
	color: #90e090;
}
ul#sideNav a,
ul.menuBar a {
	float:none;
	width: 200px;
	background: url(images/sidemenubg_off.gif) no-repeat;
	display: block;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-bottom: 3px;
}
ul.menuBar li {
	margin-left: 45px;
}
ul#sideNav a:hover,
ul.menuBar a:hover {
	background: url(images/sidemenubg_on.gif) no-repeat;
	color: #90e090;
}
ul#popupSelect a {
	position: relative;
	top: 0px;
	padding-left: 10px;
	margin-bottom: 3px;
	width: 200px;
	float: left;
	z-index:15;
	background: url(images/popupmenubg_off.gif) no-repeat left;
}
ul#popupSelect a:hover {
background: url(images/popupmenubg_on.gif) no-repeat left;
}
ul#popupSelect li a.disabled {
cursor: default;
color: #ccc;
background: url(images/popupmenubg_off.gif) no-repeat left;
}
.menuWrapper {
	margin-left: 90px;
	position:relative;
	width: 220px;
	padding-top: 10px;
}
#home #mainNav .home a, 
#haulage #mainNav .haulage a,
#warehousing #mainNav .warehousing a,
#contactus #mainNav .contact a,
#depot #mainNav .depot a,
#links #mainNav .links a {
	cursor:default;
	color: #90e090;
}
#routecalc #sideNav .routecalc a,
#company #sideNav .company a,
#map #sideNav .map a,
#traffic #sideNav .traffic a,
#tour #sideNav .gallery a, 
#account #sideNav .account a,
#news #sideNav .news a,
#jobs #sideNav .jobs a,
#space #sideNav .space a,
#appsoltrad #sideNav .account a,
#appltdco #sideNav .account a {
	cursor:default;
	color: #336633;
}
#routecalc #sideNav .routecalc a:hover,
#company #sideNav .company a:hover,
#map #sideNav .map a:hover,
#traffic #sideNav .traffic a:hover,
#tour #sideNav .gallery a:hover, 
#account #sideNav .account a:hover,
#news #sideNav .news a:hover,
#jobs #sideNav .jobs a:hover,
#space #sideNav .space a:hover,
#appsoltrad #sideNav .account a:hover,
#appltdco #sideNav .account a:hover {
	background: url(images/sidemenubg_off.gif) no-repeat;	
}

/* Side bar */
#sidebarWrapper {
	float:right;
	width:25%;
}
#sidebar {
	background: #FFF; 
	padding: 0px 15px 0px 15px; 		
	margin: 0px 10px 10px 0px;
	text-align:left;
	font-weight:500;
}
#home #sidebar {
	height:525px;
}
#dieselPriceFrame,
#sideBarTel,
#weather {
	display:none;
}
#home #dieselPriceFrame,
#home #sideBarTel,
#home #weather {
	display:inline;
	width: 200px;
}
#dieselPriceFrame {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	height: 50px;
	color: #336633;
	font-size:1em;
	}
#sideBarTel {
	color: #336633;
	font-size:.75em;
	z-index: 5;
}

#weather {
	position:absolute;
	width: 200px; 
	height: 130px; 
	background: url(images/sidemenubg_off.gif) repeat-y;
	text-align:center;
}
#weather a {
	float:none;
	width: 200px;
	background: url(images/sidemenubg_off.gif) no-repeat;
	display: block;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-bottom: 3px;
	text-align: left;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}
#weather a:hover {
	background: url(images/sidemenubg_on.gif) repeat-y;
	color: #90e090;
	}
/* Main Content */
#mainContentWrapper {
	float:left;
	width: 75%;
	_width:68%;   /* IE6 Hack */
}
#mainContent {
	margin: 0 auto;
	position: relative;
	top: -30px;
	color: #686868;
	font-size: 0.7em;
	font-weight:500;
	margin-left: 10px;
	padding-bottom: 0px;
	text-align: justify;
	line-height: 1.6em;	
}
#mainContent strong {
	font-weight:600;
}
/* Home */
.home img {
	width:60%;
	height: auto;
	float:left;
	padding-right:20px;
}
.rha img {
	width:5%;
	height: auto;
	float:left;
	padding-right:15px;
}
.palletline img {
	width:10%;
	height: auto;
	float:left;
	padding-right:15px;
}
.isologogreen img {
	width:10%;
	height: auto;
	float:right;
	padding-left:15px;
}
.leftimg {
	float:left;
	margin-left:20%;
	width:8%;
	height:8%;
	display:inline; /* IE 6 Hack */
	
}
.rightimg {
	float:right;
	margin-right: 20%;
	width:8%;
	height:8%;
	display:inline; /* IE 6 Hack */
	
}
#quotefoootertext {
	text-align:center; 
	font-weight:bold; 
	color:#CC0000; 
	padding-top: 10px;
}
#quotefoootertext a {
	background-color:#039; 
	padding:3px 10px 3px 10px; 
	text-decoration:none; 
	color:#FFF;
}
#quotefoootertext a:hover {
	color:#90e090;
}
/*Road Haulage */
#truk {
	position: relative;
	top: 0px;
	width: 26%;
	float:left;
	margin-right:2%;
	margin-bottom: 18%;
	display: inline;/*for IE6*/
}  
#truk #imageContainer img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
	
	border: solid 1px #336633;
}
#isologo, 
#flags {	
	height: auto;
	float:right;
	padding-left: 20px;
}
#flags {
	width:16%
}
#isologo {
	width:8%;
}
/* Warehousing */
ul#warehouse {

	margin-left: 40px;
	padding: 0px 0px 0px 20%;
	}
ul#warehouse li {
	margin-left: 0px;
	padding: 0px;

	list-style-type:disc;
	}
.wbbc img {
	width:15%;
	float:right;
	padding-left:2%;
}
#wrhs {
	position: relative;
	top: 0px;
	width: 22%;
	float:left;
	margin-right:2%;
	margin-bottom:22%;
	display: inline;/*for IE6*/
} 
#imageContainer img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
	border: solid 1px #336633;
}
/* Depot Member*/
#msa {
	width:15%;
	height: auto;
	margin: 0 auto;
}

/* Footer */
#footer {
	position:absolute;
	_position:relative;
	background: url(images/menubg.gif) right no-repeat;
	width: 100%;
	height:15px;
	_top: -20px; 
	left:0px;
	margin-top: -20px;
	padding-top: 2px;
	float: none;
}
#footText {
	color: #EBEBEB;
	font-size: .6em;
	text-align: center;	
	margin-right: 25%;
	top: -30px;
}
/* Quote page */

#a-pallet,
#MantuFL {
	position: absolute; 
	margin-top:20px;
	width: 19%;
}
#vehs {
	 position: absolute; 
	 margin-left:68%;
	 -margin-left: 73%; 
	 margin-top:20px; 
	 width: 30%;
}
#qquoteWrapper,
#qqresultWrapper {
	width:530px;
	margin:0 auto;
}
form#quote select {
	color: #686868;
	font-size:1em;
}
form#groute,
form#quote,
form#qqresult {
	width:468px;
	float:right;
	
}
#groute input,
form#qqresult input {
	color: #686868;
	font-size:1em;
	width:auto;
	margin: 2px 0px 0px 5px;
	float: left; 
	font-weight: bold; 	
}
form#qqresult input {
	border:none;
	border-color: #FFF;
}
#groute label,
form#quote label,
form#qqresult label {
	display: block; 
	float: left; 
	width: 130px; 
	padding: 0px; 
	margin: 0px 0px 0px 50px;
	text-align: right;
}
#qqcalc #sideNav .qqcalc a:hover {
	background: url(images/sidemenubg_on.gif) no-repeat;
	color: #90e090;
	cursor:pointer;
}

/* Gallery */
#galleryWrapper {
	margin: 0 auto;
	width: 420px;
}
#squaresContainer {
	position:absolute; 
	width:420px;
	}

#textContainer {
	margin: 0 auto;
	position:relative;  
	width:420px;
}
#galleryWrapper {
	margin: 0 auto;
	width: 420px;
}
#squaresContainer {
	position:absolute; 
	width:420px;
	}
#textContainer {
	position: relative;  
	width:420px;
}
.backText {
	padding-top: 50px;
	color: #686868;
	font-size: 16px;
	text-align:center;
}
.backsq {
	height: 136px; 
	width: 136px; 
	float:left;
	z-index: 1;
}
.frontsq {
	height: 136px; 
	width: 136px; 
	float:left;
	z-index: 3;
	border: solid 2px #ffffff;
}
#frontsq1 {
	background: url(images/GLRY1.jpg) no-repeat;
	}
#frontsq2 { 
	background: url(images/GLRY2.jpg) no-repeat;
	}
#frontsq3 { 
	background: url(images/GLRY3.jpg) no-repeat;
	}
#frontsq4 {
	background: url(images/GLRY4.jpg) no-repeat;
	}
#frontsq5 {
	background: url(images/GLRY5.jpg) no-repeat;
	}
#frontsq6 {
	background: url(images/GLRY6.jpg) no-repeat;
	}
#frontsq7 {
	background: url(images/GLRY7.jpg) no-repeat;
	}
#frontsq8 { 
	background: url(images/GLRY8.jpg) no-repeat;
	}
#frontsq9 {
	background: url(images/GLRY9.jpg) no-repeat;
	}
/*Forms*/ 
form#depot {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: left;
}
 
form#soltrad, 
form#ltdco,
form#contact,
form#cocheck {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 495px;
	text-align: left;
	}
form#soltrad label, 
form#ltdco label,
form#contact label,
form#depot label,
form#cocheck  label {
	display: block; 
	float: left; 
	width: 130px; 
	padding: 0px; 
	margin: 0px 0px 0px 0px;
	text-align: right;  
	}
form#depot label {
	width: 100px;
}
form#cocheck label {
	width: 200px;
}
form#soltrad input, form#soltrad textarea, 
form#soltrad select,
form#ltdco input, form#ltdco select,
form#contact input, form#contact textarea,
form#depot input,
form#quote select {
	width:auto;
	margin:0px 0px 5px 5px;
	float: left; 
	display: block;
	background-color: #f0fef0;
	border: #336633 solid 1px;
}
form#soltrad br, 
form#ltdco br,
form#depot br,
form#contact br,
form#quote br,
form#qqresult br,
form#cocheck br {
clear:left;
}
form#accept {
	margin:0px;
	padding:0px;
}
.centerForm {
	margin: 0 auto;
	width: 495px;
}
#wrapper { 
		position: absolute; 
		top: 10px; 
		left: 40px; 
		width: 460px;
		height: 320px;
		margin: 0px;
		padding: 0px;
		border: solid 1px #336633;
		color: #3E3E3E;
		background-color: #ebebeb;
		visibility: hidden;
		text-align:justify;
		font-size:10px;
		line-height: 12px;
		z-index: 10;
}
#error_display {
		position: absolute; 
		top: 50px; 
		left: 170px; 
		width: 220px;
		height: auto;
		margin: 0;
		padding: 20px;
		border: solid 1px #336633;
		color:#FF0000;
		background-color: #ebebeb;
		display: none;
		text-align: left;
		z-index: 10;
}
#tc {
		margin: 20px;
		padding: 0px;
		z-index: 11;
}		

.linkStyle {
	font-size: .9em; 
	line-height: 1.6em; 
	float: left;  
	color:#336633; 
	font-weight: 600;
	text-decoration: none;
	text-align:left;
}
.mail {
	text-decoration: none;
	color: #336633;
	font-weight:bold;
}

/* Links page */
ul#sites {
	width: 420px;
	padding-left: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sites a:hover {
		 color:#90e090;
}
#sites  a {
	text-decoration:none;
	color:#686868;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	background: url(images/greenbullet.gif) no-repeat 0 40%;
	padding-left: 20px;
}
#sites li {
		list-style-type:none;
		padding-bottom: 20px;
}
.centerText {
	margin: 0 auto;
	line-height: 1.7em;
	width:300px;
	text-align: center;
	font-weight:600;
}

.heading {
	font-weight: 600;
}
.thanks {
	margin: 0 auto;
	width: 500px;
	padding: 100px 0px 0px 50px;
	line-height: 2em;
	font-size: 1.4em;
	text-align: left;
	font-style: italic;
}
.server {
	margin: 0 auto;
	width:500px;
	padding: 0px 0px 0px 50px;
	line-height: 2em;
	font-size: 1.2em;
	text-align: left;
}
/* Map page */
#maplocWrapper {
	width: 461px;
	margin: 0 auto;
}
#maploc {
	width:461px;
	height:495px;
	border: solid 1px #336633;
}
/* Traffic report page */
#trafficWrapper {
	width: 461px;
	margin: 0 auto;
	}
#trafficReport {
	 width:461px; 
	 height: 495px; 
	 border: 1px solid #363;
}
/* Community News Page */
#topBox img,
#centreBox img,
#bottomBox img {
	position: relative;
	top:0;
	width:25%;
	border-left: #666666 solid 2px;
	border-top: #666666 solid 2px;
	border-bottom: #333333 solid 3px;
	border-right: #333333 solid 3px;
}
#leftPic1 {
	float:left;
	margin: 0% 0% 0% 0%;
	}
#leftPic2 {
	float:left;
	margin: -1.5% 0% 0% 1.5%; 
	}
#leftPic3 {
	float:left;
	margin: -1.5% 0% 0% 0%; 
	}
#rightPic1 {
	float: left;	
	margin: 0% 0% 0% 0%;
}
#rightPic2 {
	float: left;
	margin: -1.5% 0% 0% 0%; 
}
#rightPic3 {
	float: left;	
	margin: -1.5% 0% 0% 0%;
}

#box1, #box2, #box3 {
	float:left;
	position: relative;
	width:43%;
	max-height:140px;
	margin: 2% 5px 0% 5px;
	_margin: 0% 5px -2% 5px;
}
.boxTitle {
	font-size:10px;
	font-style:italic;
	font-weight:600;
	color:#363;
}
#mainImage img {
	display: none;
	position:absolute;
	top: 100px;
	width:50%;
	left:22.7%;
	border: solid 2px;
}
/* Admin Page */
ul#adminNav {
 	margin-left: 100px;
 	padding: 0px;
  	list-style-type: none;
}
ul#adminNav li {
  	float: none;
	padding-top: 5px;	 
}

ul#adminNav a:hover {
	color: #90e090;
}
ul#adminNav a {
	width: 200px;
	background: url(images/sidemenubg_on.gif) no-repeat;
	display: block;
	padding-left: 10px;
	font-weight: 600;
	margin-bottom: 3px;
	text-decoration: none;
	color: #ebebeb;
}
#adminWrapper {
	margin: 0 auto;
	width:490px;
	text-align:left;
}
#adminJobs, #adminSpace, 
#adminDiesel,#adminContact, 
#adminAccounts {
	
	width: 460px;
	height: 480px;
	background: #CBCBCB;
	color:#000000;
}
#adminNews {
	width: 480px;
	height: 660px;
	background: #CBCBCB;
	color:#000000;
}
form#picform1 label,
form#picform2 label,
form#picform3 label {
	display: block; 
	float: left; 
	width: 180px; 
	text-align: right;
	font-weight:bold; 
	}
#photo1,
#photo2 {
	width:280px;
}
#text {
	width: 272px;
	height: 100px;
}	
form#picform1 #upload1,
form#picform2 #upload2,
form#picform3 #upload3 {
	margin-left:274px;
}
form#adminbutton {
	margin-left:275px; 

}
#adminNews h2 {
	color:#000000;
	text-align:left;
	margin-left:20px;
}
/* Route Calc*/
#grouteWrapper {
	width:500px;
	margin: 0 auto;
}
#groute label {
	display: block; 
	float: left; 
	width: 100px; 
	padding: 0px; 
	text-align: right;  
	}
#groute {
	width:380px;
	margin:0 auto;	
}
#groute input {
	color: #686868;
	font-size:1em;
	width:80px;
	margin: 2px 0px 0px 5px;
	float: left; 
	background-color: #f0fef0; 	
}

#groute br {
	clear:left;
}