/*Page Template*/
.section_multicolor {
	background-color:#EFE0CC;
	border-right:1px solid #EFE0CC;
	padding:12px 0 0 12px;
	}
.section_bgcolor {
	background-color:#F7F5F4;
	border:1px solid #CCCCCC;
	}	
#category_title {
       position:absolute;
       bottom:4px;
       right:20px;
       color:#A4653A;
       font-size:24px;
       letter-spacing:2px;
       }	
	
/*
=Header
*/
#header {
	height:120px;
	position:relative;	
	background:#450200 url(./themes/site_themes/bloomer/coffee/boomer_coffee_house.jpg) 0 27px no-repeat ;
	color:#305A4B;
	width:992px;
	height:120px;
}
#header img {
	position:absolute;
	bottom:0;
	left:0;
}
#header #recognition {
	background:transparent;
	position:absolute;
	bottom:95px;
	right:12px;
	color:#FFFFFF;
	}
#header #recognition img {
	position:static;
	}	
#header a {
	border:none;
	color:#fff;
	background:transparent;
	text-decoration:none;
}
#header a:hover,
#header a:focus,
#header a:active {
	border:none;
	color:#fff;
	background:transparent;
	text-decoration:underline;
}

/*
=Navigation
*/
#nav {
	clear:both;
	padding-top:3px;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#BC8248 url(./themes/site_themes/bloomer/coffee/nav-tab.jpg) repeat-x;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:6px 16px;
	border-right:1px solid #8B5933;
	border-bottom:none;
	border-left:1px solid #D2B29D;
	color:#fff;
	background:#BC8248 url(./themes/site_themes/bloomer/coffee/nav-tab.jpg) repeat-x;
	font:bold 13px "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif !important;
	text-transform:none;
	text-decoration:none;
	letter-spacing:0;
	line-height:115%;
}
#nav a:hover,
#nav a:focus,
#nav a:active {background:#b31203 url(./themes/site_themes/bloomer/coffee/nav-tab.jpg) repeat-x 0 -150px}
#nav .sel a {background:#660000 url(./themes/site_themes/bloomer/coffee/nav-tab.jpg) repeat-x 0 -300px}
#nav .sel a:focus {background:#b31203 url(./themes/site_themes/bloomer/coffee/nav-tab.jpg) repeat-x 0 -150px}

/*
=Global
*/
#global {
	background:transparent;
	clear:both;
	padding-top:3px;
	}
#global ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:transparent
}
#global li {
	display:inline;
	margin:0;
	padding:0;
}
#global a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:3px 16px;
	color:#003366;
	font:bold 12px "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif !important;
	text-transform:none;
	text-decoration:none;
	letter-spacing:0;
	line-height:115%;
}
#global a:hover,
#global a:focus,
#global a:active {color:#660000;}
#global .sel a {color:#660000;}
#global .sel a:focus {color:#660000;}

#global .sel_green a {color:#4C6F3C;}
#global .sel_green a:focus {color:#4C6F3C;}





/*
=Skip links
*/
#skip {
	margin:0 0 5px;
	padding:0 1em;
	list-style:none;
	background:#f1efe7;
	display:none;
}
#skip li {
	display:inline;
	margin:0 1em 0 0;
	padding:0;
	font-size:0.94em;
	line-height:2.5;
}
#skip a:link,
#skip a:visited {
	padding-right:10px;
	border-color:#fff;
	color:#666;
	background:url(./themes/site_themes/bloomer/coffeehouse/arrow-skip.gif) no-repeat 100% 60%;
	font-weight:normal;
}
#skip a:focus,
#skip a:active,
#skip a:hover {
	color:#000;
	background-color:#ffc;
	text-decoration:underline;
}

.caption {
    border:1px solid #cccccc;
    font-size:.9em;
    padding:0 1em;
    background-color:#EFE0CC;
    margin:6px 0 0 0;
    }
.section_box_color {background-color:#EFE0CC}