﻿
#content-wrapper
{
    top: -30px;
    width: 100%;
    overflow: auto;
    position: relative;
    margin-top: 25px
}

.centeralizing-wrapper
{
    display: none;
    width: 1024px;
    margin: 0 auto;
}

#content-wrapper #body-nav
{
	white-space: nowrap;
	position: absolute;
	height: 82px;
	width: 1263px;
	top:-11px;
	right:40px;
	overflow: auto;
	background-image:url(../images/sss.png);
	margin:auto;

}

    #content-wrapper #body-nav h2
    {
font-family: 'Tahoma', serif;
        color: #00C;
        display: inline-block;
        float: right;
        margin-top: 4px;
        margin-right: 150px;
        -webkit-text-shadow: 0px 2px 2px #fff;
        text-shadow: 0px 2px 2px #fff;
    }

    #content-wrapper #body-nav ul
    {
        float: left;
        list-style: none;
        margin-left: 150px;
        margin-top: 44px;
    }

        #content-wrapper #body-nav ul li
        {
            display: inline;
            margin-right: 20px;
        }

            #content-wrapper #body-nav ul li a
            {
                margin:10px;
                text-decoration: none;
                -webkit-text-shadow: 0px 2px 1px #fff;
                text-shadow: 0px 2px 2px #fff;
                color: #a10202;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 25px;
            }

                 ul li a.current
                {
                    margin: 0px;
                    padding: 10px;
                    pointer-events: none;
                    cursor: default;
                    color: #20417f;
                    border-radius: 5px 5px 0px 0px;
                    -webkit-text-shadow: none;
                    text-shadow: none;
                    background: white;
                    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e4d1c1), color-stop(100%, #ffffff));
                    background-image: -webkit-linear-gradient(top, #e4d1c1 0%, #ffffff 100%);
                    background-image: -moz-linear-gradient(top, #e4d1c1 0%, #ffffff 100%);
                    background-image: -ms-linear-gradient(top, #e4d1c1 0%, #ffffff 100%);
                    background-image: -o-linear-gradient(top, #e4d1c1 0%, #ffffff 100%);
                    background-image: linear-gradient(to bottom, #e4d1c1 0%, #ffffff 100%);
                }


#article-wrapper
{
    display: none;
    background: white;
    margin-top:70px;
    padding: 50px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 15px;
    color: #495366;
    line-height: 25px;
	min-height:450px;	
}

h3
{
	font-size:20px ;
    font-family: Tahoma ;
    color: #00c ;
    -webkit-text-shadow: 0px 2px 2px #fff ;
    text-shadow: 0px 2px 2px #fff ;
	}
.pro-p 
{
	color: #000;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	}

.pro-p1
{
	color: #00c;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	
	
	
	}


#main-article
{
    margin-bottom: 40px;
}

    #main-article #article-images
    {
        width: 335px;
        /* height: 325px; */
        overflow: hidden;
        float: left;
        margin-right: 15px;
    }

        #main-article #article-images > img
        {
            display: inline;
            height: 140px;
            width: 150px;
            border: 2px solid white;
            border-radius: 5px;
            -webkit-box-shadow: 1px 1px 5px #d8cdb7;
            box-shadow: 1px 1px 5px #d8cdb7;
            margin: 5px;
        }

    #main-article article
    {
        white-space: pre-wrap;
    }


#images-gallery
{
    width: 100%;
    overflow: auto;
    margin-bottom: 25px;
}

    #images-gallery #main-image
    {
        width: 540px;
        float: right;
        margin-top: 6px;
        border-radius: 5px;
    }

    #images-gallery #side-images
    {
        overflow: hidden;
        float: right;
        margin-right: 20px;
    }

        #images-gallery #side-images > img
        {
            display: inline-block;
            height: 140px;
            width: 150px;
            border: 2px solid white;
            border-radius: 5px;
            -webkit-box-shadow: 1px 1px 5px #d8cdb7;
            box-shadow: 1px 1px 5px #d8cdb7;
            margin: 5px;
        }

#location-wrapper
{
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

    #location-wrapper #address-info
    {
        width: 250px;
        font-size: 13px;
        float: right;
        margin-right: 5px;
    }

    #location-wrapper #google-map
    {
        width: 600px;
        height: 400px;
        background: gray;
        float: right;
        margin-right: 35px;
    }



#live-pics #building_pics li {
	float: right;
	margin: 20px;
	font-size:20px;
	text-align:center;
	list-style: none;
}