
/*big menu*/
#container {
	width: 900px;
	margin:auto;
	text-align: left;
padding: 10px 0 0px 0;
}

#kwick {
	position: relative;
width:900px;
	overflow: hidden;
margin: 0px;
}

#kwick .kwicks {
	list-style: none;
	display: block;
	margin: 0px;
	width: 1000px;
}

#kwick ul li {
	float: left;
margin: 0px;
}

/*
li:after {
	content: "";
}
*/


#kwick .kwicks li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 225px;
	height: 466px;
}


#kwick ul li.opt1 a {
	background : url(images/body-air.jpg) repeat scroll 0% 0%;
	margin: 0px;
}

#kwick ul li.opt2 a {
	background : url(images/body-aineo.jpg) repeat scroll 0% 0%;
	margin: 0px;
}

#kwick ul li.opt3 a {
	background : url(images/body-peach.jpg) repeat scroll 0% 0%;
	margin: 0px;
}

#kwick ul li.opt4 a {
	background : url(images/body-j.jpg) repeat scroll 0% 0%;
	margin: 0px;
}


.clear {
	clear: both;
}

