﻿.showcase
{
    width:624px;
    margin: 0 auto;
}
.showcase_title
{   
    width:80%;
    height:44px;
    margin:0 auto;
    z-index:4;
    text-align:center;
    position:relative;
}
.showcase_title .sc_title_l
{
    background-image:url(/images/sc_title_left.png);
    position:absolute;
    width:12px;
    height:44px;
    left:0px;
}
.showcase_title .sc_title_c
{
    margin-left:12px;
    margin-right:12px;
    background-image:url(/images/sc_title_bg.png);
    background-repeat:repeat-x;
}

.showcase_title .sc_title_r
{
    background-image:url(/images/sc_title_right.png);
    position:absolute;
    width:12px;
    height:44px;
    right:0px;
    top:0px;
}
.showcase_title h2
{
    color:#cabfa2;
    font-size:10pt;
    line-height:44px;
}
.showcase_title h2 a
{
    text-decoration:none;
    color:#cabfa2;
}

.showcase_image
{
    position:relative;
}
.showcase .sc_top
{
    height:14px;
    position:relative;
}
.showcase .sc_top .sc_ul 
{
    background-image:url(/images/imageset.png);
    background-position:0px -46px;
    width:14px;
    height:14px;
    position:absolute;
    left:0px;
}
.showcase .sc_top .sc_ux 
{
    background-image:url(/images/sc_top.png);
    background-repeat:repeat-x;
    height:14px;
    margin-left:14px;
    margin-right:14px;
}
.showcase .sc_top .sc_ur
{
    background-image:url(/images/imageset.png);
    background-position:-14px -46px;
    width:14px;
    height:14px;
    position:absolute;
    right:0px;
    top:0px;
}
.showcase .sc_mid
{
    position:relative;
}
.showcase .sc_mid .sc_l
{
    background-image:url(/images/sc_left.png);
    background-repeat:repeat-y;
    position:absolute;
    width:14px;
    left:0px;
    height:100%;
}
.showcase .sc_mid .sc_r
{
    background-image:url(/images/sc_right.png);
    background-repeat:repeat-y;
    position:absolute;
    width:14px;
    right:0px;
    height:100%;
    top:0px;
}
/* This is where the picture will go */
.showcase .sc_mid .sc_c
{
    margin-left:14px;
    margin-right:14px;
    background-color:#ffffff;
}
.showcase .sc_bot
{
    height:15px;
    position:relative;
}
.showcase .sc_bot .sc_ll 
{
    background-image:url(/images/imageset.png);
    background-position:0px -60px;
    background-color:Transparent;
    width:14px;
    height:15px;
    position:absolute;
    left:0px;
}
.showcase .sc_bot .sc_lx 
{
    background-image:url(/images/sc_bottom.png);
    background-repeat:repeat-x;
    height:15px;
    margin-left:14px;
    margin-right:14px;
}
.showcase .sc_bot .sc_lr
{
    background-image:url(/images/imageset.png);
    background-position:-14px -60px;
    width:14px;
    height:15px;
    position:absolute;
    right:0px;
    top:0px;
}
.news 
{
    margin:10px;
    color:#1a0d05;
}
.news h3
{
    font-size:12pt;
    font-weight:bold;
    margin:0;
    padding:0;
    color:#4b0808;
}
.news .date
{
    color:#636363;
    font-size:smaller;
}
