* {
	color: #25581A;
}
cite {
	display: block;
	font-style: italic;
	margin: 5px 0;
}
strong {
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}

iframe {
	border: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	color: #25581A;
	clear: both;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
/*h1, h2, h3, h4, h5, h6, h7, p, ul, cite, table {
	margin-bottom: 1em;
}*/
#container {
	position:absolute;
	margin-left: -450px;
	width: 920px;
	left: 50%;
	padding-bottom: 20px;
	background: url(../images/Footer.png) bottom no-repeat;
}
.js #container {
	padding-bottom: 0px;
	top: 0;
	bottom: 0;
}
	#vekabo div {
		position: relative;
		left: 815px;
		top: 13px;
		width: 85px;
		height: 95px;
		margin-bottom: -95px;
	}
#middle {
	background: url(../images/Body.png) repeat-y;
}
.js #middle {
	position: absolute;
	left: 0;
	right: 0;
	top: 130px;
	bottom: 20px;
}
	#sidebar {
		width: 180px;
		margin-left: 20px;
		float: left;
	}
	.js #sidebar {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0px;
	}
		#titles li {
			clear: left;
			width: 100%;
		}
		#titles li a {
			display:block;
		}
		.js #sidebarItems {
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
		}
		#sidebarItems table tbody tr:last-child {
			display: none;
		}
	#content {
		margin-left: 220px;
		width: 670px;
	}
	#content > div {
		overflow: hidden;
	}
	.js #content {
		position: absolute;
		top: 0;
		bottom: 0;
		overflow: auto;
	}
			#content > * > *, #content .top {
				margin-bottom: .5em;
				margin-left: 10px;
			}
			#content li {
				display: list-item;
				list-style: disc;
				list-style-position: outside;
				margin-left: 1em;
			}
			#content table {
				border-collapse: separate;
				border-spacing: 5px;
			}
			#content .price {
				text-align: right;
			}
			#content .slider {
				position: absolute;
				bottom: 0;
				height: 503px;
			}
			#content .pagePhoto {
				float: right;
				text-align: right;
				border: 1px #25581A solid;
			}
			#content .pagePhoto img {
				border-bottom: 1px #25581A solid;
			}
			#content .lightboxSet {
				float: left;
				width: 40%;
			}
				#fotos ul {
					width: 570px;
					position: relative;
					left: 50%;
					margin-left: -285px;
				}
				#fotos ul li {
					display: block;
					list-style: none;
					width: 180px;
					height: 180px;
					float: left;
					margin: 4px;
					border: 1px #25581A solid;
					text-align: center;
				}
.js .top {
	display:none;
}