body {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #333;
}

h1 {
	font-size: 24px;
}

#wrapper {
	width: 802px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/tulula/bg-tulula-bottom.jpg') no-repeat scroll bottom left;
}

#header {
	background: url('../images/tulula/bg-tulula-top.jpg') no-repeat scroll top left;
	height: 161px;
	position: relative;
}

#header h1 {
	color: #d4db90;
	position: absolute;
	top: 99px;
	left: 260px;
	text-indent: -99999px;
}

#content {
	font-size: 12px;
/*	color: #333;*/
	padding-top: 5px;
}

#content p {
	line-height: 1.7;
}

#content-body {
	float: left;
	width: 570px;
	margin-bottom: 20px;
	position: relative;
}

#link-home {
	position: absolute;
	font-size: 12px;
	color: #333;
	left: 111px;
	top: 0px;
}

#content-body p {
	padding-left: 262px;
}

#content-suppliers {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	margin-left: 600px;
	margin-bottom: 20px;
	padding-top: 2px;
}

#content-suppliers p {
	line-height: 1.5;
}

#content-suppliers ul {
	border-width: 1px 0;
	border-color: #d5dc91;
	border-style: solid;
	padding: 5px 0;
	margin: 5px 30px 0 0;
	line-height: 1.5;
}

#photos {
	clear: both;
	margin-top: 20px;
	height: 165px;
}

#photos div {
	position: relative;
	height: 143px;
	overflow: hidden;
}

#photos ul {
	width: 1020px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#photos li {
	margin-right: 14px;
	float: left;	
}

#photos img {
	width: 190px;
	height: 143px;
}

#photos h4 {
	text-align: center;
	margin-top: 7px;
	font-size: 12px;
}

#footer {
	position: relative;
	height: 65px;
}

#footer #logo {
	background: url('../images/tulula/logo-wtp.gif') no-repeat scroll top left;
	width: 113px;
	height: 24px;
	font-size: 11px;
	position: absolute;
	right: 40px;
	bottom: 30px;
	text-indent: -99999px;
}

#blanket {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 9001;
	opacity: .65;
	filter: alpha(opacity=65);
}

#imageFrame {
	display: none;
	text-align: center;
	z-index: 9002;
	position: absolute;
	top: 150px;
	background-color: #fff;
	border: 1px solid #333;
}

#imageFrame img {
	display: block;
	margin: 50px 50px 15px;
}

#imageFrame a {
	color: #333;
	font-size: 12px;
	margin-bottom: 30px;
	display: block;
}