/* 
    Document   : lightbox.style.css
    Created on : May 8, 2012, 10:17:06 PM
    Author     : laavanya
    Description: Purpose of the stylesheet follows.
*/
.backdrop {
    display: none;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0px;
    opacity: 0.0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 50;
}
.box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    font-family: 'Asap', sans-serif;
    height: 360px;
    left: 5px;
    width: 900px;
    z-index: 51;
}
.page-label {
    font-family: 'Asap', sans-serif;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}
.sub-page-label {
    font-size: 12px;
    margin-top: -5%;
}
a.all-list {
    text-decoration: none;
}
.close {
    cursor: pointer;
    float: right;
    margin-right: 6px;
}
#wpbody-content > .box > .close:first-child {
    display: none;
}
.header {
    color: #084b8a;
    font-size: 32px;
}

.span3_div
{
  float:left;  
  margin: 10px 15px;  
}

.span3
{
    background: #f3f3f3;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #999;
    moz-box-shadow: 0px 0px 10px #999;
    padding: 5px 0px 7px;
    text-align: center;
    webkit-border-radius: 4px;
    webkit-box-shadow: 0px 0px 10px #999;
    width: 178px;    
}

.span3 span {
    display: block;
    height: 135px;
    width: 148px;
    margin: 0 auto;
}
#freestyle-icon {
    background: transparent url('../images/big-icons-150x128px.png') no-repeat scroll 0 10px;
}
#gallery-icon {
    background: transparent url('../images/big-icons-150x128px.png') no-repeat scroll 0 -128px;
}
#contact-icon {
    background: transparent url('../images/big-icons-150x128px.png') no-repeat scroll 0 -275px;
}
#listing-icon {
    background: transparent url('../images/big-icons-150x128px.png') no-repeat scroll 0 -406px;
}
#aboutus-icon {
    background: transparent url('../images/big-icons-150x128px.png') no-repeat scroll 0 -550px;
}
.row-fluid {

}

.span3_div a {
    text-decoration: none;
}

.span3_div .from-template {
display: block;
margin-bottom: 5px;
}

.span3_div .pagination {
}
.span3_div .pagination a {
    background: #000;
    color: #fff;
    border-radius: 4px;
    webkit-border-radius: 4px;
    font-family: arial;
    font-weight: bold;
    margin: 0 3px;
    padding: 2px 5px;    
}
.span3_div .pagination a:hover
{
    background: #ffff00;
    color: #000;
    text-decoration: none;
}

.span3_div .sub-page-template
{
  text-align: center;
  margin-top: 10px;
  height: 40px;
}

.span3 .main_a
{
  display: block;
}