
body {
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom center; 
	background-color: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c8c8c8;
}

* {
	margin: 0px;
	padding: 0px;
}

h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #f9e0a6;
}

h2 {
	padding-bottom: 18px;
	color: #f9e0a6;
}

h4 {
	color: #f9e0a6;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 14px;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

li {
	margin-left: 30px;
	margin-bottom: 10px;
}

#container {
	position: relative;
	margin: auto;
	width: 870px;
}
#left-shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	/*float: left;*/
	background-image: url(images/shadow-left.png);
	background-repeat: repeat-y;
	width: 10px;
	height: 100%;
}
#right-shadow {
	position: absolute;
	right: 0px;
	top: 0px;
	/*float: left;*/
	background-image: url(images/shadow-right.png);
	background-repeat: repeat-y;
	width: 10px;
	height: 100%;
}
#header {
	width: 870px;
	height: 215px;
}
#center-header {
	position: relative;
	top: 0px;
	left: 10px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-color: #3D1F0D; //#3D1F0D; //#402016;//#392619; /*#473008;*/
	width: 840px;
	height: 215px;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
}
#item-added-balloon {
	position: absolute;
	left: 510px;
	top: 15px;
	//visibility: hidden;
}
#navigation {
	position: relative;
	top: 0px;
	width: 870px;
	height: 49px;
}
#center-navigation {
	position: relative;
	top: 0px;
	left: 10px;
	height: 49px;
	background-image: url(images/background-navigation.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #3D1F0D; //#402016;//#392619; /*#473008;*/
	width: 850px;
}

.simple-border {
	border-width: 3px;
	border-style: solid;
	border-color: #f9e0a6;
}
.nav-links li {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	list-style-type: none;
}
.nav-links li a {
	float: left;
	width: 211px;
	height: 34px;
	text-decoration: none;
	text-transform: capitalize;
	color: #f9e0a6;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D1F0D; //#402016;//#392619;
}
/*.nav-links li a:hover {
background-color: #ffffff;
  /* for IE */
  /*filter:alpha(opacity=20);*/
  /* CSS3 standard */
 /* opacity:0.2;
color: #1c140d;
}*/
.nav-links li a:hover {
	background-image: url(images/background-navigation-hover.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ffce67;
}
li.borderx2 a {
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #cecece;
  width: 214px; /* 170 for 5 nav */
}

.choc-links li {
	float: left;
	list-style-type: none;
	margin: 0px;
}
.choc-links li a {
	width: 130px;
	height: 180px;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
	margin: 12px;
	display: block;

	/*border-width: 1px;
	border-style: solid;
	border-color: #f9e0a6;*/
	/*background-color: #392619;*/
	color: #f9e0a6;
	text-decoration: none;
}

.choc-links li a:hover p {
	text-decoration: underline;
}

.choc-links li a:hover img {
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

.choc-links li a img {
	border-width: 3px;
	border-style: solid;
	border-color: #f9e0a6; //#ffffff; //#402016;//#392619;
}

.small-description {
	font-size: 10px;
	color: #white;
	text-decoration: none;
}

.no-padding {
	padding: 0px;
}

.basket-status {
	padding: 0px;
}

#welcome {
	width: 870px;
}
#center-welcome {
	margin: auto;
	width: 810px;
	padding: 20px;
	background-color: #3D1F0D; //#402016;//#392619;
}
#welcome-inner {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #f9e0a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	width: 770px;
	background-color: #3D1F0D; //#402016;//#442c1b;
}
#welcome-text {
	width: 320px;
	/*height: 350px;*/
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
#welcome-text p {
	padding-bottom: 10px;
}
#welcome-text li {
	text-align: left;
}


#welcome-image {
	position: absolute;
	margin-top: 0px;
	right: 20px;
	top: 20px;
	width: 400px;
}
#welcome-image a {
	float: left;
}
#welcome-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
#welcome-image a img {
	border-width: 0px;
}

#favour-image {
	position: absolute;
	margin-top: 20px;
	right:220px;
	top: 220px;
	width: 220px;
}
#favour-image a {
	float: left;
}
#favour-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
#favour-image a img {
	border-width: 0px;
}

#choc-image {
	position: absolute;
	margin-top: 20px;
	right: 20px;
	top: 230px;
	width: 220px;
}
#choc-image a {
	float: left;
}
#choc-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
#choc-image a img {
	border-width: 0px;
}

#kinfayre-text {
	width: 400px;
	min-height: 630px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
#kinfayre-text p {
	padding-bottom: 10px;
}
#kinfayre-text li {
	text-align: left;
}

#kinfayre-stars {
	position: relative;
	width: 350px;
	margin-left: auto;
}

#window-image {
	position: absolute;
	margin-top: 20px;
	right: 60px;
	top: 110px;
	width: 300px;
}
#window-image a {
	float: left;
}
#window-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
#window-image a img {
	border-width: 0px;
}

#becki-image {
	position: absolute;
	margin-top: 20px;
	right: 40px;
	top: 440px;
	width: 220px;
}
#becki-image a {
	float: left;
}
#becki-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
#becki-image a img {
	border-width: 0px;
}

#cup-image {
	position: absolute;
	margin-top: 20px;
	right: 20px;
	top: 0px;
	width: 220px;
}
#cup-image a {
	float: left;
}
#cup-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
#cup-image a img {
	border-width: 0px;
}

.specialnames {
	color: #ffffff;
}
.panel-bordered {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #f9e0a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	width: 770px;
	background-color: #3D1F0D; //#402016;//#442c1b;
	margin-bottom: 10px;
}

#panel-bordered-subpart1 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 245px;
	background-color: #3D1F0D; //#402016;//#442c1b;
}

#panel-bordered-subpart2 {
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #f9e0a6;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #f9e0a6;
	padding: 0px;
	margin: 0px;
	width: 236px;
	background-color: #3D1F0D; //#402016;//#442c1b;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#panel-bordered-subpart3 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 245px;
	background-color: #3D1F0D; //#402016;//#442c1b;
}

.prod-image {
	padding-top: 10px;
	margin: auto;
	width: 180px;
	height: 135px;
}
.prod-image a {
	float: left;
}
.prod-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
.prod-image a img {
	border-width: 0px;
}

.ballotin-image {
	margin: auto;
}
.ballotin-image a {
	float: left;
}
.ballotin-image a:hover {
	-webkit-transform: rotate(4deg);
 	-moz-transform: rotate(4deg);
}
.ballotin-image a img {
	border-width: 0px;
}
/*
.panel-bordered-inner {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #f9e0a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	width: 730px;
	background-color: #3D1F0D; //#402016;//#442c1b;
}
*/
.panel-text {
	width: 500px;
	margin: 0px;
}

.panel-image {
	position: absolute;
	right: 20px;
	top: 30px;
}

#footer {
	position: absolute;
	background-image: url(images/footer.png);
	height: 27px;
	width: 870px;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
	color: #eeeeee; 
}
table {
	width:100%;
	border-collapse:collapse;
}
th {
	//background-image: url(images/background-navigation.png);
	//background-repeat: repeat-x;
	//background-position: bottom;
	//background-color: #8a4f0f;
	color: white;
}
td, th
{
	height:20px;
	text-align:left;
	vertical-align:center;
	padding:8px;
}
td
{
	border:1px solid #f9e0a6;
}
.totalrow td {
	border: 0px;
	text-align: left;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	background-color: #3D1F0D; //#402016;//#392619;
}
#choc-choice {
	position: absolute;
	margin: 0px;
	margin-left: 530px;
	padding: 10px;
	width: 260px;
	//height: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #f9e0a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #3D1F0D; //#402016;//#442c1b;
}
#choc-palette {
	position: relative;
	margin: 0px;
	padding: 10px;
	//margin-left: 300px;
	width: 500px;
	top: 0px;
	//height: 3500px;
	border-width: 1px;
	border-style: solid;
	border-color: #f9e0a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #3D1F0D; //#402016;//#442c1b;
}

.choc-choice-list {
	//list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	//text-indent: 0px;
}

#welcome-inner-left {
	float: left;
	width: 320px;
}
#welcome-inner-right {
	margin-left: 330px;
}

.label {
	float: left;
	width: 300px;
	margin-left: 50px;
	text-align: right;
	clear: left;
	margin-right: 15px;
}

