/*
Name: elemental.uk.com Global Styles
Version: 4.2 (10.11.2011)
Author: David Crowe - cleardrop.com
*/

/* !reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* !layout */

body {
	background: #2E1B04;
	color: #3B2612;
	text-align: center;
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
#wrapper {
	margin: 10px auto 40px;
	background: #a29082 url(../images/wrapper_bg.gif) top left repeat-y;
	text-align: left;
	width: 980px;
	}

#content-wrap {
	text-align: left;
	background: transparent;
	overflow: auto;
	height: 1%;
	clear: both;
	}

#content {
	
	overflow: auto;
	}

#header	{
	background: transparent;
	height: 100px;
	width: 980px;
	position: relative;
	}

#nav {
	padding: 100px 0 0;
	margin-top: 20px;
	font-family: 'AndronFreefontLATRegular', Georgia, "Times New Roman", Times, serif;
	background: #9a8776 url(../images/nav_bg.png) top left no-repeat;
	float: left;
	width: 240px;
	display: inline; /* IE Win double margin fix */
	position: absolute;
	z-index: 100;
	}

#maincontent {
	background: transparent;
	margin-top: 20px;
	float: right;
	width: 740px;
	min-height: 400px;
	display: inline; /* IE Win double margin fix */
	}

#homepage #maincontent {
	margin-top: 0;
	}

#gallery {
	overflow: auto;
	text-align: right;
	float: right;
	clear: both;
	font-size: x-small;
	background: #a29082; 
	}

#footer {
	background: transparent;
	padding: 2px 8px 5px;
	height: 1%; /* IE Win peekaboo fix */
	text-align: right;
	clear: both;
	font-size: xx-small;
	}

/* !nav */

#nav ul,
#nav #toggle {
	}

#products ul {
	margin: 0;
	background: transparent;
	}

#nav li {
	display: inline;
	}

#nav a,
#nav a:link,
#nav a:visited {
	border: none;
	display: block;
	padding: 0 10px;
	height: 40px;
	color: #2b1605;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 2em;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	}

#nav a:hover,
#nav a:active {
	background-color: #bca998;
	}

#nav .MGroupList a,
#nav .MGroupList a:link,
#nav .MGroupList a:visited {
	padding-left: 20px;
	font-weight: normal;
	font-size: 1.4em;
	}

#products {
	height: 2000px;
	display: none;
	}

#products a,
#products a:link,
#products a:visited {
	font-size: 1.4em;
	letter-spacing: 0em;
	padding: 0 10px;
	height: auto;
	}

#nav #nav-blog a,
#nav #nav-blog a:link,
#nav #nav-blog a:visited {
	background-image: url(../images/nav-blog_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav #nav-new a,
#nav #nav-new a:link,
#nav #nav-new a:visited {
	background-image: url(../images/nav-new_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav #nav-new a:hover,
#nav #nav-new a:active {
	background-position: top right;
	}

/* !header */

#header p {
	font-weight: normal;
	text-transform: lowercase;
	line-height: 1em;
	margin: 0 10px 5px 0;
	float: right;
	clear: right;
}

#header p img {
	margin-left: 5px;
}

#headerBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
	height: 100px;
	background: transparent;
}

#homepage #headerBox {
	background: #4f4f55;
	}

#header fieldset {
	float: right;
	margin: 5px 10px 10px 0;
}

#header label {
	color: #3B2612;
	font-weight: bold;
	text-transform: lowercase;
}

#header input {
	width: 140px;
	border: 1px solid #fff;
}

#promo {
	position: absolute;
	top: 0px;
	left: 470px;
	background: transparent url(../images/promo.gif) top left no-repeat;
	cursor: pointer;
	z-index: 99;
	width: 220px;
	height: 110px;
	visibility: hidden;
	/* display: inline; */ /* IE Crap */
}

#promo strong {
	font-size: 170%;
	font-weight: normal;
}

#homepage #promo {
	visibility: visible;
}

#homepage #promo a,
#homepage #promo a:link,
#homepage #promo a:visited {
	display: block;
	width: 220px;
	height: 110px;
	text-decoration: none;
	background: transparent;
}

#homepage #promo a:hover,
#homepage #promo a:active { 
	color: #b20000;
}

#homepage #promo:hover {
	background: transparent url(../images/promo.gif) top right no-repeat;
}

#logo {
	display: block;
	width: 470px;
	height: 110px;
	position: relative;
	z-index: 95;
	cursor: pointer;
	background: url(../images/elemental.gif) top left no-repeat;
}

ul.autocompleter-choices {
	position: absolute;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #27262c;
	background-color: #fff;
	text-align: left;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	z-index: 50;
	background-color: #fff;
	overflow: hidden;
}

ul.autocompleter-choices li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0.2em 1.5em 0.2em 3px;
	display: block;
	float: none !important; 
	cursor:	pointer;
	font-weight: normal;
	white-space: nowrap;
	font-size: 0.85em;
	line-height: 1.5em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #9A8776;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #b20000;
}

/* !typography */

@font-face {
    font-family: 'AndronFreefontLATRegular';
    src: url('type/andron_freefont_lat_reg-webfont.eot');
    src: url('type/andron_freefont_lat_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/andron_freefont_lat_reg-webfont.woff') format('woff'),
         url('type/andron_freefont_lat_reg-webfont.ttf') format('truetype'),
         url('type/andron_freefont_lat_reg-webfont.svg#AndronFreefontLATRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	color: #B20000;
	text-transform: lowercase;
	}
	
#maincontent h1 {
	margin: 35px 25px 25px;
	font-weight: bold;
	font-size: medium;
    }

#maincontent h2 {
    margin: 25px 25px 10px; 
	font-weight: normal;
    font-size: medium;  
    }

#footer h2 {
    margin-top: 0; 
	margin-bottom: 15px;
	font-weight: bold;
    font-size: medium;
	clear: both;   
    }

#footer h3 {
    margin-top: 0; 
	margin-bottom: 2px;
	font-weight: normal;
    font-size: small;
	letter-spacing: 0.1em;
	color: #3B2612;
	clear: both;   
    }

#maincontent p {
	margin: 0 25px 1.5em 25px;
	}

p.intro {
	font-size: 115%;
	font-weight: bold;
	}

#maincontent p.top {
	margin-top: 10px;
	}

#maincontent p.indent {
	margin-left: 50px;
	}

p.errormsg {
	font-weight: bold;
	font-style: italic;
	color: #B20000;
	background: transparent url(../images/error.gif) top left no-repeat;
	padding-left: 20px;
	}

#footer p {
	line-height: 100%;
	text-align: right;
	margin: 0;
	color: #6D5945;
	}

#description p {
	margin: 30px 0 8px 10px;
	font-weight: normal;
	text-align: right;
	line-height: 1.2em;
	}

#description a {
	font-weight: bold;
	margin: 0 0 0 10px;
	}

strong {
	font-weight: bold;
	}

blockquote {
	margin: 0 0 20px 25px;
	}

blockquote p {
	font-size: 115%;
	}

.strikethrough {
	text-decoration: line-through;
	}

.red {
	color: #b20000;
	}

.hilite {
	font-weight: bold;
	color: #b20000;
	}

/* !lists */

#maincontent ul {
	list-style: outside disc;
	margin: 0 0 1.5em 10px;
	padding-left: 15px;
	}

#maincontent ul.listing {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 25px;
	overflow: auto;
	clear: both;
	background: #a29082 url(../images/listing_bg.gif) top left repeat;
	height: 1%;
	}

#maincontent ul.listing li {
	list-style: none;
	margin: 0 43px 10px 27px;
	padding: 0;
	/* width: 220px; */
	height: 295px;
	text-align: left;
	line-height: 1.2em;
	font-size: x-small;
	float: left;
	display: inline; /* IE Win double margin fix */
	}

#maincontent ul.listing .overview {
	width: 200px;
	margin: 25px 10px 10px;
	color: #a29082;
	font-weight: bold;
}

#maincontent ul.listing li.landscape {
	margin: 0 15px 10px 0;
	}

#maincontent ul.listing li img {
	margin-bottom: 0.2em;
	clear: both;
	}

#maincontent ul.listing li.landscape img {
	margin-top: 55px; /* difference between picture width and height */
	}

#maincontent ul.listing li p {
	margin: 0 0 0.2em;
	line-height: normal;
	}

/* !content elements */

#loading {
	margin: 25px 0 0 265px;
	position: absolute;
	z-index: 250;
	}

#productpane {
	height: 440px;
	overflow: auto;
	background: transparent url(../images/desc_circle_bg.png) top left no-repeat;
	}

#description {
	margin: 80px 10px 0 20px;
	text-align: right;
	font-size: 11px;
	float: left;
	width: 200px;
	height: 240px;
	display: inline; /* IE Win double margin fix */
	}

#photos {
	float: left;
	line-height: 0em;
	}
	
#photos img {
	float: left;
	display: inline; /* IE Win double margin fix */
	}

/* Landscape */
#productpane .landscape {
	width: 403px;
	background: transparent url(../images/productpane-top_bg.gif) top left no-repeat;
	}

#productpane .landscape #photosInner {
	background: transparent url(../images/productpane-bottom_bg.gif) bottom left no-repeat;
	padding: 15px 15px 15px;
	overflow: auto;
	}

.landscape #thumbnails {
	clear: both;
	height: 1%;
	}

.landscape #thumbnails img {
	margin-right: 13px;
	margin-top: 10px;
	}

/* Portrait */
#productpane .portrait {
	width: 447px;
	background: transparent url(../images/productpane-top2_bg.gif) top left no-repeat;
	}

#productpane .portrait #photosInner {
	background: transparent url(../images/productpane-bottom2_bg.gif) bottom left no-repeat;
	padding: 15px 15px 15px;
	overflow: auto;
	}

.portrait #thumbnails {
	float: right;
	width: 146px;
	display: inline; /* IE Win double margin fix */
	}

.portrait #thumbnails img {
	margin-left: 10px;
	margin-bottom: 13px;
	}

#sold,
#offer {
	margin: 25px 0 0 30px;
	position: absolute;
	z-index: 240;
	}

#magnify {
	margin: 250px 0 0 340px;
	position: absolute;
	z-index: 230;
	}

#print {
	margin: 250px 0 0 320px;
	position: absolute;
	z-index: 231;
	}

.portrait #magnify {
	margin: 340px 0 0 250px;
	}

.portrait #print {
	margin: 340px 0 0 230px;
	}

#description #SocialMediaIcons {
	
	}
	
#description #SocialMediaIcons a {
	margin: 0;
	}

#ShareButton {
	padding-left: 14px;
	background: url(../images/share.gif) top left no-repeat;
	}

#thumbnails div {
	height: 240px;
	clear: both;
	}

#thumbnails img {
	cursor: pointer;
	}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}

.floatleft2 {
	float: left;
	}

.prodsel {
	width: 120px;
	margin: 0 20px 20px;
	float: left;
	}

.ImageWrap {
	background: url(../images/bracket-topleft_bg.gif) top left no-repeat;
	padding: 25px 0 0 25px;
	margin-bottom: 25px;
	}

.ImageWrap img {
	background: url(../images/bracket-bottomright_bg.gif) bottom right no-repeat;
	padding: 0 25px 25px 0;
	}

#maincontent .ImageWrap p {
	margin: -25px 0 0;
	font-size: 80%;
	}

#saleSticker {
	margin: 10px 20px 20px 80px;
}

.saleText {
	font-size: medium;
	padding-left: 60px;
}

/* !links */

a,
a:link,
a:visited {
	text-decoration: underline;
	color: #3B2612;
	background: transparent;
	}

a:hover,
a:active { 
	color: #b20000;
	}

#maincontent>p a,
#maincontent>p a:link,
#maincontent>p a:visited {
	text-decoration: none;
	color: #b20000;
	}

#maincontent>p a:hover,
#maincontent>p a:active {
	color: #900000;
	}

#footer a {
	text-decoration: none;
	font-weight: bold;
	}

#footer p a {
	color: #6D5945;
	}

.overview a {
	color: #a29082;
}

/* !forms */

.form {
	background: #fff url(../images/form_bottom.gif) bottom left no-repeat;
	text-align: left;
	width: 600px;
	}

.form fieldset {
	background: transparent url(../images/form_top.gif) top left no-repeat;
	padding: 25px;
	}

.form p input,
.form p textarea {
	padding: 2px;
	border: 1px solid #000;
	}

.form label {
	text-transform: lowercase;
	font-weight: bold;
	}

.form p label {
	float: left;
	width: 140px;
	padding: 3px 0;
	}

.form p {
	margin-bottom: 10px;
	}

.form ul {
	list-style: inside disc;
	margin-bottom: 1.5em;
	}

.form li {
	list-style: inside disc;
	}

/* reset margins */
#maincontent .form p,
#maincontent .form li,
#maincontent .form h2 {
	margin-left: 0;
	margin-right: 0;
	}

#maincontent .form h2 {
	color: #3B2612;
	margin-top: 0;
	}

.form_actions {
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	font-size: medium;
	margin: 20px 0;
	}

.form_actions a {
	margin: 0 10px;
	}

#login {
	width: 340px;
	height: 440px;
	float: left;
	margin-right: 30px;
	background-position: bottom right;
	}

#login2 {
	width: 340px;
	height: 440px;
	float: left;
	}

#login2 fieldset {
	background-position: top right;
	}

#login .form_actions,
#login2 .form_actions {
	position: absolute;
	top: 520px;
	width: 290px;
	text-align: right;
	}

#login p label,
#login2 p label {
	width: 90px;
	}

#login2 p,
#login2 li,
#login2 h2 {
	text-align: right;
	}

#login2 .form_actions {
	text-align: left;
	}

#tellafriend,
#tellafriend_mosaic {
	margin: 25px 0 0 265px;
	width: 340px;
	position: absolute;
	z-index: 260;
	visibility: hidden;
	background-position: bottom right;
	}

#tellafriend_mosaic {
	margin-left: 205px;
	}

#tellafriend p label,
#tellafriend_mosaic p label {
	width: 100px;
	}

/* !misc */

object,
embed {
	display: block;
	}

#gallery object,
#gallery embed {
	float: right;
	}

#HomeFlash {
	background: #27262c;
	/* border-bottom: 20px solid #27262c; */ /* causing Firefox scaling */
	}

#ff {
	width: 740px;
	height: 20px;
	background: #27262c;
	margin-bottom: 25px;
}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	}

/* !slimbox */

#lbOverlay {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #2E1B04;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 1001;
	overflow: hidden;
	background-color: #000;
}

#lbBottomContainer {
	background-color: #2E1B04;
	}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	z-index: 1002;
	left: 0;
	top: 0;
	border: none;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	outline: none;
}

#lbPrevLink {
	float: right;
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
	left: 0;
	width: 32px;
	height: 32px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	float: right;
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
	right: 0;
	width: 32px;
	height: 32px;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a29082;
	line-height: 1.4em;
	text-align: left;
	border: none;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 50px 30px 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: normal;
	padding: 5px 10px 10px;
	margin-left: 30px;
}

#lbNumber {
	font-size: 11px;
	padding-left: 10px;
	margin-left: 30px;
	}
