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

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
	hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
	dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
	sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
	}
	strong, b{ font-weight:bold; }
	em, i{ font-style:italic; }
	/* remember to define focus styles! */
	:focus{ outline: 0; }
	ul, ol { margin-left:15px; }
	
	body{ background:#303030; color:#666; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px; }
	#container{ background:#FFF; margin:auto; width:983px; }
	a{ color:#e72673; }
	a:hover{ color:#000; }
	h1{ font-size:26px; color:#e72673; font-weight:bold; margin-bottom:10px; padding-left:10px; font-family:"Bickham Script Pro", Arial, Helvetica, sans-serif; }
	h2{ font-size:18px; color:#e72673; font-weight:bold; }
	h3{ font-size:12px; font-weight:bold; margin:5px 0px; }
	h3 span{ color:#e62d73; font-size:14px;}
	
	input{ border:#999 solid 1px; background:#FFF; color:#e72673; }
	textarea{ border:#999 solid 1px; background:#FFF; color:#e72673; }
	.colorpickerbox{ width:20px; height:20px; float:left; border:#074C6F solid 1px; margin-right:5px; margin-left:5px; }
	
	/* HEADER  */
	#container #header{ background:url(../images/header.gif) no-repeat; height:154px; position:relative; }
	#container #header #login_panel{ position:absolute; top:105px; right:20px; vertical-align:top; }
	#container #header #login_panel a{ font-family:"Times New Roman", Times, serif; font-size:14px; color:#e72673; text-decoration:none; }
	
	/* NAV */
	#container #nav{ border-bottom:#999 solid 1px; border-top:#999 solid 1px; height:24px; width:100%; }
	#container #nav, #container #nav ul { list-style:none; margin:0px; padding:0px; line-height:1; }
	#container #nav li{ float:left; height:24px; line-height:24px; padding:0 0 0 20px; vertical-align:middle; }
	#container #nav li a{ color:#000; display:block; font-size:12px; height:24px; text-decoration:none; text-transform:uppercase; }
	#container #nav li a.cur_nav{ color:#e72673; }
	#container #nav li a:hover{ color:#e72673; }
	#container #nav li ul { position: absolute; width: 11em; left: -999em; z-index:9999; }
	#container #nav li:hover ul { left: auto; }
	#container #nav li ul li { padding:0 0 0 5px; width: 100%; clear:left; border:#999 solid 1px; border-top:none; background:#FFF; }
		
	/* CONTENT */
	#container #content{ padding:25px 10px; }
	
	/* FOOTER */
	#container #footer{ background:url(../images/footer.gif) no-repeat bottom; height:107px; position:relative; }
	#container #footer #foot_padding{ color:#c7c6c6; padding:0 10px; }
	#container #footer #foot_padding hr{ background:#e72673; border:none; color:#e72673; height:1px; padding:0px; margin-bottom:5px; }
	#container #footer #foot_padding form{ color:#999; float:right; font-size:10px; font-family:Times, 'Times New Roman', serif; margin-top:25px; }
	#container #footer #foot_padding form input{ font-size:10px; color:#999; margin:0px; vertical-align:middle; background:#FFF; border:none; }
	#container #footer #foot_padding form #email_inp{ border:#d3d3d3 solid 1px; width:150px; margin:0px; padding:1px; height:13px; }
	#container #footer #foot_padding form #email_img{ margin-left:3px; width:17px; height:17px; padding:0px; }
	#container #footer #foot_padding a img{ border:none;vertical-align:middle; }
	#container #footer_nav{ bottom:0px; color:#FFF; font-family:Times, 'Times New Roman', serif; font-size:10px; font-weight:bold; list-style:none; margin:0px; padding:0px; position:absolute; right:0px; text-align:right; }
	#container #footer_nav li{ float:right; margin:0 15px 0 0; }
	#container #footer_nav li a{ text-decoration:none; color:#FFF; text-transform:uppercase; }
	#container #footer_nav li a:hover{ text-decoration:none; color:#e72673; }
	
		/* result styles */
	#results{ color:#e72673; font-size:11px; list-style:none; margin:0px; padding:0px 20px 0px 0px; }
	/* end result styles */
	
	/* cart styles */
	.cart { width: 100%; border-collapse:collapse; }
	.cart td { border-color:#E5E4E4; border-bottom: 8px #E5E4E4 solid; padding: 10px 5px 10px 5px; }
	.cart th{ border-color:#E5E4E4; border-bottom: 8px #E5E4E4 solid; padding: 5px; text-align:left; }
	.cart .odd td{ background-color:#f5f5f5; }
	.cart .even td{ background-color:#f5f5f5; }
	
	/* end cart styles */