@charset "UTF-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0
}

body {
	padding: 20px;
	background: white;
	text-align: center;
	color: #363631;
	font: 80%/140% georgia,serif;
}

h1,h2 {
	font: bold 80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

a {
	color: #891f12;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.caption {
	font-style: italic;
	color: #887;
	visibility: hidden;
}

.demo {
	position: relative;
}

.navigation {
	font-size: 80%;
	color: #000;
}

.navigation a {
	color: #545454;
}

.footer {
	color: #887;
	font-size: 10px;
}

.footer a {
	color: #4c4c41;
}

.gallery_demo {
	width: 800px;
	margin: 0 auto;
}

.gallery_demo li {
	width: 68px;
	height: 50px;
	background: #fff;
	margin: 2px;
}

.gallery_demo li div {
	left: 240px
}

.gallery_demo li div .caption {
	font: italic 0.7em/1.4 georgia,serif;
	visibility: hidden;
}

#main_image {
	margin: 0 auto 30px;
	height: 533px;
	width: 800px;
	background: white;
	clear: both;
}

#main_image img {
	margin-bottom: 10px;
}

.nav {
	padding-top: 15px;
	clear: both;
	font: 80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.info {
	text-align: left;
	width: 500px;
	margin: 30px auto;
	padding-top: 30px;
}

.info p {
	margin-top: 1.6em;
}

.price {
	font: bold 90% 'helvetica neue',sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #600;
}
