body {
	margin:0px;
	padding:0px;
  text-align:center;
	background: url('../images/bg.png');
	background-repeat:repeat-x;

	font-family:verdana,helvetica,arial,sans-serif;
	}
#main {
	width:960px;

	border:0px solid red;
	margin:0 auto;

	}
a {
	color:#244778;
}

.clear {
	clear:both;
}

/* LOGIN */
#login {
	float:right;
	height:50px;
	clear:none;
	margin:0px;padding:0px;
	border:0px solid red;
	width:145px;
	color: #f0f0f0;
	text-align: right;
}
#login input {
 float:right;
}
#login .lfa {
	width:93px;
	height:28px;
	margin-top:12px;
	margin-right:5px;
	border:1px solid #263346;
	background: transparent;
	color:#b8b8b8;
	padding-left:5px;
	float:left;
}
#login .lfb {
	margin:10px 0px 0px 0px;
	width:93px;
	float:right;
}
#login label {position:absolute; top:0; left:0;}

.login-link {
	color: #f0f0f0;
	display: inline-block;
	margin-top: 14px;
}
.login-link li:first-child {
	padding-right: 4px;
}

.login-link li, .login-link li a {
	cursor: pointer;
	text-decoration: none;
	color: #f0f0f0;
	text-transform: capitalize;
	display: inline-block;
	font-size: 14px;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	outline: none;
}

.login-link li a:hover {
	text-decoration: underline;
}

/* MAIN MENU */
#mainmenu ul {
	margin:0px;padding:0px;
	list-style:none;
}
#mainmenu li {
	margin:0px;padding:0px;
	float:left;
	height:50px;

}
#mainmenu .mmb {
	display:block;
	height:50px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#mainmenu .mmb1 {
	background:url('../images/mm_home.png');
	width:55px;
}
#mainmenu .mmb1:hover {
	background-position:0 -50px;
}
#mainmenu .mmb2 {
	background:url('../images/mm_dashboard.png');
	width:98px;
}
#mainmenu .mmb2:hover {
	background-position:0 -50px;
}
#mainmenu .mmb3 {
	background:url('../images/mm_services.png');
	width:78px;
}
#mainmenu .mmb3:hover {
	background-position:0 -50px;
}
#mainmenu .mmb4 {
	background:url('../images/mm_about_us.png');
	width:81px;
}
#mainmenu .mmb4:hover {
	background-position:0 -50px;
}
#mainmenu .mmb5 {
	background:url('../images/mm_contact.png');
	width:75px;
}
#mainmenu .mmb5:hover {
	background-position:0 -50px;
}
#mainmenu .mmb6 {
	/* background:url('../images/mm_reference_materials.png'); */
	width:315px;
}
#mainmenu .mmb6:hover {
	background-position:0 -50px;
}



#mainmenu .mmb8 {
	background:url('../images/mm_careers.png');
	width:75px;
}
#mainmenu .mmb8:hover {
	background-position:0 -50px;
}





#mainmenu .mmb7 {
	background:url('../images/mm_tracking.png');
	width:50px;
}
#mainmenu .mmb7:hover {
	background-position:0 -50px;
}


#mainmenu .mmb9 {
	background:url('../images/mm_network.png');
	width:80px;
}
#mainmenu .mmb9:hover {
	background-position:0 -50px;
}


#mainmenu .current {
	background-position:0 -50px;
}

#header {
clear:both;
height:66px;
background:url('/images/phone_numbers.png');
background-repeat:no-repeat;
background-position:42% 50%;
}



#header .salogo {
	display:block;
	width:250px;
	height:66px;
	background:url('../images/star-asia_logo.png');
		background-repeat:no-repeat;
		background-position:left center;
		float:left;
}
#header .salogo a {
	display:block;
	width:151px;
	height:66px;
	text-indent:-9999px;
}

#header .oeclogo {
	display:block;
	width:127px;
	height:66px;
	background:url('../images/oec-group.png');
		background-repeat:no-repeat;
		background-position:center center;
		float:right;
}
#header .oeclogo a {
	display:block;
	width:127px;
	height:66px;
	text-indent:-9999px;
}

#header .globe {
	display:block;
	width:75px;
	height:66px;

		background:url('../images/sa-globeicon.png');
		background-repeat:no-repeat;
		background-position:left bottom;


	float:right;
}
#header .mapzbutton {
	width:58px;
	display:block;
	height:58px;
	overflow:hidden;
	text-indent:-99999px;
}


#welcomebox {
text-align:right;
color:white;
float:right;
width:140px;
vertical-align:center;
}

#welcomebox .logoutbutton {
	background: url('../images/logout.png');
  background-repeat:no-repeat;
  width:24px;
  height:24px;
  margin-left:10px;
  text-indent:9999px;
  overflow:hidden;
  float:right;
}

#welcomebox .dash-return {
	text-decoration: none;
	color: white;
}

#welcomebox .dash-return:hover {
	text-decoration: underline;
}

#welcomebox a {
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.logoutdiv {
	margin: 15px 10px;
}

#slide {
	clear:both;
	height:300px;
	width:960px;
	margin:10px 0px 10px 0px;
	border:1px solid #a5a5a5;
  border-radius:0.5em;
	box-shadow:inset 0 0 10px #dddddd;
}


.cancelbutton {
	background:url('../images/cancel.png');
	background-repeat:no-repeat;
	background-position:right center;
	height:28px;
	width:120px;
	text-align:right;
	padding-right:40px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
}

#dbminfo {
	margin:20px;
	text-align:left;
	font-size:9pt;
}

#dbminfo h1 {font-size:10pt;margin:0px;padding:0px;}
#dbminfo ul {list-style:square;margin:0px 10px 0px 10px;padding:15px;line-height:1.5em;vertical-align: middle;}
#dbminfo li {vertical-align: middle;}
#dbminfo .areturn {float:right;}
#dbminfo .icol1 {
display:block;
float:left;
width:450px;

}
#dbminfo .icol2 {
display:block;
float:left;
width:450px;
margin-left:10px;
}


#dbminfo p {
	clear:both;
}





#contentbox {
	border:1px solid #a4a5a5;
	border-top-left-radius:0.4em;
	border-top-right-radius:0.4em;
	border-bottom:0px solid #ffffff;
	background: #FFFFFF url('../images/cboxbg.png');
	background-repeat:repeat-x;
	background-position:0 0px;
	padding-top:0px;
	clear:both;
}



#contentbox #col3 {
	margin:0px 0px 0px 12px;
	width:300px;
	height:285px;
	float:left;
	border:0px solid blue;
	background-repeat:no-repeat;
	font-size:8pt;
}
#col3 .postTitleB a {
	width:285px;
	height:35px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url('/images/c3_img.png');
	background-repeat:no-repeat;
}
#col3 .hometwitter {
	border:0px solid red;
	text-align:left;
	font-size:7pt;
	color:#666666;
}
.hometwitter .rssitem a {text-decoration:none;}
.hometwitter .rssitem a:hover {text-decoration:underline;}

.hometwitter .rssitem { margin-bottom:1px;height:50px;padding:4px;}


.hometwitter .even {
background:url('/images/t_even.png');
background-repeat:no-repeat;

}
.hometwitter .odd {
background:url('/images/t_odd.png');
background-repeat:no-repeat;
color:black;

}
.moretweet {
overflow:hidden;
background:url('/images/icon_read_more.png');
background-repeat:no-repeat;
width:16px;
height:16px;
text-indent:-999px;
display:block;
float:right;
}


#contentwrapper1 .aboutusp {
	margin:20px;
	text-align:left;
}




#footer {
clear:both;
height:60px;
width:960px;
background: url('../images/footer_bg.png');
background-repeat:repeat-x;
color:#333333;
font-size:8pt;
}
#footer .ftext {
width:760px;
border:0px solid red;
float:left;
padding-top:20px;
}
#cpat {
background: url('../images/cpat.png');
background-repeat:no-repeat;
background-position:center center;
width:100px;
height:60px;
float:left;
display:block;
}
.iconz {
background: url('../images/icons.png');
background-repeat:no-repeat;
width:16px;
height:16px;
overflow:hidden;
display:inline-block;
}
.docsicon {
background-position:-64px 0px;
margin-right:5px;
}
.rssicon {
background-position:-128px 0px;
margin-right:5px;
}
.invicon {
background-position:-112px 0px;
margin-right:5px;
}
.volicon {
background-position:-144px 0px;
margin-right:5px;
}
.commicon {
background-position:-80px 0px;
margin-right:5px;
}
.noteicon {
background-position:-96px 0px;
margin-right:5px;
}
.trackicon {
background-position:0px 0px;
margin-right:5px;
}





#servicesbox {
background: url('../images/services_01.png');
background-repeat:no-repeat;
width:960px;
height:400px;
display:block;
	 border-radius:0.4em;

}
#aboutusbox {
background: url('../images/about_us_01.png');
background-repeat:no-repeat;
width:960px;
height:400px;
display:block;
	 border-radius:0.4em;

}


#contactusbox {
background: url('../images/contact_us_00.png');

background-repeat:no-repeat;
width:960px;
height:400px;
display:block;
	 border-radius:0.4em;

}
#contactuscont h1 {
	text-indent:-99999px;
    text-align:left;
    margin:0px;padding:0px;
    font-size:12pt;
    height:35px;
}
#contactuscont .address {
    font-family: 'Palanquin', sans-serif;
    float: left;
    padding: 10px 15px;
    text-align: left;
	min-height: 231px;
	width: 20%;
}
#contactuscont .address h2 {
    color: #244778;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
#contactuscont .address p {
    color: #555;
    font-size: 18px;
}



.scontcol1 {
	width:450px;
	float:left;
	border:0px solid green;
	margin-left:20px;
}

.scontcol2 {
	width:450px;
	float:left;
	border:0px solid red;
	margin-left:15px;
}

#contactformbutton {

background: url('../images/icon_form.png');
background-repeat:no-repeat;
background-position:right center;
width:120px;
height:48px;
display:inline-block;
margin:10px 10px 0px 0px;
text-align:left;
padding-right:50px;
color:#666666;
font-size:9pt;
cursor: pointer;
}


/* #contentwrapper1 {
	height:350px;
} */

#contentwrapper2 {
/*height:500px;*/
font-size:8pt;
min-height: 677px;
}

#contentwrapper2 h1 {
	text-indent:-99999px;

	height:35px;
	text-align:left;
	margin:0px;
	padding:0px;}

.h1services {
 background:url(/images/h1_services.png);
 background-repeat:no-repeat;
}
.h1refmat {
 background:url(/images/h1_reference_material.png);
 background-repeat:no-repeat;
}
.h1aboutsa {
 background:url(/images/h1_about_star_asia.png);
 background-repeat:no-repeat;
}
.h1contactus {
 background:url(/images/h1_contact.png);
 background-repeat:no-repeat;
}

.h1careers {
 background:url(/images/h1_careers.png);
 background-repeat:no-repeat;
}

.rm_titles {text-align:left;font-size:10pt;font-weight: bold;}
.rm_link a {color:#333333;font-size:9pt;;display:block;margin-left:50px;}
.rminfo{font-size:9pt;margin:10px 20px 10px 20px;}
#contentwrapper2 p {text-align:left;}
.toolsinfo{
	font-size:10pt;
	text-align:left;
}
.toolsinfo h4 {margin:10px 0px 10px 20px;}
.toolsinfo p {margin:20px;}

#contentwrapper3 .aboutusp {
	margin:20px;
	text-align:left;

}


#contentwrapper3 h1 {
	text-indent:-99999px;
	height:35px;
	text-align:left;
	margin:0px;
	padding:0px;
	}
#contentwrapper3 p {text-align:left;}




/* START CONTACT FORM */
#contactform {
	color:#244778;
	text-align:left;
}
#contactform form {
	background: url('../images/asia_blue.png');
	background-repeat:no-repeat;
	background-position:right top;
}
#contactform h1 {
	margin:0px 0px 0px 20px;
	font-size:14pt;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-left: 20px;
}
#contactform table {
	color:#244778;
	margin: 88px 20px;
}
#contactform table th,td { padding:0px; }

#contactform table th {
	font-size:12pt;
	font-weight:normal;
	text-align:right;
	width:130px;
}
#contactform input.fa {
	width:300px;
	height:50px;
	margin:5px;
	padding:5px;
	border: solid 1px #244778;
	border-radius: 2px;
}
#contactform textarea.fb {
	width:300px;
	height:200px;
	margin:5px;
	padding:5px;
	border: solid 1px #244778;
	border-radius: 2px;
}

#cfbutton {
	padding: 4px 14px;
	border: solid 1px #244778;
	border-radius: 2px;
	margin-left: 5px;
}
.breturn {float:right;margin:0px 20px 0px 0px;}
/* END CONTACT FORM */


#referencebox {
background: url('../images/reference_materials_02.png');
background-repeat:no-repeat;
width:960px;
height:400px;
display:block;
	 border-radius:0.4em;

}

.rfimg {
	text-align: left;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	margin-left: 30px;
	width: 100%;
}
.h1cartonmarking {
	text-indent:-9999px;
	text-align:left;
	margin:0px;padding:0px;
	height:35px;
	background:url(/images/h1_carton_markings.png);
	background-repeat:no-repeat;
	}
.quicktrackbutton {
float:left;
clear:none;
}
#quicktrackform {
		border:0px solid red;
		text-align:center;
		margin:0px;
		padding:0px;
}
#quicktrackform h3 {margin:0px auto; padding:0px;text-align:center;}
#quicktrackform table {
	margin:0 auto;
}
#quicktrackbutton {
	background: url('../images/quicktrack_icon.png');
background-repeat:no-repeat;
background-position:0 0;
height:50px;
display:inline-block;
overflow:hidden;
width:120px;
cursor:pointer
}

.qtactivated {
		background-position:0 -50;
}


#qtresults {
	width:80%;
	min-width: 750px;
	height:400px;
	overflow-y:scroll;
	font-size:8pt;
	z-index:3000;
	position:absolute;
  	background:#ffffff;
	top: 31%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 16px;
}

#qtresults table tbody tr th {
	text-align: center;
	padding: 2px 0px;
}

#qtheader {
	background: url('../images/star-track-quickform.png');
background-repeat:no-repeat;
width:330px;
height:25px;
display:block;
text-align:center;
text-indent:-9999px;
overflow:hidden;
margin:0 auto;
	}
#qtresults td {
	font-size:8pt;
	text-align:center;
	padding-top: 4px;
	vertical-align: top;
}
#qtresults .jqmClose {float:right;width:100px;height:16px;display:block;overflow:hidden;background:url('/images/icon_close.png');background-repeat:no-repeat;background-position:right center;padding-right:20px;background-size: 10px;}
#qtpu span{
	border:1px solid black;
	height:20px;
	width:160px;
		float:left;
}
#qtpu {font-size:9pt;}
#qtpu .jqmClose{float:right;clear:none;}
#qtpu li.qtpuh { color:#666666; font-weight:bold;}
#qtdetailbox {
	font-size:8pt;
}
#qtdetailbox table,th,td{
	font-size:8pt;
}
#qtdetailbox th {background:#0c336a;color:white;}
#qtresults .detail_header {font-size:14pt;font-weight:bold;color:#0c336a;text-align:left;}
#stlink {
	float:right;
}
#stlink a {
color:white;
font-size:8pt;
text-decoration:none;
margin:10px 300px 0px 0px;
}
#followbuttons {
width:80px;
padding:0px;
border:0px solid #e1e1e1;
float:right;
height:60px;
margin-top:10px;
margin-right:10px;
overflow:hidden;
text-align:center;
font-size:8pt;
color:#999999;
}
.twittericon {
	display:inline-block;
	width:30px;
	height:30px;
	margin:0px;
	cursor:hand;
	overflow:hidden;
	text-indent:-99999px;
	font-size:7pt;
	background:url('/images/icons.png');
	background-repeat:no-repeat;
	background-position:0 -100px;
	border:0px solid green;
}
.linkedinicon {
	display:inline-block;
	width:30px;
	height:30px;
	margin:0px;
	cursor:hand;
	overflow:hidden;
	text-indent:-99999px;
	font-size:7pt;
	background:url('/images/icons.png');
	background-repeat:no-repeat;
	background-position:-30px -99px;
	border:0px solid green;
}
.twittericon:hover {background-position:0 -69px;	}
.linkedinicon:hover {background-position:-30 -69px;}



#contentform h2 {
	margin:10px;
	padding:0px;
	color: #244778;
	text-align:left;
	font-size:12pt;
}
#msa-profile {
    color: #244778;
    border:0px solid green;
}
#contentbox label { text-align:right; }
#msa-profile .msa-formtxt { color: #244778;text-align:right;font-size:12pt;font-weight:normal; }

#ppform  td {
	padding:5px;
}

#ppform h1 {
	color:#244778;
	font-size:12pt;
	margin:0px;
	padding:0px;
}
.aright {
	text-align:center;
}
.ppbutton {
	width:50px;
	height:25px;
	font-size:9pt;
	padding:3px;
	text-transform:uppercase;

	background-color:#feba00;
	cursor: pointer;
	cursor: hand;
}

/* quicktrack */

.formbuttonA {
	background:#9ea9b8;
	font-size:8pt;font-weight:bold;
	border:0;margin:0px;padding:0px;width:100px;height:25px;color:white;
	text-transform:uppercase;
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin-top: 4px;
}

.inputs {
	border: 1px solid #EEEEEE;
	margin-top: 10px;
	padding-right: 5px;
	padding-top: 4px;
}

/* sign up modal */
.tab-content a, .secondary-signup, .reset-password, .forgot-password, .cancel-reset {
	text-decoration: none;
}

.secondary-signup, .reset-password, .forgot-password, .cancel-reset {
	cursor: pointer;
	display: inline-block;
	color: #337ab7;
	text-decoration: none;
}

.secondary-signup:hover, .reset-password:hover, .forgot-password:hover, .cancel-reset:hover {
	color: #23527c;
	text-decoration: underline;
}

#loginForm #message {
	margin-bottom: 20px;
}