#header 
{
	float: left;
	width: 850px;
	height: 80px;	
	position: relative;
}

h1 
{
	float: left;
	width: 120px;
	height: 25px;
	background: url(../images/lumi%c3%a8re/logo.png) no-repeat;
	text-indent: -9999em;	
	position: absolute;
	left: 10px;
	top: 40px;
}

h3
{
	font-size: 1.3em;
	margin: 10px 0;
	color: #555;
}

h4
{
	font-size: 1.1em;
}

div.pad
{
	padding: 15px;
	float: left;
	width: 590px;
}

a.std
{
	color: #636363;
	font-family:Arial,Tahoma,Sans-Serif;
}

p.note
{
	color: #5FB0B7;
	font-size: 1.1em;
	font-weight: bold;
}

img.highlight
{
	border: 4px solid #ccc;
}

input.linkremove
{
	border: none;
	height: 14px;
	cursor: pointer;
	width: 37px;
	background: #FFF url(../images/lumi%c3%a8re/btn-remove.png) no-repeat;
}

input.linkupdate
{
	border: none;
	height: 15px;
	cursor: pointer;
	width: 34px;
	background: #FFF url(../images/lumi%c3%a8re/btn-update.png) no-repeat;
}

#faq ul,
#custom ul,
#promo ul 
{
	list-style-position: outside;
	color: #333;
	font-family: Arial,Tahoma,Sans-Serif;
	margin: 5px 0 0 13px;
}

#cart 
{
	float: left;
	position: absolute;
	right: 0;
	top: 48px;
	height: 17px;
	background: #FFF url(../images/lumi%c3%a8re/bg-cart.png) 8px 5px no-repeat;
	padding: 3px 10px 0 24px;
}

#cart a
{
	font-family: Times New Roman, Georgia, serif;
	color: #636363;
	text-decoration: none;
}

#cart a:hover
{
	text-decoration: underline;
}

#outer.lumiere #inner #wrap #content
{
	display: none;
}

#left
{
	float: left;
	width: 186px;
}

#inner 
{
	padding: 5px;	
	width: 840px;
	position: relative;
	min-height: 510px;
	background: url(../images/lumi%c3%a8re/bg-main.png) repeat;
}


#navigation hr
{
	display: none;
}

#navigation ul li 
{
	margin: 0 0 1px;
}

#navigation ul li ul li.first-child 
{
	margin: 1px 0 1px;
}


#navigation ul li ul li.last-child 
{
	margin: 0;
}

#navigation ul li a
{
	float: left;
	height: 23px;
	background: url(../resources/nav/lumi%c3%a8re.png) no-repeat;
}

#home 
{
	float: left;
	position: relative;
	width: 650px;
	display: inline;
}

#content
{
	width: 630px;
	background: #979797 url(../images/lumi%c3%a8re/bg-content-grad.png) repeat-x;
	font-family: Times New Roman, Georgia, serif;
	color: #636363;
	float: right;
}

html>body #content div.box
{
	height: auto;
}

/* CUSTOM CONTENT */
#custom
{
	margin: 5px;
	display: inline;
}

#custom div
{
	font-family: Arial,Tahoma,Sans-Serif;
}

/* PRODUCTS */
#products
{
	margin: 5px 0 0 5px;
	display: inline;
}

#products div a span,
#product-view div.details,
#product-view div.details a
{
	font-family: Times New Roman, Georgia, serif;
	color: #636363;
}

#products div a span.name
{
	font-size: 1.2em;
	font-weight: bold;
}

#products div a span.sale-price,
#product-view div.details span.sale-price
{
	color: #5fb0b7;
}

#products div a span.sale-icon,
#product-view div.details span.sale-icon
{
	background: transparent url(../images/lumi%c3%a8re/sale-icon.png) no-repeat scroll left center;
	margin-left: 5px;
	font-size: 1.4em;
}

#products div a span.sale-price
{
	font-size: 0.8em;
	padding: 5px 0 5px 35px;
}

#product-view div.details span.sale-price
{
	font-size: 0.7em;
	margin: 0 0 5px 35px;
}

#products div a span.sash
{
	background: transparent url(../images/lumi%c3%a8re/sale-sash.png) no-repeat scroll bottom right;
	width: 112px;
	height: 50px;
	display: block;
	position: absolute;
	top: 62px;
}

#product-view
{
	background: #FFF;
	padding: 5px;
	display: inline;
	float: left;
}

#product-view div.view
{
	height: 424px;
	width: 394px;
}

#product-view div.details
{
	margin-left: 16px;
	width: 200px;
}

#product-view div.details span.name
{
	font-size: 1.1em;
	font-weight: bold;
}

#product-view div.details span.code
{
	font-size: 0.8em;
	color: #888;
}

#product-view div.details span.price
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 12px;
}

#product-view div.details fieldset.add
{
	font-size: 1.2em;
	margin: 12px 0;
}

#product-view div.details fieldset.add input.btn
{
	background: transparent url(../images/lumi%c3%a8re/btn-add.png) no-repeat center;
	width: 79px;
	border: none;
	height: 17px;
	margin-left: 15px;
}

#product-view div.details fieldset.add input.qty
{
	width: 20px;
	border: solid 1px #999;
	text-align: center;
	height: 15px;
	margin-left: 5px;
}


#product-view div.details div.related
{
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	top: 328px;
	right: 25px;
	width: 190px;
}

/* SHOPPING CART */
#checkout
{
	margin: 5px;
	width: 620px;
	background-color: #FFF;
}

#checkout h2
{
	background: transparent url(../images/lumi%c3%a8re/checkout-header.png) no-repeat;
	text-indent: -9999px;
}

#checkout ul.steps
{
	list-style: none none inside;
	height: 20px;
	font-size: 1.2em;
	margin-top: 10px;
	border-bottom: solid 2px #b1b1b1;
}

#checkout ul.steps li
{
	float: left;
	padding-left: 15px;
	height: 20px;
}

#checkout ul.steps li.first
{
	background: #FFF url(../images/lumi%c3%a8re/step-1.png) no-repeat;
}

#checkout ul.steps li.second
{
	background: #FFF url(../images/lumi%c3%a8re/step-2.png) no-repeat;
	margin-left: 50px;
}

#checkout ul.steps li.third
{
	background: #FFF url(../images/lumi%c3%a8re/step-3.png) no-repeat;
	margin-left: 50px;
}

#checkout div.cart div.subtotal,
#checkout div.cart div.total
{
	background-color: #f7f7f4;
}

#checkout.view table,
#checkout div.cart div p,
#checkout div.cart span,
#checkout div.cart a.edit,
#checkout.receipt div.list,
#checkout.receipt div.notify,
#checkout.receipt div.subtotal,
#checkout.receipt div.freight,
#checkout.receipt div.total
{
	font-family: Arial, Tahoma, Sans-Serif;
}

#checkout.view table thead
{
	background: #f7f7f4;
}

#checkout.view table th
{
	border-bottom: solid 1px #b1b1b1;
}

#checkout.view table td.name a,
#checkout div.cart a.name,
#checkout.receipt a.name,
#checkout.receipt div.notify span
{
	font-family: Times New Roman, Georgia, serif;
	font-size: 1.2em;
	color: #636363;
	font-weight: bold;
}

#checkout.view table td.name span
{
	font-size: 0.8em;
	margin: 5px 0;
}

#checkout.view table tr.footer td
{
	border-top: solid 1px #b1b1b1;
}

#checkout.view table tr.footer td.freight,
#checkout.view table td.subtotal span,
#checkout.view table tr.footer td.freightcost,
#checkout div.cart div.subtotal span
{
	color: #444;
}

#checkout.view table td.price,
#checkout.view table td.subtotal,
#checkout.view table td.total,
#checkout div.subtotal,
#checkout div.total,
#checkout div.cart p.price
{
	color: #5fb0b7;
	font-size: 1.1em;
}

#checkout.view table td.subtotal,
#checkout.view table td.total,
#checkout div.total,
#checkout div.subtotal
{
	font-weight: bold;
}

#checkout.view table td.total,
#checkout div.total
{
	font-size: 1.25em;
}

#checkout.view table td.subtotal span,
#checkout div.cart div span
{
	font-size: 0.75em;
	font-weight: normal;
}

#checkout.view p.submit input
{
	background: transparent url(../images/lumi%c3%a8re/btn-cart-submit.png) no-repeat;
	border: none;
	width: 193px;
	height: 25px;
}

#checkout fieldset p,
#checkout fieldset p textarea
{
	font-family: Arial, Tahoma, Sans-Serif;
}

#checkout fieldset p textarea
{
	font-size: 1.2em;
}

#checkout.billing fieldset.deliver_details,
#checkout.billing fieldset.gift,
#checkout fieldset.submit
{
	border-top: 1px solid #b1b1b1;
}

#checkout.billing input.submit
{
	background: transparent url(../images/lumi%c3%a8re/btn-billing-submit.png) no-repeat;
	border: none;
	width: 150px;
	height: 25px;
	margin-top: 10px;
}

#checkout div.subtotal,
#checkout div.freight,
#checkout div.total,
#checkout.receipt div.cart,
#checkout.receipt div.list
{
	border-top: 1px solid #b1b1b1;
}

#checkout.payment input.submit
{
	background: transparent url(../images/lumi%c3%a8re/btn-pay-submit.png) no-repeat;
	border: none;
	width: 124px;
	height: 25px;
	margin-top: 10px;
}

#checkout.receipt div.notify span
{
	font-weight: bold;
}

#checkout.receipt label.lbl,
#checkout.receipt div.notify,
#checkout.receipt p.label,
#checkout.receipt div.freight
{
	color: #333;
}

/* FAQ */
#faq
{
	margin: 5px;
	display: inline;
}

#faq div h2
{
	background: transparent url(../images/lumi%c3%a8re/faq-header.png) no-repeat;
}

#faq div p
{
	font-family: Arial,Tahoma,Sans-Serif;
	color: #333;
}

#faq div ul.categories
{
	list-style: none outside url(../images/lumi%c3%a8re/bullet.gif);
}

#faq div p span.question
{
	color: #636363;
	font-family: Times New Roman,Georgia,serif;
	font-size: 1.1em;
}

#faq div fieldset p label.lbl,
#contact div fieldset p label.lbl
{
	color: #636363;
}

#faq div fieldset input.submit,
#contact div fieldset input.submit
{
	background: transparent url(../images/lumi%c3%a8re/btn-submit.png) no-repeat;
	width: 90px;
	height: 25px;
	border: none;
}

#faq fieldset p textarea,
#contact fieldset p textarea
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 1.2em;
}

#faq div ul.categories
{
	margin: 0 0 20px 15px;
}

/* STOCKISTS */
#stockists,
#stockists-list
{
	display: inline;
	margin: 5px;
}

#stockists h2
{
	background: transparent url(../images/lumi%c3%a8re/stockists-header.png) no-repeat;
}

#stockists p,
#stockists-list p
{
	font-family: Arial,Tahoma,Sans-Serif;
	color: #333;
}

#stockists-list div.list div.store span
{
	color: #636363;
	font-family: Times New Roman,Georgia,serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
}

#stockists-list h2.victoria
{
	background: transparent url(../images/lumi%c3%a8re/stockists-vic.png) no-repeat;
}

#stockists-list h2.new-south-wales
{
	background: transparent url(../images/lumi%c3%a8re/stockists-nsw.png) no-repeat;
}


#stockists-list h2.queensland
{
	background: transparent url(../images/lumi%c3%a8re/stockists-qld.png) no-repeat;
}


#stockists-list h2.south-australia
{
	background: transparent url(../images/lumi%c3%a8re/stockists-sa.png) no-repeat;
}


#stockists-list h2.western-australia
{
	background: transparent url(../images/lumi%c3%a8re/stockists-wa.png) no-repeat;
}

#stockists-list h2.northern-territory
{
	background: transparent url(../images/lumi%c3%a8re/stockists-nt.png) no-repeat;
}

#stockists-list h2.tasmania
{
	background: transparent url(../images/lumi%c3%a8re/stockists-tas.png) no-repeat;
}

/* PROMOTIONS */
#promotions
{
	display: inline;
	margin: 5px;
}

#promotions h2
{
	background: transparent url(../images/lumi%c3%a8re/promotions-header.png) no-repeat;
}

#promotions div.promo span
{
	font-weight: bold;
	font-size: 1.2em;
}

#promotions div.promo div
{
	color: #666;
}

/* EDITORIAL */
#outerImageContainer
{ 
	background-color: #b1b1b1;
}

#imageDataContainer
{
	border-left: 5px solid #b1b1b1;
	border-right: 5px solid #b1b1b1;
	border-bottom: 5px solid #b1b1b1;
}

#prevLink
{
	background: url(../images/lumi%c3%a8re/ed-prev.png) left 15% no-repeat; 
	width: 65px;
	height: 23px;
}

#nextLink
{ 
	background: url(../images/lumi%c3%a8re/ed-next.png) right 15% no-repeat; 
	width: 65px;
	height: 23px;
}
#imageDataContainer
{
	font-family: Arial,Tahoma,Sans-Serif;
}

#imageDetails #caption
{
	font-size: 1.4em;
	font-family: Times New Roman,Georgia,serif;
}

#imageData #published
{ 
	color: #444; 
}

#editorial
{
	display: inline;
	margin: 5px;
}

#editorial h2
{
	background: transparent url(../images/lumi%c3%a8re/editorial-header.png) no-repeat;
}

#editorial div.preview a
{
	border: 4px solid #b1b1b1;
	width: 105px;
	height: 135px;
	overflow: hidden;
	background: #b1b1b1;
}

#editorial div.preview span.title
{
	color: #757575;
	font-size: 1.2em;
	font-weight: bold;
}

#editorial div.preview span.published
{
	color: #333;
	font-family: Arial,Tahoma,Sans-Serif;
}

/* CONTACT US */
#contact
{
	display: inline;
	margin: 5px;
}

#contact h2
{
	background: transparent url(../images/lumi%c3%a8re/contact-header.png) no-repeat;
}

#contact p
{
	font-family:Arial,Tahoma,Sans-Serif;
}

/* UNSUBSCRIBE */
#unsubscribe
{
	display: inline;
	margin: 5px;
}

#unsubscribe h2
{
	background: transparent url(../images/lumi%c3%a8re/unsubscribe-header.png) no-repeat;
}

#unsubscribe p
{
	font-family:Arial,Tahoma,Sans-Serif;
}

#unsubscribe fieldset input.submit
{
	background: transparent url(../images/lumi%c3%a8re/btn-submit.png) no-repeat;
	width: 90px;
	height: 25px;
	border: none;
}


/* SIGNUP */
#signup 
{
	float: left;
	width: 156px;
	background: url(../images/lumi%c3%a8re/bg-signup.png) no-repeat;
	color: #FFF;	
	font-family: Times New Roman, Georgia, serif;
	font-size: 0.8em;
	margin-top: 5px;
	padding: 10px;
}

#signup fieldset 
{
	float: left;
	margin-top: 30px;	
	display: inline;
}

#signup input.textbox 
{
	float: left;
	width: 97px;
	height: 13px;
	border: 0;	
	margin: 0 1px 0 0;
	font-size: 1em;
	padding: 3px;
}

#signup fieldset div.submit
{
	margin-top: 5px;
}

#signup span.error
{
	color: #CC3333;
}

#signup span.success
{
	color: #FFF;
}

#signup ul
{
	margin-top: 5px;
}

#signup ul li
{
	float: left;
	border-right: 1px solid #FFF;
	padding: 0 5px 0 0;
}

#signup ul li.last
{
	border-right: none;
	padding: 0 0 0 5px;	
}

#signup p
{
	width: 150px;
	font-size: 1.3em;
	line-height: 1em;
	margin: 3px 0 0;
}

/* FOOTER */
#footer ul li, #footer ul li a
{
	font-family: Times New Roman, Georgia, serif;
	color: #757575;	
	text-decoration: none;
}

h2.error
{
	background: transparent url(../images/lumi%c3%a8re/error.png) no-repeat;
}