/*    B A S I C  */
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: 'Arial CE', 'Helvetica CE', Arial, Tahoma, 'Tahoma CE', lucida, sans-serif;
	font-size: 12px;
	color: #888888;
	background: #526a5a url('../images/cssimages/bg_head.jpg') left top repeat-x;
}

a {
	text-decoration: none;
	color:  #E75218;
	cursor: hand;
}
	
a:visited {
	color:  #000;
}
	
a:active {
	color:  #E75218;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}


/* BODY CONTAINER */	
#main {
	width: 995px;
	/*height: 700px;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/*overflow: hidden;*/
	background: url('../images/cssimages/bg_header.jpg') left top no-repeat;
}

#main-content {
	
	width: 995px;
	/*height: 800px;*/
	overflow:hidden;
	padding: 0 1px;
}

/* header */
#logo 
{
	FLOAT: left; 
	WIDTH: 265px;
	HEIGHT: 70px;  
	MARGIN: 0; 
	PADDING: 0;
}

#logo h1 
{
	DISPLAY: inline;
	BACKGROUND-IMAGE: none;
	MARGIN: 0; 
	PADDING: 0;
}

#logo a 
{
	DISPLAY: block; 
	POSITION: relative;  
	WIDTH: 265px;
	HEIGHT: 70px; 
	TOP: 19px;
	LEFT: 140px;
	MARGIN: 0; 
	PADDING: 0;
	FONT-SIZE: 15px; 
	COLOR: #fff;
	BACKGROUND-COLOR: inherit;
}

#logo span 
{
	BACKGROUND: url("../images/cssimages/aa_system_logo.gif") top right no-repeat;
	CURSOR: pointer; 
	DISPLAY: block; 
	POSITION: absolute;
	WIDTH: 256px;
	HEIGHT: 70px;  
	MARGIN: 0; 
	PADDING: 0; 
	LEFT: 0px; 
	TOP: 0px; 
	Z-INDEX: 0;
}

#nav {
	position: relative;
	float: left;
	width: 280px;
	height: 20px;
	top: 55px;
	left: 335px;
	text-align: center;
	padding: 10px 0 0 0;
}

#nav a {
	color: #b0b0b0;
	font-size: 11px;
}

#header {
	position: relative;
	float: left;
	width: 749px;
	height: 88px;
	top: 31px;
	left: 134px;
	overflow: hidden;
}

/* MENU */
#menu {
	position: relative;
	float: left;
	width: 760px;
	height: 38px;
	top: 42px;
	left: 133px;
	background: #556d5d url('../images/cssimages/bg_menu.gif') left top repeat-x;
}

#menu ul 
{
	FLOAT: left;
	MARGIN: 0;
	PADDING: 0;
	LIST-STYLE: none;
	FONT-WEIGHT: bold;
}

#menu li 
{
	position: relative;
	FLOAT: left;
	MARGIN:  0;
	PADDING: 0;
}

#menu li a
{
	DISPLAY: block;
	width: auto;
	height: 29px;
	line-height: 2.2em;
	COLOR: #fff;
	FONT-SIZE: 11px;
	PADDING: 10px 13px 0 13px;
	TEXT-ALIGN: left;
	TEXT-TRANSFORM: uppercase;
	BACKGROUND: url("../images/cssimages/bg_menu_li.gif") top left no-repeat;
	BACKGROUND-COLOR: inherit;
}

* html #menu li a {
	float: left;
	width: auto; 
	position: relative; 
	overflow: hidden;
}

#menu li ul {
	position: absolute; 
	display: none; 
	width: auto; 
	left: 0;
}
* html #menu li ul {
	display: block;
	margin-top: 2px;
	border-bottom: 4px solid #d51f1d;
	border-right: 4px solid #d51f1d;
}

/* Hover efekty */

#menu li a:hover,#menu li:hover a {
	BACKGROUND: #a80201 url("../images/cssimages/bg_menu_hover.gif") top left repeat-x;
	color:#fff; 
	overflow: visible;
}

#menu li:hover ul {
	display: block;
}

#menu li li a, #menu li:hover li a {
	width: 200px;
	font-weight: normal; 
	background: #a80201;
	color: #fff;
	font-size: 13px;
	TEXT-TRANSFORM: lowercase;	
	border-bottom: 1px solid #d51f1d;
}

#menu li li a:hover, #menu li:hover li a:hover {
	/*background: #d51f1d; */
	BACKGROUND: #a80201 url("../images/cssimages/bg_menu_hover.gif") top left repeat-x;
	color:#000;
	border-bottom: 1px solid #8c0201;
}


/* content */
#content {
	float: left;
	width: 715px;
	margin: 65px 0 0 0;
	padding: 0 30px 0 148px;
	z-index: -1;
	background: url("../images/cssimages/bg_content.gif") top right repeat-y;
}

#content h1 {
	margin: 0;
	padding: 0 0 5px 50px;
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	background: url("../images/cssimages/bg_h1.gif") 0 5px no-repeat;
}

#content h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}

#content li {
	margin: 0;
	padding: 0 0 5px 15px;
	LIST-STYLE: none;
	background: url("../images/cssimages/li.gif") 0 5px no-repeat;
}

.nav {
	float: right;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}

.nav span {
	color: #000;
	font-weight: normal;
}

/* footer */
#footer {
	float: left;
	width: 995px;
	height: 84px;
	color: #88948c;
	font-size: 11px;
	background: url("../images/cssimages/bg_footer.gif") 0 0 no-repeat;
}

#footer a {
	color: #88948c;
}

#footerLeft {
	float: left;
	padding: 43px 0 0 150px;
}

#footerRight {
	float: right;
	padding: 40px 130px 0 0;
}

#footerRight span {
	display: none;
}

#anketa {
	position: relative;
	float: right;
	width: 92px;
	top: 90px;
	left: 0;
	padding: 5px;
	background: url("../images/cssimages/bg_anketa.gif") top left repeat-y;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

#anketa span {
	color: #ff0202;
}

#button
{
	BORDER: 0;
	COLOR: #999999;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	WIDTH: 64px;
	HEIGHT: 22px;
	CURSOR: pointer;
	BACKGROUND: transparent url(../images/cssimages/button.gif) 0px 0px no-repeat;
	OVERFLOW: hidden;
	WHITE-SPACE: nowrap; 
	MARGIN: 2px 0 2px 0;
}

.tdBack {
	background: #e9e9e9;
	padding: 5px;
}

.tdBackNull {
	background: transparent;
	padding: 5px;
}

