@charset "UTF-8";
/**
 * This file is to override the font face & size for chinese language
 */

@media all
{
    body {
        font-family: "MS Hei", Verdana, sans-serif;
    }

	#header #lang div {
	}
	
    .hlist ul li a{
        font-size: 11px;
    }

    .hlist3 ul li a{
        font-size: 11px;
	}

	#gallery_items .galleryRow a, 
	#gallery_items .galleryRow a strong {
        font-size:11px;
	}
	
	#gallery_items .galleryRow a {
        font-size:11px;
	}

	.home .galleryInfo h2, 
	.home .galleryInfo h4 {
        font-size: 15px;
	}

	.approach .floatbox .desc, 
	.service #fatList .description, 
	.client #fatList .description, 
	.about .floatbox {
        font-size:16px;
	}

	.hlistServiceCat ul li h6, 
	.hlistServiceCat ul li a, 
	.clientList, 
	.clientList h6 {
        font-size:11px;
	}
	
	.hlistBreadcrumb ul li a {
        font-size:12px;
    }

    .galleryDetail #gallery_related_works {
        font-size:12px;
    }

    .gallery #col2_content #gallery_related_works h6 {
        font-size:12px;
    }

    .galleryDetail #gallery_detail {
        font-size:16px;
    }
    
	.contact #fatList .floatboxBottom .floatLeft {
        min-height:125px;
        height: 125px;
	}
	
}
