/* CSS Document */

body {
	background-color: #2e292a;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#dad9d8;
}

a:hover {
	color: #ff5b1f;
}

a img {
	border: none;
}

#bodytxt h1 {
	font-size: 16px;
	font-weight: bold;
}
	
#header-outer {
	height: 110px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

#header-inner {
	height: 110px;
	background-image: url(images/logotipdokmanovich.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#wrap {
	width: 980px; 
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 670px;
	float: left;
}

#bodytxt {
	position:relative;
	width:630px;
	height:432px;
	padding:10px;
	margin-bottom: 10px;
	border:10px solid #393435;
	line-height: 1.6em;
	background-image: url(images/diagram.gif);
}

#bodytxthome {
	position:relative;
	width:650px;
	height:452px;
	padding:0px;
	margin-bottom: 10px;
	border:10px solid #393435;
	line-height: 1.6em;
	background-image: url(images/diagram.gif);
}

#bottombox {
	position:relative;
	width:630px;
	height:80px;
	padding:10px;
	margin-bottom: 10px;
	border:10px solid #393435;
	background-color: #393435;
	line-height: 1.6em;
	color: #dad9d8;
}

#bodytxt p {
	line-height: 1.6em;
}


#content {
	width: 670px;
	height: 110px;
}

#textbox {
}

#rightnav {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 0px;
	float: right;
	width: 290px;
	background-color: #393435;
}
#rightnav h4 {text-transform:uppercase;}
#rightnav h4.small {text-transform:none;}

#copyright {
	margin-top: 20px;
	height: 20px;
	clear:both;
	font-size: 10px;
	text-align: center;
	color: #393435;	
}

#copyright a{
	font-size: 10px;
	text-align: center;
	color: #393435;	
}
.selected {
	color: orange;
}

.bullet {
	margin: 2px;
	position: relative;
	top: 3px;
	right: 2px;
}

.shadow{
border:2px solid #72bda6;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
