@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}

.twoColFixLtHdr h1 {
	padding: 0px 0px 0px 0px; 
	font-size: 24px;
}

.twoColFixLtHdr #imgrep {
width: 320px;
height:250px;
}

.twoColFixLtHdr #imgrep h1 {
	background-image: url(i/Cakes/Motto/FamilyMotto.jpg);
	background-position:left top;
	background-repeat: no-repeat;
width: 320px;
height:250px;
}

.twoColFixLtHdr #imgrep h1 span {
	display:none;
}


.twoColFixLtHdr #shadow {
	background-color: #666666;
	background-image: url(i/MainShadow.jpg);
	background-position:center;
	background-repeat: repeat-y;
}
.twoColFixLtHdr #shadowBottom {
	background-color: #666666;
	background-image: url(i/BottomShadow.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:30px;
}

.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #dad4b2;
	background-image: url(i/Backdrop.jpg);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #mainContentBackground {
background-color:#efedde;
/*margin: 10px; */
padding: 15px 10px 10px 10px;
}

.twoColFixLtHdr #mainContentForeground {
background-color: none;
}

.transparent_class {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.opaque_class {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #headermenu a {
	color: #FFFFFF;
	text-decoration: none;

} 
.twoColFixLtHdr #headermenu a:hover {
	text-decoration: underline;

} 

.twoColFixLtHdr #headermenu
{

position:relative; left: 880px; top: -17px; font-size:12px; text-align:left; height:0px;
	
}

.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 30px;
	background:#b79788; 

color: #ffffff;
position:relative; font-size:12px; text-align:right; height:20px; 
padding-top: 3px;
font-size:80%;


} 
.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 */
}


.twoColFixLtHdr #footermenu
{
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;

} 
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;

} 

.twoColFixLtHdr #singlepicture {
	float:right;
}

.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;
}



#images {

	width:500px;

	height:335px;

	overflow:hidden;

	/* border:1px solid #CCCCCC; */

	position:relative;

}

#imagesConfectionery {

	width:492px;

	height:217px;

	overflow:hidden;

	border:1px solid #CCCCCC;

	position:relative;

}



ul#imgs {

	list-style-type:none;

	margin:0px;

	padding:0px;

	overflow:hidden;

	display:block;

	height:335px;

	position:relative;

}

ul#imgsConfectionery {

	list-style-type:none;

	margin:0px;

	padding:0px;

	overflow:hidden;

	display:block;

	height:217px;

	position:relative;

}



ul#imgs li {

	margin:0px;

	padding:0px;

	/* height:400px; */

	text-align:center;

	/*background-color:#000033;*/

	border:none;

	display:block;

	height:335px;

	overflow:hidden;

}



img {

	margin:0px;

	padding:0px;

	display:block;

	margin:0px auto;

}



#captions {

/* 	background-color:#336699;*/

	border-top:1px solid #CCCCCC;

/*	color:#FFFFFF; */

	text-align:center;

	width:500px;

	height:20px;

	font-family:Arial, "Times New Roman", Times, serif;

}



#thumbsWrapper {

	width:500px;

	padding-top:10px;



}



#thumbsWrapper ul {

	list-style-type:none;

}



#thumbsWrapper ul li {

	float:left;

	display:block;

	margin-right:10px;

	width:100px;

	height:67px;

}



#thumbsWrapper ul li.activeThumb {

/*	border-top:1px solid #000033;  */

}



#thumbsWrapper ul li img {

	width:100px;

	height:67px;

}



#thumbsWrapper ul li#leftArrow {

	background-image:url(images/left2.gif);

	background-repeat:no-repeat;

	cursor:pointer;

}



#thumbsWrapper ul li#rightArrow {

	background-image:url(images/right2.gif);

	background-repeat:no-repeat;

	cursor:pointer;

}



#thumbsWrapper ul li#leftArrowLimit {

	background-image:url(images/left2_limit.gif);

	background-repeat:no-repeat;

	cursor:pointer;

}



#thumbsWrapper ul li#rightArrowLimit {

	background-image:url(images/right2_limit.gif);

	background-repeat:no-repeat;

	cursor:pointer;

}

#the_example {
/*	float:right;
	padding-left:20px;*/
}

#glider { /*float:right;*/ }

#slideshow { height:0px; }

blockquote {
background: transparent url(/i/bq_left.gif) left top no-repeat;
margin: 5px 5px 5px 5px;
padding-left: 40px; 
font-size: 120%;
}

blockquote p {
background: url(/i/bq_right.gif) right bottom no-repeat;
margin: 0;
padding-right: 50px !important;
}

img {
border: 0px solid #666666;
} 