
/*big menu*/

#wrapper {
	background: url(../images/wrapper.gif) repeat-x;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
	line-height: 1;
	position: relative;
	overflow: visible;


}
#container {

	/*margin-top: 25px;*/
	position: relative;
	width: 1022px;
	background: #362f2d;

}

#kwick {
	position: relative;
/*	background: #534741;*/
	background-image: url(../images/imgBg.gif);
	background-repeat: repeat-x;
	/*background-color: #372f2d;*/
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

#kwick li {
	float: left;
	text-align: center;
	position: relative;
}

li:after {
	content: "";
}

#kwick .kwicks {
	height: 235px;
	display: block;
}


#kwick .kwick {
	margin: 0 0 0 0;
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 235px;
	width: 270px;
	/*background: #362f2d;*/
	border-right: 1px solid #362f2d;
}

#kwick .kwick span {
	display: none;
/*	display: block;
	position: absolute; 
	top: 240px; 
	margin: 0 45%;
	font-size: 150%;
	color: #c7b299;
	*/
}

#kwick .opt1 {
	background: url(../images/buildings2.gif);
}

#kwick .opt2 {
	background: url(../images/trees.jpg);
}

#kwick .opt3 {
	background: url(../images/shots.jpg);
}

/*#kwick .opt4 {
	background: url(../images/urban.jpg);
}*/
/*
#kwick .opt5 {
	background: #534741 url(../images/abstract.jpg);
	border-right: 0;
}

*/