/*****************************/
/*  Featured Product Styles  */
/*****************************/
p.FeaturedProductHeader {
 width: 96%;
 margin: 10px auto;
 padding: 2px 0 2px 0px;
 text-align: center;
 font-size: 1.2em;
 font-weight: bold;
 color: White;
 background-color: Red;
}

#col1 div.FeaturedProductPanel {
 width: auto;
 min-height: 175px;
 margin: 10px 10px 10px 10px;
 padding: 5px 5px 5px 18px;
 background-color: #98FB98;
 border: 1px solid red;
}

p.FeaturedProductImage {
 float: left;
 margin-right: 15px;
}

h1.FeaturedProductName {
 margin: 40px 0 0 0;
 padding: 10px;
}

p.FeaturedProductPrice {
 margin: 0 0 0 0;
 padding: 5px;
 font-size: 1.2em;
}

/************************************/
/*  End of Featured Product Styles  */
/************************************/


/***********************/
/* Contact form styles */
/***********************/

#contact {
 width: 78%;
 margin-left: auto;
 margin-right: auto;
}

#contact .label {
 clear: both;
 float: left;
 width: 10em;
 margin: 5px 0.4em 1px 0;
 text-align: right;
 font-size: 1.0em;
}

#contact .inputbox {
 width: 14em;
 margin: 4px 0px 1px 0px;
 color: #000;
 font-size: 0.9em;
 background: #ffffff;
 border: #26a solid 1px;
}

/***********************/
/* Contact form styles */
/***********************/


/******************/
/* Sitemap styles */
/******************/

div#sitemap h1,h2,h3,h4,h5,h6 {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-size: 1.0em;
}

div#sitemap h1 {
 margin-left: 10px;    
}

div#sitemap h2 {
 margin-left: 40px;    
}
div#sitemap h3 {
 margin-left: 70px;
}
div#sitemap h4 {
 margin-left: 100px;    
}
div#sitemap h5 {
 margin-left: 130px;    
}
div#sitemap h6 {
 margin-left: 160px;    
}

/*****************************************
 End of sitemap styles
*****************************************/