@charset "UTF-8";
/* CSS Document */
/* COLORS

Dark Red: #902921


*/

/* GLOBAL DEFAULTS */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {

}

.clear {
	clear: both;
}

.imgrt, .imgrt-tight {
	float: right;
	margin: 0 -23px 0 10px;
}
.imgrt-tight {
	margin-top: -10px;
}
.imgrt:after, .imgrt-tight:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
.imgrt, .imgrt-tight { 
     zoom: 1;
}

/* PAGE LAYOUT */
#page {
	
}

#container {
	width: 900px;
	margin: 0 auto;
	background: url(../images/headerbkgd.jpg) top left no-repeat;
}

#header {
	height: 114px;
}
#header h1, #introhdr h1 {
	display: none;
}

/* MAIN NAVIGATION */
#nav {
	text-align: right;
	height: 36px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding: 11px 10px 9px 10px;
}
#nav a:hover {
	background: #666;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 12px 0;
}
#nav li {
	display: inline;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
}

/* SEASONAL NAVIGATION */
#seasonal {
	text-align: left;
	height: 24px;
	border-left: 2px #666 solid;
	border-right: 2px #666 solid;
	border-top: 1px #902921 solid;
	border-bottom: 1px #902921 solid;
	background: #902921 url(../images/candycanebkgd.jpg) left center repeat-x;
}
#seasonal a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}
#seasonal a:hover {
	color: #902921;
	background: #FFF url(../images/candycanebkgd_on.jpg) center center repeat-x;
}
#seasonal ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 180px;
	background: url(../images/seasonaltreats.jpg) left center no-repeat;
}
#seasonal li {
	display: inline;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
}

#introhdr {
	padding: 0 2px;
	background: url(../images/contentbkgd.gif) top left repeat-y;
}

#content {
	margin: 0;
	padding: 10px 25px 0 25px;;
	background: url(../images/contentbkgd.gif) top left repeat-y;
}
#content:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
#content { 
     zoom: 1;
}

/* FOOTER */
#footer {
	text-align: center;
	padding: 6px 10px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/footerbkgd.gif) top left no-repeat;
}
#footer p {
	margin-top: 3px;
}