@charset "UTF-8";

@import url("forms.css");

body  {
	font: 85% Arial, Geneva, Helvetica, sans-serif;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2b3041;
}
.twoColFixLtHdr #container { 
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:20px 40px 40px 40px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/background_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
} 
.twoColFixLtHdr #container2 { 
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:20px 40px 40px 40px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/background_home.jpg);
	background-repeat:no-repeat;
	background-position:top;
} 
.twoColFixLtHdr #header { 
	padding: 0 0;
	height:146px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:absolute;
	left:-10000px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 35px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:50px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:50px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 10px 20px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2b3041; 
	text-align:right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#navigation {
	background-color:#b7cc55;
	margin:0;
	padding:15px 10px;
	width:140px;
	color:#ffffff;
	position:relative;
	left:694px;
	list-style:none;
	}
ul#navigation li {
	}
ul#navigation li a,
ul#navigation li a:link,
ul#navigation li a:visited {
	color:#ffffff;
	font-size:.95em;
	text-decoration:none;
	display:block;
	padding:3px 10px;
	border-bottom:1px solid #fff;
	letter-spacing:.05em;
	font-weight:normal;
	}
ul#navigation li a:hover {
	background-color:#a8cc00;
	}
#sidebar1 p {
	font-size:1em;
	}
	
h1, h2, h3, h4, h5 {	
	font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-weight:normal;
	}	
a, a:link, a:visited {
	color:#a8cc00;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#a8cc00;
	text-decoration:underline;
	}
#signatureCakes {
	border-top: 5px solid #e5e5e5;
	border-left: 5px solid #e5e5e5;
	border-right: 5px solid #e5e5e5;
	margin-bottom:50px;
	}
#classicCakes {
	border-top: 5px solid #e5e5e5;
	border-left: 5px solid #e5e5e5;
	border-right: 5px solid #e5e5e5;
	}
#pastriesList {
	border-top: 5px solid #e5e5e5;
	border-left: 5px solid #e5e5e5;
	border-right: 5px solid #e5e5e5;
	}
.product {
	padding:10px;
	border-bottom: 5px solid #e5e5e5;
	}
.product .cakeThumb {
	float:left;
	padding-right:20px;
	}
.product p {
	margin-bottom:0;
	padding:0;
	}
.portfolio {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	background-color:#f4f7e6;
}
a.item {
	display:block;
	background:none;
	float:left;
	padding:10px;
	height:265px;
	margin-bottom:10px;
	}
a.item img {
	border:5px solid #ffffff;
	}
a:hover.item img {
	border:5px solid #a8cc00;
	}
.rightPadding {
	width:550px;
}
ul.plain {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:30px;
	}
ul.plain li {
	margin-bottom:7px;
	}
	/* ------------   SIFR -----------   These are standard sIFR styles... do not modify  ------------------ */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:1.6em;
	margin-top:0;
	margin-bottom:0;
	padding-top:5px;
}

.sIFR-hasFlash h2 {	
	visibility: hidden;
	font-size: 1.8em;
	margin-top:30px;
	}
.sIFR-hasFlash h3 {	
	visibility: hidden;
	font-size: 1.4em;
	padding-top:1px;
}
.sIFR-hasFlash h4 {	
	display:inline;
	visibility: hidden;
	font-size: 1.8em;
	padding-top:1px;
}