/**
  * MAIN CSS CODE
  * The Concept Store
**/ 
body {
    font:               normal 12px/14px arial,san-serif;
    color:              #555555;
    background:         #ffffff;
    width:              100%;
    height:             100%;
}
h1 {
    font:               bold 11px arial,san-serif;
    text-transform:     uppercase;
    color:              #e2001a;
}
h2 {
    font-size:          14px;
    font-weight:        bold;
    color:              #e2007a;
    padding-bottom:     5px;
    margin-bottom:      10px;
    border-bottom:      solid 1px #cccccc;
}
h3 {
    font-size:          12px;
    font-weight:        bold;
}
div#fullscreen {
    position:           absolute;
    width:              100%;
    height:             100%;
    background:         #ffffff url('../images/body_bg.png') repeat-x;
}
div#wrapper {
    min-height:         100%;
    margin:             0 auto;
}
div.logo {
    width:              350px;
    height:             113px;
}
a.menu {
    display:            block;
    width:              310px;
    height:             37px;
    line-height:        37px;
    margin-top:         4px;
    padding-left:       40px;
    color:              #ffffff;
    font-size:          14px;
    font-weight:        bold;
    text-decoration:    none;
    border-right:       solid 1px #bd0066;
    border-left:        solid 1px #e257a2;
}
a.menu:hover {
    background:         #ae005e;
}
img.image {
    position:           absolute;
    margin-top:         35px;
    width:              350px;
    height:             220px;
}
div.img_overlay {
    position:           absolute;
    height:             51px;
    width:              226px;
    line-height:        17px;
    padding:            10px 22px;
    margin:             184px 0px 0px 40px;
    color:              #ffffff;
    font-size:          14px;
    background:         url('../images/img_overlay.png');
}
div.text {
    margin:             255px auto 0px auto;
    padding:            15px 0px;
    height:             180px;
    width:              270px;
    line-height:        20px;
}
a.button {
    margin:             0px auto;
    padding:            0px 13px;
    display:            block;
    width:              244px;
    height:             27px;
    line-height:        27px;
    color:              #ffffff;
    text-decoration:    none;
    background:         url('../images/button_naarwebsite.png');
}