/*<style>*/
<!--

/* Azure web color #f0ffff; Azure color wheel #007fff
Dk Azure #1c8ecc
Lt Azure #6ba8d5
Pale #e0effa

TAGLINE:  purveyor of fine chocolat delicacies to persons of distinguished taste...


 */ 

/*
//=============================
// general
//=============================
*/


a {
 color: #1c8ecc;
 text-decoration:none;
 }
a:hover {
 color: #6ba8d5;
 text-decoration:none;
 }
body {
 background: #e0effa url('../img/azure_bg.gif') repeat-x fixed left;
 margin: 0px;
 padding: 0px;
 }
h1,h2,h3{
 color: #000000;
 }
h4,h5,h6{
 color: #1c8ecc;
 }
li {
 list-style-image:url('../img/ico_bfly2.gif');} 
p {
 margin: 0px 10px;
 padding: 5px;
 border: 0px;
 }
table {
 margin: 0px;
 padding: 0px;
 border: 0px;
 }
table td {
 border: 0px;
 }
 
 
/*
//=============================
// 
//=============================
*/

#wrap {
 font-family: verdana, helvetica, sans-serif; font-size: 12px;
 background-color: #ffffff;
 width: 875px;
 margin: 0 auto;
 }
 
/*
//=============================
// header
//=============================
*/

#header {
 clear: both;
 margin: 10px;
 }

/*
//=============================
// navigation
//=============================
*/

#nav_top { 
 font-size: 10px;
 font-weight:bold;
 text-align: right;
 color: #1c8ecc;
 margin: 0px 20px;
 }

#nav_main {
 font-size: 13px;
 text-align: right;
 margin: 0px auto;
 }

#bread {
 font-size: 10px;
 text-align: left;
 color: #808080; 
 margin-left: 350px;
}
 
#nav_sub {
 font-size: 10px;
 text-align: center;
 color: #1c8ecc;
 background-color: #f0ffff;
 border-top: 5px solid #f0ffff;
 border-bottom: 5px solid #f0ffff;
 }

/*
//=============================
// main content
//=============================
*/

#content {
 background: url('') left repeat-y;
 margin: auto 20px;
 }
 
#fullmain {
 clear: both;
 padding: auto 10px;
 margin: 20px auto;
 }
#fullmain table td {
 text-align:center;
 vertical-align: top;
 }
#fullmain table td.lite {
 background-color: #e0effa;
 border: 3px solid #1c8ecc;
 }
#fullmain table td.dark {
 background-color: #b7ddee;
 border: 3px solid #1c8ecc;
 }

/*
//=============================
// right content
//=============================
*/

#nav_rtside {
 }

#rtmain {
 float: right;
 width: 600px;
 padding-left: 10px;
 }
 
 
#rthalf {
 float: right;
 width: 400px;
 padding-left: 10px;
 padding-left: 10px;
 }
 
/*
//=============================
// left content
//=============================
*/

#nav_ltside {
 }

#ltmain {
 float: left;
 width: 200px;
 background-color: #ffffff;
 padding-left: 20px;
 }
 
 
#lthalf {
 float: left;
 width: 400px;
 padding-right: 10px;
 padding-left: 10px;
 }
 
/*
//=============================
// special content
//=============================
*/

#press {
 font-size: 95%;
 }

#press p {
 padding: 0px;
}

#centerform { 
 margin: 10px 100px;
 }
 
.ingred {
 font-size: 11px;
 }

/*
//=============================
// footer
//=============================
*/

#footer {
 font-size: 9px;
 background: url('../img/azure_bgfoot.gif') top center repeat;
 clear: both;
 margin: 0px auto;
 }
#footer p {
 color: #808080;
 text-align: center; clear: both;
 padding: 8px;
 } 
#credit {
 color: #1c8ecc;
 text-align: right; clear: both;
 padding: 2px;
 }
 
 
#content h1{ /*black header*/
 font-size: 250%;
 margin-top: 15px;
 margin-bottom: 5px;
/* padding-bottom: 10px;*/
 }
#content h2{ /*black header*/
 font-size: 150%;
 margin-top: 10px;
 margin-bottom: 5px;
/* padding-bottom: 9px;*/
 }
#content h3{ /*black header*/
 font-size: 125%;
 margin-top: 10px;
 margin-bottom: 3px;
 padding-bottom: 0x;
 }
#content h4{ /*blue header*/
 font-size: 150%;
 margin-top: 5px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 }
#content h5{ /*right header*/
 font-size: 125%;
 margin-top: 5px;
 margin-bottom: 3px;
 padding-bottom: 0x;
 }
#content h6{
 font-size: 80%;
 text-align: right;
 margin-top: -12px;
 margin-bottom: 5px;
 margin-right:50px;
 }
#content ul {
 margin-top: 0px;
 margin-bottom: 0px;
 }
#content ul li {
/* list-style-image: url('../img/ico_tru.gif');*/
 vertical-align: text-top;
 margin-left: 10px;
 margin-right: 10px;
 }
 
/*** Classes ***/

.imgleft,.imgright,.imgcenter {
 padding: 3px;
 border: 0px solid #e0e0e0;
 }
.imgleft {
 float: left;
 margin: 2px 15px 2px 2px;
 }
.imgright {
 float: right;
 margin: 2px 2px 2px 15px;
 }
.imgcenter {
 display: block;
 margin: 2px auto;
 }
.tblcenter {
 display: block;
 margin: 15px auto;
 }
.block {
 border-left: 40px;
 }  
 
.closing {
 padding-left: 20px;
 padding-top: 0px;
 }
.notes {
 font-size: 10px;
 }
.hilite {
 font-weight: bold;
 color: #007fff;
 }
.emphasize {
 font-weight: bold; 
 text-decoration: underline;
 color: #007fff;
 }
.required {
 color: red;
 }

 
 -->
