table{
 border: 0px;
 }
#table0 {
border-collapse:collapse;
}
a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #515151;
}

.clear{
	clear: both;	
}

/*
 navigation
*/


#menu ul{
    list-style: none;
	padding: 0px;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
	width: 190px;
    height: 58px;
	text-align: center;
	line-height: 58px;
}

#menu ul li a:hover{
	background: url(images/menu_bg_active.png) no-repeat center bottom;
}

#menu ul li .select{
	background: url(images/menu_bg_active.png) no-repeat center bottom;
}


.razd_bor{
	border-top: 1px solid #515151;
	padding-bottom: 20px;
}

/*
	prewiev
*/

.prew_box{
	height: 330px;
}

.prew_bg1{
	background: url(images/prev_bg_1.jpg) no-repeat top left;
}
.prew_bg_penzugy{
	background: url(images/penzugy/1.jpg) no-repeat top left;
}

.prew_bg2{
	background: url(images/prev_bg_2.jpg) no-repeat top left;
}

.prew_bg3{
	background: url(images/prev_bg_3.jpg) no-repeat top left;
}

.prew_bg4{
	background: url(images/prev_bg_4.jpg) no-repeat top left;
}

.prew_bg5{
	background: url(images/prev_bg_5.jpg) no-repeat top left;
}

.prew_but_left{
	float: left;
	width: 15px;
	padding-left: 30px;
	padding-top: 152px;
}

.prew_but_middle{
	float: left;
	width: 910px;
	text-align: center;
}

.prew_but_middle ul{
	list-style: none;
	width: 110px;
	margin: 0 auto;
	padding-top: 300px;
}

.prew_but_middle ul li{
	float: left;
	padding-left: 5px;
}

.prew_but_middle ul li a{
	display: block;
	background: url(images/prev_but_bg.png) no-repeat top right;
	width: 16px;
	height: 15px;
}

.prew_but_middle ul li a:hover{
	background: url(images/prev_but_select.png) no-repeat;
}

.prew_but_middle ul li .select{
	background: url(images/prev_but_select.png) no-repeat;
}

.prew_but_right{
	float: left;
	width: 45px;
	padding-top: 152px;
}

.prew_bot
{
margin-top: 30px;
}

.prew_bot p{
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding: 5px;
}

/*
	content
*/

#content{
padding-top: 200px;
padding-bottom: 20px;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

#slider {
	position:relative;
    width: 1000px;
    height: 330px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider_kutya {
	position:center;
    width: 620px;
    height: 720px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider_penzugy {
	position:center;
    width: 500px;
    height: 333px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 430px;
	bottom: 12px;

}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/prev_but_bg.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
		background:url(images/prev_but_select.png) no-repeat;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

