/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Helvetica, Arial, Verdana,sans-serif;
	background-color: #000;
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	width: 720px;
	margin-top: 98px;
}

#hmeinnerWrapper {
	width: 720px;
	background: url(../images/furn/hmebckd.jpg);
}

#chocinnerWrapper {
	width: 720px;
	background: url(../images/furn/chocchunk_bckd.jpg);
}

#pralineinnerWrapper {
	width: 720px;
	background: url(../images/furn/praline_bckd.jpg);
}

#butterinnerWrapper {
	width: 720px;
	background: url(../images/furn/butter_bckd.jpg);
}

#appleinnerWrapper {
	width: 720px;
	background: url(../images/furn/apple_bckd.jpg);
}

#lemoninnerWrapper {
	width: 720px;
	background: url(../images/furn/lemon_bckd.jpg);
}

#allbutterinnerWrapper {
	width: 720px;
	background: url(../images/furn/allbutter_bckd.jpg);
}

#innerWrapper {
	width: 720px;
}

#leftColumn {
	float: left;
	width: 312px;
	padding-bottom: 80px;
}

#rightColumn {
	float: right;
	width: 406px;
	padding-top: 60px;
}

#logo {
	width: 153px;
	height: 84px;
}

/* ******************************** */
/* *******NAVIGATION CLASSES******* */
/* ******************************** */

#subnav {
	width: 312px;
	padding-top: 24px;
}

#subnav ul {
	list-style-type: none;
}

#subnav ul li {
	font-size: medium;
	line-height: 1.4em;
}

#nav {
	border-top: 1px solid #333;
	width: 170px;
	margin-top: 24px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	font-size: small;
	border-bottom: 1px solid #333;
	line-height: 1.4em;
}

.navon {color: #fff;}

/* ***************************** */
/* *******CONTENT CLASSES******* */
/* ***************************** */

#content {
	width: 285px;
	color: #999;
	line-height: 1.4em;
	font-size: small;
}

#rangecontent {
	width: 312px;
	color: #999;
	line-height: 1.4em;
	font-size: small;
}

/* ***************************** */
/* *******CONTENT CLASSES******* */
/* ***************************** */

a {color: #999; text-decoration: none;}

a:hover {color: #fff; text-decoration: none;}

.praline:hover, .pralineon, .pralineon:hover {color: #FF846D;}
.belgian:hover, .belgianon, .belgianon:hover {color: #F0BCAA;}
.butterscotch:hover, .butterscotchon, .butterscotchon:hover {color: #FF8E4B;}
.apple:hover, .appleon, .appleon:hover {color: #CBF081;}
.lemon:hover, .lemonon, .lemonon:hover {color: #FFEE91;}
.allbutter:hover, .allbutteron, .allbutteron:hover {color: #fff;}

.bold{font-weight: bold;}
