@charset "UTF-8";

/* --------- HOLIDAYS STYLESHEET ------------ */

body  {
	background: /*#000;*/ #343434;
	color: #fff;
}

#header { /*background-image: url(images/cloudbg-halloween.gif);*/ 
	background-image: url(images/cloudbg-fourth.jpg);
	height: 170px;
} 

#container-outer {             /* contains dark gray bg image */
	/*background-image: url(images/contentbottombg-halloween.gif);*/
	background-image: url(images/bodybg-fourth.gif);
	background-position: left 154px;
	/* margin: 0; padding: 0;*/
	border-bottom: 1px solid /*#3c16a0;*/ #cd0932;
}


#leftcol a { color: white; }
#leftcol a:hover, #leftcol a:active { background-color: /*#3c16a0;*/ #cd0932;  }

#leftcol ul, #leftcol li.about, #leftcol li.contact, #leftcol li.original, #leftcol li.shearling, #leftcol li.service,
#leftcol li.holidays, #leftcol li.resources, #leftcol li.holidays li, #leftcol ul.subnav li { 
	list-style-image: url(images/bullet-fourth.gif);
}


#mainContent { color: white; }

#mainContent a { color: #07a0dd; }

#mainContent img.freeshipping { margin: 0; }

#mainContent div.item { margin-top: 73px; }

#footer { 
/*	background-image: url(images/footerbg-halloween.gif); */
	background-image: url(images/footerbg-fourth.gif);
	background-color: /*#1a81c9;*/ #cd0a32;
} 
#footer a { color: white; }

