@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #0e0604;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #e1cb75;
	line-height: 20px;
	text-align: center;
}
#wrapper {
	width: 100%;
 	height: 100%;
	margin: 0;
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
#main {
	width: 1280px;
	height: 1024px;
	margin: 0 auto;/*position: relative;*/
}
#main.main {
	background-image:url(../images/Webbskiss_Press.jpg);
	position: relative;
}
#main.downloads {
	background: url(../images/Webbskiss_Downloads.jpg) no-repeat left top;
}
#textblock {
	position:absolute;
	top: 600px;
	left: 280px;
	display: block;
	width: 720px;
	text-align:center;
}
#wrapper #main #infoText {
	width: 720px;
	width: 100%;
	height: 40px;
	display: block;
	text-align:center;
	padding: 135px 0 0 0;
}
#navblock {
	position: absolute;
	width: 418px;
	display: block;
	top: 715px;
	left: 434px;
	display: inline;
}
#navblock ul li {
	float: left;
}
#navblock ul li a.hotelChain {
	background: url(../images/hotelchain.jpg) no-repeat left bottom;
	width: 123px;
	height: 63px;
	display: block;
	text-indent: -1000em;
}
#navblock ul li a.pressRoom {
	background: url(../images/pressroom.jpg) no-repeat left bottom;
	width: 176px;
	height: 63px;
	display: block;
	text-indent: -1000em;
}
#navblock ul li a.designers {
	background: url(../images/designers.jpg) no-repeat left bottom;
	width: 118px;
	height: 63px;
	display: block;
	text-indent: -1000em;
}
#navblock ul li a.designers:hover, #navblock ul li a.pressRoom:hover, #navblock ul li a.hotelChain:hover {
	background-position: left top;
}
#content {
	width: 680px;
	height: 10px;
	margin-left: 300px;
	margin-top: 20px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	text-align: left;
}
#main #content img {
	display: block;
}
#main #content .content-block {
	width: 150px;
	height: 145px;
	display: block;
	float: left;
	margin: 0 10px 0 10px;
}
a:link, a:visited {
	color: #e1cb75;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
}
#main #content span.photo-credit {
	display: block;
}
#main #content span.description {
	display: block;
	font-size: 11px;
	margin: 3px 0;
}
