@charset "windows-1251";
/* CSS Document */

.contacts
{
	text-align:left;
	margin: 20px 0 0 40px;
	max-width: 200px;
	height:70px;
	float:left;
}

body
{
	margin:0;
	background-color:#603814;
	}
*
{
	color:#FFFBF0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

a {
	border:0;
}

p.small
{	
	font-size:10px}

.caps
{
	height:6em;
	vertical-align:text-top;

}

strong {color:#f6d482;}

img{ border:0;}

h1
{
	font-size:18px;
	color:#f6d482;
}

.wrapper
{
	height:100%;
}

.main
{
	margin:0 auto 0 auto;
	width:959px;
	overflow:visible;
}

.main1
{
	margin:50px auto 50px auto;
	width:959px;
	overflow:visible;
}

/*---------------ornament------------------*/

.lborder
{
	background-image:url(imgs/l_ornament.jpg);
	background-position:left;
	background-repeat:repeat-y;
	padding-left: 13px;
	}
	
.rborder
{
	background-image:url(imgs/r_ornament.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding-right: 13px;
}
	
.tborder
{ 	
	background-image:url(imgs/t_ornament.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top: 13px;
}
.tborder.in
{ 	
	background-image:url(imgs/t_ornament.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:13px;

}


.bborder
{
	background-image:url(imgs/b_ornament.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom: 13px;
}
	
	/*---------------head------------------*/
	
.headbg
{
	background:url(imgs/back.jpg) no-repeat top center;
	width:934x;
	height:446px;	
	border:1px solid #603814;
}

.head
{
	background:url(imgs/title.png) no-repeat center 20%;
	height:446px;	
	border:1px solid #603814;
}

.nav
{
	margin:200px auto 0 auto;
}
.caption
{
	padding: 5px;
	text-align:center;
	
}

    /*---------------central------------------*/

.central_wrap
{
	background:url(imgs/woodbg.jpg) repeat;
	position:relative;
	padding: 1em;
	overflow:hidden;
	height:100%;

}

.leftnav
{
	float:left;
	width:242px;
	background:url(imgs/bg_left.jpg) repeat-y;
	padding:10px 10px 10px 15px;
	overflow:auto;
}

li.li_nav
{
	list-style:none;
	margin-left:0;
	margin-bottom:0.5em;
}

ul.ulnav
{
	padding:0;
}

td
{
	text-align:center;
}

a[href="katalog.doc"]
{
	font-size:11px;
	
	}
	
.content
{
	float:right;
	width:610px;
	height:100%;
	padding:10px;
}

/*---------------foot------------------*/

.foot
{
	background:url(imgs/footbg.jpg) no-repeat center;
	height:100px;
	vertical-align:middle;
	text-align:right;
	
}

.logo
{
	margin-top:10px;
	margin-right:10px;	
	float:right;
}


	
