/*+clearfix {*/
* {
	margin: 0px;
	padding: 0px;
}
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

{
	display: inline-block;
}

{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
A:link
{
	text-decoration: none;
	color: #993300;
	cursor: default;
	font-weight: bold;
}
/*[clearfix]*/A:visited
{
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	cursor: default;
}
A:hover
{
	text-decoration: underline;
	color: #CC6633;
}
A:active
{
	text-decoration: underline;
}
IMG
{
	border: 0px solid #000000;
}
.sideBorder
{
	background-image: url(../images/borderGfx.jpg);
	background-repeat: repeat-y;
}
.sideBorder IMG
{
	width: 31px;
	height: 1px;
}
.mainMenu
{
	background-image: url(../images/headerMenu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}
.mainMenu ul {
	margin: 0 auto;
}
.mainMenu li {
	text-decoration: none;
	display: inline;
	height: 50px;
}
.mainMenu .menuLink
{
	margin: 0 auto;
	border: 0px dashed #ff0000;
	float: left;
	margin-left: 40px;
	color: #FFFFFF;
}
.mainMenu .menuLink a
{
	text-indent: -9999px;
	overflow: hidden;
	font-family: Verdana;
	font-size: large;
	cursor: default;
	display: block;
	height: 50px;
	line-height: 50px;
}
.mainMenu a.home {
	background: url(../images/menu-home.jpg) no-repeat bottom center;
	width: 100px;
}
.mainMenu a.gallery {
	background: url(../images/menu-gallery.jpg) no-repeat bottom center;
	width: 138px;
}
.mainMenu a.faq {
	background: url(../images/menu-faq.jpg) no-repeat bottom center;
	width: 100px;
}
.mainMenu a.about {
	background: url(../images/menu-about.jpg) no-repeat bottom center;
	width: 100px;
}
.mainMenu a.contact {
	background: url(../images/menu-contact.jpg) no-repeat bottom center;
	width: 138px;
}
.mainMenu a.home:hover,
.mainMenu a.gallery:hover,
.mainMenu a.faq:hover,
.mainMenu a.about:hover,
.mainMenu a.contact:hover {
	background-position: top center;
}
#index .mainMenu a.home,
#home .mainMenu a.home,
#gallery .mainMenu a.gallery,
#faq .mainMenu a.faq,
#about .mainMenu a.about,
#contact .mainMenu a.contact {
	background-position: top center;
}
.mainContent
{
	margin: 20px;
	background-image: url(../images/content_innerbg.jpg);
	background-repeat: no-repeat;
	width: 869px;
}
.innerContent
{
	padding: 20px;
	text-align: left;
	color: #999999;
	overflow: auto;
	height: 643px;
}
.copyBar
{
	background-image: url(../images/headerMenu.jpg);
	text-align: center;
	color: #999999;
}
.mainMenu .menuLink .first
{
}
BODY
{
	cursor: default;
	font-family: Verdana;
}
.innerContent P
{
	text-indent: 20px;
}
.innerContent h1
{
	color: #993300;
	padding: 0px 0px 10px;
	margin: 0px;
	text-size: 16pt;
}
.innerContent .introPhoto
{
	text-align: center;
	width: 100%;
}
.galleryPiece {
	text-align: center;
	width: 100%;
	height: 500px;
	display: block;
}
.galleryPiece a {
	font-size: 12pt;
}
.galleryThumb {
	float: left;
	display: block;
	margin: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	vertical-align: middle;
}
.galleryThumb a {
	width: 150px;
	height: 150px;
	display: block;
	cursor: pointer;
}
.galleryThumb img {
	padding: 0px;
	margin: 0px;
}
.gallery_pagination {
	width: 100%;
	height: 18px;
	text-align: center;
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.gallery_next {
	display: inline;
	width: 200px;
	text-align: right;
}
.gallery_prev {
	display: inline;
	width: 200px;
	text-align: left;
}

#piece_title {
	color: #993300;
	font-weight: bold;
}
#piece_caption {
	text-indent: 20px;
	font-style: italic;
	width: 100%;
}
#print_options_outer {
	height: 80px;
	display: solid;
	position: relative;
}
#print_options {
	position: absolute;
	bottom: 20px;
}
#print_option {
	width: 50%;
	display: block;
}
#shoppingButton {
	width: 50%;
	display: inline;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: center;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
#contact-area form {
	margin-top: 20px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: .8em;
}
#contact-area label.error {
	margin-left: 200px;
	display: block;
	text-align: right;
	padding: 0px;
	padding-bottom: 10px;
	color: #990000;
	width: auto;
}

#social-media ul {
	margin: 0 auto;
}
#social-media li {
	text-decoration: none;
	display: inline;
}
#social-media img {
	margin-left: 80px;
}
.headerbar {
	border-top: 3px solid #993300;
	margin-top: 20px;
	margin-bottom: 20px;
}
.faqQuestion {
	list-style: none;
	text-indent: 20px;
}
.faqQuestion:before {
	content: "\00BB \0020";
}
.faqQuestion_div {
	padding-top: 10px;
}
.faqAnswer {
	padding-bottom: 10px;
}