/******************************************************************
	Seasonal theme stylings
	For IE6 flyouts, see /res/css/seaonal_flyout_ie.css
******************************************************************/
/*Secondary page nav*/
#subnav {
	background: url(/res/img/dec09/sub_head_upper.jpg) repeat-x;
	border-bottom:1px solid #494c3c;
	border-top:1px solid #494c3c;
}

#subnav {
	color: #FFF;
}
#subnav_content {
	color: #FFF;
}
#subnav_content A:link,
#subnav_content A:visited,
#subnav_content A:active,
#subnav_content A:hover
{
	color: #FFF;
}

/*main nav*/
#head_menu_outer {
	background-color:#993333;
}


/*content*/
#content_inside A:link,
#content_inside A:visited,
#content_inside A:active,
#content_inside A:hover
{
	color: #ed1c24;
}
#content_inside H1 {
	color: #372f2d;
}
#content_inside H2 {
	color: #993333;
}
#nowatcarlingwood h3 {
	color:#9a191d;
}

#nowatcarlingwood_desc {
	color:#362f2d;
}


/*footer*/
#foot_center {
	background: url(/res/img/dec09/bucket_store.jpg) no-repeat top left;
}
#foot_locator_field {
	border:1px solid #99B8BE;
}
#footer {
	background-image:url(/res/img/dec09/bg_footer.jpg);
	color:#666666;
}
#footer a {
	color:#666666;
}
#foot_sub2 {
	background-color: #f9fb80;
	color: #666666;
}
#foot_sub2 A:link,
#foot_sub2 A:visited,
#foot_sub2 A:active,
#foot_sub2 A:hover
{
	color: #666666;
}
#foot_sub3 {
	background-color: #5ad288;
	color: #666666;
}

#foot_sub4 {
	background-color: #01683b;
}



/**Flyouts**/
#head_menu {
	background-color:#993333;
}

/* remove all the bullets, borders and padding from the default list styling */
#head_menu ul {
	/*background-image: url(/res/img/bg_flyouts.jpg);*/
	background-color:#993333;
}

/* style the links for the top level */
#head_menu a,
#head_menu a:visited {
	color:#FFF;
/*	background-image: url(/res/img/border_christmas.jpg);
	background-repeat: repeat-y;
	background-position: right;
*/
}

#head_menu ul li ul {
	/*border-top: 1px solid #A2A2A2;*/
}

/* style the second level background */
#head_menu ul ul LI a,
#head_menu ul ul LI a:visited {
	background-color: #fff;
	border-bottom: 1px solid #999;
	color:#000;
}

#head_menu ul ul a.drop,
#head_menu ul ul a.drop:visited {

}

/* style the second level hover */

#head_menu ul ul LI a:hover {	
	background-color:#fff;
	color:#993333;
}

#head_menu ul ul a.drop:hover{
	color: #993333;
}

#head_menu ul ul :hover > a.drop {
	background:#fff;
	color: #000;
}

/* style the third level background */
#head_menu ul ul ul a,
#head_menu ul ul ul a:visited {
}

/* style the third level hover */
#head_menu ul ul ul a:hover {
	background:#fff;
}


/* style the second level links */
#head_menu ul ul a, #head_menu ul ul a:visited {
	background:#fff;
	color:#000000;
}

/* style the top level hover */
#head_menu a:hover,
#head_menu ul ul a:hover{
	/*color:#fcfbf6;
	background-image: url(/res/img/bg_flyouts_open_winter.jpg);*/
	color:#000;
	background-color:#fff;
}

#head_menu :hover > a,
#head_menu ul ul :hover > a {
	color:#000000;
	background-color: #fff;
}
#head_menu > ul > li {
	border-right: solid 2px #cc6633;
}