html{
	background:#fff;
}
body{
	margin:0;
	color:#8e8e8e;
	font:11px Georgia;		
	
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	color:3333DD; /*#333333;*/
	/*font-weight:bold;*/
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

input,
textarea,
select{
	font:100% Georgia;
	vertical-align:middle;
}

form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

#wrapper{
	/*width:1000px;*/
	margin:0 auto;	
	background:url(images/bg.gif);
}

.header1{
	width:1000px;
	margin:0 auto;	
	height:40px;
	background:url(images/index_01.png);	
}

.header2{
	width:1000px;
	margin:0 auto;	
	height:243px;
	overflow:hidden;
}

.header21{
	width:46px;	
	height:243px;
	float:left;
	background:url(images/index_04.png);	
}

.header22{
	width:907px;	
	height:243px;
	float:left;
	background:url(images/index_05.png);	
}

.header23{
	width:47px;	
	height:243px;
	float:left;
	background:url(images/index_06.png);	
}

.menu{
	width:1000px;
	margin:0 auto;	
	height:173px;
	/*overflow:hidden;*/
}

.menu1{
	width:46px;	
	height:224px;
	float:left;
	background:url(images/index_07.png);	
}
.menu2{
	width:907px;	
	height:224px;
	float:left;
	background:url(images/index_08.png);	
}
.menu3{
	width:47px;	
	height:224px;
	float:left;
	background:url(images/index_09.png);	
}



.menu .top-nav{
    margin-top: 30px;
	position:relative;
	height:60px;
}
.menu .menu-top {
border-radius: 3px;
border: 1px solid #C4B5A7;
background-color: #DDDDDC;
float: left;
height: 19px;
margin-left: 20px;
margin-top: 27px;
overflow: hidden;
padding: 3px;
position: relative;
top: 5px;
width: 856px;
}

.menu .sp{
	float: right;
	position: absolute;
	display: block;
	cursor: pointer;
	width: 233px;
	height: 77px;
	margin-left: 665px;
	margin-top: 40px;
	text-indent: -9999px;
}

.menu .menu-top li {
width: 105px;
display: inline-block;
float: left;
margin-top: 3px;
margin-right: 4px;
text-align: center;
margin-bottom: 18px;
}

.menu .menu-top  li:last-child{
	margin-right: 0px;    
}

.menu .menu-top  li a{	
	font:12px Tahoma;
	font-weight: lighter;
	color:#744007;
	padding: 4px;
	text-shadow:1px 1px #ffffff;
}

.menu .menu-top  li a:hover{	
	color:#FFFFFF;	
	background:url(images/bg_menu.png) no-repeat scroll 50% 100% transparent;
	padding: 4px;
    text-shadow:1px 1px #000000;
}

.menu .menu-top li.current-menu-item a {	
	color:#FFFFFF;	
	background:url(images/bg_menu.png) no-repeat scroll 50% 100% transparent;
	padding: 4px;
	text-shadow:1px 1px #000000;
}


.menu .menu-top li.active a{	
	color:#FFFFFF;	
}






#main-nav{
    left: 0px;
    position: relative;
    top: 80px;
    width: 885px;
    z-index: 100;
}


#main-nav .category-navigation {
    display: table;
    margin-top: -45px;
    padding: 0;
    width: 880px;
	margin-left: 20px;

    float: left;
    list-style: none outside none;
    position: relative;
	
}

#main-nav	{
	height: 30px; /* set to the height you want your menu to be */
	margin: 0 0 10px; /* just to give some spacing */
}
#main-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#main-nav li	{
	display: block;
	cursor: pointer;
	float: left;
	line-height: 34px; /* this should be the same as your #main-nav height */
	height: auto; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
	margin-right: 15px;
	width: auto;
	text-transform: uppercase;
}
#main-nav li:last-child{margin-right: 0px;}
#main-nav li a{
	cursor: pointer;
    display: block;
    float: left;
	font: 12px Tahoma;
	font-weight: lighter;
	color: #744007;
	padding: 4px;
	text-shadow: 1px 1px white;	
	height:30px;
	width:auto;
}
#main-nav .current-menu-item a, 
#main-nav .current_page_item a, 
#main-nav a:hover {
	background: #744007;
	color:#FFFFFF;
	text-shadow: 1px 1px black;
}
#main-nav .current-menu-item ul a, 
#main-nav .current_page_item ul a{
	background: #EFEFEF;
	color: #744007;
	text-shadow: 1px 1px white;	
}

#main-nav li:hover a{
	background: #744007 !important;
	color:#FFFFFF !important;
	text-shadow: 1px 1px black !important;
}

#main-nav li:hover ul li{
	background: #EFEFEF !important;
	color: #744007 !important;
	text-shadow: 1px 1px white !important;
}

#main-nav li:hover ul li a{
	background: #EFEFEF !important;
	color: #744007 !important;
	text-shadow: 1px 1px white !important;
}

#main-nav li ul li:hover a{
	background: #744007 !important;
	color:#FFFFFF !important;
	text-shadow: 1px 1px black !important;
}


#main-nav ul ul { /* this targets all sub menus */
	background:#EFEFEF;
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 38px; /* this should be the same height as the top level menu -- height + padding + borders */
	box-shadow: 1px 1px 10px #999;
}
#main-nav ul ul li { /* this targets all submenu items */
	float: left; /* overwriting our float up above */
	width: 130px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	padding-right:0px;
	margin-right: 0px;
}
#main-nav ul ul li a { /* target all sub menu item links */
	width: 121px;
	cursor: pointer;
    display: block;
    float: left;
	font: 12px Tahoma;
	font-weight: lighter;
	color: #744007;
	padding: 4px;
	text-shadow: 1px 1px white;
	padding: 5px 10px; /* give our sub menu links a nice button feel */
	height:auto;
}

#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}

#main-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 165px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}




.main{
	width:1000px;
	margin:0 auto;	
	overflow:hidden;
	background:url(images/bg_cont.png);	
}

.content{
	width:867px;
	padding:20px;
	float:left;	
	background: url(images/index_11.png) top repeat-x #FFFFFF;
	min-height:300px;
	margin-left:46px;
	padding-right:20px;
	font:14px/24px Georgia;	
	color:#524d48;
	text-align:justify;
}

.content table{
	border:0px; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */
}

.content table td{
	border:1px solid #cccccc;
	padding:10px;
	font-size:16px;
	/*text-align:justify;*/
}

.content li{
	padding:1px;
	line-height: 130%;
}


.content blockquote{
	color:#000000;
	margin: 0;
    padding: 0;
	font:14px/8px Georgia;
}

.content h1{	
	font-size: 18px;
	font-weight: normal;
	color:#0000FF;
	line-height:22px;
	text-shadow:1px 1px #ffffff;
}


.content h2{	
	font-size: 15px;
	font-weight: bold;
	color:#0000FF;
	line-height:22px;
	text-shadow:1px 1px #ffffff;
}


.content p{	
font-size: 17px;
line-height: 19px;
	text-shadow:1px 1px #ffffff;	
	
}


.footer{
	width:1000px;
	margin:0 auto;	
	height:186px;
	overflow:hidden;
}

.footer21{
	width:46px;	
	height:186px;
	float:left;
	background:url(images/index_16.png);	
}

.footer22{
	width:907px;	
	height:186px;
	float:left;
	background:url(images/index_17.png);	
}


.cnt{
margin-left: 20px;
margin-top: 80px;
}
.pt{
margin-top: 10px;
}


.pt a{
color: #C9C3BC;
font-size: 10px;
margin-left: 20px;
margin-top: 91px;
text-decoration: none;
}



.footer23{
	width:47px;	
	height:186px;
	float:left;
	background:url(images/index_18.png);	
}

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}
.alignright {float: right}
.alignleft {float: left}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.date{
	font:12px/14px Georgia;	
}

.date span{
	font:16px/18px Georgia;	
}margin: 0 10px 10px 0;
	display: inline;
}
.alignright {float: right}
.alignleft {float: left}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.date{
	font:12px/14px Georgia;	
}

.date span{
	font:16px/18px Georgia;	
}

.title_cat {
	padding:0px;
	margin:0px;
}
.title_cat p{
	margin:0px;
	padding:0px;
	font-weight:bold;
	
}

.menu-item{

padding-right: 13px;

}

.hpl a{
	color: grey;
	font-size: 11px;
	font-weight: normal;
	margin-left: 130px;
	float:left;
}


.btn{
float: left;
height: 100px;
margin-left: -38px;
margin-top: -40px;
overflow: hidden;
padding: 0;
position: relative;
top: 40px;
width: 925px;

}
.btn ul{
	height:75px;

}


.btn li a {
padding-top: 3px;
width: 211px;
height: 52px;
float: left;
margin-top: 7px;
margin-left: -26px;
padding-left: 58px;
color: #962E06;
font-size: 15px;
text-transform: uppercase;
}



.btn li {
background-color: #E7E7E7;
margin-left: 19px;
border-radius: 4px;
border: 1px solid #B47843;
height: 60px;
width: 213px;
padding: 2px 30px 2px 30px;
float: left;
list-style: none;
background-position: -5px;
}


.b1 a {
margin-left: 12px;
background: url(./btn-ico/arbitraj.png) no-repeat;
background-repeat: no-repeat;
background-position: -2px -8px;
}


.b1 a:hover {
text-shadow: 1px 1px #FDFDFD;
color: #086F08;
margin-left: -26px;
background: url(./btn-ico/h-arbitraj.png) no-repeat;
background-repeat: no-repeat;
background-position: -2px -8px;
}




.b2 a {
margin-left: 12px;
background: url(./btn-ico/bankrotstvo.png) no-repeat;
background-repeat: no-repeat;
background-position: -2px -8px;
}

.b2 a:hover {
text-shadow: 1px 1px #FDFDFD;
color: #086F08;
margin-left: -26px;
background: url(./btn-ico/h-bankrotstvo.png) no-repeat;
background-repeat: no-repeat;
background-position: -2px -8px;
}


.b3 a {
margin-left: 12px;
background: url(./btn-ico/special.png) no-repeat;
background-repeat: no-repeat;
background-position: -2px -8px;
}

.b3 a:hover {
text-shadow: 1px 1px #FDFDFD;
color: #086F08;
margin-left: -26px;
background: url(./btn-ico/h-special.png) no-repeat;
background-repeat: no-repeat;
background-position: -2px -8px;
}



