h1 {
	font-size:1.3em;
	color:#990000;
	margin:20px 20px 10px 40px;
	font-weight : lighter;
}

#main h1 {
	color:#333333;
	font-size:1.8em;
	margin:0px 0px 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #333333; 
	width:500px;
}

/* this class is for H1s that have to go outside main, for pages that use the spinner */
.h1Main {
	color:#333333;
	font-size:1.8em;
	margin:0px 0px 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #333333; 
	width:500px;
}

h2 {
	font-size:1.3em;
	color:#333333;
	font-weight : 300;
}

h2.red, td.red {
	color:#990000;
}

h3 {
	font-size:1.2em;
	color:#000000;
	font-weight : bold;
	color: #996600;
}

table p {
	font-size:0.7em;
	
}

a {
        color: #334166;
}


img {
	border:0px;
}


ol li {
	list-style-type: decimal;
	margin:8px 0px 8px 25px;
	padding:0;
	list-style-position : outside;
}

li {
	list-style-type : none;
	margin:1px 0px 1px 0px;
}

li image {
	vertical-align : middle;	
	margin:2px 0px 2px 0px;
	padding:0;
}


.spacer {
        clear: both;
        font-size: 0;
		height: 3px;
}

#wrapWhite {
	width:100%;
	background-color:#FFFFFF;
}

#main {
	float:left;
	background-color:#FFFFFF;
	width:500px;
	padding:0;
}

#mainBackground {
	background-image : url(/images/BackgroundTopYellow.jpg);
	
}

.product { 
	width:500px;
	background-color:#FFFFFF;
}

.caption {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color:#333333;
	line-height: 12px;

}

.chocolatename {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
}


/* Admin page styles */

#admin h1 {
	margin-left:0;
	margin-top:30px;
	color:#333333;
	font-size:1.8em;
}

/* END Admin page styles */


/* header  definitions*/

.header {
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC99;
	background-image:url(/images/background_header.jpg);
	padding-right:30px;
}

.header a  {color:#FFCC99;}
.header a:hover  {color:#FFFFCC;}
.header a:visited  {color:#FFCC99;}
     

/*Splash page (main and store page) definitions*/


#splash {
	height:275px;
	background-color: #F1D6B8;
	margin:0;
	padding:0;
}

#splashTop {
	width:100%;
	height:15px;
	background-image:url(/images/BackgroundTopYellow.jpg); 
	background-position : top;
	background-repeat : repeat-x; 
}

#splashContent {
	width:725px;
	height:260px;
	background-color: #F1D6B8;
	float:left;
	margin:0;	
}

#splashContent p {
	font-size:1em;
	font-style : normal;
	margin-left:40px;
	width:275px;
}

#splashContent ul {
	font-size:1.2em;
}


#splashLeft {
	width:300px;
	height:260px;
	background-color: #F1D6B8;
	float:left;
	margin:0;
}

#splashLeft ul {
	font-size:1.2em;
}

#splashLeft p {
	font-size:1em;
	font-style : normal;
	margin-left:40px;
}


/*Sidebar page definitions*/

#sidebar {
	float:left;
	width:210px;	
}

#sidebar h2 {
   margin:40px 0px 20px 40px;
}

/*END Sidebar page definitions*/


/* not sure this rule class is being used anywhere */
.rule {
	width:500px;
	height:1px;
	background-image : url(/images/spacerblack.gif);
	background-repeat : repeat-x;
	clear:both;
	margin:20px 0px;
}

/* wholesale page definitions*/

#wrapWholesale {
	width:100%;
	background-color:#F1D6B8;
}

#wide {
	width:100%; 
	background-color:#F1D6B8;
	padding-top:0px;
	margin-top:0px;
}

.catalog {
	float:left; 
	border-top:2px solid #333333;
	width:100%;
	background-color:#F1D6B8;	
	font-size:0.9em;
	padding-top:15px;
}

.catalog_purple {
	float:left; 
	border-top:2px solid #333333;
	width:100%;
	background-color:#DFBFFF;	
	font-size:0.9em;
	padding-top:15px;
}

.catalog_dark {
	float:left; 
	border-top:2px solid #333333;
	width:100%;
	background-color:#DEBFA0;	
	font-size:0.9em;
	padding-top:15px;
}

.catalog p, .catalog_purple p, .catalog_dark p  {
	margin-left:20px;
	margin-right:20px;
}

/* Footer definitions*/

#footer {
	height:64px;
	margin:0;
	padding:0;
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	background-image : url(/images/BackgroundFooter.jpg);
	background-repeat : repeat-x;
	background-color:#990000;
}

#footerTop {
	width:100%;
	height:10px;
	margin:0;
	padding:0;
	background-image : url(/images/BackgroundFooterTop.jpg);
	background-repeat : no-repeat;
}

#footerContent {
	width:775px;
	height:54px;
	margin:0;
	padding:0;
	background-image : url(/images/BackgroundFooterContent.jpg);
	background-repeat : no-repeat;
}

#footer a {color:#FFCC99;}
#footer a:hover  {color:#FFFFCC;}
#footer a:visited  {color:#FFCC99;}

#footer p {	
	font-family: Arial, Helvetica, sans-serif;
	color : #FFCC99;
	margin-top:2px;
	margin-left:40px;
}

/* end Footer definitions*/



/*for selection lists and text fields */
.formElement {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.9em;
}


/* shopping cart/shipping table styles */

.table {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align:left;
	color: #333333;
	vertical-align: middle;
	margin-bottom:20px;
}

th {
	height:30px;
	font-weight: bold;
	color: #996600;
	vertical-align: middle;
	background-color: #FFCC99;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
	
th.left {
	border-left: 1px solid #990000;
}

th.right {
	border-right: 1px solid #990000;
}

td.left {
	border-left: 1px solid #990000;
}

td.middle {
}

td.right {
	border-right: 1px solid #990000;
}

td.bottom {
	border-bottom: 1px solid #990000;
}

td.bottomLeft {
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}

td.bottomRight {
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

/* end of shopping cart/shipping table styles */


/* START:form */
/* Styles for forms */

.defluris-form fieldset {
  background: #fee;
}

.defluris-form legend {
  color: #fff;
  background: #411;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.defluris-form label {
  width: 5em;
  float: left;
  text-align: right;
  padding-top: 0.2em;
  margin-right: 0.1em;
  display: block;
}

.defluris-form select, .defluris-form textarea, .defluris-form input {
  margin-left: 0.5em;
}

.defluris-form .submit {
  margin-left: 4em;
}

.defluris-form div {
  margin: 0.5em 0;
}
/* END:form */


/* picture rollover  definitions*/

#pic {
	position: relative;
}

#pic a .large {
	border: 0px;
	display: none;
	position: absolute;
	left: 0px;
	top: -1px;
}

#pic a.p1 a.p1:visited a.p1:hover {
	display: block;
	text-decoration: none;
    left:0;
    top:0;
}

#pic a.p1:hover .large {
	display: block;
	position: absolute;
	left: 190px;
	top: 0px;
}




/* END picture rollover  definitions*/


