html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
}
/* SPLASH
-----------------------*/
body#splash {
	background-image: none;
}
* html body#splash {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
div#splashcontainer {
	background-image: url(images/bg-splash.jpg);
	height: 568px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}	
img#splashgraphic {
	float: left;
	margin-top: 130px;
}
div#splashmenu {
	float: left;
	height: 426px;
	width: 212px;
	margin-top: 90px;
	margin-left: 23px;
	background-image: url(images/bg-splashmenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#splashmenu img {
	margin-bottom: 2px;
}
img.splash-menu-top {
	margin-top: 89px;
}
img.splash-menu-enter {
	margin-top: 109px;
}

/*---------------------*/

/* CLOSED
-----------------------*/
div#closedmenu {
	float: left;
	height: 426px;
	width: 212px;
	margin-top: 90px;
	margin-left: 23px;
	background-image: url(images/bg-closedmenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#closedmenu p.email {
	margin-top: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
/*---------------------*/
br {
	clear: both;
}
br.inline {
	clear: none;
}
div#outerpage {
	background-image: url(images/bg-outerpage.jpg);
	width: 714px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-repeat: repeat-y;
}
div#innerpage {
	background-image: url(images/bg-innerpage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
div#header {
	background-image: url(images/bg-outerpage-header.gif);
	background-repeat: no-repeat;
	height: 320px;
}
div#header img.logo {
	position: relative;
	float: left;
	padding: 0px;
	margin-top: 34px;
	margin-left: 18px;
}
div#header img.tag {
	position: relative;
	float: left;
	margin-left: 18px;
}
div#header img.header-graphic {
	position: relative;
	float: left;
	margin-top: 7px;
	margin-left: 22px;	
}
div#header img.address {
	position: relative;
	float: right;
	margin-top: 11px;
	margin-right: 36px;
}
div#menu {
	float: left;
	margin-top: 15px;
	margin-bottom: 19px;
	margin-left: 19px;
	width: 146px;
}
* html div#menu {
	margin-left: 9px;
}
div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 28px;
}
* html div#menu ul {
	font-size: 1em;
}
div#menu ul li {
	margin-top: 2px;
	margin-bottom: 3px;
	height: 22px;
}
div#menu ul li.two {
	font-size: 50px;
	height: 39px;
}
* html div#menu ul li.two {
	font-size: 1em;
}
div#menu ul li.three {
	font-size: 73px;
	height: 56px;
}
* html div#menu ul li.three {
	font-size: 1em;
}
div#menu ul li.one a:hover {
	background-image: url(images/bg-menu1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#menu ul li.two a:hover {
	background-image: url(images/bg-menu2.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#menu ul li.three a:hover {
	background-image: url(images/bg-menu3.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#main {
	margin-top: 19px;
	margin-bottom: 19px;
	margin-left: 18px;
	padding: 0px;
	float: left;
	width: 513px;
	background-image: url(images/bg-page.gif);
	background-repeat: repeat-y;
	font-size: .8em;
}
div#innermain {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg-page-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 26px;
	padding-right: 26px;
}
* html div#innermain {
	background-position: 0px bottom;
}
div#innermain img.page-top {
	/*margin-left: -26px;*/
	margin-bottom: 23px;
}
div#innermain p {
	font-size: 1em;
	line-height: 1.5em;
	color: #1B0D00;
	position: relative;
}
div#innermain p br {
	line-height: .6em;
}

div#innermain ul {
	margin-top: -.5em;
	/*margin-right: 20px;*/
}
div#innermain li {
	margin-bottom: .5em;
}
div#innermain img.subhead {
	margin-bottom: 10px;
}
div#innermain a:link {
	color: #9E3E17;
}
div#innermain a:visited {
	color: #7B6C5C;
}
div#innermain a:hover {
	color: #FF9C00;
}
div#innermain a:active {
	color: #FF9C00;

}
hr {
	border: none 0;
	border-top: 1px dotted #1B0D00;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.prop {
	height:50px;
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
div#footer {
	padding-left: 18px;
}
div#footer img.copyright {
	margin-top: 12px;
	margin-bottom: 12px;
	float:left;
}
div#footer img.email {
	margin-top: 8px;
	margin-right: 18px;
	float: right;
}
div#innermain p.disclaimer {
	font-size: .9em;
}
div#innermain p.disclaimer strong {
	font-size: 1.1em;
}
div#innermain p.artwalk img {
	margin: 1px;
	border: 1px solid #1B0D00;
	height: 150px;
	width: 110px;
	margin-top: 3px;
	margin-bottom: 3px;
}
div#innermain p.artwalk a:hover img  {
	border: 1px solid #9E3E17;
	height: 155px;
	width: 115px;
	margin-top: 0px;
	margin-bottom: 1px;
}
ul.shipping {
	padding-left: 20px;
	margin-left: 0;
}
/* FORMS 
--------------------------------*/
form {
	font-family: Arial, Helvetica, sans-serif;
}
* html form {
	margin:0px;
	padding:0px;
	color: #1B0D00;
}
form#contact {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 26px;
	margin-right: 26px;
}
* html form#contact {
	margin:0px;
	padding:0px;
	color: #1B0D00;
}

input {
	/*border: 1px inset #1B0D00;
	background-image: url(images/bg-page-top.gif);
	background-repeat: no-repeat;
	background-position: -2px -2px;*/
}
/*
select {
	width: 4em;
	background-color: #FFF;
}
* html select {
	margin: 0px;
	padding: 0px;
}
*/
input, label {
	display: block;
	/*width: 12em;*/
	float: left;
	font-size: .9em;
	margin-bottom: .5em;
	margin-left: 2px;
	margin-right: 2px;
}
label {
	width: 7.5em;
	margin-top: .2em;
	padding-right: 1em;
	text-align: right;	
}
form br {
	clear: left;
}
input.button {
	margin: 1em 1em 0em 1em;
	/*width: 6em;*/
	background-image: url(images/bg-outerpage-header.gif);
	background-position: center 0px;
	font-size: .9em;
	border-width: 2px;
	border-style: outset;
	border-top-color: #8D867F;
	border-left-color: #8D867F;
	border-bottom-color: #1B0D00;
	border-right-color: #1B0D00;
	padding:0px;
}
* html input.button {
	background-position: center -3px;
}
legend {
	font-weight:bold;
	font-size:1.1em;
	padding: 0.4em;
	color: #1B0D00;
}
* html legend {
	margin-bottom: 1em;
}
fieldset {
	clear: both;
	padding: 1em;
	margin: 0em;
	border-width: 1px;
	border-style: solid;
	border-color: #1B0D00;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}
* html fieldset {
	padding: 10px;
}
textarea {
	background-image: url(images/bg-page-top.gif);
	background-repeat: no-repeat;
	background-position: -2px -2px;
	border: 1px inset #1B0D00;
	width:15em;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
}
form#contact #buttons {
	margin-left: 87px;
}
.required {
	font-weight: bold;	
}
/* END FORMS */
div#innermain p#address {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
p.right {
	float: right;
	padding-right: 26px;
}
p.left {
	float: left;
	padding-left: 26px;
}
img.center {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
* html img.center {
	margin-top: 0px;
	margin-bottom: 0px;
}
img.right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
img.left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.leftvert {
	float:left;
	width: 180px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.rightvert {
	float:right;
	width: 180px;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
}
div.top {
	margin-top: 15px;
}
* html div.top {
	margin-top: 23px;
}
.map a {
	color: #9E3E17;
	font-weight: bold;
}
p.caption {
	margin-top: 5px;
}
div#innermain div.rightvert p, div#innermain div.leftvert p {
	line-height: 1.2em;
}
p#entrance a, p#entrance a:visited {
	color: #9E3E17;
	font-size: 1.2em;
	font-weight: bold;
}
/* Pro Stores Specific 
-------------------------------------------------*/
table form input, p form input, p input {
	border-style: none;
	background-image: none;
}
.noborder {
	border-style: none;
	background-image: none;
}
.hidden {
	display: none;
}
form.ccoptin {
	margin: 0px;
	padding: 0px;
	clear: none;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
form.ccoptin input {
	display: inline;
	/*width: 12em;*/
	float: none;
	font-size: .9em;
	margin-bottom: 0em;
	margin-left: 2px;
	margin-right: 2px;
}
/* Lightbox 1.0 
-------------------------------------------------*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ 
	float: right;
	font: 76% Verdana, Helvetica, sans-serif; 
}
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lightbox/overlay.png", sizingMethod="scale");
}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
}



