/* 

STYLE SHEET FOR THE CANDY HOUSE
developed by bluespace creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0; 
		}

body {
	background-image: url(../images09/tchBkg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #566D15;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	text-align: left;
		}
/*  --------- 2. structure  --------- */
#topwrapper
 {
	margin-top: 23px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	height: 246px;
	text-align: center;
		}
		
#masthead {
	background-image: url(../images09/topBkg.jpg);
	background-repeat: no-repeat;
	background-position: center -1px;
	height: 246px;
	width: 100%;
		}
#topNav {
	padding-top: 4px;
	padding-left: 50px;
	float: left;
	height: 29px;
	padding-bottom: 33px;
}

#topNav ul li {float: left;}

#navBox {
	padding-top: 42px;
	clear: left;
}

#logo {padding-top: 34px;}
#emailList {
	float: left;
}


.small {
	font-size: 10px;
}

#footer {
	background-image: url(../images09/footerTile.gif);
	background-repeat: repeat-x;
	clear: left;
	width: 100%;
	background-color: #686d57;
	height: 143px;
		}

#footer #footerContent p {
	padding-top: 55px;
	line-height: 17px;
	color: #efebd4;
}
#footer #footerContent a {
	color: #efebd4;
}
#footermeat{float: left; width: 760px;}
#security {float: left; width: 150px; padding-top: 56px;}
#security a:hover {border-bottom: none !important;}

/* ---------- 3. links and navigation ---------- */

a {color: #922c46; text-decoration:none;}
a:hover {color: #922c46; border-bottom: 1px dashed #922c46;}
a:visited {color: #6a1e32;}
		
/* ---------- 4. fonts ---------- */

ul { list-style-type: none;}

/* ---------- 5. images ---------- */

a img, a:hover img {border: 0 !important;}

/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  
