ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

html {height: 100%;}

body  {
	background-color: #FFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.6em;
	position: relative;
	height: 100%;
}

/* ------------------------- Basic HTML Elements-------------------------------- */

a:link, a:visited   	{text-decoration: underline; color: #990000;}
a:hover  	{text-decoration: none; color: #F06000;}
a:active 	{text-decoration: none; color: #F06000;}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

a img {border: 0px; text-decoration: none;}

img {border: 0px;}

form {margin: 0px; padding: 0px;}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.6em;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.6em;
}

/*table td p {margin: 0;}
table td h1, table td h2, table td h3, table td h4, table td h5, table td h6 {margin: 0;}*/

blockquote {
	font-weight: bold;
	color: #333;
	font-style: italic;
	margin: 15px 0px 15px 20px;
}

ul {
  	padding: 0px;				
	background: transparent;
	margin: 20px 0px 20px 30px;
}

ul li {
	line-height: 1.3em;
	list-style-image: url(../images/list-bullet.gif);
	color: #666;
}

hr {
	color: #FFF;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dashed #8F8F8F;
	border-top: 0px;
}

input {
	background: #f2f2f2;
	border: 1px solid #990000;
	width: 120px;
	height: 18px;
	padding: 3px 0px 0px 2px;
	font-size: 10px;
	color: #666;
}

textarea {font-size: 11px;}

h1, h1.hometitle, h1.incotermsTitle {
	background: #FFF url(../images/red-arrow.gif) no-repeat 0px 3px;
	color: #666;
	margin: 10px 0px 15px 0px;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	height: 20px;
}

h1.hometitle {
	margin: 55px 0px 5px 0px;
	font-size: 12px;
	height: auto;
}

h1.incotermsTitle {
	margin: 0px 0px 30px 10px;
}

h2, h2.incotermsTitleh2 {
	margin: 20px 0px 20px 0px;
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}

h2.incotermsTitleh2 {
	font-size: 18px;
	margin: 0px 10px 20px 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
}


h3 {
	margin: 15px 0px 15px 0px;
	font-weight: bold;
	font-size: 13px;
	color: #999;
}


h4 {
	margin: 10px 0px 60px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #953C00;
	height: auto;
}


h5 {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #F06000;
	border-bottom: 1px solid #F06000;
}


h6 {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #CC6600;
}

/* ------------------------- Specific DIVs -------------------------------- */

/* #center DIV used to center align everything in the browser window - 
Work around for IE 5, IE 5.5 */

div#center {
	width: 100%;
	text-align: center;
	background: transparent;
}


/* ------------------------- header -------------------------------- */

#header {
	width: 776px;
	height: 73px;
	background: #F1F1F2 url(header-bg.jpg) no-repeat bottom right;
	color: #FFF;
	margin: 6px auto 0px auto;
	text-align: right;
	position: relative;
}

#headerIncoterms {
	width: 776px;
	height: 73px;
	background: #F1F1F2 url(../images/header-bg.jpg) no-repeat bottom right;
	color: #FFF;
	margin: 0px auto 30px auto;
	text-align: right;
	position: relative;
}

#header a.homeLink:link, #header a.homeLink:visited {
	display: block;
	background: url(home-bg.gif) no-repeat right;
	width: 37px;
	color: #FFF;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 15px;
	right: 0px;
	text-decoration: none;
}

#header a.homeLink:hover {
	background: url(home-bg2.gif) no-repeat top right;
	color: #FFF;
}

#header a.contactLink:link, #header a.contactLink:visited {
	display: block;
	background: url(home-bg.gif) no-repeat top right;
	color: #FFF;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	position: absolute;
	top: 33px;
	right: 0px;
}

#header a.contactLink:hover {
	background: url(home-bg2.gif) no-repeat top right;
	color: #FFF;
}

#header img {float: left;}


/* ------------------------- main content -------------------------------- */

#contentArea {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #CECECE;
	margin: 0 auto 0 auto;
	position: relative;
 	/* WIN IE5 hack */
  	width:776px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	
	width:774px; /* correct width */
}

#contentAreaIncoterms {
	border-right: 0px solid #000;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background: #FFF;
	margin: 0px auto 0px auto;
	width: 100%;
	padding: 25px 0px 35px 0px;
}

/* ------------------------- header -------------------------------- */

#contentArea #headerImg, #contentArea #headerImgHome {
	background: #FFF;
	margin: 0px 0px 0px 190px;
	border-bottom: 1px solid #B2B2B2;
	height: 170px;
	width: 584px;
}

#contentArea #headerImgHome {border-bottom: 0px;}

#contentArea #headerImg img, #contentArea #headerImgHome img {margin: 0px; padding: 0px;}

/* ------------------------- content section ----------------------- */

#contentArea #content {
	background: #FFF;
	margin: 0px 0px 0px 190px;
	padding: 20px 17px 15px 25px;
	height: auto;
}

#contentArea #content table.text {
	background: #FFF;
	width: 535px;
	height: 235px;
	text-align: left;
}

#contentArea #content table.text td {
	vertical-align: top;
}

/* ------------------------- home page section ----------------------- */

table.contentHome {
	background: red url(../images/header-home-btm.jpg) no-repeat top left;
	padding: 0px 0px 0px 0px;
	width: 100%; 
	height: 162px;
}

table.contentHome td.leftcolHome {
	width: 190px;
	background: #EEEEEE url(../images/side-map.jpg) repeat-y top right;
	border-top: 1px solid #B2B2B2;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

table.contentHome td.leftcolHome h1 {
	color: #999;
	background: url(../images/news.gif) no-repeat 0px 5px;
	font-size: 14px;
	margin: 7px 0px 10px 5px;
	padding: 2px 0px 2px 18px;
}

table.contentHome td.leftcolHome h2 {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	line-height: normal;
}

table.contentHome td.leftcolHome a:link, table.contentHome td.leftcolHome a:visited {
	color: #F06000;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	background: url(../images/red-bullet.gif) no-repeat 0px 1px;
	padding-left: 8px;
}

table.contentHome td.leftcolHome a:hover {
	color: #FF6600;
	background: url(../images/red-bullet.gif) no-repeat 0px 1px;
}

table.contentHome td.leftcolHome p {
	width: 135px;
	color: #000;
	font-size: 9px;
	line-height: 1.3em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0px 10px 15px;
}

table.contentHome td.content {
	background: #FFF url(../images//header-home-btm.jpg) no-repeat top left;
	padding: 0px 25px 30px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

table.contentHome td.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0px 20px 0px;
}

/* ------------------------- leftCol -------------------------------- */

#contentArea #leftCol {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 190px;
	background: #FFF url(../images/side-map.jpg) repeat-y top right;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	padding: 0px 0px 20px 0px;
}

#contentArea #leftCol h1 {
	color: #999;
	background: url(../images/spanner.gif) no-repeat 0px 1px;
	font-size: 14px;
	margin: 8px 0px 15px 5px;
	padding: 3px 0px 2px 25px;
	text-align: left;
}

#contentArea #leftCol a:link, #contentArea #leftCol a:visited  {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

#contentArea #leftCol a:hover {
	color: #F06000;
}

#contentArea #leftCol p {
	margin: 10px 10px 10px 10px;
	color: #000;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
}
#contentArea #leftCol p span {color: #666;}

/* ------------------------- footer -------------------------------- */

#footer {
	width: 774px;
	border: 1px solid #000;
	border-top: 0px;
	background: url(../images/footer-bg.jpg) repeat-y top left;
	height: 48px;
	clear: both;
	margin: 0px auto 0px auto;
	position: relative;
}

#footer p {
	font: 9px Arial;
	color: #FFF;
	margin: 0px 0px 0px 10px;
	padding-top: 7px;
	text-align: left;
}

#footer p a:link, #footer p a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer p span {color: #CCC;}

#footer img.logo {
	position: absolute;
	top: 7px;
	right: 8px;
	margin: 0px;
}

/* ------------------------- content styles -------------------------------- */

a.smallLink:link, a.smallLink:visited {
	color: #953C00;
	text-decoration: none;
	font-size: 9px;
}

a.smallLink:hover {text-decoration: none; color: #F06000;}
a.smallLink:active {text-decoration: none;}

/* ------ home page links ---------------- */

table.toolLinks {
	width: 525px;
	background: transparent;
	border: 0px;
	margin: 10px 0px 0px 5px;
}

table.toolLinks td.toolsheader {
	background: #FFF url('../images/spanner-grey.gif') no-repeat bottom left;
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0px 3px 32px;
}

table.toolLinks td.toolsbg1, table.toolLinks td.toolsbg2, table.toolLinks td.toolsbg3 {
	background: transparent url('../images/weight-converter1.gif') no-repeat bottom left; 
	width: 175px;
	height: 62px;
}
table.toolLinks td.toolsbg2 {background: transparent url('../images/currency-converter2.gif') no-repeat bottom left;}
table.toolLinks td.toolsbg3 {background: transparent url('../images/payment2.gif') no-repeat top left;} 

table.toolLinks td a.weightConverter, table.toolLinks td a.currencyConverter, table.toolLinks td a.payment {
	display: block;
	width: 165px;
	height: 62px;
	background: transparent url('../images/weight-converter.gif') no-repeat bottom left;
	text-decoration: none;
	margin-top: 0;
}

table.toolLinks td a.currencyConverter {background: transparent url('../images/currency-converter.gif') no-repeat bottom left;}
table.toolLinks td a.payment {background: transparent url('../images/payment.gif') no-repeat bottom left;}

table.toolLinks td a:hover {background-image: none;}

/* ------ weight converter styles ---------------- */

table.converter {
	width: 240px;
	border: 0px;
	margin-left: 20px;
}

table.converter td.titleWeight {
	background: #990000;
	color: #FFF;
	font-weight: bold;
	padding: 2px 0px 2px 4px;
	border-bottom: 1px solid #000;
}

table.converter td.inputFields {
	background: #FFF;
	padding: 3px 0px 3px 0px;
	text-align: left;
	width: 60px;
}

table.converter td.inputButtons {
	background: #FFF;
	padding: 4px 0px 4px 0px;
	text-align: left;
}

table.converter td.wieghtInfo {
	background: #FFF;
	padding: 3px 0px 3px 9px;
	text-align: left;
	color: #333;
	width: 180px;
}

input.buttons {
	background: #cacacb;
	border: 1px solid #990000;
	border-bottom: 2px solid #990000;
	border-right: 2px solid #990000;
	width: 60px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	cursor: hand;
}

/* ------ container page styles ---------------- */

table.container {
	background: transparent;
	border: 0px solid #D2D2D2;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
	width: 520px;
}

table.container td {
	border: 1px solid #D2D2D2;
	padding: 2px;
    font-size: 9px;
}

table.container td.headingmain {
	background: #990000;
	font-size: 11px;
	font-weight: bold; 
	color: #FFF;
	padding: 3px;
	border: 0px solid #173179;
	text-align: center;
}

table.container td.heading {
	background: #CCC;
	font-size: 10px;
	font-weight: bold; 
	color: #000;
	padding: 3px;
    border: 0px;
    border-bottom: 1px solid #666;
}

table.container td.headingb {
	font-weight: bold;
	padding-right: 5px;
}

table.container td.noborders {
	border: 0px;
	background: transparent;
	padding: 0px;
	margin: 0px;
	height: 5px;
}

table.container td.emptycells {
	border: 0px;
	background: #173179;
	padding: 0px;
	margin: 0px;
}

table.container td.specifications {
	font-style: italic;
	font-size: 10px;
	background: #e9e9e9;
}

table.container td.containerimg {
    text-align: center;
    border: 1px solid #d2d2d2;
    background: #fff;
    padding: 5px 0px 5px 0px;
}

table.container td.containerimg img {
    vertical-align: middle;
}

/* ------ booking form styles ---------------- */

table.quote {
	width: 400px;
	background: #FFF;
	margin-bottom: 20px;
}

table.quote td {vertical-align: middle;}

table.quote td.left {
	padding: 2px 3px 2px 0px;
	text-align: right;
	font-weight: 200;
	width: 300px;
}

table.quote td.formfields {
	padding: 2px 0px 2px 5px;
	text-align: left;
}

table.quote td.formfields input.formDetials {width: 220px;}

table.quote td.formfields input.txtFieldsSmall {width: 120px;}

table.quote td.formfields .textareas {
	width: 220px;
	height: 80px;
	background: #f2f2f2;
	border: 1px solid #990000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 3px;
}

table.smallTable {
	background: #fff;
	width: 90%;
	margin: 0px 0px 0px 0px;
}

table.smallTable td {
	color: #333;
	padding: 2px 0px 2px 7px;
}

table.smallTable input {
	background: #fff;
	width: 20px;
	height: 20px;
	border: 0px;
}

table.accept {
	background: #fff;
	width: auto;
	margin: 0px auto 0px auto;
}

table.accept input {
	background: #fff;
	width: 20px;
	height: 20px;
	border: 0px;
}

table.accept td {
	padding: 3px;
}

table.accept input.buttons, table.accept input.buttonsLong {
	background: #cacacb;
	border: 1px solid #990000;
	border-bottom: 2px solid #990000;
	border-right: 2px solid #990000;
	width: 60px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	cursor: hand;
}

table.accept input.buttonsLong {width: 100px;}

/* ------ incoterms page styles ---------------- */

table.incoterms {
	background: transparent;
	border: 0px solid #D2D2D2;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px auto 30px auto;
}

table.incoterms span {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
}

table.incoterms th {
	border: 0px solid #FFF;
	background: #D2D2D2;
	vertical-align: middle;
	color: #990000;
	font-weight: normal;
}

table.incoterms td {
	border: 0px solid #D2D2D2;
	padding: 3px 0px 3px 0px;
    font-size: 9px;
	text-align: center;
	background: #FFF;
}

table.incoterms th.terms {
	background: #D2D2D2 url(_templateFiles/orange2-bullet.gif) no-repeat right;
	font-size: 13px;
	font-weight: bold; 
	color: #990000;
	padding: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

table.incoterms th.services {
	background: #990000 url(_templateFiles/orange2-bullet.gif) no-repeat right;
	font-size: 11px;
	font-weight: bold; 
	color: #FFF;
	padding: 5px 0px 5px 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

table.incoterms th.topHeaders, table.incoterms th.ddp {
	font-weight: normal;
	font-style: oblique; 
    border-bottom: 1px solid #000;
	border-right: 0px dashed #f2f2f2;
	border-top: 1px solid #000;
	width: 75px;
	vertical-align: top;
	padding: 3px;
}

table.incoterms th.ddp {border-right: 1px solid #000;}

table.incoterms th.whoPays, table.incoterms th.whoPaysLast {
	font-weight: normal; 
    border-right: 1px solid #666;
	vertical-align: middle;
	background: #666;
	color: #FFF;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #000;
}

table.incoterms th.whoPaysLast {border-right: 1px solid #000;}

table.incoterms th.sideHeaders , table.incoterms th.sideHeadersBtm {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #990000;
	text-align: right;
	padding: 5px 4px 5px 4px;
	color: #FFF;
}

table.incoterms th.sideHeadersBtm {border-bottom: 1px solid #000;}

table.incoterms td.buyer {
	background: #B7B4B1;
	color: #333;
}

a.returnToSite:link, a.returnToSite:visited  {
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
	text-decoration: none;
}

