body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #000;
	text-align: center;
}

/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}
a:link, a:visited, img {
	border: none;
	}
h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

h2 {
	font-size: 14px;
	margin: 10px 0px;
	font-weight:bold;
	color: white;
	}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

p {
font-size:12px;
color: white;

}

/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 1000px;
	padding: 30px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	background: #000;
	margin: auto;
	text-align: left;
}
#form_discover {
	width: 171px;
	position: absolute;
	top: 190px;
	left: 819px;
}
form, label {
	color: white;
	font-size:11px;
		}
#title {
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	padding: 8px;
	color: #000000;
	width: 785px;
}#title p {
	color: #000000;
	font-size: 11px;
}
#title img {
	float:left;
	padding-bottom: 25px;
	padding-top: 10px;
	}


.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	height: 0px;
	overflow: hidden;	
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .horizontal img {
		width: 100px;
	height: 66px;
	}
.thumbnailContainer .vertical img {
		width: 66px;
	height: 100px;
	}
.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}


#toptext a:link, #toptext a:visited {
	color: #8BBE3F;
}
#toptext a:hover #toptext a:active {
	color: #ccc;
}


/***********************************************************************************************************************/

#kwick {
	position: relative;
	margin-top: 20px;
	background-color: #000000;
	height: 200px;
	width: 798px;
	overflow: hidden;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#kwick .kwicks {
	display: block;
	height: 200px;
}
ul.kwicks {
	margin: 0 auto;
	text-align: center;
	width: 850px;
	overflow:hidden;

	}
#kwick li {
	float: left;
	border-right: 1px solid white;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	/*width: 131px;*/
	width: 158px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #ccc url(../images/history.jpg) ;
}

#kwick .opt2 {
	background: #ccc url(../images/recovery.jpg);
}

#kwick .opt3 {
	background: #ccc url(../images/discover.jpg);
}

#kwick .opt4 {
	background: #ccc url(../images/recycle.jpg);
}

#kwick .opt5 {
	background: #ccc url(../images/transformation.jpg);
}

/*#kwick .opt6 {
	background: #ccc url(../images/places.jpg);
	border-right: 0;
}
