@charset "UTF-8";
/* CSS Document */

body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffcc;
	font-size:.9em;
	background-color:#302010;
	border-width:0px;
	overflow:hidden;
	border-color:#333;
	background: rgba(48, 32, 16, 0);
	}
#candleWrapper
	{
	position:relative;
	border-width: 0px 0px;
	margin: 0px auto;
	overflow:hidden;
	width: 770px;
	height: 420px;
	z-index: 1;
	border-color:#333;
	}
.pictureLink
	{
	border-color:#000;
	border-width:2;
	cursor:pointer;
	}
#candleLinks
	{
	position:absolute;
	width:770px;
	height:80px;
	margin: 0px auto;
	top: 340px;
	z-index: 5;
	}
h2
	{
	margin:0px;
	}
#mainImage
	{
	position:absolute;
	z-index:2;
	width: 300px;
	height: 300px;
	left:0px;
	top:35px;
	}
#subImages
	{
	position:absolute;
	z-index:3;
	width: 60px;
	height: 300px;
	left:300px;
	top:35px;
	}
#candleInfo
	{
	width:400px;
	height:300px;
	position:absolute;
	z-index: 4;
	left:360px;
	top:35px;
	}
	
#scent, #color, #submit, #quantity
	{
	background-color:#DD9;
	color:#222;
	font-size:.75em;
	border-width:1px;
	border-color:#555555;
	}

#leftnavarrow, #rightnavarrow
	{
	border-width:0px;
	}
