body{
	margin:0;
	padding:0;
	color:#ebc562;
	font:14px arial,sans-serif;
/*	background: #93744d url(../images/bg-body1.jpg) center;*/
	background: #93744d url(../images/bg-body.gif) center;

/*	background:#523c24 url(../images/bg-body.jpg) repeat-x;*/
/*    background:#523c24 url(../images/bg-body.jpg) repeat scroll 0 0;*/
}

img{
	border-style:none;
}

a {
	text-decoration:none;
    outline:none;
    color:#ebc562;
}

a:hover{
	text-decoration:underline;
    text-decoration : none;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#header{
	width:956px;
	margin:0 auto;
}

.logo_up{
/*   background: #93744d url(../images/top_body.jpg) top repeat-x;*/
   background: url(../images/bg-header.png) top;
   height:125px;
   margin:0;
   padding:0;
}

.logo{
	margin: 0px 0 20px 241px;
    padding-top: 20px;
}

.logo a{
	display:block;
	width:506px;
	height:101px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


#wrapper{
	background: url(../images/bg-wrapper.png);
	width:100%;
}

#main{
	width:956px;
	margin:0 auto;
	overflow:hidden;
    height: 100%;
}

#sidebar{
	width:204px;
	float:left;
}
.nav{
	list-style:none;
	margin:74px 38px 0 0;
	padding:0;
	overflow:hidden;
	width:166px;
}
.nav li{
	margin-bottom:4px;
	float:right;
}
.nav-01, .nav-02, .nav-03, .nav-04, .nav-05{
	float:right;
	text-indent: -9999px;
	overflow: hidden;
	cursor:pointer;
	position:relative;
}
.nav-01{
	width:141px;
	height:39px;
	background: url(../images/nav-01.png) no-repeat;
}
.nav-02{
	width:129px;
	height:29px;
	background: url(../images/nav-02.png) no-repeat;
}
.nav-03{
	width:117px;
	height:34px;
	background: url(../images/nav-03.png) no-repeat;
}
.nav-04{
	width:131px;
	height:46px;
	background: url(../images/nav-04.png) no-repeat;
}
.nav-05{
	width:154px;
	height:34px;
	background: url(../images/nav-05.png) no-repeat;
}
#content{
	width:750px;
	float:right;
}

.catalogue{
	margin:15px 0 24px;
	width:737px;
	height:63px;
/*	text-indent: -9999px;
	overflow: hidden;
*/
}

.box{
	float:left;
	width:370px;
}
.holder{
	overflow:hidden;
	width:260px;
	margin:0 auto;
}

.img-holder{
	background:#482f18;
	padding:5px;
	border:1px solid #957123;
	float:left;
}

.img-holder_text {
	background:#482f18;
	padding:5px;
	border:1px solid #957123;
	float:left;
    margin: 10px;
}


.shadow-l{
	background: url(../images/shadow-l.png);
	width:6px;
	float:left;
	height:374px;
}
.shadow-b{
	background: url(../images/shadow-b.png);
	width:257px;
	height:7px;
	clear:left;
}
.box span{
	display:block;
	text-align:center;
	margin-bottom:14px;
	font:bold 13px Arial, Helvetica, sans-serif;
}
#footer{
    width:956px;
	margin:0 auto;
    bottom: 0;
}

#footer ul{
	list-style:none;
	margin:30px 0;
	padding:0;
	text-align:center;
}
#footer ul li{
	display:inline;
}
#footer ul li a{
	background: url(../images/separator.gif) no-repeat 0 4px;
	padding:0 6px 0 15px;
	color:#ebc562;
	font:bold 12px Arial, Helvetica, sans-serif;
}
#footer ul li .first{
	background:none;
}

.news_item {
    margin-bottom:20px;
}

.news_item a {
    font-weight:bold;
	color: #ebc562;
    text-decoration:underline;
    font-size:12px;
}

.date {
    font-style:italic;
    color:#FFF;	
}

#footer div {
     width: 700px;
	 text-align:justify;
	 font-size:12px;
	 color: #9c968e;
}

#footer div a{
	 color: #9c968e;
}

