Guide for Magento coder:
In Magento e-comers CMS templates file placed in different folders, and its some times difficult to find it. So I created a memo for quick find this *.phtml files
Magento default style sheet - styles.css
/skin/frontend/default/default/css/styles.css
Magento default images folder - images
/skin/frontend/default/default/images/
Magento DEFAULT TEMPLATES: 1column.phtml, 2columns-left.phtml, 2columns-right.phtml, 3columns.phtml
/app/design/frontend/default/default/template/page
Magento NAVIGATIONS - left.phtml, top.phtml
/app/design/frontend/default/default/template/catalog/navigation/
Magento product list page - list.phtml
/app/design/frontend/default/default/template/catalog/product/
Magento product details page - view.phtml
/app/design/frontend/default/default/template/catalog/product/