html, body {
    background-color:#fff;
    color:#626262;
    margin:0px;
    padding:0px;
    font-size:100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align:left;
}
a {
    color:#626262;
}
img {
    border:0px;
}
h1 {
    font-size:120%;
    margin:0px;
    padding:0px;
}
#page {
    width:930px;
    margin:auto;
    font-size:90%;
}
#head {
   background-image:url(/media/images/head.png);
   background-position:center;
   background-repeat:no-repeat;
   height:190px;
}
#services {
    padding-top:10px;
}
#cat {
    margin-bottom:-10px;
    margin-right:5px;
}
#home {
    color:#09233d;
    float:left;
    width:425px;
    padding-left:10px;
}
#home ul {
    margin:0px;
    margin-left:10px;
    margin-top:6px;
    list-style: none;
    padding:0px;
    line-height: 25px;
}
#home li {
   background-image:url(/media/images/cats.png);
   background-position:left;
   background-repeat:no-repeat;
   padding-left:25px;
}
#eco {
    color:#335021;
    float:right;
    width:485px;
    padding-right:10px;
}
#eco ul {
    margin:0px;
    margin-left:36px;
    margin-top:6px;
    list-style: none;
    padding:0px;
    line-height: 25px;
}
#eco li {
   background-image:url(/media/images/pigs.png);
   background-position:left;
   background-repeat:no-repeat;
   padding-left:25px;
}
#line {
    height:40px;
    background-image:url(/media/images/line.png);
    background-repeat:no-repeat;
    background-position:bottom;
    clear: both;
}

#info {
    padding-top:20px;
    padding-left:10px;
}
#contact,
#address,
#ordtime {
    float:left;
    width:270px;
    font-size:100%;
    padding-left:35px;
    padding-top:10px;
}
h2 {
    font-weight:bold;
    font-size:110%;
    margin:0px;
    padding:0px;
}

#contact {
    background-image:url(/media/images/contact.png);
    background-repeat:no-repeat;
}
#address {
    background-image:url(/media/images/address.png);
    background-position:0px 9px;
    background-repeat:no-repeat;
}
#ordtime {
    background-image:url(/media/images/ordtime.png);
    background-position:0px 2px;
    background-repeat:no-repeat;
    padding-left:40px;
    width:270px;
}

#linefoot {
    height:3px;
    background-image:url(/media/images/footline.png);
    background-repeat:no-repeat;
    background-position:bottom;
    clear:both;
    padding-top:30px;
}
#map img {
    margin-top:5px;
}