/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #270402;
}
body,td,th {
	color: #dec590;
}
.cellContainer {
	padding: 2px; 
	border: 1px solid #dec590;
}
.container {
	position: relative; 
	background: url(images/gradient.jpg) top left repeat-x #5f140f; 
	border: 1px solid #dec590;
}
.logo {
	padding: 40px 30px;
}
.topMenuPos {
	position: absolute; 
	top: 190px; 
	left: 50%; 
	margin-left: -120px; 
	width: 500px; 
	z-index: 20;
}
.topMenu {
	padding: 2px 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background: #37474e; 
	border-top: 1px solid #869aa2; 
	border-bottom: 1px solid #869aa2;
}
.topMenu a:link, .topMenu a:visited {
	padding-left: 10px;
	padding-right: 10px;
	color: #869aa2;
	text-decoration: none;
}
.topMenu a:hover {
	color: #9dbbc7;
}
.topMenuBehind {
	position: absolute; 
	top: 190px; 
	left: 50%; 
	margin-left: 200px; 
	width: 100px; 
	z-index: 5;
}
.content {
	width: 300px; 
	margin-top: 50px; 
	margin-left: 50px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #dec590; 
	line-height: 24px;
}
.content a:link, .content a:visited, .gallery a:link, .gallery a:visited {
	color: #dec590; 
	text-decoration: none;
}
.content a:hover, .gallery a:hover {
	color: #7ca3b4;
	text-decoration: underline;
}
.gallery {
	margin: 50px 50px 0 50px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #dec590; 
}
.gallery td {
	padding: 0px;
}
.gallery img {
	padding: 2px;
	background: #270402;
	border: 1px solid #dec590;
}
.gallery img:hover {
	border: 1px solid #7ca3b4;
}
.fullSizeImage img:hover {
	border: 1px solid #dec590;
}
.sculpture {
	position: absolute; 
	top: 150px; 
	left: 50%; 
	width: 324px; 
	margin-left: 100px; 
	z-index: 10;
}
.sculptureSmall {
	position: absolute; 
	top: 150px; 
	left: 50%; 
	width: 88px; 
	margin-left: 270px; 
	z-index: 10;
}
.categoryTitle {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
.category {
	padding: 2px 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	background: #50100b; 
	border-top: 1px solid #dec590; 
	border-bottom: 1px solid #dec590;
}
.category a:link, .category a:visited {
	color: #dec590;
	text-decoration: none;
}
.category2Pos {
	position: absolute; 
	top: 550px; 
	left: 50%; 
	margin-left: -305px; 
	width: 500px; 
	z-index: 20;
}
.category2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	background: url(images/category_bg.jpg) top left repeat-x;
}
.category2 a:link, .category2 a:visited {
	padding: 0 8px;
	color: #270402;
	text-decoration: none;
}
.category2 a:hover {
	color: #50100b;
	text-decoration: underline;
}


