/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tbody, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
*:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* servicematching general styles */
html {
    background: #FFF;
    height: 100%;
}
body {
    font: normal 62.5%/1.5 "Arial", sans-serif;
    min-height: 100%;
    position: relative;
}
* html body { height: 100%; }
a {
        color: #000;
        text-decoration: none;
}
a:hover { text-decoration: underline; }
p a { color: #628C25; }
p a:hover { color: #000; }

h1 { font-size: 2.6em; }
h2 { font-size: 2em; }
p, ul { font-size: 1.4em; }
p { margin: 5px 0 10px; }

img { display: block; }

form {}
    form.standard fieldset {
        position: relative;
    }
        legend { display: none; }
            input[type="text"],
            input[type="password"],
            textarea,
            select {
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }
            form.standard label {
                display: block;
                font-size: 1.2em;
                font-weight: bold;
                margin-bottom: 10px;
                padding: 2px 0;
                position: relative;
            }
            form.standard label.checkbox { margin: 10px 0; }
                form.standard label span {
                    color: #666;
                    font-weight: normal;
                    left: 60px;
                    margin-left: 10px;
                    position: absolute;
                }
                form.standard label.text input,
                form.standard label select {
                    font-family: inherit;
                    font-size: inherit;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 270px;
                }
                form.standard label.textarea textarea {
                    display: block;
                    font-family: inherit;
                    font-size: inherit;
                    height: 6em;
                    resize: none;
                    width: 100%;
                }
            button {
                background: url("/img/button-hegu.png");
                border: 0;
                color: #FFF;
                cursor: pointer;
                float: right;
                font-family: inherit;
                font-size: 2.4em;
                font-weight: bold;
                height: 56px;
                text-align: center;
                text-shadow: 0 -1px 1px #7E991F;
                width: 200px;
            }
            button:hover { background-position: 0 -56px; }
            button:active { background-position: 0 -112px; }

/* layout */
#page {
    margin: 0 auto;
    min-height: 100%;
    padding-bottom: 123px; /* footer total height */
    width: 960px;
}
* html #page {
    height: expression(document.body.offsetHeight - 123 + "px");
}

/* grid */
div.sec { overflow: hidden; }
div.col {
    float: left;
    padding: 10px;
}
/* 12 columns at N * 80 - 20 */
div.c1  { width: 60px;  }
div.c2  { width: 140px; }
div.c3  { width: 220px; }
div.c4  { width: 300px; }
div.c5  { width: 380px; }
div.c6  { width: 460px; }
div.c7  { width: 540px; }
div.c8  { width: 620px; }
div.c9  { width: 700px; }
div.c10 { width: 780px; }
div.c11 { width: 860px; }
div.c12 { float: none;  }

div.fst { clear: left; }
div.lst {
    clear: right;
    float: right;
}

/* head */
#head {
    height: 70px;
    margin-bottom: 20px;
    position: relative;
}
    #head p.logo {
        margin: 0;
    }
        #head p.logo a {
            background: url("/img/servicematch.png") 0 0 no-repeat;
            display: block;
            height: 0;
            overflow: hidden;
            padding-top: 80px;
            width: 432px;
        }

    #head ul.nav {
        bottom: 0;
        color: #CCC;
        font-weight: bold;
        position: absolute;
        right: 10px;
    }
        #head ul.nav li {
            display: inline;
        }
            #head ul.nav a {
            }
            #head ul.nav li.lst a {
                color: #999;
                cursor: default;
            }

/* foot */
#foot {
    bottom: 0;
    color: #666;
    left: 0;
    position: absolute;
    width: 100%;
}
    #foot div.col {
        margin: 0 auto;
        padding: 10px;
        position: relative;
        width: 940px;
    }
        #foot a.copy {
            display:block;
            background: url("/img/logo-small.png") 100% 0 no-repeat;
            color: #999;
            height: 40px;
            margin: 10px;
            text-align: center;
        }
        #foot ul {
            border-color: #E5E5E5;
            border-style: solid;
            border-width: 1px 0;
            padding: 10px 0;
        }
            #foot ul li {
                display: inline;
                margin-right: 10px;
            }

/* da form */
#form {
    background: #CCF0FF;
    #padding-bottom: 20px;
}
    #form div.c12 { padding-bottom: 0; }
        #form h1 { text-indent: 10px; }

    #form div.fst {
        background: #F2FBFF;
        margin: 20px;
        padding: 20px;
        width: 560px;
    }
    #form div.c7 { width: 480px; }
    #form div.lst {
        margin: 20px 0;
    }
        #form form { margin: 20px 0 0; }
            #form form fieldset { position: relative; }
                #form form.search input {
                    float:left;
                    border: 2px solid #7E991F;
                    font-family: inherit;
                    font-size: 2.4em;
                    height: 56px;
                    #height: 28px;
                    padding: 12px;
                    width: 340px;
                    #width: 312px;
                }

#form {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
    #form div.fst,
    #form form.search input {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

/* stuff */
ol.steps {
    list-style: none outside;
    font-size: 1.4em;
    margin-top: 20px;
}
    ol.steps li {
        margin-bottom: 20px;
        padding: 15px 0 0 60px;
        position: relative;
    }
        ol.steps span {
            background: url("/img/sphere.png") no-repeat 0 0;
            font-size: 24px;
            font-weight: bold;
            left: 0;
            line-height: 1;
            padding: 13px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 24px;
        }
/* categories */
#categories .col {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
    dl.cat {
        -moz-column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        column-break-inside: avoid;
        color: #999;
        margin-bottom: 20px;
    }
        dl.cat dt {
            font-size: 1.4em;
            font-weight: bold;
        }
        dl.cat dd {
            display: inline;
            font-size: 1.2em;
        }
            dl.cat dd a { color: #333; }

#tags {}
    ul.tags {
        border-top: 1px solid #E5E5E5;
        font-size: 1em;
        padding: 10px 0;
        text-align: justify;
    }
        ul.tags li {
            display: inline;
        }
        ul.tags li.s    { font-size: 1.2em; }
        ul.tags li.m    { font-size: 1.4em; }
        ul.tags li.l    { font-size: 1.6em; }
        ul.tags li.xl { font-size: 2.2em; }
            ul.tags a {
                margin: -5px;
                padding: 5px;
            }

/* customer page */
form.customer label.checkbox {
    float: left;
    font-weight: normal;
    margin-top: 0;
    padding-left: 25px;
    width: 235px;
}
    form.customer label.checkbox input {
        left: 0;
        position: absolute;
        top: 1px;
    }

#addl p {
    color: #628C25;
    font-size: 2em;
    font-weight: bold;
    margin-top: 0;
}
ul.errorlist li { color: #F00; }
