 ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}


/*content*/

#Containermoo {
	position: relative;
	width: 800px;
	margin: 30px auto 10px;
}

#contentmoo {
	width: 632px;
	position: relative;
	z-index: 10000;
	background: #ffffff;
	padding-right: 45px;
}

/*big menu*/

#kwick {
	position: relative;
	margin-bottom: 0px;
	padding: 8px 0px 0px 8px;
}

#kwick .kwicks {
	display: block;
	background: #ffffff url(../images/holding/offer4.gif) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 130px;
	padding: 10px;
	background: #fff;
	border-right: 8px solid #ffffff;
}

#kwick .kwick span {
	display: none;
}

#kwick .offer1 {
	background: #ffffff url(../images/holding/offer1.gif);
}

#kwick .offer2 {
	background: #ffffff url(../images/holding/offer2.jpg);
}

#kwick .offer3 {
	background: #ffffff url(../images/holding/offer3.jpg);
}

#kwick .offer4 {
	background: #ffffff url(../images/holding/offer4.jpg);
	border-right: 0;
}

/* pseudo links */

#kwick a {border-bottom: 0px;}






