/* GLOBAL SETTINGS
------------------------------------------------------------------------------------ */
	
	/* padding, margin reset */
	* { padding: 0; margin: 0; }

	/* font settings, including line-height */
	body, table, td,  p, h1, h2, h3, h4, div, span, ul, li { font-size: 15px; font-family: arial; line-height: 1.4em; color: #222; }
	
	/* color */
	body, table, td, p, h1, h2, h3, h4, div, span, ul, li {  color: #222; }

	img { border: 0; }
	
	
	a:link { color: #EB128D; border-bottom: text-decoration:none; }
	a:visited { color: #EB128D; border-bottom: text-decoration: none; }
	a:hover { color: #EB128D; border-bottom: text-decoration: none; }
	
	
	

/* BODY 
------------------------------------------------------------------------------------ */
	body {  text-align:center; background:url(images/stars_bg.gif) no-repeat center 00px; }



/* HEADER 
------------------------------------------------------------------------------------ */
	#header_100_percent_container {  width: 100%; background: #E7E6E6; height: 130px;  }
	#header_900 { width: 900px; background: none; margin: 0 auto; padding: 0; position: relative; }
	#header_900 h1#logo {background: url(images/bling-it-on-logo.gif) no-repeat; text-indent: -9999px;  width: 400px;   height: 180px;  margin: 0 auto; padding: 0; position: absolute; top: 0; left: 0;  }
	#header_900 ul#store_info { position: absolute; top: 10px; right: 1px; text-align: right;  list-style-type: none;}
	#header_900 ul#store_info li { font-weight: bold; }	
	#header_900 ul#store_info li { font-weight: bold; }	



	
/* NAV 
------------------------------------------------------------------------------------ */

			
	#nav { 
	margin-left: auto;
	margin-right: auto;
	padding-left:100px;
	text-align: left; 
	width: 800px; 
	background-color:#EB128D; 
	clear: both;
	padding-top: 5px;
	padding-bottom: 6px;
}
	
	#nav A:link {
	color: white;
	font-weight:bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
	clear:both;
}

	#nav A:visited {
	color: white;
	font-weight:bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

	#nav A:hover {
	text-decoration: none;
	background-color:#E7E6E6;
	font-weight:bold;
	color: #666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

	#nav A:link#current {
	text-decoration: none;
	background-color:#E7E6E6;
	font-weight:bold;
	color: #666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

	#nav A:visited#current {
	text-decoration: none;
	background-color:#E7E6E6;
	font-weight:bold;
	color: #666;
	margin-top: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

#sign_up {
	width: 500px;
	float: right;
	background-color:#E7E6E6;
	text-align: right;
	padding: 10px;
}


/* CONTENT 
------------------------------------------------------------------------------------ */
	#content { border: 0px solid #999; margin: 20px auto 200px; padding: 0;  text-align: left; width: 900px;}
	#content p { padding: 3px 0 3px 6px; }
	#content p span { color: #EB128D; }
	#content h2 {font-size: 140%; padding: 20px 0 0px 0;  margin: 0; color: #EB128D; font-weight: normal;}	
	#content h3 { padding: 10px 15px 0px 0; }
	
	#right_column { float: right; width: 325px; margin-left: 40px; text-align: center;}
	#right_column ul { list-style-type:none; }
	

/* FOOTER
------------------------------------------------------------------------------------ */
	#footer_100_percent_container {  width: 100%; background: #E7E6E6; height: 100px; clear: both;  margin-top: 50px;}
	#footer_900 { width: 900px; background: none; margin: 0 auto; padding: 0; position: relative; }
	#footer_900 h1#logo {background: url(images/bling-it-on-logo.gif) no-repeat; text-indent: -9999px;  width: 400px;   height: 180px;  margin: 0 auto; padding: 0; position: absolute; top: -100px; left: 0;  }
	#footer_900 ul#store_info { position: absolute; top: 10px; right: 20px; text-align: right;  list-style-type: none;}
	#footer_900 ul#store_info li { font-weight: bold;}	
	#footer_900 ul#store_info li a { font-weight: bold;}	

	
	
	