
body {
	margin: 0% 0% 0% 0%;
	background-image: url(background.jpg); 

}
img#background { 
	height: 100%; 
	width: 100%; 
	z-index: -1; 
	position:absolute; 
}
#layer1 {
	background-color:black;
	position:relative;
	width: 100%;
}
#layer2 {
	background-color:#400c07;
	position:relative;
	text-align: center;
	width:100%
}
a:link {
	color:#ffb545;
}
a:visited {
	color:#ffb545;
}
#link {
	text-align: center;
	font-size: 120%;
}
.hometext {
	color: black;
	font-size: 105%;/*
	margin-top: -30%;*/
	font-weight: bold;
}
.linktext {
	text-align: center;
	color: black;
	font-size: 150%;/*
	margin-top: -30%;*/
	font-weight: bold;
}
.hometext a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#address {
	text-align: center;
	color: #ffb545;
	font-size: 70%;
	background-color:#400c07;
	position:fixed;
	bottom:0%;
	width: 100%;
	
}
#address2 {
	text-align: center;
	color: #ffb545;
	font-size: 70%;
	background-color:#400c07;
	position:relative;
	width: 100%;
	
}
.one {
	width: 50px;
	font-weight: bold;
}
.four {
	width: 400px;
	font-weight: bold;
}
.maintable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
}
.cube {
	width:200px;
	height: 200px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
	color: black;
}
.cube2 {
	width:500px;
	height: 200px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
	color: black;
}
img {
	border: 0px;
}
.title {
	text-align: right;
}
.five {
	width: 400px;
	vertical-align: top;
	font-weight: bold;
}
.titletable {
	width: 100%;
}
.titletabletd {
	text-align: right;
}
.titletabletd2 {
	text-align: right;
	color:#ffb545;
}
.border {
	margin-right: auto;
	margin-left:auto;
}
.faux {
	text-align: center;
	font-weight: bold;
}
#updates {
	font-weight: bold;
	text-align: center;
	position: absolute;
	top:19.5%;
	left:85%;
	width:200px;
}
#updatetitle {
	font-size: 110%;
	}
.artshift {
	text-align: center;
}
b {
	color: black;
	text-decoration: none;
}
#facebook {
	font-weight: bold;
	text-align: center;
	position: absolute;
	top:19.5%;
	left:1%;
	width:200px;
}
#fineart {
	text-align:center;
}
.shipping {
	color:#ffb545;
	text-align: center;
	font-size: 160%;
}
a.purchaselinks:link {
	color:black;
}
a.partnerlinks:link {
	color:darkblue;
}

#contactForm {
	width: 250px;
	height: 320px;/*
	float: right;
	clear: right;*/
}
fieldset {
	padding: 0 10px 5px 10px;
	border: 1px solid #000;
}
legend {
	margin: 0 0 0 20px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	width: 100px;
	text-align: center;
}
html:not([dummy]) legend {   /* ***  for FireFox  *** */
	margin: 0 0 0 15px;
	line-height: 2em;
}
#contactForm p {
	margin: 7px 0;
}
#contactForm em {
	font-size: 11px;
	color: #FFF;
}
#pgContact input, #pgContact select, #pgContact textarea {
	width: 220px;
}
label {
	display: block;
	color: #000;
	font-weight: bold;
	width: 200px;
}
p#req{
	margin: 0;
	float: left;
	clear: left;
	width: 120px;
	font-size: 10px;
	line-height: normal;
	color: #FFF;
}
input#submit {
	margin: 5px 0 0 0;
	float: right;
	width: 69px;
	border: 1px solid #000;
}

/*multibox main information*/


.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


/*end of multibox*/