@import url('reset.css');

@font-face {
    font-family: 'WhitehallRegular';
    src: url('whitehall-webfont.eot?') format('eot'),
         url('whitehall-webfont.woff') format('woff'),
         url('whitehall-webfont.ttf') format('truetype'),
         url('whitehall-webfont.svg#webfontrDmI7vJK') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
    background-color: #000;
    font-family: Helvetica;
}

.cb
{
    clear: both;
}

.red
{
    background-color: #C72020;
    font-family: WhitehallRegular;
}

h1, h2, h3, h4, h5, h6, p
{
    padding-bottom: 10px;
}

/****** Header ******/
#header
{
    width: 1000px;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    padding: 10px 0 30px 0;
    text-align: center;
    font-size: 120%;
}

#header span
{
    padding: 0 30px;
}

/****** Menu ******/
#menu-wrapper
{
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #484848;
}

#menu
{

}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li
{
    float: left;
    width: 150px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#menu ul li a
{
    display: block;
    padding: 10px 5px 5px 5px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #484848;
    background: url(../images/bg.png) repeat 0 0;
}

#menu ul li a:hover
{
    background-position: 160px 0;
}

.left-line
{
    border-left: 1px solid #484848;
}

/****** Content ******/
#content
{
    width: 1000px;
    margin: 0 auto;
    background: url(../images/watermark.png) #fff no-repeat 250px 250px;
    color: #000;
}

#content-no-watermark
{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
}

#banner
{
}

#logo
{
    float: left;
    width: 243px;
    padding-top: 15px;
}

#title
{
    float: left;
    font-family: WhitehallRegular;
}

#title h1
{
    font-size: 240%;
    font-weight: bold;
    text-align: center;
    width: 570px;
    padding: 30px 0 10px 0;
    /*text-transform: uppercase;*/
}

#title h2
{
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 570px;
    /*text-transform: uppercase;*/
}

#dalmation
{
    position: relative;
    z-index: 100;
    float: right;
    width: 170px;
    margin-top: -10px;
}

#left-side
{
    float: left;
    width: 480px;
}

#right-side
{
    float: right;
    width: 480px;
}

.box
{
    width: 440px;
    padding: 20px 20px 40px 20px;
}

.box h1
{
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
    color: #fff;
}

.box p
{
    padding: 10px 0;
}

.box img
{
    padding-right: 35px;
}

.box ul
{
    list-style-type: circle;
    padding: 10px 10px 10px 30px;
}

.box li
{
    padding-bottom: 10px;
}

#woman
{
    position: relative;
    margin-top: -260px;
    float: right;
    bottom: 0px;
    right: 0px;
    z-index: 99;
}

/****** Services Page ******/
#lizard
{
    float: left;
    width: 322px;
}

#service-text
{
    float: right;
    width: 500px;
    padding: 30px 80px 0 0;
    margin-top: 50px;
}

#service-text h1
{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

#service-text p
{
    font-size: 150%;
    text-align: center;
}

#service-list
{
    float: left;
    padding-left: 30px;
    width: 500px;
}

#parrot
{
    position: relative;
    right: 0px;
    bottom: 0px;
    float: right;
    width: 470px;
    padding-top: 100px;

}

#service-list li
{
    font-size: 120%;
    background: url(../images/red_paw_small.png) left top no-repeat;
    padding: 0 0 20px 40px;
}

/****** Clue's Story Page ******/
#clues-story
{
    padding: 30px 50px;
}

#clues-story h1
{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

#clues-picture
{
    float: right;
    bottom: 0;
    right: 0;
}

/****** Green Page ******/
#green-text
{
    text-align: center;
    padding-bottom: 30px;
}

#green-text h1
{
    font-size: 200%;
    font-weight: bold;
    color: #577817;
    padding-top: 30px;
}

#green-text p
{
    font-size: 150%;
    padding: 20px 40px;
}

/****** Online Store Page ******/
#store-story
{
    text-align: center;
}

#store-story h1
{
    font-size: 200%;
    font-weight: bold;
    padding-bottom: 800px;
}

/****** Grief Page ******/
#grief-story
{
    width: 300px;
    float: right;
    padding: 10px;
}

#grief-story h1
{
    background-color: #d72b3a;
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
}

#grief-story ul
{
    list-style-type: circle;
    padding-left: 20px;
    padding-bottom: 30px;
}

#grief-links
{
    padding: 30px;
    width: 500px;
    float: left;
}

#grief-links h1
{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

#grief-links h2
{
    font-size: 150%;
    text-align: center;
}

#grief-links a
{
    color: #C72020;
    text-decoration: none;
}

#grief-links a:hover
{
    color: #e8747e;
    text-decoration: underline;
}

/****** Footer ******/
#footer
{
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

