@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bodyBG.gif);
	background-color: #FAF1C6; /* 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;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 800px;
	border: 1px solid #CAACF2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CAACF2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/vertbg.jpg);
	background-repeat: repeat;
} 
#container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7636BA;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #header {
	background-image: url(../images/bannerv3.png);
	background-repeat: no-repeat;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 439px;
	margin-left: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	float: left;
}
.twoColFixLtHdr #sidebar2 {
	height: 520px;
	width: 212px;
	margin-left: 10px;
	padding-top: 50px;
}
.twoColFixLtHdr #sidebar3 {
	width: 744px;
	margin-left: 6px;
	background-image: url(../images/subBGProd.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 45px;
}
.twoColFixLtHdr #products {
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 10px;
}
.twoColFixLtHdr #product1 {
	width: 730px;
	height: 405px;
	padding: 0px;
	margin: 0px;
}
#sidebar3 .column {
	width: 160px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}




#sidebar2 .shopbt {
	margin-top: 6px;
	margin-left: 15px;
}

#sidebar1 #taste {
	padding-bottom: 10px;
	padding-top: 5px;
}
#pralinebox {
	height: 73px;
	width: 197px;
	background-image: url(../images/praline_box.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 15px;
}
#puddinbox {
	height: 73px;
	width: 197px;
	background-image: url(../images/puddin_box.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 35px;
	padding-left: 15px;
}
#piebox {
	height: 73px;
	width: 197px;
	background-image: url(../images/pie_box.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	height: 200px;
	width: 300px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	padding-top: 30px;
} 
.twoColFixLtHdr #footer {
	padding-right: 10px;
	padding-left: 17px;
	height: 37px;
	background-image: url(../images/bottbg.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 229px;
	color: #999999;
}
.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;
}
#logo {
	margin-left: 10px;
	height: 90px;
	width: 152px;
}
#topbg {
	width: 800px;
	height: 30px;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 22px;
}
#topbgMain {
	width: 800px;
	height: 43px;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 22px;
}
#nav {
	width: 491px;
	height: 25px;
	margin-left: 155px;
}
#mainImage {
	width: 788px;
	height: 312px;
	padding-left: 4.5pt;
}

a:link {
	text-decoration:none;
	color:#7636BA;
}
a:visited {
	text-decoration:none;
	color: #37B34A;
}
a:hover {
	text-decoration:none;
	color: #37B34A;
}
.list {
	display: inline;
}
.center {
	text-align: center;
}

.justify {
	text-align: justify;
	margin-top: 5px;
}

.indent {
	text-align: justify;
	text-indent: 20px;
}

#ftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	list-style-type: none;
	margin-left: 238px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.list {
	display: inline;
}
#subMainContent {
	width: 457px;
	margin-top: -475px;
	margin-right: 53px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	padding-top: 10px;
}
#welcome {
	margin-bottom: 15px;
}
#best {
	padding-top: 10px;
}
#ribbonbg {
	margin-bottom: 25px;
	margin-left: 9px;
	margin-right: 9px;
}
#subMainContent .events {
	height: 200px;
	width: 150px;
	margin-bottom: 15px;
	float: left;
}
#ribbon3D {
	background-image: url(../images/subBG.png);
	background-repeat: no-repeat;
	width: 789px;
	margin-left: 6px;
}
#subBGContact {
	background-image: url(../images/subBGContact.png);
	background-repeat: no-repeat;
	width: 789px;
	margin-left: 6px;
}
#subBGEvents {
	background-image: url(../images/subBGEvents.png);
	background-repeat: no-repeat;
	width: 789px;
	margin-left: 6px;
}
#subBGTest {
	background-image: url(../images/subBGTest.png);
	background-repeat: no-repeat;
	width: 789px;
	margin-left: 6px;
}
#subBGProd {
	width: 789px;
	margin-left: 6px;
	background-image: url(../images/subBGProd.png);
	background-repeat: no-repeat;
}
