@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/headerbg.jpg) #ffffff;
	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: #4d261f;
}

a:visited, a:link {
	text-decoration:none;
	color:#b6262d;
}
a:hover, a:active {
	text-decoration:underline;
	color:#b6262d;
}

input {
	margin:0; padding:0;
}

.formLabel {
	padding-top:3px;
	display:block;
	float:left;
	width:120px;
}

.formLabelNarrow {
	padding-top:3px;
	display:block;
	float:left;
	width:50px;
}

input, select, textarea {
	font-size:0.9em;
}


form {

}
	

.sweet {
	width:365px;
	padding:10px;
	border:1px solid #4d261f;
	float:left;
	margin:0 5px 20px 5px;
	height:200px;
}

.sweetWide {
	width:762px;
	padding:10px;
	border:1px solid #4d261f;
	float:left;
	margin:0 5px 20px 5px;
	height:200px;
}

.sweetTitle {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.sweetDescription {
	padding-bottom:5px;
	font-size:11px;
}

.sweetPrice {
 	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	clear:left;
}

.sweetPrice span {
	font-size:10px;
}

.sweetImage {
	float:right;
	margin-left:10px;
}

.sweetButtons form {
	margin:0 0 10px 0;padding:0;width:100px;height:30px;float:left;display:inline;
}


.sweetButtons {
    display:inline;   
}

#minWidthContainer, #pageContainer, #pageContentContainer {
/*	background:#FFFFFF;
	height:700px; /* min? */
}

* html #minWidthContainer {
	padding-left:800px;
	height: 1px;
	min-width:800px;
}
* html #minWidthContainer #pageContainer {
	height: 1px;
	min-width:800px;
}
* html #minWidthContainer #pageContainer #pageContentContainer {
	margin-left:-800px;
	position: relative;
	height: 1px;
	min-width:800px;
}


.penny #container {
	/*width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*width:800px;*/
	min-width:800px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.penny #mainContent h1 {
	margin:5px 0 5px 0;
	padding:0;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}

.penny #mainContent h3
{
	font-size:14px;
	margin:0 0 10px 10px;
	font-weight:bold;
}

.penny #header {
	background: url(images/headerbg.jpg) #FFFFFF; 
	margin:0;
	padding: 0;  /* 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. */
	height:133px;
	border-bottom: 25px solid #4d261f;
}
.penny #headerLeft {
	float:left;
}

.penny #headerRight {
	float:right;
	width:504px;
}


.penny #header img {
	float:left;
}

.leftImage {
	float:left;
	margin:0 10px 10px 0;
}

.penny #header h1 {
	margin: 10px 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 */
}
.penny #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 10px 0 20px 0;
	background: #FFFFFF;
	clear:right;
	margin: 10px auto 20px; /* the auto margins (in conjunction with a width) center the page */
	width:800px;
}
.penny #mainContent h1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}

.penny #mainContent p {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	font-size:12px;
}

.penny #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 5px solid #4d261f;
	background: url(images/headerbg.jpg) #FFFFFF;
	color: #4d261f;
	clear:left;
	
}

.penny #footer p {
	text-align: center;
	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 */
	font-size:10px;
	
}

.slidingOuterContainer {
	float:left;
	margin:0 10px 20px 20px;
}

.slidingInnerContainer {
	border:2px solid #b6262d;
	height:300px;
	width:400px;
	overflow:hidden;
	position:relative;
}

.absoluteContainer {
	position:absolute;
}

.homeContent {
	width:300px;
	float:left;
}

.rightContent {
	width:500px;
	float:right;
	clear:right;
}

.leftClearBoth {
	float:left;
	clear:both;
}
