

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}
 /* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}
 /* Hide from IE Mac */
.clr, .clear {
    clear: both;
}

/* end clearing */
#header {
    width: 1100px;
    height: 200px;
    /*margin-top: 37px;*/
}

#maincontent {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
}

#top {
    width: 985px;
    padding-right: 5px;
    height: 37px;
}

#topmenu {
    float: left;
    margin-top: 13px;
}

#topmenu ul {
    float: left;
}

#search {
    float: right;
    margin-top: 7px;
}

#logo_box {
    width: 860px;
    margin-top: 50px;
    margin-left: 160px;
    margin-bottom: 30px;
}

#logo {
    height: 110px;
    width: 680px;
    float: left;
}

#logo a {
    display: block;
    vertical-align: top;
    cursor: pointer;
}

#logo a span {
    display: none;
}

#menu_box {
    width: 980px;
}

#menu_in {
    background: url(../images/menu_in.png) bottom left repeat-x;
    height: 45px;
}

#menu_l {
    background: url(../images/menu_l.png) bottom left no-repeat;
	padding: 0 0 0 12px;
   /*
 width: 12px;
*/
  /*
  float: left;
    height: 45px;
*/
}

#menu_r {
    background: url(../images/menu_r.png) bottom right no-repeat;
	padding: 0 12px 0 0;
    /*
width: 12px;
    float: left;
    height: 45px;
*/
}

#flowers {
    width: 992px;
    background: url(../images/flowers.gif) bottom left no-repeat;
    padding-bottom: 24px;
    padding-right: 12px;
}

#footer {
    width: 980px;
    background: url(../images/footer.gif) top center no-repeat #677605;
    padding: 14px 0 5px;
    min-height: 35px;
    color: #ffffff;
}

#copyright {
    float: left;
    padding-left: 20px;
    text-align: left;
}

#design {
    float: right;
    padding-right: 20px;
    text-align: right;
}

#botmenu {
    width: 980px;
    padding: 15px 0;
}
