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

/* --- Stylesheet for Site - Boots Serum7 Lift --- */

/* -- Site Rules/Color -- *

	Text Purple		#7A256E
	Text gray	 	#7A858D
	Text light (on dark bg) #F7F7F7
	
	bg purple #7A256E
	bg above fold #FEFEFE
	bg below fold #FCFCFC
	bg footer purple #823276
	bg footer gray #

*/
/* -- Global reset -- */

html, body, div, pre, form, table, fieldset, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, p, blockquote { margin:0; padding:0; }
abbr, acronym 				{ font-style:normal; cursor:help; }
a img, :link img, :visited img, fieldset, iframe { border:none; }
ul, ol, dl 					{ list-style:none; }
h1, h2, h3, h4, h5, h6, pre, code, input, textarea, select { font-size:1em; }
.clear 						{ clear:both; height:0px; overflow: hidden; }
.left						{float: left;}
.right						{ float: right;}

