body
{
    background-color: #000;
    font-family: Tahoma, Calibri, 'Trebuchet MS' , Arial;
    margin: 0px;
    color: #F878F6;
}
h1, h2
{
    clear: both;
    font-weight: normal;
    text-shadow: 1px 1px 0px #010;
}

}
#main_container{
width:1000px;
height:auto;
margin:auto;
background-color:#190210;
}

.prom_date_box{
width:620px;
padding:205px 0 0 210px;
}
.prom_title{
width:280px;
height:46px;
line-height:55px;
text-align:left;
font-size:22px;
font-weight:bold;
color:#bbe3e1;
background:url() no-repeat center;
}

#header{
width:860px;
height:365px;
margin:auto;
background:url(/images/header_bg.jpg) no-repeat center;
}

p1{
margin:0px;
padding:0 0 5px 0;
line-height:16px;
text-align:justify;
font-size:14px;
}



/* Menu */
#menu{
width:925px;
height:100px;
padding:0px;
margin:auto;
text-align:center;

}
#menu ul{
list-style:none;padding:0 0 0 0px;margin:0px;display:block; font-weight:bold;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;height:40px;padding:0px;font-size:14px; line-height:44px;
}
#menu ul li a{
height:44px; width:105px;float:left;text-decoration:none;padding:0px; margin:0px;color:#F3F21D;
}
#menu ul li a:hover{
height:44px;width:100px;text-decoration:none;color: #d99cc1; background:url(images/button_bg.gif) no-repeat center;
}
#menu ul li a.current{
height:44px;width:100px;float:left;text-decoration:none;padding:0px;color: #F3FC1D;background:url(images/button_bg.gif) no-repeat center;
}

#menu1{
width:1000px;
height:140px;
padding:0px;
margin:auto;
text-align:center;

}


/* Show Details */
.details-holder
{

    float: left;
    position: relative;
    margin: 5px 5px 120px 5px;
}
.show-details img
{

    width: 200px;
    height: 150px;
}
.show-details:hover img
{
    position: relative;
    opacity: 1;
    z-index: 99;    
}
.img-info
{
    padding: 170px 10px 0px 10px;
    position: absolute;
    z-index: 20;
    top: -10px;
    left: -10px;
    width: 200px;
    height: 100px;    
    background-color: #F878F6;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 8px 5px -6px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    opacity: 0;
    
}
.show-details:hover .img-info
{
    opacity:1;    
}
.details-holder h1
{
    font-size: 16px;
    text-transform: uppercase;    
}
.details-holder p
{
    font-size: 12px;color: #000;
}

