html {
	background: #ccffcc repeat-x;
}

.wrapper {
  min-width: 1010px;
  _width:expression(document.body.clientWidth <= 1065? "1065px": "auto" );  
}

body {
  padding:0; margin:0 auto;
  position:relative;
  min-height:100%;
}

#header{
	height:212px;
	text-align:center;
	padding-left: 30px;
	background: url('images/header_bg.png') repeat-x left bottom;
	
}

.header_wrapper {
    width: 700px;    
    margin: 0 auto;
}

.header_img_rose {
    float: left;
}

.header_img_1 {
    width: 269px;
    height: 212px;
    display: block;
    float:left;
    background: url(images/rose2s.png);
    _background:none;    
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/main/images/rose2s.png');        
}

.header_img_2 {
    width: 424px;
    height: 212px;
    float:right;
    background: url(images/label.png);
    _background:none;    
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/main/images/label.png');        
}

#strike{
	height: 20px;
	/*background: #003300;*/
	background:#2B6139;
	color: #ccc;
}

#container {
  
}

#content {
  min-height: 450px;
  _height:450px;
}

#main {
	padding-top: 25px;
	margin: 0 260px 0 250px;
	_padding-top: 0;
	_margin-top:25px;
}

.main_detail {
    margin-right:0!important;
    padding-right: 20px!important;      
}

#main p{
  text-align: justify;
}

#main table {
	_width:99%;
}

#sections_left {
  float:left;
  width:245px;
}

#sections_right {
  float:right; 
  width:245px; 
  text-align: right;
}

.section{
    width: 225px;
    margin: 25px 10px;
    border: 1px solid #003300;  
    text-align: left;  
}


h1 {
  margin:0; padding:20px;
}

#footer {
  clear: both;
  width:100%;
}


.section .name{
	/*background: #003300;*/
	background:#2B6139;
	color: #ccc;
	text-align: center;
	margin: 0;
}



/*button{
	background: url('images/button.png') no-repeat;
	color: #ccc;
	height: 25px;
	width: 63px;
	vertical-align: center;
	text-align: center;
	border:0;
	cursor: pointer;
}*/



.section ul{
	list-style: none;
	margin: 0;
	padding-left: 25px;
}

#main ul{
	list-style-image: url('images/pic.gif');
}

/* -- Fonts -- */
body {
  font:10pt Tahoma, Sans-Serif;
}

#strike{
	text-align: center;
	font-size:110%;
}

.section .name{
	font-size:100%;
}

.section ul{
	font-size:110%;
}

#main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    _padding-top:1px;
}

	

#main h2{
	font-family:  Palatino Linotype;
	font-style: italic;
	font-size: 18pt;
	text-align: center;
}

#footer{
	text-align: center;
}
	
/*-- Links --*/
a{
	text-decoration: none;
}

.section a{
	color: #006600;
}

.section a:hover{
	text-decoration: underline;
}

#main  a{
	color: #006600;
}

#main a:hover{
	text-decoration: underline;
}

.contacts {
	width:100%;
}
.contacts td{
	vertical-align:top;
}