/*------- стандартный шаблон  -----------*/

/* CSS Document */
h1{
color:#56563B;
font-family:Tahoma;
font-size:18px;
}
body{
	background: url(img/bg.jpg) repeat;
	margin:0px auto;
	padding:50px 0px;
	}

#div_page{
	position:relative;
	width:96%;
	margin:0px auto;
	height: auto;
	border:0px solid;
}

#div_header{
	position:relative;
	background:url(img/bg_header_repeat.jpg) repeat-x;
	background-position:-1px 0px;
	height:126px;
	}

.div_logo{
	position:absolute;
	font-family: "Myriad Pro";
	font-size:28px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	left: 74px;
	top: 50px;
	}

.div_logo a:link {
	color:#ffffff;
	text-decoration:none;
}

.div_logo a:visited {
	color:#ffffff;
	text-decoration:none;
}

.div_logo a:hover {
	text-decoration: none;
}

.div_logo a:active {
	color:#ffffff;
	text-decoration:none;
}
	

.div_right_flash{
	position: absolute;
	top:-51px;

	right:11px;
	}	

.div_header_right{
	position: absolute;
	right:-3px;
	top:0px;
	}	

#table_center{
	position:relative;
	background:url(img/bg_content.jpg) repeat-y;
	background-position:0px 0px;
	height:500px;
	width:100%;
	z-index:2;
	}


.div_menu{
	position: relative;
	width:95px;
	}

.div_menu img{
	position: relative;
	margin:0px 0px 0px -18px;
	}	

.td_left{
	position:relative;
	width:50px;
	}

.td_content{
	position:relative;
	background:#a0a06f;
	font-family:Tahoma;
	font-size:11px;
	color:#56563b;
	width:364px;
	border:2px #798067 solid;
	padding:10px;
	width:100%;
	}	

.td_right{
	position:relative;
	background:#b9b990;
	width:300px;
	padding-top:100px;
	border-right:2px #a5ab90 solid;
	}	



/*box*/

#div_box{
	position:relative;
	background:url(img/bg_right_box.jpg) repeat-x;
	background-position:0px 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#56563b;
	border:2px #798067 solid;
	width:189px;
	margin:0px 4px 4px 4px;
	padding:15px; 
	}
	
#pic_box{
	margin: 4px;
	border:2px #798067 solid;
}		

/*footer*/

#div_footer{
	position:relative;
	background:url(img/bg_footer_repeat.jpg) repeat-x;
	background-position:0px 0px;
	}	

.div_footer_right{
	position: absolute;
	right:-3px;
	top:0px;
	}	

/*------- дополнения -----------*/

.hide { width: 100%; height: 0px; display: none; }

.show { display: block; }

.noshow { display: none; }

