body {
	background-color: #000;
	color: #969696;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 0 30px;
}


a {
	color: #969696;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #969696;
}
button {
	cursor: pointer
}

#center {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 120px;
	background: url(g/header-back.png) 0 0 repeat-x;
}

#logo {
	width: 210px;
	height: 120px;
	background: url(g/logo.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
}

/* Menu */
#menu {
	position: relative;
	left: 260px;
	top: 56px;
	width: 470px;
	height: 120px;
	line-height: 8px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 23px;
}
#menu a {
	font-size: 12px;
	line-height: 8px;
	color: #969696;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a.open,
#menu a:hover {
	color: #fff;
	text-decoration: none;
}

/* Newsletter */
#newsletter {
	position: relative;
	left: 780px;
	width: 210px;
}
#newsletter label {
	height: 27px;
	line-height: 26px;
	padding-top: 21px;
	display: block;
}
#newsletter div {
	float: left;
}
#newsletter div.inp {
	float: left;
	width: 166px;
	height: 23px;
	padding: 0 8px;
	border: 1px solid #969696;
}
#newsletter input {
	border: 0;
	margin: 0;
	padding: 4px 0;
	line-height: 11px;
	font-size: 11px;
	background: #000;
}
#newsletter div.button {
	width: 26px;
	float: left;
}
#newsletter button {
	width: 26px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(g/button-ok.png) 0 0 repeat-y;
	text-indent: -9999px;
	cursor: pointer;
}
#newsletter button:hover {
	background-position: 0 100%;
}

/* Content */
#content {
	padding: 50px 0;
}

/* Frontpage */
#fp {
	height: 380px;
}
#fp-text {
	width: 470px;
	height: 230px;
	background: url(g/fp-text.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#fp .box {
	position: relative;
	width: 210px;
}
#fp-art {
	left: 520px;;
}
#fp .title {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 8px;
	height: 20px;
	position: relative;
}
#fp-art .title {
	color: #cbd342;
}
#fp-artist {
	left: 780px;
}
#fp-artist .title {
	color: #c86c5c;
}
#fp .box img.pic {
	padding-bottom: 14px;
}
#fp .box .name {
	display: block;
	position: relative;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 12px;
}
#fp-links {
	position: relative;
	top: 229px;
	width: 470px;
	line-height: 28px;
}
#fp-links a {
	font-size: 16px;
	color: #969696;
}
#fp-links a:hover {
	color: #fff;
}

/* Gallery */
#gallery {
	margin-bottom: -50px;
}
#gallery .item {
	float: left;
	width: 260px;
	height: 340px;
}
#gallery .item.col-1 {
	clear: left;
}
#gallery .item.col-4 {
	width: 210px;
}
#gallery .item img.pic {
	padding-bottom: 14px;
}
#gallery .item .name {
	width: 215px;
	display: block;
	position: relative;
	top: -2px;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 3px;
}
#gallery .item .discount {
	color: #fff;
}
#gallery .item .discount del {
	text-decoration: line-through;
}
#gallery .item .discount span {
	color: #c8ff00;
}
#gallery .item-link {
	display: block;
	width: 210px;
}

/* Gallery item */
#gallery-item {
	height: 510px;
}
#gallery-item.big.color-2 a:hover,
#gallery-item.big.color-2 a.active {
	color: #000;
}
/* Pictures */
#gallery-pic-out,
#gallery-pic {
	position: relative;
	width: 350px;
	height: 470px;
	z-index: 20;
}
#gallery-pic-out {
	z-index: 19;
}
#gallery-item.landscape #gallery-pic-out,
#gallery-item.landscape #gallery-pic {
	width: 470px;
	height: 350px;
	height: 350px;
}
#gallery-item.big #gallery-pic-out,
#gallery-item.big #gallery-pic {
	top: -50px;
	left: 287px;
	width: 525px;
	height: 700px;
}
#gallery-item.big.landscape #gallery-pic-out,
#gallery-item.big.landscape #gallery-pic {
	left: 200px;
	width: 700px;
	height: 525px;
}
#gallery-pic-links {
	position: relative;
	top: 476px;
	width: 350px;
}
#gallery-item.landscape #gallery-pic-links {
	top: 356px;
}
#gallery-item.big #gallery-pic-links {
	left: 287px;
	top: 656px;
	padding-bottom: 50px;
}
#gallery-item.big.landscape #gallery-pic-links {
	left: 200px;
	top: 481px;
}
#gallery-pic-links span {
	padding-right: 10px;
}
#gallery-pic-links span a {
	padding-right: 7px;
}
#gallery-pic-links span a.active {
	color: #fff;
}
/* Hider'n stuff*/
#hider {
	visibility: hidden;
	z-index: 0;
}
#gallery-item.big #hider,
#gallery-item.taf #hider {
	visibility: visible;
	z-index: 10;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
}
#gallery-item.taf #hider {
	opacity: .9;
	filter: alpha(opacity=90);
}
#gallery-item #gallery-pic-holder,
#gallery-item #gallery-pic-links-holder,
#gallery-item #gallery-color-1-holder,
#gallery-item #gallery-color-2-holder,
#gallery-item #gallery-close-holder {
	z-index: 20;
}
#gallery-item.taf #gallery-pic-holder,
#gallery-item.taf #gallery-pic-links-holder,
#gallery-item.taf #gallery-color-1-holder,
#gallery-item.taf #gallery-color-2-holder,
#gallery-item.taf #gallery-close-holder {
	z-index: -1;
}
#gallery-pic.hover #gallery-item-image-hover {
	width: 100%;
	height: 100%;
	background: url(g/enlarge.png) center center no-repeat;
}
#gallery-item.big #gallery-pic.hover #gallery-item-image-hover {
	display: none;
}

/* Close button */
#gallery-close {
	display: none;
}
#gallery-item.big #gallery-close {
	position: relative;
	left: 712px;
	top: 656px;
	width: 100px;
	display: block;
	text-align: right;
}
#gallery-item.big.landscape #gallery-close {
	left: 800px;
	top: 481px;
}
/* Color selectors */
#gallery-color-1, #gallery-color-2 {
	display: none;
	width: 28px;
	height: 28px;
	border: 1px solid #4d4d4d;
	left: 822px;
	top: -50px;
	position: relative;
	background-color: #000;
}
#gallery-item.big.landscape #gallery-color-1,
#gallery-item.big.landscape #gallery-color-2 {
	left: 910px;
}
#gallery-color-2 {
	top: -10px;
	background-color: #fff;
	border-color: #b2b2b2;
}
#gallery-item.big #gallery-color-1, #gallery-item.big #gallery-color-2 {
	display: block;
}
/* Tell your friend */
#taf {
	display: none;
}
#gallery-item.taf #taf {
	display: block;
	position: relative;
	left: 350px;
	top: 60px;
}
#gallery-item.taf #taf-holder {
	z-index: 20;
}
#taf-yourname,
#taf-yourmail,
#taf-friendmail,
#taf-message {
	position: relative;
	width: 248px;
	height: 23px;
	border: 1px solid #969696;
	padding: 0 5px;
	left:20px;
}
#taf-yourname { top:21px; }
#taf-yourmail { top:56px; }
#taf-friendmail { top:91px; }
#taf-message { top:126px; padding:5px; height: auto; }
#taf input,
#taf textarea {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	font-size: 11px;
	color: #969696;
	line-height: 13px;
	padding: 5px 0 4px 0;
	width: 100%;
	font-family: Arial,sans-serif;
}
#taf textarea {
	padding: 0;
	height:133px;
	min-height:133px;
	max-height:133px;
	max-width: 100%;
	min-width: 100%;
}
#taf .button-1 {
	position:relative;
	left:20px;
	top:271px;
	border:0;
	margin:0;
	padding:0;
	width:36px;
	height:27px;
	background-color:transparent;
	background-image:url(g/button-send.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#taf .button-1.hover {
	background-position:0 -27px;
}
#taf .button-2 {
	position:relative;
	left:56px;
	top:271px;
	border:0;
	margin:0;
	padding:0;
	width:48px;
	height:27px;
	background-color:transparent;
	background-image:url(g/button-cancel.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#taf .button-2.hover {
	background-position:0 -27px;
}

/* Content */
#gallery-content {
	position: relative;
	left: 400px;
	width: 590px;
}
#gallery-item.landscape #gallery-content {
	left: 520px;
	width: 470px;
}
/* Name */
#gallery-name {
	height: 45px;
	font-size: 38px;
	line-height: 38px;
	font-style: italic;
}
/* Author */
#gallery-author {
	height: 35px;
	font-size: 18px;
	line-height: 18px;
}
/* Size/price */
#gallery-size-price {
	position: relative;
	top: -4px;
	height: 75px;
}
#gallery-size-price span {
	color: #fff;
}
#gallery-size-price span.discount span {
	color: #c8ff00;
}
#gallery-size-price del {
	text-decoration: line-through;
}
/* Add to cart */
#gallery-buy {
	height: 45px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #4d4d4d;
}
/* Description */
#gallery-description {
	height: 129px;
	position: relative;
}
#gallery-description .inner {
	padding-top: 15px;
}
#gallery-description p {
	margin: 0;
	padding: 0 0 16px;
}
#gallery-description strong {
	font-weight: normal;
	color: #fff;
}
/* Scrollable description */
#gallery-description-scroll {
	height: 140px;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #4d4d4d;
}
#gallery-description-scroll p {
	margin: 0;
	padding: 0 0 16px;
}
#gallery-description-scroll strong {
	font-weight: normal;
	color: #fff;
}
#gallery-description-scroll .inner {
	width: 481px;
	height: 120px;
	padding-right: 25px;
}
#gallery-item.landscape #gallery-description-scroll .inner {
	width: 470px;
}
#gallery-description-scroll .scroller {
	
}
/* Links */
#gallery-links {
	font-size: 0;
	line-height: 0;
}
#gallery-links a {
	line-height: 25px;
	padding-right: 20px;
	font-size: 11px;
}

/* Shopping cart */
#shopping-cart {
	width: 780px;
}
#shopping-cart-title {
	position: relative;
	top: -40px;
	width: 780px;
	font-size: 18px;
	line-height: 18px;
}
#shopping-cart-header {
	height: 25px;
	line-height: 21px;
}
#shopping-cart .col1 {
	width: 100px;
}
#shopping-cart .col2 {
	position: relative;
	left: 150px;
	width: 320px;
}
#shopping-cart .col3 {
	position: relative;
	left: 550px;
	width: 130px;
}
#shopping-cart .col3.right {
	text-align: right;
}
#shopping-cart .col4 {
	position: relative;
	left: 700px;
	width: 80px;
}
#shopping-cart .item {
	height: 140px;
	border-top: 1px solid #4d4d4d;
}
#shopping-cart .name {
	display: block;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
#shopping-cart .item .col3 input {
	width: 29px;
	line-height: 13px;
	height: 13px;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
	margin: 0 0 9px;
	border: 0;
	vertical-align: middle;
}
#shopping-cart .item .col3 a {
	text-decoration: underline;
}
#shopping-cart .item .col4 {
	top: -4px;
}
#shopping-cart .item .inner {
	padding: 20px 0 0;
}
#shopping-cart-total {
	height: 94px;
	border-top: 1px solid #4d4d4d;
}
#shopping-cart-total .inner {
	padding-top: 14px;
}
#shopping-cart-footer {
	height: 100px;
	border-top: 1px solid #4d4d4d;
}
#shopping-cart-footer a {
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
#shopping-cart-footer .inner {
	padding-top: 15px;
}
#shopping-cart span {
	color: #fff;
}

#shopping-cart-footer button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	top: -1px;
}

#shopping-thank-you {
	height: 380px;
}
#shopping-thank-you .inner {
	padding-top: 150px;
}

/* Columns */
#leftcol {
	width: 260px;
	float: left;
}
#leftcol p {
	width: 210px;
	position: relative;
	top: -3px;
}
#middlecol {
	float: left;
	width:470px;
}
#middlecol strong {
	font-style: normal;
	color: #fff;
}
#middlecol p {
	margin: 0;
	padding: 0 0 16px;
}
#middlecol .title {
	height: 60px;
	line-height: 30px;
	font-size: 30px;
}
#rightcol {
	width: 210px;
	float: right;
}

.biglinks {
	line-height: 42px;
}
.biglinks a {
	font-size: 30px;
	line-height: 30px;
}

.smalllinks {
	line-height: 28px;
}
.smalllinks a {
	font-size: 18px;
	line-height: 18px;
}


/* Picture box */
.picbox {
	padding-bottom: 50px;
}
.picbox img.pic {
	padding-bottom: 14px;
}
.picbox .name {
	width: 215px;
	display: block;
	position: relative;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 12px;
}
.picbox .link {
	position: relative;
	top: -2px;
	margin: 0;
	padding: 0;
}

/* Footer */
#footer {
	border-top: 1px solid #4d4d4d;
	text-align: right;
	line-height: 30px;
	padding-bottom: 30px;
}
#footer span {
	color: #fff;
}

/* Contact form */
.contact-field {
	border: 1px solid #969696;
	padding: 5px;
}
.contact-field input,
.contact-field textarea {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	font-size: 11px;
	color: #969696;
	line-height: 13px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.contact-field textarea {
	height: 133px;
}
.contact-field.margin {
	margin-bottom: 10px;
}
.contact-submit input {
	border: 0;
	background: url(g/button-send.gif) 0 0 no-repeat;
	width: 30px;
	height: 27px;
}
.contact-submit input.hover {
	background-position: 0 100%;
}

/* Picture border */
.hoverbox {
	display: block;
	width: 208px;
	height: 208px;
	position: relative;
	margin-bottom: -208px;
}
a:hover .hoverbox {
	margin-bottom: -210px;
	border: 1px solid #fff;
}


/* Error 404 */
#error-404 {
	width: 100%;
	height: 138px;
	background: url(g/404.gif) top right no-repeat;
}


::-moz-focus-inner {
	border: none;
	padding: 0;
}

/* Scroll */
.scroller {
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-right: 15px;
	width: 466px;
}

.jScrollPaneTrack {
	background: #232323;
}
.jScrollPaneDrag {
	background: #fff;
}




/* Campaign */
#campaign-banner-1 {
	position: relative;
	left: 520px;
	width: 470px;
	height: 310px;
	background: url(g/banner.png) 0 0 no-repeat;
	display: block;
}
#campaign-banner-2 {
	height: 210px;
	background: url(g/banner2.png) 0 0 no-repeat;
	position: relative;
	top: -50px;
}