@charset "utf-8";
/* CSS Document */

/* basic framework */

body {
	padding: 0px;
	margin: 0px;
	padding-top: 80px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	color: #58585a;
}

a {
	color: #74b23b;
	text-decoration: none;
}

a:hover {
	color: #74b23b;
	text-decoration: underline;
}

#hold {
	position: relative;
	margin: 0px auto;
	width: 780px;
	padding-bottom: 20px;
}

#nav a {
	display: block;
	float: left;
	margin-left: 21px;
}

#nav a.last2 {
	margin-left: 23px;
}

#nav {
	position: absolute;
	right: 0px;
}

#blockpanel {
	width: 192px;
}

#blockpanel img {
	margin-bottom: 12px;
}

#interiorContent {
	padding-top: 30px;
	padding-left: 40px;
}

h1 {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

#interiorContent p {
	line-height: 18px;
	text-align: justify;
}

#shownav {
	padding-top: 20px;
}

#shownav a {
	margin-right: 97px;
}

#shownav a.last {
	margin-right: 0px;
}


.workRow {
	clear: both;
	padding-top: 10px;
}

.workRow td {
	height: 170px;
	width: 170px;
	text-align: center;
}

.work {
	/*
	float: left;
	margin-right: 20px;
	*/
}

.work a {
	/*
	display: block;
	height: 150px;
	width: 150px;
	*/
}

.work img {
	/*
	display: block;
	position: relative;
	margin: auto auto;
	*/
}

#backnav {
	height: 264px;
	margin-bottom: 10px;
}

#catChooser, #showChooser {
	position: absolute;
	top: 28px;
	left: 102%;
}

#catChooser a, #showChooser a {
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 65px;
}

#catChooser a, #showChooser a {
	margin-right: 0px;
	line-height: 22px;
}

#catChooser a.last, #showChooser a.last {
	margin-right: 0px;
}

#objectPrice {
	margin-top: 12px;
}

#contactForm input, #contactForm textarea {
	padding: 3px;
	border: 1px solid #f0f0f0;
}

#contactForm input.submit {
	border: 1px solid #e0e0e0;
}

.required {
	color: red;
}

.showItem, .artItem {
	line-height: 22px;
}

.paging {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.paging a {
	margin-right: 10px;
}