/* RESET
--------------------------------------------------------------------------- */
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, tfoot, 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;
}

/* 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;
}

/* TYPE
--------------------------------------------------------------------------- */
body {
    font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

#silo-left {
    text-align: center;
}

#branding p {
    font-size: 10px;
    line-height: 14px;
}

#silo-right h2,
#silo-right p {
    margin-bottom: 9px;
}


/* LAYOUT
--------------------------------------------------------------------------- */
.clear {
    clear: both;
}

#container-master {
    width: 900px;
    margin: 0 auto;
}

.silo {
    float: left;
    width: 450px;
    padding-bottom: 63px;
}

#branding {
    position: fixed;
    top: 63px;
    width: 450px;
    padding-top: 90px;
    
}

#silo-right {
    float: right;
}

#intro {
    padding: 9px;
    padding-top: 72px;
    padding-right: 27px;
    margin-bottom: 9px;
}

#intro h2 {
    overflow: hidden;
}

#intro h2 span {
    margin-left: -450px;
}

#samples a,
#samples img {
    float: left;
}

#samples a {
    margin: 9px;
    padding: 2px;
}


/* BACKGROUNDS & BORDERS
--------------------------------------------------------------------------- */
/*#silo-right {
    background: #EFEFEF;
}*/
body {
    background: #FFF;
}

#branding {
    background: transparent url(../images/logo.gif) no-repeat center top;
}

#intro {
    background: transparent url(../images/bg-h2-greatings.gif) no-repeat left 76px;
}

#samples a {
    background: #FFF;
    border: 1px solid #CCC;
}

#samples a:hover {
    border-color: #000;
}







