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

/*

YOUR PERSONAL HAIRSYLIST - Home Page Styles

---------------- TABLE OF CONTENTS ----------------

		- Layout
		- Content
		- Menus - main, footer	
		
/*


/* -------- LAYOUT ------- */

#top{ /* contains the main menu with the flash background */
	height:380px;
	}



/* ------- CONTENT ------- */

.points{
	height:99px;
	}
.points a{
	height:99px;
	}
.points a.bridal{
	background-image:url(/images/points-bridal-formal.gif);
	}
.points a.extensions{
	background-image:url(/images/points-hair-extensions.gif);
	}
.points a.shop{
	background-image:url(/images/points-shop.gif);
	}
	
a#more{
	padding-top:10px;
	color:#3e0124;
	float:left;
	}	
#home-content h1{
	margin: 5px 0 0 14px;	
	}
.home-content{
	width:345px;
	margin:20px 15px 40px 14px;
	line-height:18px;
	float:left;
	}



/* -------- MENUS -------- */


/* Site Map */

#sitemap{
	margin:5px 0 5px 0;
	}


/* Main menu */

#mainmenu{
	padding:61px 17px 17px 17px;
	}

#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
	padding:10px 0 10px 14px;
	}

/* Footer */

#footer{
	background-image:url(/images/background-footer-hm.jpg);
	}
