/* Home page only */
body {
	background: #C6B5A5;
	color: white;
	font-size: 70%;
}

/* the flash movie at the top of the page */
h1 {
	background: top left no-repeat url(/tpl/img/logo-charliemiller-home.gif);
	height: 85px;
}

/* the three divs which make up the centre of the page */
div#nav, div#candy, div#product {
	float: left;
}

div#nav {
	height: 473px;
	background: #A34A7A;
}

/* the large image in the centre of the screen */
div#candy {
	width: 378px;
	margin: 0 17px 0 0;
}

	#candy h2 {
		margin: 0;
	}

	/* these are the thumbnails inside the larger picture */	
	#candy p {
		margin: -34px 0 0 2px;
	}
	
	#candy a img {
		border: solid 1px white;
		margin: 0 2px 0 0;
	}
	
	#candy a:hover img {
		border-color: #BF81A2;
	}

/* the product profile */
div#product {
	width: 186px;
	/* to make the heading on one line */
	width: 191px;
	padding: 280px 0 0 0;
}

	#product h2 {
		text-transform: uppercase;
		border-bottom: solid 1px #A34A7A;
		padding: 0.4em 0;
		font-size: 130%;
	}
	
	#product h2, #product a {
		color: black;
		text-decoration: none;
	}
	
	#product h3 {
		font-size: 95%;
	}

	#product h3 a, #product p a {
		color: white;
	}
	
	#product h3 a:hover, #product p a:hover {
		text-decoration: underline;
	}
	
	#product h3 {
		margin: 0;
	}
	
	#product p {
		margin: 0 0 1em 0;
		font-size: 120%;
	}
		#product strong {
			font-size: 110%;
		}

	#product img {
		float: left;
	}
	#product p img {
		float: none;
	}

/* this is needed for IE on the Mac, which has clearing issues */
br {
	clear: both;
}	

/* the addresses at the bottom of the content */
div#foot {
	padding: 1em 0 5em 162px;
	width: 460px;
}

	#foot p {
		width: 140px;
		float: left;
		margin: 0 0 1em 0;
		font-size: 90%;
	}