*{
	padding:0; 
	margin:0;
}

body{ 
	height:100%; 
	font-family: Tahoma, arial, sans-serif;
	background-color:#ffffff;
	font-size: 1em; 
}

#shadow-wrapper{ 
	margin:auto; 
	width:1000px; 
	min-height:550px; 
	background-color:#ffffff; 
	background-image:url(../images/wrapper-bg-gradient.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#wrapper{
	width:980px; 
	margin:auto; 
}

#header{
	float:left;
	margin:auto; 
	height:162px;
	width:978px;
	background-color: #990000;
	border-left:1px solid #ffffff;
}

/*** Menu Styles ***/

#menu-frame{
	float:left;
	margin:auto;
	width:980px;
	background-color:#ffffff;
	margin-bottom:20px;
}

#menu{
	margin:auto;
	width:978px;
	border-bottom:5px solid #999999;
	height:39px;
	background-color: #ededed;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
}

#menu ul{ 
	text-align:center;
	margin:auto; 
	display: inline; 
	list-style-type: none;	
}

#menu ul li{
	margin:auto; 
	font-family: Arial, Tahoma, sans-serif; 
	float:left;
	line-height:2.5em;
	background-image:url(images/menu-bg-item.gif);
	background-repeat:no-repeat;
	height:39px;
	border-right:1px solid #b6b6b6;
}

#menu ul li a{ 
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	text-align:center; 
	display: block; 
	text-decoration:none;
	font-size:14px;
}

#menu ul li a:hover {
	float:left;
	color:#000000;
	text-decoration:underline;
	background-image:url(../images/menu-rollover.jpg);
	height:39px;
}

/***  Main Content ***/

#main-content{
	width:980px;
	min-height:300px;
	float:left;
	margin:auto;
}

#content { 
	float:left; 
	background:#ffffff; 
	min-height:300px; 
	width:700px;
	margin-left:20px; 
}

#content li {
	padding:1px 1px 3px 18px;
	background-repeat:no-repeat;
	background-position: 8px -4px;
	color: #666666;
}

#content li a{
	/*color: #666666;*/
	text-decoration:none;
}

#content li a:hover{
	text-decoration:underline;
}

/*** Logos at bottom of page ***/

#logos{
	clear:both;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:20px;
}

.logo{
	margin-right:8px;
	border:0;
}


.air-freight, .logistics, .contact-us{
	float:right;
	margin:10px;
	margin-left:15px;
}

.about-us-people{
	float:left;
	margin:10px;
	margin-right:15px;
}

.logistics, .contact-us{
	margin-top:0px;
	margin-bottom:0px;
}

/*** right hand side feature pannels ***/

#features{
	float:right;
	width:217px;
	margin-left:0px;
	margin-right:20px;
}

#features p{
	margin:0; padding:0;
}

#features p.code{
	margin-top:5px;
}

#features .featured-link{
	height:54px;
	width:217px;
	background-image:url(../images/feature-link-bg.gif);
	margin-bottom:20px;
}

#features .featured-link p{ 
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Tahoma, Arial, sans serif;
	font-size:20px;
	color:#ffffff;
	padding-top:9px;
	text-align:center;
}

#features .featured-link p a:link, .featured-link p a:visited{
	text-decoration:none;
	color:#ffffff;
} 

#features .featured-link p a:hover{
	text-decoration:underline;
	color:#ffffff;
}

.input{
	border:1px solid #999999;
	margin:0;
	margin-bottom:6px;
}

.Surname {
	visibility: hidden;
}

/*** Heading Styles ***/

h1, h3, h4, h5{
	/*font-family: Georgia, "Trebuchet MS", tahoma, verdana, arial;*/
	font-family: Tahoma, verdana, arial;
	font-weight:normal;
	color: #333333;  
}

h1,h3{
	font-size: 20px; 
	line-height:1.4em;
	text-align:justify;
	margin-bottom:10px;
}

h1{
	text-transform:uppercase;
}

h1.index{
	text-transform:none;
}

h2{
	/*font-family: Georgia, "Trebuchet MS", tahoma, verdana, arial;*/
	font-family: Tahoma, verdana, arial;
	line-height:1.6em;
	font-size:16px;
	margin-bottom:10px;
	margin-top:15px;
	text-align:justify;
}

h1 a:link, h1 a:visited{color: #333333; }
h1 a:hover{text-decoration:underline;
	color: #333333;
}

h2.home{margin-top:0;}

h2 a:link, h2 a:visited{color:#009933; text-decoration:none;}
h2 a:hover{color:#009933; text-decoration:underline;}

h3{
	font-size:14px; 
	font-weight:bold;
	margin-bottom:10px;
}

#cas-track-login h4{
	visibility:hidden;
	margin-bottom:10px;
}

/*** Paragraph Styles ***/

p { 
	font-family: Tahoma, georgia, Arial, Helvetica, sans-serif;
	color: #666666; 
	font-size:.8em;
	line-height:1.7em;
	margin-bottom:10px;
	vertical-align:middle;
	text-align:justify;
}

p a:link, a:visited, ul li a:link, ul li a:visited{ 
	text-decoration:none;
	color:#990000;
}

p a:hover{ 
	text-decoration:underline;
}

/*** Other formatting styles ***/

ol{
	font-size:12px;
	margin-bottom:15px;
	margin-left:30px;
	line-height:1.8em;
}

ul.content{
	list-style-type:disc;
	margin-bottom:15px;
	margin-left:30px;
	font-size:12px;
	text-indent:0px;
}

.load-dis{font-size:11px;}

td{
	font-size:12px;
	color:#666666;
}
	
.form{
	color:#666666;
	font-family:tahoma,arial;
	margin-bottom:5px;
	vertical-align:middle;
}

/*** CAS Login box ***/

#cas-track-login{
	width:217px;
	height:173px;
	background-image: url(../images/cas-login-bg2.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:20px;
	font-weight:normal;
	font-size: 1.2em; 
	color: #009900;  
	line-height:2em;
}

#cas-track-login p{
	text-align:right;
	margin-right:20px;
	font-size:12px;
	color:#ffffff;
}

.login{
	border:0;
	margin-left:85px;
	margin-top:20px;
	background:none;
	color:#FFFFFF;
	cursor:auto;
}

.login a{}

.login a:hover{text-decoration:underline;}

/*** Photo collage on front page ***/

.front-feature-image{
	margin-top:20px;
	margin-bottom:20px;
}

/*** website footer ***/

#footer{
	clear:both;
	margin: 0 auto; 
	width:978px;
	height:30px;
	padding-top:10px;
	background:#b50000;
	border-top:5px solid #d02b2b;
	margin-top:15px;
}	

#footer p{
	font-size:12px;
	color:#ffffff;
	text-align:right;
	margin-right:20px;
}

#footer a{ 
	font-size:1em; 
	color:#ffffff; 
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff; 
	text-decoration:underline;
}
