body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	/*background: #CECECE url('img/body-bg.png') repeat-x left 250px;*/
	color: #333;
}

/*a {
	color: #1B73A7;
	text-decoration: none;
}
a:hover {
	color: #329DDE;
	text-decoration: none;
}*/

a {
	color: #CA0000;
	text-decoration: none;
}
a:hover {
	color: #D00;
	/*border-bottom: 1px solid #DFDFDF;*/
	text-decoration: underline;
}

img {
	border-width: 0;
}

ul {
	margin: 0;
}

h2, h3, h4 {
	margin: 0;
}

h2 {
	font-size: 182%;
}

p {
	margin: 0 0 1.5em 0;
}

.wrap {
	width: 952px;
	margin: 0 auto;
}

.cleared {
	clear: both;
}

#container {
	background: #FFF url('img/container-bg.png') repeat-x bottom;
	position: absolute;
	top: 0;
	bottom: 35px;
	overflow: auto;
	width: 100%;
	z-index: 1;
}
	.logged-in #container {
		bottom: 0px;
	}

#top {
	background: #C9C9C9 url('img/top-bg.png') repeat-x;
	height: 70px;
}
	#top .wrap {
		position: relative;
	}
	#top h1 {
		margin: 0;
	}
		#top h1 a {
			background: #C9C9C9 url('img/topconsult.png') no-repeat;
			display: block;
			height: 70px;
			width: 148px;
			overflow: hidden;
			text-indent: -1000em;
			outline: none;
		}
		#top h1 img {
		}

/* Navigation ------------------------------------------ */
#nav, #nav ul, #nav li {
	background: transparent url('img/border.png') no-repeat left top;
}

#nav {
	background-position: right bottom;
	position: absolute;
	top: 20px;
	left: 160px;
	padding-right: 1px;
}
	#nav ul {
		list-style: none;
		margin: 0;
		height: 50px;
		padding: 0 0 0 1px;
	}
		#nav ul.hover {
			background-position: left -50px;
		}
	#nav li {
		background-position: right top;
		float: left;
		list-style: none;
		padding: 0;
	}
		#nav li.hover {
			background-position: right -50px;
		}
		#nav li.bullet {
			background: transparent url('img/bullet.png') no-repeat center bottom;
			height: 8px;
			position: absolute;
			bottom: 0;
			width: 20px;
			z-index: 1;
		}
	#nav a {
		background: transparent no-repeat left top;
		display: block;
		height: 50px;
		text-indent: -1000em;
		overflow: hidden;
		outline: none;
	}
		#nav a:hover {
			background-position: left -50px;
		}

	#nav-company {
		width: 132px;
	}
		#nav-company a { background-image: url('img/ru/company.png'); }
		.ru #nav-company a { background-image: url('img/ru/company.png'); }
		.en #nav-company a { background-image: url('img/en/company.png'); }
		.de #nav-company a { background-image: url('img/de/company.png'); }
	#nav-service {
		width: 86px;
	}
		#nav-service a { background-image: url('img/ru/service.png'); }
		.ru #nav-service a { background-image: url('img/ru/service.png'); }
		.en #nav-service a { background-image: url('img/en/service.png'); }
		.de #nav-service a { background-image: url('img/de/service.png'); }
	#nav-competent {
		width: 135px;
	}
		#nav-competent a { background-image: url('img/ru/competent.png'); }
		.ru #nav-competent a { background-image: url('img/ru/competent.png'); }
		.en #nav-competent a { background-image: url('img/en/competent.png'); }
		.de #nav-competent a { background-image: url('img/de/competent.png'); }
	#nav-inform {
		width: 118px;
	}
		#nav-inform a { background-image: url('img/ru/inform.png'); }
		.ru #nav-inform a { background-image: url('img/ru/inform.png'); }
		.en #nav-inform a { background-image: url('img/en/inform.png'); }
		.de #nav-inform a { background-image: url('img/de/inform.png'); }
	#nav-contacts {
		width: 104px;
	}
		#nav-contacts a { background-image: url('img/ru/contacts.png'); }
		.ru #nav-contacts a { background-image: url('img/ru/contacts.png'); }
		.en #nav-contacts a { background-image: url('img/en/contacts.png'); }
		.de #nav-contacts a { background-image: url('img/de/contacts.png'); }
	#nav-online {
		width: 86px;
	}
		#nav-online a { background-image: url('img/ru/online.png'); }
		.ru #nav-online a { background-image: url('img/ru/online.png'); }
		.en #nav-online a { background-image: url('img/en/online.png'); }
		.de #nav-online a { background-image: url('img/de/online.png'); }


/* Language selector ----------------------------------- */
#language-selector {
	height: 16px;
	right: 35px;
	position: absolute;
	top: 43px;
}
	#language-selector ul {
		list-style: none;
		padding: 0;
	}
	#language-selector li {
		display: inline;
	}
	#language-selector a {
		background: transparent url('img/language-btns.gif') no-repeat left top;
		display: block;
		height: 16px;
		float: left;
		width: 22px;
		text-indent: -1000em;
		overflow: hidden;
		outline: none;
	}
	#language-selector a.active {width:40px}

		#language-ru a {
			background-position: left -0px;
		}
		#language-en a {
			background-position: left -48px;
		}
		#language-de a {
			background-position: left -64px;
		}

/* Clientes */
#user-toolbar {
	background: #333 url('img/toolbar-bg.png') repeat-x;
	height: 24px;
}

#main {
	background: transparent url('img/main-bg.png') repeat-x;
	/*background: #DFDFDF;
	position: absolute;
	top: 70px;
	bottom: 25px;
	overflow: auto;
	width: 100%;
	z-index: 1;*/
}
	#main .wrap {
		/*background: url('img/header.png') no-repeat center top;*/
		padding-bottom: 40px;
		padding-top: 20px;
	}

#column, #content {
	/*float: left;*/
}

#column {
	float: right;
	width: 212px;
}

#content {
	float: left;
	width: 740px;
}
	#content-body, #content-column {
		float: left;
	}
	#content-body {
		width: 540px;
	}
	#content-column {
		width: 190px;
	}

.content-title {
	height: 31px;
	margin-bottom: 10px;
}

.content-title h2,
.content-title h3,
.content-title h4 {
	font-size: 108%;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
}
	.cufon-active .content-title h2,
	.cufon-active .content-title h3,
	.cufon-active .content-title h4 {
		font-size: 123.1%;
		padding: 7px 10px 0 10px;
		line-height: 1em;
	}

#content ul {
	list-style: disc;
}

/* Bread Crumbs ---------------------------------------- */
#crumbs {
	margin-right: 20px;
	margin-bottom: 10px;
	color: #D1D1D1;
	font-weight: bold;
	font-size: 77%;
	text-transform: uppercase;
	text-align: right;
	padding: 6px 0;
}
	#crumbs a {
		color: #B0B0B0;
	}
	#crumbs a:hover {
		color: #666;
		text-decoration: none;
	}

/* Navigation Servicos --------------------------------- */
#nav-servicos {
	background: transparent url('img/nav-bottom-bg.png') no-repeat left bottom;
	padding-bottom: 16px;
	/*padding-right: 20px;*/
	margin-bottom: 15px;
}
	#nav-servicos ul {
		background: transparent url('img/nav-bg.png') no-repeat;
		list-style: none;
		padding: 0 6px;
	}

	#nav-servicos li {
		display: inline;
	}

	#nav-servicos a {
		display: block;
		color: #FFF;
		text-decoration: none;
		outline: none;
	}

	#nav-servicos .nav-servico-tipo a {
		background: transparent url('img/nav-column-item.png') no-repeat center -90px;
		height: 30px;
		line-height: 30px;
		outline: none;
		overflow: hidden;
	}
		#nav-servicos .nav-servico-tipo a:hover {
			background-position: center -120px;
		}
		#nav-servicos .nav-servico-tipo a.first {
			background-position: center top;
		}
		#nav-servicos .nav-servico-tipo a:hover.first {
			background-position: center -30px;
		}
		#nav-servicos .nav-servico-tipo a.active {
			background-position: center -150px;
			cursor: default;
		}
		#nav-servicos .nav-servico-tipo a.first.active {
			background-position: center -60px;
			cursor: default;
		}

		/* Titles / Labels */
		#nav-servicos a span {
			display: block;
			line-height: 30px;
			font-size: 65%;
			text-transform: uppercase;
			font-weight: bold;
			padding: 0 10px 0 26px;
		}

		.cufon-active #nav-servicos a span {
			padding-top: 8px;
			font-size: 78%;
			line-height: 1em;
		}
			#nav-servicos a .cufon {
				padding: 0 !important;
				margin-top: 0 !important;
			}

			.ie #nav-servicos a span {
				padding-top: 3px;
				padding-left: 14px;
			}

	#nav-servicos ul ul {
		background: #333 url('img/nav-column-sub-bg.png') repeat-x;
		padding: 8px 0 10px 10px;
		border-bottom: 1px solid #000;
	}
	#nav-servicos ul ul a {
		background-image: none !important;
		height: 24px !important;
		line-height: 24px;
		font-size: 85%;
		font-weight: bold;
		padding-left: 15px;
	}

	/* Bolsa de cargas */
	#nav-servico-bolsa-de-cargas a span { background-position: 22px -1px; }
	#nav-servico-bolsa-de-cargas a:hover span { background-position: 22px -31px; }
	#nav-servico-bolsa-de-cargas a.active span { background-position: 22px -61px; }

	/* Tenders */
	#nav-servico-tenders a span { background-position: 22px -91px; }
	#nav-servico-tenders a:hover span { background-position: 22px -121px; }
	#nav-servico-tenders a.active span { background-position: 22px -151px; }

	/* Servicos */
	#nav-servico-servicos a span { background-position: 22px -181px; }
	#nav-servico-servicos a:hover span { background-position: 22px -211px; }
	#nav-servico-servicos a.active span { background-position: 22px -241px; }

	/* Subscricao */
	#nav-servico-subscricao a span { background-position: 22px -271px; }
	#nav-servico-subscricao a:hover span { background-position: 22px -301px; }
	#nav-servico-subscricao a.active span { background-position: 22px -331px; }

/* Ads --------------------------------------------- */

#ads {
	background: url('img/200x200-bg.png) no-repeat;
	height: auto;
	width: 210px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 1px;
}
	#ads .ads {
		/*background: #FFF url('img/altri-bg.jpg') no-repeat;*/
		height: auto;
		margin: 0 1px;
		position: relative;
		overflow: hidden;
		margin-left:0!important;
		padding-left:0!important;
	}
		#ads .ads ul {
			list-style: none;
			margin-left:0!important;
			padding-left:0!important;
		}
		#ads .ads li {
			height: auto;margin-bottom:5px;
			margin-left:0!important;
			padding-left:0!important;
		}
#ads-160x600 {
	background: url('img/160x600-bg.png) no-repeat;
	height: 622px;
	width: 164px;
}

/* Newsletter */
#newsletter-subscricao {
	background: #FFF url('img/subscricao-form-bg.png') no-repeat;
	height: 88px;
	width: 202px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 15px;
}
	#newsletter-subscricao h4 {
		margin: 1px 0 0 0;
		font-size: 123.1%;
		text-transform: uppercase;
		line-height: 30px;
		padding: 0 10px;
	}
	#newsletter-subscricao form {
		padding: 0;
		margin: 0 10px;
	}
		#newsletter-email {
			width: 180px;
			border-width: 0;
			background-color: transparent;
			color: #FFF;
			font-weight: bold;
			font-size: 93%;
			margin: 0 12px 4px 6px;
			padding-top: 6px;
		}
		#newsletter-btn {
			float: right;
		}

/* Downloads */
#downloads {
	width: 202px;
	margin-left: 5px;
	margin-bottom: 15px;
}
	#downloads .content-title {
		background-image: url('img/column-title-bg.png');
	}
	.download {
		background: #FFF url('img/download-bullet.gif') no-repeat left 4px;
		margin: 0 0 5px 5px;
		padding-left: 20px;
	}
		.download a {
			display: block;
			border-bottom: 1px solid #DFDFDF;
		}
		.download span {
			display: block;
			color: #999;
			text-transform: uppercase;
			font-size: 77%;
			font-weight: bold;
		}


#footer {
	background: #FFF url('img/footer-bg.png') repeat-x;
	height: 35px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 77%;
	text-transform: uppercase;
}
	#copyright {
		float: right;
		line-height: 20px;
		margin-top:10px;
		color:#fff;
		margin-right:15px;
		text-transform:none;
		font-size:12px;
	}

.logged-in #footer {
	height: 20px;
	background-position: left bottom;
}

/* Ofertas --------------------------------------------- */



/* Nav User --------------------------------------------- */

#user-toolbar {
	color: #FFF;
	font-size: 93%;
}

#nav-user {

}
	#nav-user ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#nav-user li {
		display: inline;
	}

	#nav-user a {
		background: transparent no-repeat left center;
		display: block;
		color: #DFDFDF;
		font-size: 93%;
		font-weight: bold;
		float: left;
		padding: 0 10px 0 22px;
		margin-right: 10px;
		line-height: 24px;
		text-decoration: none;
		text-transform: uppercase;
	}
		#nav-user a:hover {
			color: #FFF;
		}

	#nav-portal-bolsa a {
		background-image: url('img/rota-carga.png');
	}
	#nav-portal-tenders a {
		background-image: url('img/tenders.png');
	}
	#nav-portal-servicos a {
		background-image: url('img/servicos.png');
	}
	#nav-portal-cliente a {
		background-image: url('img/conta-cliente.png');
	}

#user-cliente-info {
	line-height: 24px;
	float: right;
	font-weight: bold;
	text-shadow: #000 1px 1px;
}

#user-messages ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#user-messages li {
	background: #EFEFEF;
	padding: 5px 10px;
}
.ar-link {
    padding-left:5px;
}
.ar-link:hover {
    text-decoration:none;
    padding-left:8px;
}
.probel {
    display:block;
    width:3px;
    height:5px!important;
    padding:0!important;
    margin:0!important;
}

#cont_form {
    width:575px;
    position:relative;
}
#cont_form div {
    float:left;
    text-align:left;
    width:575px;
    margin-bottom:6px;
}
#cont_form div h3 {
    width:115px;
    display:block;
    float:left;
    margin-top:2px;
    text-align:left;
    padding-right:10px;
}
#cont_form input, #cont_form textarea {
    width:415px;
    display:block;
    float:right;
    background:#fff;
    border:1px solid #ccc;
}
#cont_form input {
    height:16px;
    padding:3px;
}
#cont_form textarea {
    height:100px;
    padding:3px;
}
#cont_form input#send_it {
    width:142px!important;
    height:28px!important;
    background-position:0px -28px;
    border:none!important;
    margin-top:6px;  
}
#cont_form input#send_it:hover {
    width:142px!important;
    height:28px!important;
    background-position:0px 0px;
    border:none!important;
    cursor:pointer;
}