/* CSS Document */
/*--------------------------------------------------------*/ 
/*  Master Style sheet which holds all the themes for the 
	website. Design and Layout by Vmal Limited            */
/*--------------------------------------------------------*/

/*---------- Add all Style sheets to this file for screen purpose ----------*/
/*---------- Main Layout Structure of Site ----------*/
@import url("main.css");

/*---------- Index Page Style ----------*/
@import url("index.css");

/*---------- Detail Page Style ----------*/
@import url("detail.css");

/*---------- Page Menu Style ----------*/
@import url("menu.css");

/*---------- Contact Page Style ----------*/
@import url("contact.css");
