body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #fff;
	color: #2f170f;
	font-size: 12px;
	background-image: url(./images/body-bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	}
.logo {
  position: absolute;
	top: 0;
	left: 0;
	}
.header {
  position: absolute;
	width: 100%;
	height: 202px;
	left: 0;
	top: 0;
	margin: 0;
	background-image: url(./images/head-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}
.head {
  position: relative;
	left: 0;
	top: 0;
	width: 898px;
	height: 170px;
	margin: 0 auto;
	background-image: url(./images/head.png);
	background-position: top right;
	background-repeat: no-repeat;
	}

.navigation {
  position: absolute;
	left: 220px;
	top: 168px;
	}
.navigation-item {
  width: 130px;
	height: 24px;
	padding-top: 10px;
	float: left;
	background-image: url(./images/tab.png);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
  color: #f5eada;
	text-decoration: none;
	}
.navigation-item a:visited {
  color: #f2dc77;
	}
	
.container {
  position: absolute;
	top: 217px;
	left:0;
  width: 100%;
	}
.content {
  position: relative;
	top:0;
	left: 0;
	padding-left: 238px;
	padding-right: 30px;
	}
	
h1 {
  font-size: 30px;
	margin: 0 0 20px 0;
	text-align: center;
	}
h2 {
  margin: 0;
	}

a {
  color: #2f170f;
	}
a:visited {
  color: #b08c55;
	}
	
td {
  vertical-align: top;
	}
	
img {
  border: 0;
	}
.photo {
  border: 1px solid #000;
	}
.categories {
  position: absolute;
	left: 0;
	top: 214px;
	width: 200px;
	text-align: center;
	z-index: 100;
	}

.categories img {
  margin-bottom: 10px;
	}

.sculpture-from-category {
	margin-bottom: 10px;
	display: block;
	float:left;
	width: 220px;
	text-align: center;
	padding: 10px;
	
	}
.sculpture-from-category-image {
	display: block;
	height: 160px;
	}
.sculpture-photos {
  width: 432px;
	float:left;
	margin-right: 10px;
	position: relative;
	}
.sculpture-photos img {
  border: 1px solid #000;
	margin: 0 0px 10px 0;
	}
.sculpture-description {
  text-align: justify;
	padding-left: 442px;
	}
.largeprice {
	font-size: 24px;
	margin-top: 15px;
	font-weight: bold;
	display: block;
	}
.smallprice {
	font-size: 18px;
	}
.copyrightsaver {
  position: absolute;
	top: 0;
	left: 0;
	border: none;
	}
.small-product-image {
  border: 1px solid #000;
	}
	

.icon {
  position: relative;
	top: 3px;
	}
.smallicon {
  top: 6px;
	}
