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



#kwicks_container {
	background-color: white;
	height: 15px;
	list-style-image: none;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-color: #607cbf;
	border-bottom-style: solid;
	text-align: left;
	
	}
#kwicks {
	position: relative;
	list-style-image: none;
	left: auto;
	
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 120px;
	height: 15px;
	list-style-image: none;
	margin-right: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	
}
#kwick_about {
    padding-left:3px;
	background-color: #b5cc8f;
	list-style-type: none;
	text-decoration: none;
	}
#kwick_services {
	padding-left:3px;
	background-color: #b5cc8f;
	list-style-type: none;
	text-decoration: none;
	}
#kwick_contact {
	padding-left:3px;
	background-color: #b5cc8f;
	list-style-type: none;
	text-decoration: none;
	}
#kwick_samples {
	padding-left:3px;
	background-color: #b5cc8f;
	list-style-type: none;
	text-decoration: none;
	}
