body {
	margin: 0;
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	color: #ccc;
	text-align: center;
}

/*redefine*/

/*::-moz-selection {
 background: #000;
 color: #eee;
}*/

/*::selection {
 background: #000;
 color: #eee;
}*/
h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/*shared*/

span.clr {
	display: block;
	clear: both;
}
/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	padding: 50px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	background: #000;
	margin: auto;
	text-align: left;
}
.title {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-align:left;
}
.title a {
	text-align:right;
	text-decoration:underline;
	border:none;
}
.title img {
	border: none;
}
.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}
.thumbnailContainer .clipper, ul {
	margin: 10px 0 0 0;
	display: block;
}
.facilitiesbtn a{
	float: right;
	background-image:url(../img/facilities.png);
	background-repeat: no-repeat;
	width:112px;
	height:23px;
}
.facilitiesbtn a:hover{
	float: right;
	background-image:url(..img/facilities-hover.png);
	background-repeat: no-repeat;
	width:112px;
	height:23px;
}
.clipper ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left:20px;
}
.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.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;
}
#footer a {
	text-decoration:none;
}
a {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#images {
	display: none;
}
.img-textblock {
	margin-top:68px;
	margin-bottom:50px;
	margin-left: 30px;
	padding: 3px 3px 0px 3px;
	float:right;
	border: 1px solid #CCC;
}
#logo-textblock {
	margin-top:53px;
	margin-bottom:50px;
	margin-left: 30px;
	padding: 0px 0px 0px 10px;
	float:right;/*border: 1px solid #CCC;*/
}