html, body, h1, h2, h3, h4, h5, h6, ul, ol, li {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style-type: none;
	font-weight: normal;
}

.print { display: none; }
.clear {clear: both; }

body {
	background: rgb(4,95,99) url(../img/bg.jpg) repeat-x top;
	font: 14px/16px Helvetica, Arial, Sans-serif;
	color: #fff;
	padding-bottom: 60px;
}

a {
	color: #fff;
	text-decoration: none;
}
a img { border: none; }

#wrapper {
	-moz-box-shadow: 0px 1px 20px rgb(15,11,12); -webkit-box-shadow: 0px 1px 20px rgb(15,11,12); box-shadow: 0px 1px 20px rgb(15,11,12);
	width: 875px;
	margin: 0 auto;
	background: rgb(35,31,32);
}
#header { height: 174px; }
.home #header { height: 400px; /*ADJUST*/ }

#util { float: right; margin-right: 15px; }

#util li {
	float: left;
	margin-left: 25px;
	height: 32px;
}

#util a {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 32px;
}

#util a:hover, #util li.active a {
	border-bottom: 1px solid #fff;
}

#logo {
	height: 95px; /*ADJUST*/
	width: 100%;
	background: url(../img/logo.jpg) no-repeat;
	position: relative;
	float: left;
}
.home_banner #logo { height: 316px; }

#logo a {
	position: absolute;
	height: 85px;
	width: 550px;
	top: 25px;
	left: 0;
}

#nav { float: left; border-bottom: 1px solid #fff; background: #000; height: 45px; }

#nav li {
	float: left;
	position: relative;
}

#nav li a.main {
	display: block;
	line-height: 45px;
	border-right: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
}

#nav sup { font-size: 8px; line-height: 8px; }

#nav li a:hover, #nav li.active a.main, #nav ul .active a {
	background: #516a95;
}

#nav .art_pottery a.main { width: 132px; }
#nav .paintings a.main { width: 110px; }
#nav .prints_drawings a.main { width: 186px; }
#nav .other a.main { width: 344px; }
#nav .view_all a.main { width: 98px; border: none; }

#nav ul {
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: -1px;
	border: 1px solid #fff;
	background: #000;
	z-index: 100;
}
#nav .art_pottery ul { left: 0; }

#nav ul li {
	width: 100%;
}

#nav ul li a {
	display: block;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 10px;
	line-height: 45px;
}

#content {
	clear: both;
	background: #373127 url(../img/hshadow.jpg) top repeat-x;
}

/* HOME */
.home h1 {
	font: italic normal 32px/43px Georgia, Times, serif;
	padding: 50px 70px;
}

.home #selected_items {
	padding-bottom: 40px;
}

.home #selected_items h2 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 70px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.home #selected_items .entry {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home #selected_items img {
	float: left;
	margin: 0 10px 0 70px;
}

.home #selected_items .title {
	float: left;
	width: 225px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	margin: 20px 0 0 0;
}

.home #selected_items .cat, .home #selected_items .cat a {
	font-size: 11px;
	text-transform: uppercase;
	color: #5f584a;
}

.category .cat a {text-decoration: underline;}
.category .cat a:hover {color: #8e846f;}

.home #selected_items .title a:hover {
	text-decoration: underline;
}

.home #selected_items .description {
	float: right;
	width: 350px;
	margin: 20px 30px 0px 0;
	font: 14px/20px Georgia, Times, serif;
}

.home #selected_items .description p { margin: 0 0 20px 0; }

/* CATEGORY */
.category h1 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 50px 70px 10px 70px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

.category #cur_cat {
	float: right;
	margin: -22px 70px 0 0;
	text-transform: uppercase;
	font-size: 11px;
}

.category .entry {
	float: left;
	width: 200px;
	margin: 0 0px 20px 70px;
}

.category .title a {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}

.category .title a:hover {
	text-decoration: underline;
}

.category .cat, .category .cat a {
	font-size: 11px;
	text-transform: uppercase;
	color: #5f584a;
}

.category .cat a {text-decoration: underline;}
.category .cat a:hover {color: #8e846f;}

.category .pagination {
	clear: both;
	width: 875px;
	padding: 20px 0 40px 70px;
}

/* ITEM */
#content.item {
	padding: 50px 70px;
}
.item #item {
	background: #fff;
	color: #000;
}

#item .lcol {
	float: left;
	width: 360px;
	margin: 10px 0 10px 10px;
}

#item .rcol {
	float: right;
	width: 300px;
	margin: 30px 40px 20px 0;
}

#stage {
	height: 360px;
	width: 360px;
	position: relative;
	margin-bottom: 7px;
}

#stage div {
	height: 360px;
	width: 360px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 5;
}

#stage div a {
	position: relative;
}

#ss .zoom {
	position: absolute;
	top: 10px; left: 50%;
	margin-left: -60px;
	z-index: 100;
	background: #dfd1b7;
	padding: 3px;
	height: 20px;
	width: 120px;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
	display: none;
}

#ss .zoom img {
	float: left;
}

#slides div {
	float: left;
	border: 3px solid #fff;
	height: 54px;
	width: 54px;
	cursor: pointer;
}

#slides .active { border: 3px solid #8e846f; }
#slides .hover { border: 3px solid #5f584a; }

#slides div img {
	height: 54px;
	width: 54px;
	margin-bottom: -3px;
}

#item .lcol .price {
	clear: left;
	float: left;
	margin: 30px 0 20px;
}

#item .lcol .inquire a {
	clear: left;
	float: left;
	margin: 0 0 20px;
	color: #000;
	text-decoration: underline;
}

#item .rcol h1, #item .rcol h2 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#item .rcol h2 { text-transform: none; }

#item .rcol p {
	font: 14px/18px Georgia, Times, serif;
}

/* PAGES */
#content.page {
	padding: 50px 70px;
}

.page h1 {
	font-size: 20px;
	text-transform: uppercase;
}

.page p {
	font: 20px/28px Georgia, Times, serif;
}

.page .cols {
	font: 20px/28px Georgia, Times, serif;
	margin: 40px 0 0;
}

.page .cols p {
	margin: 0 0 20px;
	font: 20px/28px Georgia, Times, serif;
}

.page .cols .lcol, .page .cols .rcol {
	margin: 0 0 20px 0;
}

.page .cols .lcol {
	float: left;
	width: 160px;
	font-style: italic;
}

.page .cols .rcol {
	float: right;
	width: 550px;
}

.page .cols .lcol a:hover {
	text-decoration: underline;
}

.page #mailing input {
	font-size: 18px;
	font-family: Georgia, Times, serif;
	padding: 5px;
}

#footer {
	width: 875px;
	margin: 10px auto;
	font-size: 11px;
}

#address {float: left;}
#copy {float: right;}
