/* --- colour reference ---------------------
Orange: #E86A27, Brown: #470F06, Cream: #F8CBB2, Greyish: #E3DBD9; Old Image Borders: #916F66
------ END colour reference ----------------- */
body {
	text-align: center; /* required to center layout in IE 5 */
}
#page-container {
	margin: 0 auto;
	width: 749px;
	text-align: left;
	position: relative;
}
/* ---[ header style ]------------------------------*/
#header {
	height: 68px;
	line-height: 68px;
	padding: 0px 5px 0px 20px;
	background: #470F06;
	border: 1px solid #470F06;
}
#header ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li {
	display: inline;
	background: url(../Images/bullet.gif) no-repeat 0 50%;
	padding-left: 10px;
	margin: 0;
	text-transform: uppercase;
}
#header ul li.first {
	background: url(../Images/basket.gif) no-repeat 0 48%;
	padding-left: 22px;
}
#header ul li a {
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
}
#header ul li a:hover {
	background-color: #723928;
}
#header img {
	margin-top: 18px;
	display: block;
	width: 0;
}
#header span {
	position: absolute;
	top: 18px;
	left: 20px;
	width: 268px;
	height: 34px;
	background: url(../Images/logo-clr.gif) no-repeat;
}
/* ---[ END header styles ]----------------------------*/

/* ---[ navigation bar styles ]------------------------*/
#main-nav-container {
	background: #E86A27; 
	padding: 0 0 3px 0;
}
#main-nav-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #470F06;
	height: 30px;
	line-height: 30px;	/* to vertically align the text */
	text-align: center;
}
#main-nav-container ul li {
	display: inline;
	background: url(../Images/bullet.gif) no-repeat 0 50%;
	font-size: 0.9em;
	padding: 0 3px 0 10px;
	margin-left: 0;
	/*font-weight: bold;*/
}
#main-nav-container ul li a {
	text-decoration: none;
	padding: 5px 21px;
	color: #FFF;
	text-transform: uppercase;
}
#main-nav-container ul li a:hover {
	background-color: #723928;
}
#main-nav-container ul li.first {
	background-image: none;
	padding-left: 0;
}

/*------- per-page selected menu item styles ------------------*/
#home #main-nav-container #home-lnk, 
#shop #main-nav-container #shop-lnk, 
#top-ten #main-nav-container #top-ten-lnk, 
#promotions #main-nav-container #promotions-lnk, 
#news #main-nav-container #news-lnk, 
#links #main-nav-container #links-lnk, 
#contact #main-nav-container #contact-lnk, 
#basket #basket-lnk, 
#check-out #check-out-lnk, 
#site-map #site-map-lnk, #help #help-lnk,
#myaccount #my-account-lnk {
	background-color: #E86A27;
}
/* ------- END per-page selected menu item styles -------------*/

/* ---[ END navigation bar styles ]------------------- */

/* ---[ banner styles ]------------------------------- */
#banner {
	height: 59px;
	padding: 11px 0 0 17px;
	margin-bottom: 3px;
	background-color: #E86A27;
	background-repeat: no-repeat;
	background-position: right top;
}
#banner h2 {
	color: #FFF;
	margin-top: 0;
	margin-bottom: 4px;
	text-transform: lowercase;
}
#banner form input.search {
	width: 122px;
	height: 1.3em;
}
#banner form #btnSearch {
	vertical-align: middle;
	width: 22px;
	height: 22px;
}
#home #banner 
{
	background-image: url(../Content/Home/banner.jpg);
}
#news #banner {
	background-image: url(../Content/Banners/news.jpg);
}
#links #banner {
	background-image: url(../Content/Banners/links.jpg);
}
#shop #banner {
	background-image: url(../Content/Banners/shop.jpg);
}
#top-ten #banner {
	background-image: url(../Content/Banners/top-ten.jpg);
}
#promotions #banner {
	background-image: url(../Content/Banners/promotions.jpg);
}
#contact #banner {
	background-image: url(../Content/Banners/contact.jpg);
}
#faqs #banner {
	background-image: url(../Content/Banners/faqs.jpg);
}
#site-map #banner {
	background-image: url(../Content/Banners/site-map.jpg);
}
#search #banner {
	background-image: url(../Content/Banners/search.jpg);
}
#help #banner {
	background-image: url(../Content/Banners/help.jpg);
}
#glenkeir-page #banner {
	background-image: url(../Content/Categories/Banners/shop-glenkeir.jpg);
}
#giftservice-page #banner {
	background-image: url(../Content/Categories/Banners/shop-giftservice.jpg);
}
#login #banner {
	background-image: url(../Content/Banners/account.jpg);
}
#logout #banner {
	background-image: url(../Content/Banners/account.jpg);
}
#myaccount #banner {
	background-image: url(../Content/Banners/account.jpg);
}
#register #banner {
	background-image: url(../Content/Banners/account.jpg);
}
#forgotPassword #banner {
	background-image: url(../Content/Banners/account.jpg);
}
/* ---[ END banner styles ]--------------------------- */

/* ---[ left column styles ]-------------------------- */
#left-column {
	float: left;
	width: 186px;
	color: #470F06;
}
#left-column div {
	margin-bottom: 3px;
}
#left-column ul {
	list-style: none;
}
#left-column h2, #left-column h3 {
	text-transform: lowercase;
	margin-bottom: 8px;
}
#left-column .no-transform {
	text-transform: none;
}
#left-sub-nav {
	padding: 13px 19px;
	border: 4px solid #F8CBB2;
}
#left-sub-nav ul li {
	background: url(../Images/bullet.gif) no-repeat 0 50%;
	padding-left: 17px;
}
#left-sub-nav h2 {
	color: #E86A27;
}
#left-sub-nav a {
	color: #6D453B;
	font-weight: bold;
}
/* ---[ END left column styles ]---------------------- */

/* ---[ panels ]-------------------------------------- */
#promotions-panel {
	background: #E3DBD9;
	padding: 15px 15px 5px 15px;
}
#promotions-panel li {
	margin-bottom: 4px;
}
#promotions-panel ul li p {
	margin: 0;
}
#promotions-panel ul li p.heading, #promotions-panel ul li p.price {
	line-height: 16px;
}
#promotions-panel p.saving {
	color: #E86A27;
	font-weight: bold;
}
#promotions-panel p.price strong {
	color: #E86A27;
}
#promotions-panel h2 {
	padding: 0;
}
#promotions-panel a {
	color: #470F06;
	text-decoration: underline;
	font-weight: bold;
}
#promotions-panel li, #promotions-panel .link-holder {
	clear: right;
}
#promotions-panel .link-holder, #promotions #promotions-panel .link-holder {
	margin-top: 1.5em;
	margin-right: 0;
	text-align: right;
}
#promotions-panel .link-holder a {
	font-weight: normal;
}
#promotions-panel .buy-link {
	float: right;
	width: 20px; /* needed for IE Mac */
	text-align: left;
	font-weight: normal;
	line-height: 1em;
}
#promotions-panel img {
	margin-right: 10px;
}
/* ---[ END panels ]---------------------------------- */

/* ---[ content styles ]------------------------------ */
#content {
	margin-left: 201px;
	padding: 5px 5px 10px 0;
	text-align: justify;
}
#site-map #content ul {
	list-style: none;
}
#site-map #content li {
	margin-top: 0.4em;
	background: url(../Images/bullet.gif) no-repeat 0 4px;
	padding: 1px 0px 2px 15px;
}
#site-map #content ul li ul, #site-map #content ul li ul li {
	margin-bottom: 0;
}
/* ---[ END content styles ]-------------------------- */

/* ---[ footer styles ]--------------------------- */
#footer {
	clear: both;
	height: 36px;
	line-height: 36px;
	background: #E86A27 url(../Images/footer-w-bkg.gif) 99% 50% no-repeat;
}
#footer img {
	display: none;
}
#footer ul {
	display: inline;
	list-style: none;
}
#footer ul li {
	display: inline;
	padding: 0 15px 0 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	background: url(../Images/footer-dot.gif) 100% 50% no-repeat;
}
#footer ul li a {
	text-decoration: none;
	color: #FFF;
}

#footer .userDisplay 
{
	color: #FFF;
	margin-left: 2em;
	font-size: 1em;	
}
/* ---[ END footer styles ]----------------------- */

/* ---[ content styling ]------------------------- */
#content ul {
	list-style: none;
	margin-left: 0;
}
#content ul li {
	background: url(../Images/bullet.gif) no-repeat 0 50%;
	padding-left: 15px;
}
#dataList {
	width: 100%;
	padding: 3px;
}
h1 {
	text-transform: lowercase;
}
#content h2 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
h3 {
	background-color: #E3DBD9;
	padding: 2px 4px;
	margin: 1.1em 0 1.1em 0;
}
h3.details {
	margin-bottom: 1em;
	margin-top: 0;
}
#search h3 {
	text-transform: lowercase;
}
#tastingHeading {
	background: none;
	padding: 0;
}
.floatclear {
	margin-bottom: 1.1em;
}
.floatclear h3 {
	margin-top: 0;
}
.floatclear p {
	margin-bottom: 0;
	margin-top: 0;
}
.thumbnail {
	border: 1px solid #B59F92;
	float: left;
}
#images {
	float: right;
	margin: 0 0 10px 10px;
}
#images img {
	display: block;
	margin: 3px 0;
	border: 1px solid #916F66;
}
.indented {
	margin-left: 74px;
	margin-bottom: 0;
}

.discounted
{
	text-decoration: line-through;
}


h2.prod-detail span#priceContainer  {
	color: #470F00;
}

.highlight {
	color: #E86A27;
}
.link-holder, .link-holder-left {
	margin: 10px 3px 7px 0;
	text-align: right;
}
.link-holder-left {
	text-align: left;
}
.link-holder-aligned {
	float: right;
	width: 4em;
}
.buy-link, #promotions-panel .buy-link {
	background: url(../Images/arrow-right.gif) no-repeat right;
	padding: 2px 16px 2px 0;
	text-decoration: none;
	color: #470F06;
	text-transform: lowercase;
}
.arrowed-link, #promotions-panel .arrowed-link {
	text-transform: lowercase;
	text-decoration: none;
	color: #470F06;
	background: url(../Images/arrow-right.gif) no-repeat right center;
	padding: 2px 0;
	padding-right: 16px;
	border: none;
}
.back-link {
	background: url(../Images/arrow-left.gif) no-repeat left center;
	padding: 2px 0 2px 16px;
	text-transform: lowercase;
	color: #470F06;
}
.box, .alternate {
	height: 67px;
	padding: 5px 1em 5px 0.5em;
}
.alternate {
	background-color: #F0ECEB;
}
.box h3, .alternate h3 {
	background: none;
	padding: 0;
	margin-top: 0;
}
.box p, .alternate p {
	margin-top: 0;
	margin-bottom: 0;
}
#content .box h2, #content .alternate h2 {
	margin-top: 0;
}
#content .search {
	margin: 0.8em 0;
}
.prod-detail {
	margin: 0 0 0.2em 0;
	background: none;
	padding: 0;
}
h2.prod-detail {
	font-size: 1.6em;
}
h2.prod-detail span {
	color: #E86A27;
}
h3.prod-detail {
	font-size: 1.4em;
}
h4.prod-detail {
	font-size: 1.3em;
}
h5.prod-detail {
	font-size: 1em;
	margin: 1em 0 0.2em 0;
}
p.prod-detail {
	line-height: 1.1em;
}
.additional {
	font-size: 0.9em;
}
/* ---[ END content styling ]--------------------- */

/* ---[ Related Sales styling ]--------------------- */
#relatedSales
{
	margin: 1em 0 1em 0;
}

#relatedSales ul li
{
	background: none;
	padding-left: 0;
}

#relatedSales h4, #relatedSales a
{
	color: #FF0000;
}
/* ---[ END Related Sales styling ]--------------------- */

/* ---[ basket styling ]-------------------------- */
table#basket-table, table#basket-addon {
	width: 540px;
	border-collapse: collapse;
	margin: 4px 0;
	padding: 2px 0;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table#basket-addon
{
	margin-top: 10px;
}

table#basket-table td, table#basket-table th, table#basket-addon td, table#basket-addon th {
	padding: 2px 3px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
table#basket-table th, table#basket-addon th {
	background: #EEE;
	text-align: left;
}
table#basket-table .product {
	width: 329px;
}
table#basket-table .basket-total {
	width: 70px;
	text-align: right;
}
table#basket-table td.basket-total-heading {
	text-align: right;
	font-weight: bold;
}
table#basket-table td.basket-total-heading select {
	font-weight: normal;
}
table#basket-table .delete-btn, table#basket-addon .add-btn {
	width: 40px;
	text-align: center;
}
table#basket-table .qty {
	width: 50px;
}
table#basket-table .each, table#basket-addon .each {
	width: 50px;
}
.empty {
	margin-bottom: 1em;
}
/* ---[ END basket styling ]---------------------- */

/* ---[ reminders styling ]-------------------------- */
table#reminders {
	width: 540px;
	border-collapse: collapse;
	margin: 4px 0;
	padding: 2px 0;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#reminders td, table#reminders th {
	padding: 2px 3px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
table#reminders th {
	background: #EEE;
	text-align: left;
}

table#reminders td 
{
	text-align: left;
	vertical-align: text-top;
}

table#reminders .options-btn {
	width: 40px;
	text-align: center;
}

/* ---[ END reminders styling ]---------------------- */

/* ---[ Popup styling ]--------------------------- */
.popup {
	text-align: left;
	position: relative;
}
.popup #footer ul {
	display: none;
}
.popup #content {
	margin: 10px;
	text-align: justify;
}
.popup #left-column, .popup #main-nav-container, .popup #banner, .popup #header ul {
	display: none;
}
.popup #page-container {
	width: auto;
}
.popup h3 {
	background: none;
	padding: 0;
	font-weight: normal;
	font-size: 1.6em;
	color: #E86A27;
	margin-top: 0;
	margin-bottom: 0.5em;
	text-transform: lowercase;
}
#help #content ul, .popup ul {
	margin-bottom: 1em;
}
.popup #content ul li {
	background-position: 0 3px;
}
.popup table {
	width: 100%;
}
.popup table td {
	width: 33%;
}
.popup table.delivery {
	font-size: 0.9em;
	text-align: center;
}
.popup table.delivery th {
	vertical-align: bottom;
}
.popup table.delivery td {
	width: 10%;
}
.popup table.delivery td.first {
	width: 6%;
}
/* ---[ END Popup styling ]--------------------------- */