/* core */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	background-color: #9d5246; /* marrom 157 82 70 */
	font-size: 12px;
}

a {
	/* text-decoration: none; */
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #460b01;
}

a:active {
	color: #000;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.cf {
	overflow: auto;
}

.column {
	float: left;
	height: auto;
}

/* layout */

#application {
	width: 100%;
}

#nav {
	width: 800px;
	clear: both;
	height: 163px;
}

#content {
	width: 800px;
	clear: both;
}

#footer {
	width: 800px;
	clear: both;
	text-align: center;
	padding: 30px 0;
}

/* content */

#logo {
	width: 300px;
	padding-top: 52px;
}

#logo .description {
	font-size: 12px;
	color: #b89d98;
	margin: 0 0 0 12px;
}

#menu {
	padding-top: 50px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	line-height: 12px;
}

#menu li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	/* color: #444; cinza */
}

#menu a:hover {
	text-decoration: underline;
	color: #000;
}

#language {
	padding: 75px 70px 0 0;
}

#language p {
	font-size: 13px;
}

#language a {
	text-decoration: none;
}

#language a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#preview {
	width: 800px;
	height: 300px;
}

.breadcrumb {
	font-size: 11px;
}

#content h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 5px;
}

#content h2 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
}

#content .shortabout {
	font-size: 17px;
	margin: 0 390px 12px 8px;
	font-weight: bold;
}

#content .about {
	font-size: 15px;
	margin: 0 380px 12px 8px;
	line-height: 19px;
}

#content .credit {
	font-size: 12px;
	font-style: italic;
	margin-top: 20px;
}

#content .gallery {
	font-size: 15px;
	margin: 0 355px 5px 8px;
	line-height: 19px;
}

#content .payment {
	float: right;
	width: 340px;
	text-align: center;
	padding-top: 3px;
	display: none; /* TEMP */
}

#content .payment p {
	font-size: 14px;
	padding-bottom: 10px;
}

#content .payment .icon {
	margin-right: 3px;
}

#content .mailing {
	padding: 10px;
	width: 400px;
	margin-bottom: 20px;
}

#content .mailing p {
	font-size: 15px;
	padding-bottom: 8px;
	line-height: 17px;
}

#content .mailing .textfield {
	font-size: 12px;
	padding: 1px;
	width: 170px;
}

#content .artist {
	margin-right: 75px;
}

#content .video {
	width: 351px;
}

#content .video img {
	padding: 20px 0 0 0;
}

#content .link {
	font-size: 14px;
	margin: 0 8px 12px 8px;
	line-height: 19px;
}

#content .errortitle {
	margin-bottom: 3px;
}

#content .error {
	font-size: 17px;
	margin: 0 8px 30px 8px;
}

.sale {
	margin-bottom: 25px;
	clear: both; /* IE6 */
	width: 100%; /* IE6 */
}

.sale img {
	margin-right: 20px;
}

.sale .item {
	padding-top: 30px;
}

.item .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.item .info {
	font-size: 13px;
	margin-bottom: 3px;
}

.item .status {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.slideshow img {
	display: none;
}

.footer {
	font-size: 11px;
}