/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Chocmotif Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #990099;}
a:visited {color: #990099;}
a:hover {color: #361700;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 9pt/15pt arial, verdana, sans-serif;
	color: #1C1A18;
	background: #E8D8BE url(images/background_body.gif) repeat-y center top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #C656C4;
	margin: 0px 0px 10px 0px;
	}

h2 {
	color: #C656C4;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 13.5pt;
	font-weight: normal;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

blockquote {
	background: transparent url(images/background_blockquote.gif) repeat-x left bottom;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
	color: #BE3FBD;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
	
	ul li {
		color: #815121;
		padding: 0px 0px 0px 15px;
		background: transparent url(images/bullet.gif) no-repeat left 8px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Chocmotif Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: 10pt/14pt arial, verdana, sans-serif;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colourText {
	color: #990099;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.photoFoot {
	background-color: #EEE6D8;
	color: #361700;
	padding: 0px 10px 0px 10px;
	font-style: italic;
	font-size: 8pt;
	}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	
.breakrule {
	height: 0px;
	border-bottom: 1px dashed #361700;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th {
		background-color: #FFCFFF;
		color: #B64BB6;
		}	
		
	.formattedTable .colourRow {
		background-color: #FAF2FA;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Chocmotif Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
	background: transparent url(images/background_mainholder.gif) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 214px;
	}
	
	#menuArea #navigationArea {
		margin: 20px 21px 0px 5px;
		}
		
		#menuArea #navigationArea a {color: #371B00; text-decoration: none; display: block; border-bottom: 1px solid #CAB087; padding: 0px 0px 0px 20px; background: transparent url(images/background_menuitem.gif) no-repeat 9px 7px;}
		#menuArea #navigationArea a:visited {color: #371B00;}
		#menuArea #navigationArea a:hover {color: #CAB087; background: transparent url(images/background_menuitem.gif) no-repeat 13px 7px;}
		
		#menuArea #navigationArea a.subNavigation {color: #615549; border-bottom: 1px dashed #CAB087; padding: 0px 0px 0px 27px; background: #F7F3EA url(images/background_menuitem.gif) no-repeat 15px 7px;}
		#menuArea #navigationArea a.subNavigation:visited {color: #615549;}
		#menuArea #navigationArea a.subNavigation:hover {color: #CAB087;  background: #F7F3EA url(images/background_menuitem.gif) no-repeat 20px 7px;}
	
	
	#menuArea #shoppingCart {
		margin: 35px 21px 0px 5px;
		background-color: #EEE6D8;
		}
		
		#menuArea #shoppingCart h2 {
			font: bold 9pt arial, verdana, sans-serif;
			text-transform: uppercase;
			background: #361700 url(images/background_cart_h2.gif) no-repeat 3px 4px;
			margin: 0px;
			padding: 2px 0px 3px 20px;
			color: #EEE6D8;
			}
			
		#menuArea #shoppingCart div.padded {
			padding: 7px 10px 7px 20px;
			}


	#menuArea #dayOffer {
		margin: 35px 21px 0px 5px;
		background-color: #EEE6D8;
		}
		
		#menuArea #dayOffer h2 {
			font: bold 9pt arial, verdana, sans-serif;
			text-transform: uppercase;
			background: #361700 url(images/background_cart_h2.gif) no-repeat 3px 4px;
			margin: 0px;
			padding: 2px 0px 3px 20px;
			color: #EEE6D8;
			}
			
		#menuArea #dayOffer div.padded {
			padding: 7px 10px 7px 20px;
			}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 526px;
	background: transparent url(images/background_contentarea.jpg) no-repeat left top;
	padding: 150px 0px 0px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	background-color: #EEE6D8;
	font-size: 8pt;
	padding: 60px 20px 5px 20px;
	margin: 15px 0px 0px 0px;
	}
	
	#footerArea a {color: #361700; text-decoration: none;}
	#footerArea a:visited {color: #361700;}
	#footerArea a:hover {color: #361700; text-decoration: underline;}
	
	#footerArea .toltechLink {float: right;}