*{
	margin: 0;
	padding: 0;
	}

html{
	font-size:100.01%;
   height:100%;
	}
	
body {
   position:relative;
	background:#fff;
	font:normal 62.5% Arial;
	color:#676767;
   height:auto !important;
   height:100%;
   min-height:100%;
   width:1002px;
   margin:0 auto;
	}

img {
	border:0;
	}
 
a{
	color:#6899d1;
	text-decoration:none; 
	}
	
ul{
	list-style:none;
	}

table{
	border-collapse:collapse;
	}

#body{
   min-width:1000px;
   }
   
#head{
   position:relative;
   height:538px;
   background:url('images/head-bg.jpg') no-repeat;
   margin:23px 0;
   }
   
   #catalogue #head{
      height:215px;
      background:url('images/head-bg-second.jpg') no-repeat;
      }
   
   #head #logo{
      position:absolute; top:139px; left:444px;
      width:127px; height:39px;
      }
      
      #head #logo span{
         display:none;
         }
         
#sidebar{
   float:left;
   width:352px;
   }
   
   .news{
      padding:0 10px 0 57px;
      background:url('images/yellow_flower.jpg') no-repeat;
      margin:10px 0 0 0;
      }
      
      .news h2{
         font-size:1.4em;
         margin:0 0 14px 0;
         }
         
      .news p{
         margin-bottom:13px;
         font-size:1.2em;
         }
         
      .news a:hover{
         text-decoration:underline;
         }
   
#cnt-block{
   float:left;
   width:650px;
   }
   
.menu{
   background:url('images/red_flower.jpg') no-repeat;
   padding:8px 0 18px 65px;
   }
   
   #catalogue .menu{
      padding:8px 0 29px 65px;
      border-bottom:solid 5px #d4e0d6;
      }
   
   .menu li{
      display:inline;
      padding-right:36px;
      font:bold 1.3em Arial;
      }
      
      .menu li a{
         text-decoration:underline;
         }
         
         .menu li a:hover, .menu li a.active{
            color:#d72233;
            }
         
.cnt{
   padding:16px 0 0 17px;
   }
   
   .cnt p{
      font-size:1.2em;
      margin-bottom:17px;
      }
      
.phone{
   height:136px;
   font-size:6em;
   line-height:136px;
   text-align:right;
   background:url('images/phone-bg.jpg') no-repeat;
   padding-right:27px;
   color:#fff;
   margin:0 0 15px 0;
   }
   
   
   .phone sup{
      font:bold 0.23em Arial;
      }
      
.annons-img{
   float:left;
   margin:0 28px 20px 0;
   }
   
h1{
   margin:12px 0 23px 0;
   font:normal 2.4em Arial;
   }
   
.container{
   overflow:hidden;
   background:url('images/hedgehog.jpg') no-repeat 0 100%;
   }