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

body { 
	background: #999999;
	color: #f2f2f2;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; }

h1 { 
	color: #c380d9;
	margin: 0;
	padding: 0;
	}

#kwicks_container { 
	overflow: hidden;
	height: 100px;
	margin: 0 10px;
	padding: 0;
background: url(/img/nav/07-blank.png) right top no-repeat;
}

input {
	border: 1px solid #c380d9;
	padding: 3px 5px;
	color: #555555;
	background: url(/img/bg_input.png) top left no-repeat;
	}

textarea {
	border: 1px solid #c380d9;
	padding: 3px 5px;
	color: #555555;
	background: url(/img/bg_input.png) top left no-repeat;
	}
		
#kwicks {
	position: relative;
	padding: 0;
	margin: 0;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 175px;
	height: 100px;
	cursor: pointer;
}

#kwicks li a { display: block; height: 100px; width: auto; text-indent: -400px; overflow: hidden;  }
#kwick_lashes { background: url(/img/nav/01-lashes.png) left top no-repeat; }
#kwick_waxing { background: url(/img/nav/02-waxing.png) left top no-repeat; }
#kwick_gallery { background: url(/img/nav/03-gallery.png) left top no-repeat; }
#kwick_testimonials { background: url(/img/nav/04-testimonials.png) left top no-repeat; }
#kwick_menu { background: url(/img/nav/05-services.png) left top no-repeat; }
#kwick_contact { background: url(/img/nav/06-contactme.png) left top no-repeat; }

.content {
	 background: url(/img/bg_body.png) center repeat-y;
	 padding: 15px 30px;
	 }

.content h3 { 
	color: #c380d9;
	margin: .75em 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal; 
	}

.content p {
	padding: 0 0 .75em 0;
	margin: 0;
	display: block;
	width: 450px;
	 }

.content ul {
	margin: 0 0 0 15px;
	padding: 0;
	}

.content ul li {
	margin: 0 0 5px 0;
	width: 450px;
	}	