@charset "utf-8";
/* CSS Document */
#aboutContainer
{
    width: 1500px;
    background-color: #FFFFFF;
    background-image: url("../images/about_bg.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.aboutSummary
{
    position: relative;
    float: left;
    margin-left: 45px;
}

.aboutSummary .partTitle
{
    margin-bottom: 3px;
    width: 330px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
}

.aboutSummary .intro
{
    font-size: 12px;
    width: 530px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    height: 458px;
    line-height: 23px;
    background-color: #FFFFFF;
	padding-bottom:15px;
}

#about
{
    position: relative;
    margin-left: 150px;
    float: left;
    top: 94px;
    width: auto;
    height: 400px;
 }

#about .rec
{
    position: absolute;
    width: 190px;
    height: 190px;
    background-repeat: no-repeat;
}

#about .rec .topSub
{
    position: absolute;
    width: 190px;
    height: 190px;
}

#about .rec .rightSub
{
    position: absolute;
    width: 190px;
    height: 190px;
}

#about .rec .bottomSub
{
    position: absolute;
    width: 190px;
    height: 190px;
}

#about .rec .leftSub
{
    position: absolute;
    width: 190px;
    height: 190px;
}

#about .rec .centerSub
{
    position: absolute;
    width: 190px;
    height: 190px;
    cursor: pointer;
}

#about .rec1 .centerSub
{
    background-image: url("../images/about_1.jpg");
    background-repeat: no-repeat;
}

#about .rec2 .centerSub
{
    background-image: url("../images/about_2.jpg");
    background-repeat: no-repeat;
}

#about .rec3 .centerSub
{
    background-image: url("../images/about_3.jpg");
    background-repeat: no-repeat;
}

#about .rec4 .centerSub
{
    background-image: url("../images/about_4.jpg");
    background-repeat: no-repeat;
}

#about .rec5 .centerSub
{
    background-image: url("../images/about_5.jpg");
    background-repeat: no-repeat;
}

#about .rec6 .centerSub
{
    background-image: url("../images/about_6.jpg");
    background-repeat: no-repeat;
}

