@charset "utf-8";
/* CSS Document */
/*=====================
== RESET
=====================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*=====================
== layout
=====================*/
body {
	background: #6F482B url(http://3fellersbakery.com/imgs/layout/bg.jpg) repeat-x left top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
}
b, strong {
	font-weight: 700;
	font-weight: bold;
}
i, em {
	font-style: oblique;
	font-style: italic;
}
a {
		color: #986943;
}
a:hover {
		color: #73A3CE;
}
h1 {
	font-size: 24px;
	color: #73A3CE;
}
h2 {
	font-size: 20px;
	color: #986943;
}
#content-wrap {
	display: block;
	width: 1086px;
	margin: 115px auto 0;
	background: url(http://3fellersbakery.com/imgs/layout/page-bg.png) no-repeat top center;
}
#header {
	display: block;
	height: 127px;
}
#header-top {
	display: block;
	height: 94px;
	position: relative;
}
#header-top #logo {
	position: relative;
}
#header-top #address {
	position: absolute;
	left: 468px;
	top: 33px;
	font-size: 14px;
	color: #fff;
}
#header-top #head-right {
	position: absolute;
	left: 769px;
	top: 23px;
	font-size: 20px;
	text-align: center;
}
#header-top #cookies {
	position: absolute;
	left: 574px;
	top: -86px;
	z-index: -10;
}
#header-top #logo img {
	position: absolute;
	left: 54px;
	top: -72px;
}
#content-outer {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}
#content {
	display: block;
	width: 980px;
	margin: 10px 0;
	clear: both;
}
#footer {
	width: 1026px;
	margin: 0 auto;
	color: #fff;
}
#footer-top {
	display: block;
	height: 13px;
	background: url(http://3fellersbakery.com/imgs/layout/footer-top.png) no-repeat top center;
}
#footer-bot {
	display: block;
	padding: 20px;
	background: #2A190F url(http://3fellersbakery.com/css/imgs/layout/footer-bg-tile.jpg) repeat-x top left;
	min-height: 112px;
}
/*=====================
== menu
=====================*/
div#menuWrapper { /* container for top nav */
	float: left;
	display: block;
}
/*menu styles*/
.ddsmoothmenu {
	width: 100%;
}
.ddsmoothmenu ul {
	z-index:100;
	height: 33px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 795px;
	font-family: "Droid Sans", Arial, sans-serif;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: center;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	padding: 0 10px;
	line-height: 33px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: white;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
}
.ddsmoothmenu ul li a:hover {
	color: #F0EC7E;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 43px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	background: #fff;
	display: none;/*collapse all sub menus to begin with*/
	visibility: hidden;
	float: left;
	width: 282px;
	height: auto;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 4px 3px -2px #333; /* x, y, blur radius, color */
	-webkit-box-shadow: 0 4px 3px -2px #333;
	box-shadow: 0 4px 3px -2px #333;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc; /*--Create bevel effect--*/
	clear: both;
	width: 280px;
	text-align: left;
}
.ddsmoothmenu ul li ul li.no-border {
	border-bottom: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	margin: 0;
	float: left;
	width: 255px;/*width of sub menus*/
	background: #fff url(http://3fellersbakery.com/imgs/layout/bullet-blue.png) no-repeat 10px 50%;
	padding: 0 0 0 25px !important;
	text-align: left;
	color: #666 !important;
	font-size: 11px !important;
}
.ddsmoothmenu ul li ul li a:hover {
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute !important;
	top: 10px !important;
	right: 18px !important;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #333;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
/*=====================
== home page
=====================*/
#home-buttons {
	width: 287px;
	float: left;
	height: 225px;
	overflow: hidden;
}
#home-buttons div {
	background: #C1AF3F url(http://3fellersbakery.com/imgs/layout/btn-bg-yellow.jpg);
	height: 50px;
	padding: 12px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-shadow:1px 1px 2px #333;
	border-bottom: 2px solid #D8CD5F;
}
#home-buttons div.no-border {
	border: none;
}
#home-buttons a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#home-buttons div img {
	float: left;
	padding-right: 10px;
}
#home-slide {
	width: 692px;
	float: left;
}
#home-slide img {
	float: right;
	z-index: 2;
}
#img2, #img3, #img4, #img5, #img6 {
	display: none;
}
#slide-desc {
	width: 692px;
	height: 76px;
	position: absolute;
	left: 0px;
	top: 149px;
	background: url(http://3fellersbakery.com/imgs/layout/trans-bg-black.png) repeat-x top center;
	color: #fff;
	line-height: 76px;
	z-index: 10;
}
#slide-desc p {
	padding: 10px;
}
/*=====================
== content area
=====================*/
#content #narrowcol {
	display: block;
	width: 287px;
	float: left;
}
#narrowcol p {
	margin: 0;
}
#content #widecol {
	display: block;
	width: 662px;
	float: right;
	padding: 15px 0 0 30px;
}
.introbox {
	background: #eee;
	border: 1px solid #CCC;
	padding: 10px;
}
.introbox .head {
	display: block;
	font-size: 18px;
	color: #986943;
	padding-bottom: 8px;
	margin-bottom: 8px;
	line-height: 18px;
	border-bottom: 5px dotted #8DB9E0;
}
#leftnav ul {
	margin-bottom: 20px;
}
#leftnav ul li {
}
#leftnav ul li.head a {
	font-weight: bold;
	font-size: 13px;
	padding: 7px; 
}
#leftnav ul li a {
	display: block;
	padding: 5px 10px; 
	text-decoration: none;
	border-bottom: 2px dotted #8DB9E0;
	color: #986943;
}
#leftnav ul li a:hover {	
	color: #73A3CE;
	text-indent: 5px;
}
.product-box {
width: 200px; float: left; margin: 15px 8px; padding-bottom: 16px; text-align: center; background: url(http://3fellersbakery.com/imgs/layout/shad-200.jpg) bottom center no-repeat;
}
.prod-inner {
	display: block;
	width: 200px;
	padding: 20px 0 10px;
	clear: both; border: 1px solid #e3e3e3;
}
.prod-inner span {
	display: block;
	clear: both;
	margin: 0;
	text-align: center;
}
.prod-inner span.proddesc a {
	display: block;
	text-decoration: none;
	font-size: 12px;
}
.prod-inner span.prodimg {
	padding: 15px 0 0;
}
.prodimg img {
	border: 1px solid #CCC;
}
.prod-inner span.btn {
}
#product-breakdown {
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0 40px;
}
#product-breakdown .prod-img {
	width: 200px;
	float: left;
	margin-right: 40px;
	border: 1px solid #CCC;
}
#product-breakdown .prod-order {
	width: 420px;
	float: right;
}
.price {
	color: #6F4829;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
input.quantity {
	text-align: center;
}
span.order-now {
	display: block;
}
/*=====================
== formatting
=====================*/
.clear {
	clear: both;
}
.floatl {
	float: left;
	margin-right: 10px;
}
.floatr {
	float: right;
	margin-left: 10px;
}
/*=====================
== text styles
=====================*/
.yellow {
	color: #FF9;
}
.brown {
	color: #986943;
}
.small {
	font-size: 10px;
}
.med {
	font-size: 16px;
}
.lg {
	font-size: 20px;
}
.xlg {
	font-size: 24px;
}
.xxlg {
	font-size: 28px;
}
.alignctr {
	text-align: center;
}
.alignr {
	text-align: right;
}

