/* ###### Fleet Manager ######
   ###### Style CSS #########
   ###### by Vasil Yordanov ##
*/
html, body { 
margin: 0; padding: 0; 
}

body {
	width: 100%;
	background: url('../i/body_back.jpg') repeat-x left top;
	background-color: #c3b6ae;
}

body, div, p {
	font: normal 12px Arial;
	color: #000;
	line-height: 1.5;
}
p a {
	color: #ff9e13;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
span.alter {
	display: none;
}
.empty {
	display: block;
	clear: both;
	line-height: 1;
	height: 1;
	border: 0;
}
div#main {
	display: block;
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
	background: url('../i/main_back.png') repeat-y left top;
}
div#header {
	display: block;
	margin: 0 auto;
	padding: 20px 0 0 25px;
	width: 935px;
	height: 70px;
	background: url('../i/head_back.gif') repeat-x left top;
}
a#logo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 49px;
	background: url('../i/logo.gif') no-repeat left top;
}
a#logo span {
	display: none;
}

a#logo_en {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 49px;
	background: url('../i/logo_en.png') no-repeat left top;
}
a#logo_en span {
	display: none;
}


ul#lang {
	display: block;
	float: right;
	margin: 0;
	padding: 0 25px 0 0;
	list-style-type: none;
}
ul#lang li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
ul#lang li a {
	color: #000;
	font: normal 10px Arial, sans-serif;
	text-decoration: none;
}
ul#lang li a:hover, ul#lang li a.active  {
	color: #4097ba;
}
ul#lang li a span {
	font: normal 13px Arial, sans-serif;
}

ul#nav {
	display: block;
	float: right;
	clear: right;
	margin: 19px 0 0 0;
	padding: 0 10px;
	height: 33px;
	list-style-type: none;
	background: url('../i/main_menu_back.gif') no-repeat left bottom;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 33px;
	list-style-type: none;
}
ul#nav a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	height: 33px;
	font: normal 14px Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
ul#nav a span {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 15px 0 0;
	height: 23px;
	font: normal 14px Arial, sans-serif;
	color: #fff;
	cursor: pointer;
}
ul#nav a.active {
	background: url('../i/menu_active_left.gif') no-repeat left top;
}
ul#nav a.active span {
	background: url('../i/menu_active_right.gif') no-repeat right top;
}

ul#nav a:hover {
	background: url('../i/menu_hover_left.gif') no-repeat left top;
}
ul#nav a:hover span {
	background: url('../i/menu_hover_right.gif') no-repeat right top;
	color: #183744;
}

div#top_banner {
	display: block;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 191px;
	background: url('../i/top_banner.jpg') no-repeat left top;
}

div#content {
	margin: 0;
	padding: 0;
	width: 870px;
}

div#footer {
	display: block;
	margin: 0;
	padding: 45px 45px 0 45px;
	width: 870px;
	height: 240px;
	background: url('../i/foot_back.jpg') no-repeat left top;
	background-color: #183642;
}
div#footer h2 {
	font: normal 18px Arial, sans-serif;
	color: #fff;
}
div#footer dl {
	display: block;
	float: left;
	margin: 0;
	padding: 0 20px 20px 0;
	width: 150px;
}
div#footer dl.left {
	clear: left;
}
div#footer dl dt {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 14px Arial, sans-serif;
	color: #75d8ff;
}
div#footer dl dd {
	display: block;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, sans-serif;
	color: #d5efff;
}
div#footer div#copyright {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font: normal 10px Arial, sans-serif;
	color: #d5efff;
}
.post-footer
{
	visibility:hidden;
}


ul#ico_bar {
	display: block;
	float: left;
	margin: 0;
	padding: 49px 25px 0 0;
	list-style-type: none;
	position: absolute;
}
ul#ico_bar li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
ul#ico_bar li a {
	color: #000;
	font: normal 10px Arial, sans-serif;
	text-decoration: none;
}
ul#ico_bar li a:hover, ul#lang li a.active  {
	color: #4097ba;
}
ul#ico_bar li a span {
	font: normal 13px Arial, sans-serif;
}
.aBox {
background-color: #FFFFFF;
border: 1px solid #000000;
color: #000000;
padding: 0px;
margin:0px;
left: 60%;
top: 25%;
position: absolute;
}
.aBar {
background-color: #E1771E;
color: #ffffff;
cursor: move;
font-weight: bold;
font-size:12px;
padding: 2px 1em 2px 1em;
}
.aContent {
padding: 10px;
}
