* {
	margin: 0;
	padding: 0;
	/*border: 1px red solid;*/
}

img {
	border-style: none
}

body {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/header_bg.jpg) no-repeat 50% 0px;
}

#container {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#home #container {
	background: url(images/container_bg.jpg) no-repeat 50% 120px;
}

#menubar {
	font-size: 11px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 99;
	height: 30px;
	clear: both;
	top: 90px;
	left: 0;
	width: 100%;
}

#menubar ul {
	line-height: 30px;
}

#menubar ul li {
	list-style: none;
	float: left;
	border-right: 1px solid white;
}

#menubar ul li a {
	padding: 0 1em;
	text-decoration: none;
	color: white;
}

#menubar ul li ul {
	display: none;
}

#menubar ul li:hover ul, #menubar ul li.over ul {
	display: block;
	z-index: 1000;
}

#menubar ul li ul li {
	float: none;
	display: inline;
	

/* for IE6 */
	border-right: none;
}

#menubar ul li ul li a {
	display: block;
}

#menubar ul li.over, #menubar ul li:hover {
	background: url(images/blue_bar_dark.jpg) repeat-x;
}

#menubar ul li.over a, #menubar ul li:hover a {
	color: #f7ff8d;
}

#menubar ul li.over ul li a, #menubar ul li:hover ul li a {
	color: black;
	border-right: none;
	border-bottom: 1px white solid;
	background-color: #E8ECFF
}

#menubar ul li ul li.over, #menubar ul li ul li:hover {
	background-image: none
}

#menubar ul li ul li a:hover {
	background-color: #670000;
	color: white
}

#lang {
	position: absolute;
	color: #a0a4ca;
	height: 30px;
	right: 0;
	top: 9px;
}

#menubar form button {
	vertical-align: middle;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: none;
}

#header  {
	margin-bottom: 45px;
	height: 90px
	}


#logo {
	float: left;
}

#logo a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 9px;
	height: 74px;
	width: 270px;
	background: url(images/transnet_logo.gif) no-repeat 0px 0px;
}

#topmenu {
	line-height: 20px;
	padding-top: 2px;
}

#topmenu ul {
	float: right;
	list-style: none;
	margin-right: 10px;
}

#topmenu li {
	clear: both;
}

#topmenu a {
	padding-left: 25px;
	color: #840401;
	text-decoration: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	float: left;
	display: block;
	clear: both;
	height: 20px;
	margin: 1px 0 0 0;
}

#topmenu a:hover {
	color: black;
}

#topmenu a.contact {
	background-image: url(images/topmenu_contact.gif);
}

#topmenu a.track {
	background-image: url(images/topmenu_track.gif);
}

#topmenu a.quote {
	background-image: url(images/topmenu_quote.gif);
}

#topmenu a.news {
	background-image: url(images/topmenu_news.gif);
}

#topmenu a.rating {
	background-image: url(images/topmenu_rating.gif);
}

#topmenu a.jobs {
	background-image: url(images/topmenu_jobs.gif);
}

#topmenu a.site {
	background-image: url(images/topmenu_sitemap.gif);
}

body.global #footer {
}

#footer {
	clear: both;
	text-align: center;
	width: 980px;
	margin: 0 auto 10px auto;
	padding-top: 5px;
	border-top: 3px solid #3e50c0;
}

#footer li {
	display: inline;
	padding: 0 2em;
	border-left: 1px #dfdfdf solid;
}

#footer a {
	text-decoration: none;
	color: #7F7F7F;
}

#footer a:hover {
	color: black;
}

#footer li:first-child {
	border-left: none;
}

/* home */

body#home #fader_image_div {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

body#home .intro {
	line-height: 1.5;
	width: 760px;
}

body#home #montage {
	/* background: url(images/home_montage_grid.gif) no-repeat 0 0;*/
	position: relative;
	float: right;
	padding: 10px;
	margin-left: 10px;
	width: 330px;
	height: 860px;
}

body#home #montage div {
	padding: 10px 10px 0;
	overflow: hidden;
	visibility: visible
}

body#home #montage.ani div {
	visibility: hidden
}

body#home #montage img {
	margin-right: 20px;
}

body#home #montage .second, body#home #montage .fourth {
	margin-left: 30px;
}

body#home h2  {
	color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.25em;
	border-bottom: 1px solid #ddd
	}

body#home h3 {
	font-size: 12pt;
	margin-bottom: .5em;
}

body#home #track label {
	float: left;
	display: block;
	width: 7em;
}

body#home #rightside {
	text-align: justify;
	position: absolute;
	top: 145px;
	right: 10px;
	width: 200px
}

body#home #rightside #news ul {
	margin-left: 2em;
}

body#home #rightside #news ul a {
	display: block;
	background: none;
	border: none;
}

body#home #rightside #news ul a:hover {
	background-color: whitesmoke;
}

body#home #rightside #news ul .date {
	color: #666;
}

body#home #rightside #news ul .title {
	display: block;
}

/* content */

.content {
	padding: 0 0 1em;
}

.content p {
	line-height: 2;
	margin-left: 10px;
}

.content table {
	margin-left: 10px;
}

th {
	text-align: left;
	color: white;
	background-color: #666;
	border-left: 1px white solid
}

th.two {
	background-color: whitesmoke;
	color: #666;
	border-bottom: 1px #666 solid;
}

td, th {
	padding: 5px
}


blockquote {
	margin: 0 2em 1em 2em
}

.intext {
	font-style: italic;
	color: #666;
}

.content ul, ol, #rightside ul, .intro ul {
	margin-left: 4em;
	margin-bottom: 1em;
}

.leftside {
	float: left;
	width: 210px;
}

.leftside h1 {
	color: white;
	background: #666666;
	height: 40px;
	padding-left: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.rightside {
	float: right;
	width: 770px;
}

.rightside li {
	list-style-type: square;
}

.rightside li li {
	list-style-type: circle;
}

.rightside h2 {
	color: #666666;
	background: #eee;
	height: 40px;
	margin-bottom: .75em;
	padding-left: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.rightside h3, legend {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12pt;
	letter-spacing: 3px;
	padding-left: 10px;
	margin-bottom: .75em;
}

.rightside h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	letter-spacing: 1px;
	padding-left: 10px;
	margin-bottom: .75em;
}
.rightside h5,
.rightside h6 {
	padding-left: 10px;
}
.intro a, #news ul a, .rightside * a {
	color: #0E2684;
	background-color: #eee;
	padding: 0 .25em;
	text-decoration: none;
	border-bottom: 1px #C1C6D9 solid
}

.intro a:hover, .rightside * a:hover {
	background-color: #eee;
	color: black;
	border-color: black;
	text-decoration: none;
}

/* general */

p, table, fieldset {
	margin-bottom: 1em;
	text-align: justify;
}

.content li, #rightside li {
	margin-bottom: .5em;
}

fieldset {
	padding-top: 10px;
}

label {
	float: left;
	clear: left;
	width: 100px;
	margin-right: 10px;
	text-align: left;
	line-height: 1.25em;
}

body#rating .content label {
	width: 35%;
	font-weight: bold;
}

body#rating .content form p {
	border-bottom: 1px whitesmoke solid;
}

.content input, .content textarea {
	vertical-align: middle;
	margin: 0px 5px;
}

form p {
	clear: both;
}

.right {
	text-align: right;
}

.float_right {
	float: right;
	margin-left: 15px;
}

.clear_right {
	clear: right;
}

.rightside a:link {
	color: #1a2a7e;
	text-decoration: none;
}

.larger {
	font-size: 125%
}

.smaller {
	font-size: 85%;
}

fieldset {
	border: 0;
	float: left;
	width: 45%;
	margin-right: 4%;
}

.nofloat {
	float: none;
}

/* body.genserv .content, body.genserv #footer */

ul.submenu {
	padding-top: 5px;
	list-style: none;
	margin: 0;
	font: 11pt Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
}

ul.submenu li {
	border-bottom: 1px #ddd solid;
	text-align: left;
}

ul.submenu li a {
	padding-left: 10px;
	color: #666;
	display: block;
	text-decoration: none;
}

ul.submenu li a:hover {
	color: black;
}

ul.submenu ul {
	margin: 2px 0 8px 10px;
}

ul.submenu ul li {
	border-bottom: none;
	font-size: 8pt;
	line-height: 1;
	list-style: none;
	margin-left: 0em;
}

body.genserv#oceanfreight .submenu a.oceanfreight,
body.genserv#airfreight .submenu a.air,
body.genserv#surface .submenu a.surface,
body.genserv#warehousing .submenu a.warehousing,
body.genserv#customs .submenu a.customs,
body.genserv#logistics .submenu a.logistics,
body.global#russia .submenu a.russia,
body.global#china .submenu a.china,
body.sil#hh .submenu a.hh,
body.sil#industrial .submenu a.industrial,
body.sil#procurement .submenu a.procurement,
body.sil#project .submenu a.project,
body.mm#docs .submenu a.docs,
body.mm#abbr .submenu a.abbr,
body.mm#index .submenu a.index {
	font-weight: bold;
	color: black
}

body.sil .content h1    {
	background-color: #FC7B37
	}


body.sil .content h2  {
	color: #FC7B37
	}


body#hh.sil .rightside li {
	list-style-image: url(images/star.gif);
}

body.global .content h1 {
	background-color: #c80505;
}

body.global .content h2 {
	color: #c80505;
}

body.genserv .content h1 {
	background-color: #0596c8;
}

body.genserv .content h2 {
	color: #0596c8;
}

.vostok  {
	color: #c80505;
	}

#home_tnet {
	text-indent: -9999px;
	white-space: nowrap;
	background: url(images/home_tnet.gif) no-repeat;
	height: 20px;
}

body.contact#overview .rightside * {
	line-height: 1.5;
}

body.global#russia .leftside {
	background: url(images/global_flag_russia.jpg) no-repeat 0 75px;
	height: 330px
}

body.global#china .leftside {
	background: url(images/global_flag_china.jpg) no-repeat 0 75px;
	height: 330px
}

.grey_arrow {
	color: #6F6F6F;
	text-decoration: none;
	background: #dfdfdf url(images/grey_arrow.gif) 100% 50% no-repeat;
	padding: 3px 12px 3px 5px;
	text-transform: uppercase;
	border: 0 none none;
	line-height: 20px;
	height: 20px;
	display: inline;
	cursor: pointer;
}

form.short {
	width: 250px;
}

.righthalf,
.lefthalf {
	float: left;	
}

body.sitemap .rightside {
	float: none;
	width: auto;
}

body.sitemap .rightside ul {
	margin: 0 0 1em 2em;
	font-size: 12pt;
}

body.sitemap .rightside ul ul {
	margin-bottom: .5em;
	font-size: 10pt;
}

body.sitemap .rightside li {
	margin: .25em 0;
}

body.sitemap .rightside li li {
	margin: .25em 0;
}

body.sitemap .rightside a {
	background: none;
	padding: 0;
	border-bottom: none;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px #ddd solid;
	margin: 1em 0;
}


/*  - - - - - - - - sIFR styles... do not modify - - - - - - - - -*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash body#home h2 {
	visibility: hidden;
}

.sIFR-hasFlash .leftside h1 {
	visibility: hidden;
	font-size: 18pt;
	overflow: hidden;
}

.sIFR-hasFlash .content h2 {
	visibility: hidden;
	font-size: 18pt;
}