html{
	min-height : 100%;
	height : auto;
}
body{
	min-height : 100%;
	height : auto;
	margin : 0;
	padding : 0;
	background : #9ee760 url(images/fon.jpg) repeat-x top;
}
* {
	margin : 0;
	padding : 0;
}
p, a, li, div, td {
	font-size : 12px;
	font-family : Helvetica, Arial, sans-serif;
	line-height : 16px;
	color : #65388D;
}
h1{
	margin-bottom : 10px;
	color : #003665;
	font : normal 16px/30px Helvetica, Arial, sans-serif;
	background : transparent url(images/h1.gif) no-repeat left;
	margin-top : 20px;
}
p+h1{
	margin-top : 20px;
}
h2{
	margin-bottom : 15px;
}
p+h2{
	margin-top : 10px;
}
h3{
	margin-bottom : 10px;
	margin-top : 10px;
}
p+h3{
	margin-top : 15px;
}
a{
	color : #9262bf;
	text-decoration : underline;
}
a:hover{
	text-decoration : none;
	color : #9262bf;
}
a.bold{
	font-weight : bold;
	font-size : 14px;
	white-space : nowrap;
}
a img{
	border : none;
}
ul li{
	list-style : square outside none;
	margin-left : 30px;
	margin-bottom : 10px;
}
ol li{
	list-style : decimal outside none;
	margin-left : 30px;
	margin-bottom : 10px;
}
p {
	margin-bottom : 10px;
	text-align : left;
}

.clear{
	clear : both;
}

#all{
width : 990px;
	margin : 0px auto;
	border-left : 5px solid #9262bf;
	border-right: 5px solid #9262bf;
	border-bottom: 5px solid #9262bf;
	background : White url(images/fon_bottom.jpg) no-repeat bottom;
}
#left_fon{
	background : transparent url(images/fon_left.jpg) no-repeat left top;
}
#right_fon{
	background : transparent url(images/fon_right.jpg) no-repeat right top;
}
#top{
	background-image : url(images/logo.jpg);
	height : 210px;
	padding-top : 15px;
	margin-bottom : 3px;
}
a#logo{
	display : block;
	color : #dfcbf3;
	text-decoration : none;
	font-size : 28px;
	margin : 0px 240px 0px 174px;
	background : transparent url(images/fon_h1.jpg) no-repeat left bottom;
	line-height : 44px;
}
#top h1{
	color : #9b6cc2;
	font-size : 20px;
	line-height : 20px;
	margin-left : 248px;
	letter-spacing : 1px;
	margin-bottom : 65px;
}
#top h1 span{
	visibility : hidden;
}
#top h2{
	color : #7A9E1B;
	font-size : 18px;
	font-style : oblique;
	text-transform : lowercase;
	margin-left : 248px;
	line-height : 20px;
	margin-bottom : 0px;
}
ul#top_menu{
	
	margin-left : 4px;
	height : 32px;
	background-color : White;
	margin-bottom : 6px;
}
ul#top_menu li{
	margin-right : 3px;

	padding : 2px 4px  0;
	list-style-type : none;
	margin-left : 0px;
	margin-bottom : 0px;
	background : #9262bf url(images/top_menu.jpg) repeat-x center;
	float : left;
	width : auto;
	height : 30px;
}
ul#top_menu li a {
	color : White;
	line-height : 28px;
	font-size : 14px;
	padding : 4px 77px;
	border : 1px solid #cce672;
	text-decoration : none;
	font-weight : bold;
	white-space : nowrap;
}

ul#top_menu li a:hover {
	
	border-color : White;
	text-decoration : underline;
}
#left{
	width : 175px;
	float : left;
}
#left ul li{
	margin-bottom : 2px;
	margin-left : 0px;
	list-style-type : none;
}
#left ul li a{
	display : block;
	padding : 12px 15px;
	background : transparent url(images/fon_menu.jpg) repeat-y left;
	line-height : 12px;
	font-weight : bold;
	text-decoration : none;
}
#left ul li a:hover,#left ul li a.act{
	background : transparent url(images/fon_menu_act.jpg) repeat-y left;
}
#text{
	width : 750px;
	float : right;
	background-color : #f6ecff;
	padding : 10px 30px 20px;
}
p#search{
	text-align : right;
}
p#search input.tex{
	width : 85px;
	height : 16px;
	border : 1px dotted #A2A2A2;
}
.button{
	border : 1px solid #B8E45C;
	background-color : #ceec8f;
	
	color : #9262bf;
	font-weight : bold;
	padding : 0px 6px;
	line-height : 16px;
}
#bottom{
	clear : both;
	height : 120px;
}
p.copy{
	text-align : right;
	padding-right : 40px;
	padding-top : 30px;
}
.panel{
	position : relative;
}
ul.filmstrip {
	background-color : White;
	width : 740px;
}
ul.filmstrip li{
	margin-left : 0px;
	margin-bottom : 0px;
	list-style-type : none;
	margin-right : 0px;
	padding : 0;
	border : 0px solid #9262bf;
    width: 68px;
    height: 68px;
    text-align: center;
    vertical-align: bottom;
}
ul.filmstrip li img{
	
	max-width : 68px;
	max-height : 68px;
}
.panel img{
	max-height : 350px;
	display : block;
    /*float: left;*/
    margin-right: 40px;
	max-width : 400px;
}
.panel-overlay  {
	
}

.panel li
{
  text-align: left;
}


.panel-overlay p span{
	margin-left : 30px;
	font-weight : bold;
}
.panel-overlay p a{
	margin-left : 30px;
	cursor : pointer;
}
div.small{
	position: absolute; 
	width : 670px;
	height : 325px;
	z-index : 5000;
	background-color : White;
	padding : 40px;
	display : none;
	top : 0px;
	left : 0px;
}
div.small img {
	height : 150px;
	float : left;
	margin : 20px 20px 20px 0px;
}

.bt_zak
{
  width: 80px;
  height: 30px;
  background-color : #5b2c96;
  color : #FFFFFF;
  border: 0px;
  font-weight: bold;
  font-size: 9pt;
}
.bt_zak:hover
{
   background-color : #9969D3;
   cursor: pointer;
}


.form_zak
{
  position: absolute;
  display: none;
  left: 225px;
  bottom: 10px;
  background: #DAF0AA;
  width: 300px;
  height: 130px;
  padding: 20px;
  border:0px solid #B7E25C;
}

.form_zak td
{
  text-align: right;
}


.bt_form_zak
{
  width: 70px;
  height: 22px;
  background-color : #ceec8f;
  color : #9262bf;
  font-weight: bold;
  border: 1px solid #9262bf;
  font-size: 8pt;
}
.input
{
  width: 200px;
}

.prod_text
{
  font-size: 7pt;
  line-height: normal;
}

.des_text p, .des_text li {font-size: 10pt;}
.des_text li
{
  margin-top: 0;
  margin-bottom: 0;
}



