body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0}

body {
	background: #ebebeb;
	background-image: url(/assets/images/bg.png);
	background-position: 0 16px;
	background-repeat: repeat;
}

em {
	font-style:italic;
}

a {
	color:#c9bc71;
}

a:hover{
	color:#000;
}

body.text {
	background: #ebebeb;
	background-image: url(/assets/images/bg.png);
	background-position: 0 16px;
	background-repeat: repeat-x;
}

#nav {
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 3;
}

body > #nav {
	position: fixed;
}

#nav, 
#nav select {
	width: 120px;
}

#nav h1 {
	background: #000;
	color: #fff;
	width: 120px;
	height: 58px;
	margin-bottom: 5px;
}

#nav h1 a {
	color: #fff;
	display: block;
	width: 120px;
	height: 58px;
	text-indent: -1000px;
	background: #231f20;
	background-image: url(/assets/images/logo.png);
	background-repeat: no-repeat;
}

#nav li img {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}

ul#art li {
	display: inline;
	margin-bottom: 6px;
	float: left;
	line-height: 0;
	margin-right: 125px;
}

#preloader {
	display: none;
	position: absolute;
	left: 0;
	top: 196px;
	z-index: 6000;
}

ul#art li img {
	padding-bottom: 10px;
}

ul#art li:hover a img,
ul#art li.fix_hover a img {
	padding-bottom: 5px;
	border-bottom: 5px #c9bc71 solid;
}

ul#art li.start {
	margin-right: 0;
	margin: 0; 
	padding: 0;
	
}


ul#art {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 1;
}

ul#art li table tr td img {
	margin-right: 5px;
}

ul#art li table tr td.sold {
	background-image: url(/assets/images/sold.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul#art li table tr td.cart {
	background-image: url(/assets/images/cart.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul.subnav {
	position: absolute;
	left: 15px;
	top: 63px;
}

ul#menu li,
ul.subnav li {
	width: 120px;
	border-bottom: 5px #cccccc solid;
	height: 23px;
	margin-bottom: 5px;
}

ul#menu li:hover,
ul.subnav li:hover {
	border-bottom: 5px #c9bc71 solid;
}

ul.subnav li {
	border-bottom: 5px #c9bc71 solid;
}

ul.subnav li a:hover {
	color: #c9bc71;
}

ul#menu li a {
	background: #a7a9ac;
	display: block;
	float: left;
	padding-left: 5px;
	width: 115px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
	background-image: url(/assets/images/dd.png);
	margin-bottom: 5px;
}

ul.subnav li a {
	display: block;
	float: left;
	padding-left: 5px;
	width: 115px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 5px;
}

ul#menu li ul {
	position: absolute;
	display: none;
	left: 0;
/* 	margin-top: 19px; */
/* 	left: 100px; */
}

ul#menu li.active ul {
	display: block;
}

ul#menu ul {
	background: #c8c9c9;
	margin-top: 3px;
/* 	border-bottom: 1px #999 solid;  */
}

ul#menu ul li,
ul.subnav ul li {
	border: 0;
	padding: 0;
	margin: 0;
	height: 18px;
}

ul#menu ul li a {
	background: #c8c9c9;
	border: 0;
	margin:0;
	padding: 0;
	display: block;
	float: left;
	padding-left: 5px;
	width: 115px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
}

ul#menu ul li a.active {
	background-image: url(/assets/images/active.png);
}

ul#menu ul li a:hover {
	background: #2e2a2b;
	color: #fff;
}

ul#menu ul li a.active:hover {
	background: #2e2a2b;
	color: #fff;
	background-image: url(/assets/images/active_hover.png);
}

ul#menu ul li:hover {
	border: 0;
	padding: 0;
	margin: 0;
	height: 18px;
}

div#veil {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
/* 	background: #f0f; */
	background-image: url(/assets/images/veil.png);
	z-index: 5000;
}

div#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5001;
}

div#overlay .logo {
	position: absolute;
	left: 16px;
	top: 0;
}

div#overlay .close {
	position: absolute;
	left:515px;
	top: 15px;
}

div#overlay .wrapper {
	position: absolute;
	top: 15px;
	left: 140px;
}

div#overlay td {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;

}

div.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 15px;
	left: 390px;
	width: 350px;
	display: none;
}

.text strong {
	font-weight: bold;
}

.text p {
	margin-bottom: 15px;
}

.image_bar p { 
	width: 400px; 
}

h2 {
	width: 400px;
	color:#c9bc71;
	font-weight: bold;
}

.text .image_bar {
	position: absolute;
	left: 375px;
	top: 0;
}

.image_bar ul li {
	padding: 0;
	margin: 0;
}

.image_bar ul li img {
	margin-bottom: 15px;
	float: left;
}

div.simpleCart_items {
	display: none;
	position: absolute; 
	left: 390px; 
	top: 45px; 
	z-index: 7000; 
	width: 500px; 
	height: 500px; 
}

.cartHeaders{  
	display:none;  
}  

.itemContainer,
.totalRow {
	height: 85px;
	width: 312px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 3px;
	border-top: 2px #efefef solid;
	padding-bottom: 3px;
}

.itemName {
	position: absolute;
	left: 0;
	font-weight: bold;
}

.itemPrice {
	position: absolute;
	left: 30px;
	text-align: right;
	width: 150px;
}

.itemFilename {
	position: absolute;
	left: 250px;
}

.itemTotal {
	display: none;
}

.itemDelete {
	position: absolute;
	left: 322px;
}

.totalItems {
	display: none;  
}

.totalPrice {
	position: absolute;
	left: 30px;
	text-align: right;
	width: 150px;
}

.totalHeader {
	position: absolute;
	left: 0;
	font-weight: bold;
}

.totalCheckout {
	position: absolute;
	left: 250px;
}

.totalCheckout a {
	color: #c8bb71;
	font-weight: bold;
}
