/*****************************
    reset
*****************************/
*
{
    margin: 0;
    padding: 0;
}


/*****************************
    general
*****************************/
.clearfix:after,
.inner:after,
ol#planning:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clear
{
    clear: both;
}

a
{
    text-decoration: none;
}

a:focus
{
    outline: none;
}

a.back
{
    float: left;
    margin-top: 30px;
}

img
{
    border: none;
}

h2
{
    color: #39f;
    font: 33px 'Trebuchet MS';
}

h3
{
    margin: 15px 0;
}

p
{
    margin: 12px 0;
}

em
{
    font-style: normal;
}

li
{
    list-style: none;
}

address
{
    font-style: normal;
}

html
{
    height: 100%;
}

body
{
    color: #333;
    font: 13px Tahoma;
}


/*****************************
    #wrapper
*****************************/
div#wrapper
{
    min-width: 1052px;
}


/*****************************
    #trade_ribbon
*****************************/
div#trade_ribbon {
    display: none;
    position: absolute;
    top: 0; left: 0;
    z-index: 99;
}


/*****************************
    #container
*****************************/
div#container
{
    width: 100%; height: 100%;
}

div#container div.inner
{
    margin: 0 auto;
    position: relative;
    width: 1012px; height: 100%;
}


/*****************************
    #header
*****************************/
div#header
{
    background-color: #fff;
    height: 144px;
    position: relative;
}


/*****************************
    #logo
*****************************/
div#logo
{
    position: absolute;
    top: 23px;
    width: 286px; height: 111px;
}

div#logo a {
    background: #fff url(../Images/logo_d3.png) no-repeat;
    display: block;
    height: 100%;
    text-indent: -9000px;
}


/*****************************
    #contact
*****************************/
div#contact
{
    color: #000;
    font: 12px Arial;
    position: absolute;
    top: 23px; right: 0;
}

div#contact span
{
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    display: block;
    float: right;
    line-height: 28px;
    margin-left: 20px;
    padding: 0 8px 0 28px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#contact span.email
{
    background-image: url(../Images/bg_contact_email.png);
}

div#contact span.phone
{
    background-image: url(../Images/bg_contact_phone.png);
}

div#contact span a
{
    color: #000;
    font-weight: bold;
}


/*****************************
    #globalnav
*****************************/
div#globalnav
{
    height: 60px;
    overflow: hidden;
    position: absolute;
    bottom: 0; right: 0;
}

div#globalnav ul
{
    height: 54px;
    position: relative;
    right: -25px;
}

div#globalnav li
{
    display: inline;
    float: left;
    font: 14px Tahoma;
    position: relative;
}

div#globalnav li.selected a
{
    color: #038ccc;
    font-weight: bold;
}

div#globalnav li a
{
    color: #333;
    display: block;
    height: 33px;
    padding: 0 25px;
}

div#globalnav li.drop a:hover,
div#globalnav ul li.drop:hover > a
{
    background: url(../Images/nav_arrow.gif) no-repeat 50% bottom;
}

div#globalnav li.drop li a:hover
{
    background: none;
}

div#globalnav li ul
{
    position: absolute;
    left: -50%;
    width: 620px;
    visibility: hidden;
}

div#globalnav ul li:hover ul,
div#globalnav ul a:hover ul
{
    visibility: visible;
}

div#globalnav li li
{
    border-top: 1px solid #0190cc;
    font-size: 13px;
    line-height: 20px;
}

div#globalnav li li span
{
    padding: 0 5px;
}

div#globalnav li li span,
div#globalnav li li a
{
    float: left;
}

div#globalnav li li a
{
    height: auto;
    padding: 0;
}

div#globalnav li.selected li a
{
    color: #333;
    font-weight: normal;
}


/*****************************
    #main
*****************************/
div#main
{
    clear: both;
}


/*****************************
    #top
*****************************/
div#top
{
    background-color: #eaeaea;
}

div#top div.inner
{
    padding-top: 20px;
}

div#top div.inner div.list div.wrapper
{
    padding-bottom: 20px;
}

div#top div#main
{
    float: left;
}

div#top div#content
{
    float: left;
    padding-bottom: 20px;
    max-width: 780px;
}

div#top div#rhs
{
    float: right;
    width: 210px;
}

div#top div#rhs p
{
    margin-bottom: 0;
}

div#top a
{
    color: #075c81;
}

div#top li
{
    list-style: inside disc;
}

div#top div.links
{
    float: right;
    margin-top: 20px;
    width: 210px;
}

div#top div.links li
{
    height: 78px;
    list-style: none;
    margin-bottom: 20px;
}

div#top ul.list
{
    margin-bottom: 20px;
}

div#top ul.list li
{
    list-style: none;
}

div#top ul.list li img
{
    float: left;
    margin-right: 10px;
}


/*****************************
    #collections
*****************************/
div#collections
{
    margin-top: 20px;
    width: 766px;
}

div#collections li
{
    display: block;
    list-style: none;
    list-style-position: outside;
    margin-bottom: 18px;
}

div#collections .imgwrap
{
    border: 5px solid #d2d2d2;
    float: left;
    margin-right: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#collections a.thumb,
div#collections a.thumb img
{
    display: block;
}

div#collections div
{
    position: relative;
}

div#collections h3
{
    font: 24px 'Trebuchet MS';
    margin-top: 0;
}

div#collections h3,
div#collections h3 a
{
    color: #39f;
}

div#collections p
{
    margin: 4px 0;
    text-align: justify;
}

div#collections a.more
{
    background: url(../Images/a_info.gif) no-repeat;
    float: right;
    font: 16px Arial;
    padding-left: 24px;
    position: absolute;
    top: 3px; right: 0;
}

div#top div.description
{
    width: 480px;
}

div#top div.images
{
    background: #d2d2d2;
    border: 5px solid #d2d2d2;
    float: right;
    width: 502px; height: 295px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#top .inner .images .main
{
    display: block;
    float: left;
    margin-right: 5px;
    width: 376px;
}

div#top .inner .images .thumb
{
    display: block;
    float: right;
    margin-bottom: 5px;
    width: 121px;
}


/*****************************
    #bottom
*****************************/
div#bottom
{
    background: #0d55b9 url(../Images/bg_bottom.gif) repeat-x;
    padding: 25px 0 20px;
}

div#bottom h2,
div#bottom h3,
div#bottom h4
{
    color: #fff;
}

div#bottom #collections_pane
{
    height: 435px;
}

div#bottom .box
{
    float: left;
    overflow: hidden;
    position: relative;
    width: 337px; height: 435px;
}

div#bottom .box .boxinner
{
    height: 435px;
    position: relative;
}

div#bottom .box h2
{
    display: none;
}

div#bottom .box p
{
    top: -153px; left: 34px;
    color: #333;
    height: 132px;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 268px;
}

div#bottom .box a.viewmore
{
    cursor: pointer;
    display: block;
    top: -435px;
    position: relative;
    width: 337px; height: 435px;
}

div#bottom .box a.viewmore span
{
    background: url(../Images/a_arrow.gif) no-repeat left 1px;
    top: 397px; left: 226px;
    color: #0e56ba;
    display: block;
    font-weight: bold;
    position: relative;
    text-align: right;
    width: 75px; height: 16px;
}


/*****************************
    ol#planning
*****************************/
ol#planning
{
    background: url(../Images/ol_box.png) repeat-y;
    margin-bottom: 27px;
    width: 987px;
}

ol#planning li
{
    background: none no-repeat center left;
    color: #666;
    float: left;
    font: 13px Tahoma;
    margin: 7px 8px 43px;
    padding: 7px 17px 7px 100px;
    width: 854px; height: 53px;
}

ol#planning li strong
{
    color: #327adf;
    font: bold 14px Tahoma;
}


/*****************************
    #footer
*****************************/
div#footer
{
    background-color: #166ccb;
    clear: both;
    color: #fff;
    font: 11px Arial;
    height: 28px;
    line-height: 28px;
    margin-top: 20px;
    width: 1012px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#footer a
{
    color: #fff;
}

div#footer span
{
    width: 490px;
}

div#footer span.left
{
    float: left;
    margin-left: 11px;
}

div#footer span.right
{
    float: right;
    margin-right: 11px;
    text-align: right;
}


/*****************************
    #sitemap
*****************************/
div#sitemap
{
}

div#sitemap li
{
    background: url(../Images/li_bullet.gif) no-repeat top left;
    line-height: 19px;
    padding-left: 23px;
}

/*****************************
    .generalform & .list2form
*****************************/
div.generalform
{
    margin-top: 30px;
}

div.generalform div
{
    margin: 10px 0;
}

div.generalform label {
    display: block;
    float: left;
    padding: 5px 0;
    width: 150px;
}

div.generalform input.text
{
    width: 150px;
}

div.generalform input,
div.generalform textarea
{
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    font: 13px Tahoma;
    padding: 5px;
}

div.generalform textarea
{
    height: 150px;
    width: 300px;
}

div.generalform input.button
{
    background: #166ccb url(../Images/btn_send.gif) no-repeat;
    border: none;
    color: #fff;
    line-height: 0;
    margin-left: 245px;
    text-indent: -9000px;
    width: 68px; height: 22px;
}


/*****************************
    .pager
*****************************/
div.inner .pager
{
    clear: both;
    text-align: center;
}

div.inner .pager a,
div.inner .pager span
{
    padding: 3px;
}


/*****************************
    #homepage
*****************************/
div#homepage
{
    padding-top: 20px;
}

div#homepage img.right
{
    float: right;
    margin-top: 30px;
}

div#homepage div#left
{
    overflow: hidden;
    width: 380px;
    /*height: 503px;*/
}

div#homepage h2,
div#homepage h3,
div#homepage h4
{
    color: #0086c1;
    font-family: Tahoma;
    font-size: 22px;
    font-weight: normal;
}

div#homepage h3
{
    font-size: 18px;
    margin-top: 0px;
}

div#homepage h4
{
    font-size: 13px;
    font-weight: bold;
}

div#homepage a
{
    color: #0086c1;
}

div#homepage p
{
    line-height: 20px;
}

div#homepage div.list
{
    bottom: 20px;
    position: absolute;
    width: 380px; height: 245px;
}

div#homepage ul
{
    height: 208px;
}

div#homepage ul li
{
    float: left;
    clear: both;
    height: 56px;
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

div#homepage ul li h4 a
{
    float: none;
    margin: 0;
}

div#homepage ul li p
{
    line-height: 16px;
    margin: 0;
}

div#homepage ul li a
{
    float: left;
    margin: 0 10px 0 0;
}

div#homepage ul li a img
{
    width: 56px; height: 56px;
}


/*****************************
    .cta
*****************************/
div.cta
{
    float: right;
    margin-top: 55px;
}

div.cta a
{
    display: block;
    margin-bottom: 10px;
}


/*****************************
    #projects
*****************************/
div#projects.detail
{
    margin-bottom: 20px;
}

div#projects.detail h2
{
    margin-bottom: 12px;
}

div#projects.detail a.thumb img
{
    float: right;
}


/*****************************
    extra stuff
*****************************/
select#kitchens
{
    border: 1px solid #ccc;
    padding: 2px;
    width: 160px;
}

