





body {
  padding: 0px;
  margin: 0px;
  font: normal 11px arial;
  color: #000000;
  background: url(../images/bg_body.jpg) repeat;
}

img {
  border: 0px;
}
h1,
h1 a:link,
h1 a:visited {
  margin-top: 0px;
  font: normal 24px arial;
  color: #9d3634;
  text-decoration: none;
}
h2,
h2 a:link,
h2 a:visited {
  margin-top: 0px;
  font: normal 24px arial;
  color: #9d3634;
  text-decoration: none;
}
h3,
h3 a:link,
h3 a:visited {
  margin-top: 0px;
  font: normal 24px arial;
  color: #9d3634;
  text-decoration: none;
}

/*links*/
a:link,
a:visited {
  text-decoration: underline;
  font: normal 11px arial;
  color: #3764c9;
}
a.black:link,
a.black:visited {
  font: normal 13px arial;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
/*end links*/

/*header*/
#header {
  overflow: hidden;
  background: url(../images/bg_header.gif) repeat-x;
}
.bg_menu {
  height: 28px;
  background: url(../images/bg_menu.gif) repeat-x;
}

/*menu*/
ul.menu {
  width: 987px;
  padding: 0px;
  margin: 0px auto;
  overflow: hidden;
  cursor: default;
}
ul.menu li {
  width: 122px;
  height: 28px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  background: #9d3634 url(../images/li.jpg) no-repeat top right;
}
ul.menu li.active {
  width: 122px;
  height: 28px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none;
  float: left;
  text-transform: uppercase;
  font: normal 13px arial narrow;
  color: #ffffff;
  background: url(../images/li_active.jpg) repeat-x;
}
ul.menu li.active2 {
  width: 174px;
  height: 28px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none;
  float: left;
  text-transform: uppercase;
  font: normal 13px arial narrow;
  color: #ffffff;
  background: url(../images/li_active2.jpg) repeat-x;
}
ul.menu li a:link,
ul.menu li a:visited {
  margin-left: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font: normal 13px arial narrow;
  color: #ffffff;
}
/*end menu*/
/*end header*/

/*site*/
#site {
  width: 987px;
  padding: 30px 0px;
  margin: 0px auto;
  overflow:hidden;
  position: relative;
  cursor: default;
}
/*tex*/
#tex {
  width: 987px;
  padding: 0px 0px;
  margin: 0px auto;
  overflow:hidden;
  position: relative;
  cursor: default;
}

/*left_column*/
.left_column {
  width: 630px;

  float: left;
}
table.nedv th {
  padding: 2px 5px;
  font: bold 9px arial;
  text-align: left;
  background: #e0dfd5;
}
table.nedv td {
  padding: 5px;
  font: normal 11px arial;
  background: url(../images/bg_td.jpg) repeat-x bottom left;
}
.count {
  width: 221px;
  height: 105px;
  font: normal 60px arial;
  position: absolute;
  top: 75px;
  left: 446px;
  color: #ffffff;
  background: url(../images/count.jpg) no-repeat;
  z-index: -1;
}

/*ul.objects*/
.objects {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  overflow: hidden;
}
.objects_div {
  overflow: hidden;
  background: #e0dfd5;
}
.objects_div img {
  float: left;
  margin: 0px 10px 5px 0px;
}
.objects li {
  width: 200px;
  height: 330px;
  padding: 0px;
  margin: 0px 6px 10px 0px;
  float: left;
  list-style: none;
  background: #e0dfd5;
  position:relative
}
a.title:link,
a.title:visited {
  text-decoration: none;
  font: bold 13px arial;
  color: #000000;
}
a.title:hover {
  text-decoration: underline;
}
.txt_gray,
.txt_gray p {
  margin-top: 0px;
  font-size: 11px;
  color: #444444;
}
/*end ul.objects*/

/*forms*/
form.comment label.error {
  color: #FD4A4A;
  margin-left: 105px;
}
form.comment label.legend {
  width: 90px;
  float: left;
  margin-right: 15px;
  font: normal 13px arial;
  color: #000000;
}
form.comment textarea,
form.comment input.txt {
  width: 290px;
  font: 13px verdana;
  margin: 0px 0px 10px 0px;
  border: 1px solid #c0c0c0;
}
form.comment input {
  height: 20px;
}
form.comment textarea:focus,
form.comment input:focus {
  border: 1px solid #ddcc8c;
}
input.button {
  height: 25px;
  color: #ffffff;
  background: #9d3634;
/*  border: 2px solid #FBDA00;*/
}
/*end forms*/

/*pages*/
ul.pages {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
ul.pages li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  font-size:18px;
}
ul.pages li.active {
  padding: 0px 5px;
  font: bold 18px arial;
  color: #000000;
  /*border-right: 2px solid #9D3634;
  border-bottom: 2px solid #9D3634;*/
}
ul.pages li a:link,
ul.pages li a:visited {
  padding: 0px 5px;
  margin: 0px 5px;
  font-size: 18px;
}
/*end pages*/
/*end left_column*/

/*right_column*/
.right_column {
  width: 320px;
  overflow: hidden;
  float: right;
}
.newses {
  padding-top: 20px;
  overflow: hidden;
}
.date {
  font: normal 9px arial;
  color: #958500;
}
/*end right_column*/
/*end site*/

/*footer*/
#footer {
  width: 987px;
  padding-top: 5px;
  margin: 0px auto;
  overflow: hidden;
  font: normal 9px arial;
  color: #939393;
  border-top: 1px solid #d4d2c5;
}
/*end footer*/


/*jurnal*/
.jurnal {
  border-top: 1px solid #d4d2c5;
  border-right: 1px solid #d4d2c5;
}
.jurnal th {
  padding: 10px 2px;
  color: #ffffff;
  background: #9D3634;
  border-right: 1px solid #d4d2c5;
}
.jurnal td {
  padding: 0px 2px;
  color: #000000;
  border-left: 1px solid #d4d2c5;
  border-bottom: 1px solid #d4d2c5;
}
/*end jurnal*/

.categoryblok{
	width:410px;
	height:auto;
	overflow:hidden
	
}

.categoryblokhead{
	width:100%;
	height:15px;
	background-color:#E0DFD5;
	font:bold 9px arial;
	overflow:hidden
	
}

.categoryblokheadleft{
	float:left;
	width:210px;
	height:100%
	
}

.categoryblokheadleft span{
	position:relative;
	top:2px;
	left:7px;

}

.categoryblokheadright{
	float:left;
	width:180px;
	height:100%;
	
}

.categoryblokheadright span{
	position:relative;
	top:2px;
	
}

.categoryone{
	width:100%;
	height:auto;
	overflow:hidden;
	background-image:url(../images/bg_td.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:7px;
	
}

.categoryoneleft{
	width:210px;
	height:auto;
	float:left;
	
}

.categoryoneleftname {
	width:147px;
	float:left;
	height:auto;
	padding: 10px 0 0 5px;
	
}

.categoryoneleftname span{
	width:110px;
	
}



.categoryoneleftnum{
	width:10px;
	height:auto;
	float:left;
	margin-left:39px;
	color:#958500;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;

}	













.categoryoneright{
	height:auto;
	float:left;
	width:180px;
}

.categoryonerightname{
	width:120px;
	height:auto;
	float:left;
	padding-top:10px;
	
	
}

.categoryonerightnum{
	color:#958500;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	float:left;
	height:auto;
	margin-left:30px
}

.bottomprice{
	position:absolute;
	bottom:15px;
	width:170px;
	
	
}

.categoryblok1{
	float:left;
	width:210px;
	height:auto;
	overflow:hidden;

}

.categoryblok2{
	float:right;
	width:200px;
	height:auto;
	overflow:hidden;
}

.categoryoneblok1{
	overflow:hidden;
	background-image:url(../images/bg_td.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:7px;
	
}


.categoryoneblok2{
	overflow:hidden;
	background-image:url(../images/bg_td.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:7px;
	
}

#object p {
	color: #444444;
}

#slider {
  width: 314px !important;
  height: 218px !important;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.nivo-prevNav {
  width: 29px;
  height: 29px;
  font-size: 0px;
  background: url(../images/prev.png) no-repeat;
}
.nivo-nextNav {
  width: 29px;
  height: 29px;
  font-size: 0px;
  background: url(../images/next.png) no-repeat;
}