/********** Main Body ***********/

html, body {
height:height:100%;
}

body {
	background-image: url(../images/bg-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}

#gradient {
	width: 100%;
	position:relative;
	margin: 0 auto;
	font-size:11px;
	text-align: center;
	color:#db738a;
	z-index:2;
	height:800px;
	background-image: url(../images/gradient.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: -800px 0 0 0;
}
#left-nav {
	margin: 0px;
	padding: 3px;
	float: left;
	width: 150px;
	position: relative;
}

#candles {
	background-image: url(../images/candles.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 auto;
	padding: 0;
	width:150px;
	height:200px;
	position: fixed;
	bottom:0;
	z-index: 20;
	width:100%;
	vertical-align:middle;
	clear:both;
	display:block;
}

/********** Header ***********/
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index:50;
}

#logo a.home {
	position:absolute;
	top:35px;
	left:230px;
	width:255px;
	height:60px;
	display:block;
	border:none;
}

#logo a.home h1 {
	display:none;
	}

#social {
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	height: 95px;
	width: 151px;
	position: relative;
}

#social a.facebook {
	display:block;
	height:38px;
	width:140px;
	position:absolute;
	top:0px;
	right:0px;
	background:url(/images/facebook-fan.png) no-repeat;
	text-decoration:none;
}


#social a.twitter {
	display:block;
	height:38px;
	width:140px;
	position:absolute;
	top:45px;
	right:0px;
	background:url(/images/twitter-follow.png) no-repeat;
	text-decoration:none;
}
		
#bag {
	background-image: url(../images/bag.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 20px 0 0 0;
	padding: 0px;
	float: right;
	height: 79px;
	width: 154px;
	position: relative;
}

#bag-menu {
	float:right;
	width:87px;
	height:90px;
	margin:10px 5px 0 0;
}

#bag-menu img {
	text-decoration:none;
	border: none;
}

#topmenu {
	width:758px;
	margin: 0 auto;
	position: relative;
}

#topmenu ul {
	list-style:none;
	margin-left:-15px;
}

#topmenu li {
	display:block;
	float:left;
	margin: 0 20px 0 0;
}

#topmenu li.last {
	margin: 0;
}

#topmenu img {
	border:none;
}

/********** Content Wrappers ***********/
#content-wrapper {
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	z-index:10;
	min-height:100%;
}

#scallop-top {
	background-image: url(../images/scallop-top.png);
	background-repeat: no-repeat;
	height: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	width:775px;
}
#content {
	background-image: url(../images/gradient-cream.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f7f2e2;
	overflow: hidden;
	padding-bottom: 70px;
	float:left;
}
#scallop-bottom {
	background-image: url(../images/scallop-bottom.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 8px;
	width:775px;
	clear:both;
}

/********** Footer **********/

#bottom-links {
	width: 500px;
	position:relative;
	margin: 0 auto;
	font-size:11px;
	text-align: center;
	color:#db738a;
	z-index:50;
	height:80px;
	margin-top: -100px;
	padding-top:120px;
	padding-left:0px;
	background:url(../images/candles.png) no-repeat left top;
}

#bottom-links li {
	display:inline;
	margin-right: 10px;
}

#bottom-links li.last {
	margin-right:0;
	}

#bottom-links ul {
	list-style:none;
	padding: 10px 0 10px 0;
	}

#bottom-links li a {
	color:#ded4b2;
	text-decoration:none;
}

#bottom-links li a:hover {
	color:#b4e0f7;
	text-decoration:none;
}

#bottom-links a {
	color:#db738a;
	text-decoration:none;
}

/********** Main Content **********/

#bulk {
	padding: 10px;
	float: right;
	width: 500px;
	position: relative;
	overflow: hidden;
}

#bulk h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#b85067;
	font-weight:bold;
	}
	
#bulk h3 {
	color: #578aab;
	font-size:14px;
	font-weight:bold;
	}
	
#bulk h4 {
	color:#786956;
	font-weight:bold;
	size:12px;
	}
	
#bulk p {
	line-height: 18px;
	color:#514535;
	}

#bulk li {
	line-height: 18px;
	color: #514535;
	padding-left: 30px;
	background:url(../images/bullet.gif) no-repeat;
	list-style:none;
}

#bulk a {
	color: #a1384f;
	text-decoration:none;
}

#bulk a:hover {
	color:#5b4e3d;
	text-decoration:underline;
	}
	
	
#products {
	padding: 10px;
	float: right;
	width: 500px;
	position: relative;
	overflow: hidden;
}

#products h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#b85067;
	font-weight:bold;
	}
	
#products h3 {
	color: #578aab;
	font-size:14px;
	font-weight:bold;
	}
	
#products h4 {
	color:#786956;
	font-weight:bold;
	size:12px;
	}
	
#products p {
	line-height: 18px;
	color:#514535;
	}

#products li {
	line-height: 18px;
	color: #514535;
	padding-left: 30px;
	background:url(../images/bullet.gif) no-repeat;
	list-style:none;
}

#products a {
	color: #a1384f;
	text-decoration:none;
}

#products a:hover {
	color:#5b4e3d;
	text-decoration:underline;
	}

#main {
	font-size: 12px;
	padding: 10px;
	overflow: hidden;
	float:left;
}


#products {
	padding: 10px;
	float: right;
	width: 500px;
	position: relative;
	overflow: hidden;
	}
/********* Left Navigation **********/

#left-nav {
	margin: 0px;
	padding: 3px;
	float: left;
	width: 200px;
	position: relative;
	font-size:11px;
}

#left-nav ul {
	display:block;
	padding-left:10px;
	}
	
#left-nav ul ul {
	padding-bottom:20px;
	}
	
#left-nav li {
	color:#a1384f;
	font-weight:bold;
	text-transform:uppercase;
	list-style: none;
	padding-bottom:20px;
	line-height:20px;
}

#left-nav li li {
	color:#4a3f30;
	font-weight:normal;
	list-style:none;
	text-transform:none;
	padding-bottom:0;
	}
	
#left-nav select {
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4a3f30;
	width:150px;
	border:1px solid #d9cea3;
	margin: 0 0 15px 0;
	}
	
#left-nav h4 {
 	color:#9D3A4E!important; 
	font-size:12px!important; 
	text-transform:uppercase; 
	font-weight:bold; 
	margin: 5px 0!important; 
	display:block;
	}
	
#left-nav label {
	color:#4ba0d4;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	}

/******* Front Page *******/
#frontFavourites {width:500px; height:200px; padding:0px 20px 20px 20px; margin:0px 0 0 0;}


#frontWelcome {width:500px; font-size:14px; margin-top:10px;}

#frontFooter {width:500px; background:url(../images/front-footer.png) no-repeat center; height:81px;}
#frontFooter span {display:none;}
/********** Mini Cart **********/

#items {position:absolute; width:30px; height:10px; left:30px; top:37px; font-size:18px; font-family:Georgia, 'Times New Roman', Times, serif; color:#fff;}
#items a {color:#fff; text-decoration:none;}

/** News **/

#newsletter {background:url(/images/news-box.png) no-repeat; padding:40px 2px 0 10px; width:186px; height:152px!important;}
#newsletter input {background:#fff; border:none; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:2px 0 20px 0; width:155px;}
#newsletter label {color:#786956!important; font-size:11px!important; text-transform:none!important;}
#newsletter fieldset {border:none; padding:none; margin:none;}

/** Email a Friend **/
#email-friend-form input.form {
	width:150px;
	padding:4px;
	border:1px solid #5b4e3e;
	font-size:12px;
	}
	
input.postcode {
	width:150px;
	padding:4px;
	border:1px solid #94374e;
	background:#eae2c3;
	font-size:16px;
	color:#b74f66;
	}

/** Testimonials **/

.testimonial {
	display:block;
	background:url(/images/quotes.png) no-repeat;
	padding: 0 0 0 40px;
	margin: 0 0 40px 0;
}
	
/*** GALLERY ***/
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:500px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #e5d5a9;
	background-color: #faf6e9;
	padding: 12px;
}
div.image-title {
	color:#a1384f;
	font-weight: bold;
	font-size: 1.2em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	background:none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ead494;
}
ul.thumbs li.selected a.thumb {
	background: #b85067;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #e696a7;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #a1384f;
	border-color: #a1384f;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

.mc-field-group {
	height:25px;
	margin:2px;
	}
.catThumbName a { text-decoration:none; color:#5b4e3d;}
.catThumbName a:hover {text-decoration:none; color:#413627;}

.postcode {font-size:14px; font-weight:bold; color:#58a4d3; display:block;}
.postcode-row {float:left; display:block; padding:6px; overflow:hidden; clear:left;}
.postcode-row .description {font-weight:bold; display:block;}
.postcode-row .notes {font-style:italic; display:block;}
.postcode-row .cost {font-weight:bold; color:#b74f66; display:block;}


@import store.css