@charset "utf-8";
/* CSS Document */

/* CorporateSpaces Layout */
.corporatesSpacesBigImageBlock{
	width:450px;
	height:320px;
	float:left;
}
.corporatesSpacesContentBlock{
	width:440px;
	height:310px;
	float:left;
	background:url(../images/products/corporatesSpaces/productsCorporatesSpacesContentBg.jpg) no-repeat;
	padding:5px;
}
/* End CorporateSpaces Layout */


/* Residential Complex Layout */
.residentialComplexBigImageBlock{
	width:450px;
	height:320px;
	float:left;
}
.residentialComplexContentBlock{
	width:430px;
	height:300px;
	float:left;
	background:url(../images/products/residentialComplex/productsResidentialComplexContentBg.jpg) no-repeat;
	padding:10px;
}
/* End Residential Complex Layout */


/* Bungalows Layout */
.bungalowsBigImageBlock{
	width:550px;
	height:320px;
	float:left;
}
.bungalowsComplexContentBlock{
	width:340px;
	height:310px;
	float:left;
	background:url(../images/products/bungalows/productsBungalowsContentBg.jpg) no-repeat;
	padding:5px;
}
/* End Bungalows Layout */


/* CommercialSpaces Layout */
.commercialSpacesBigImageBlock{
	width:450px;
	height:320px;
	float:left;
}
.commercialSpacesContentBlock{
	width:440px;
	height:310px;
	float:left;
	background:url(../images/products/commercialSpaces/productsCommercialSpacesContentBg.jpg) no-repeat;
	padding:5px;
}
/* End CommercialSpaces Layout */