html {font-size: 100%;}

body {
    font-family: arial, tahoma, verdana, lucida, sans-serif;
    font-size: 0.7em;
    padding: 0px;
    margin: 0px;
    color: #666666;
    text-align: center;
    background: #FFFFFF url('/images/body-bg.png') top left repeat-y;
}


table {font-size: 1em;}

form {margin: 0px;}

input, textarea {
    border: 1px solid #05578A;
    background: #FFFFFF;
    font-family: tahoma, arial, lucida, sans-serif;
}

a {
    text-decoration: underline;
    color: #666666;
}

a:hover {text-decoration: none;}

a img {border: 0px;}

ul {
    text-align: left;
}

ul li a{text-decoration: none;}

ul li a:hover{text-decoration: underline;}

fieldset {border: 0px; clear: left; float: left;}

address {
    position: absolute;
    bottom: 10px;
    left: 280px;
    font-style: normal;
}

#langs {
    height: 40px;
    width: 170px;
    position: absolute;
    top: -40px;
    left: 0px;
    background: #FC7215;
}

#langs a img {border: 0px; margin: 7px 0px 0px 15px;}


h1#logo {
    margin: 0px; 
    padding: 0px;
    float: left;
}

h1#iLogo a {
    background-color: #04568A; 
    display: block; 
    position: absolute;
    width: 194px;
    height: 115px;
    top: 0px;
    right: 0px;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

h1#iLogo span {
    width: 194px;
    height: 115px;
    background: url('/images/index-logo-pct.jpg') top left no-repeat;
    cursor: pointer; 
    display: block; 
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
}

#iFlower {
    position: absolute;
    top: 27px;
    left: 92px;
}

#iFlowers {
    position: absolute;
    top: 147px;
    right: 0px;
}

#iMenu {
    background: #FC7215;
    height: 40px;
    width: 100%;
    margin-top: 401px;
}

#iMenu ul {
  width: 700px;
   margin: 0px 0px 0px 270px;
   padding: 0px;
   list-style-type: none; 
}

#iMenu ul li {float: left;}

#iMenu ul li a {
    float: left;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 40px;
    font-weight: bold;
    padding: 0px 12px;
}

#iMenu ul li.active a {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
}

#iMenu ul li a:hover {
    background: #FAA86B;
    color: #FFFFFF;
    text-decoration: none;
}




#iBottom {
    width: 100%;
    height: 600px;
    background: url('/images/index-dust-down.jpg') bottom right no-repeat;
}

#iBottomIn {
    width: 100%;
    height: 600px;
    text-align: left;
    position: relative;
    background: url('/images/index-flowers-bot.png') bottom left no-repeat;
}

#iBottomIn ul {
    margin: 10px 0px 0px 73px;
    padding: 0px;
    height: 300px;
    width: 930px;
    list-style-type: none;
}

#iBottomIn ul li {
    float: left;
}

#iBottomIn ul li a {
    display: inline;
    height: 200px;
    width: 300px;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    float: left;
    margin-right: 10px;
}

#iBottomIn ul li a span {
    height: 200px;
    width: 300px;
    display: block;
    margin: 0px;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: hand;
}

#colors-cs span { background: url('/images/index-img1-cs.jpg') no-repeat; }
#abrasive-cs span { background: url('/images/index-img2-cs.jpg') no-repeat; }
#tech-cs span { background: url('/images/index-img3-cs.jpg') no-repeat; }

#colors-en span { background: url('/images/index-img1-en.jpg') no-repeat; }
#abrasive-en span { background: url('/images/index-img2-en.jpg') no-repeat; }
#tech-en span { background: url('/images/index-img3-en.jpg') no-repeat; }


#copy {
    position: absolute;
    bottom: 34px;
    left: 16px;
    color: #FFFFFF;
    font-size: 0.9em;
}

.cleaner {clear: both;}
