﻿@charset "UTF-8";

/*
  		

            .:;siS5225s:                                                                                    
          .;;;:::;;rS3H#M2,                                                                                 
        rXi;:.   ..,,:iM@@@@s                                                                               
      ;9i,,,.  ...... ;B&M@@@@,                                                                             
     iG:.,:.  XGsi52X3&3XhH#@@@;                       ,;sS2X932i;.                                         
    sG..,:.  2&..,;;rsiS23&H#@@@:                   :i5SiiS5XhH#@@@@2.                                      
   ,B,.,:.  2&..,:;;rsi523GAB@@@@                 r2S;...,:;rri59G9@@@H,                                    
   hi ,,.  5&..,:;;rriS2X9GAB#@@@s              ,9S:.  :;.,:;;rs2  ,@@@@2                                   
   #;,,,  ;A..,:;;rrsi523h&HB#@@@A .,,,.       ;A;.,,  rS..::;rsS  ,##@@@M                                  
  :@r;;;  :S,:;;rrsiiS2X9&AM@@B35i2hAB#@@#&s. .A:.,,,  ri.,:;;rs2  ,#BM@@@H                                 
   @Srrs;  ;irrrssiS5239GH#MS,   ,;ri23AB#@@@MB: .,::  ri.,:;;riX. :#HB#@@@;                                
   &Biii5;  ;2iiSS52X3h&B#2.           .;9BM@@@#r .,,  ri.:  :5i3. :#HH#@@@M                                
   ,@92223; .rG939h&AHHMBr   .,  .        iBAB@@@G..,  ri,;  ;ASh. :#BBM@@@@                                
    2@&99GAr  ;22XX399M#;  .,,,:rS, .Ahi   2BAM@@@H,,  r2;r  ;A2G. :#MM#@@@@                                
     X@MAAHMi,        ;S  ,,,,,,,,  .Gs5i   9#H#@@@h:  s9ri. ;HXA. :@###@@@B                                
      r@@###@#AGhGGGhGG, ,,,,,,,,:. .9sihS   A#M#@@@s  s&i2. ;MGM. :@@#@@@@i                                
        3@@@@@@@@@@@@@h..,,,,,,,,:. .3ii2HS  .###@@@5  sMXA. r@B@, :@@@@@@#                                 
          r#@@@@@@@@@@5,:::,,,,::;, .hSi2h@;  9@#@@@2  :hH5  ,h@& .;@@@@@@;                                 
             .r2&AA&X9&;;;;;;;;;;s, .h2S2G@:  A@@@@@23.    .,     r@@@@@@;                                  
                      #2sssrrrrrs5: ,&323Mr .5@@@@@Ms@MiS52A@5iS2G@@@@@H.                                   
                      9#5SSiiiiiS9; .&&9Mr .2@@@@@@5B@@@@@@@@@@@@@@@@#;                                     
                       @BXX22222hMr ,B@@i .S@@@@@@@  2@@@@@@@@@@@@@2.                                       
                       ,@#Ghh9h3iX: ,53;  i@@@@@@@;     .;i2X2i;.                                           
                         @@BAAM;   .    :9@@@@@@#,                                                          
           ++++++++++++   A@@@@#H#@####@@@@@@@@A    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
                              ,s3AM####MH9i:  

*/


/* RESET ALL ELEMENTS */
* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
/* END RESET ALL ELEMENTS */



/* ************************************************************************    #####    HTML TAGS */

body, html{
	color: #8B978E;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	background: #FFF url(../images/bottomShade.png) repeat-x fixed bottom;
}

table {
	border-collapse:collapse;
}

:focus {
	 -moz-outline-style: none;
}

ol, ul {
	list-style:none;
}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* ************************************************************************    #####    STYLING */



#designedBy {
	display: none;
}


#pageCenter {
	margin: 0px auto;
	padding: 0px;
	width: 765px;
}
#topImage img {
	width: 765px;
	border:0;
}
#topImage {
	background: url(../images/Almonds.jpg);
	height: 300px;
	width: 765px;
}


#pageHeader h1 {
	text-indent: -9999px;
	width:765px;
	height:40px;
	background: url(../images/h_MarconaAlmonds.png);
	margin: 0;
	padding: 0;
}

#pageTexts #ProductList {
	float: left;
	width: 230px;
	margin-top: 10px;
	border-right: 1px solid #8ABE4D;
}

#pageTexts #ProductDescription {
	float: right;
	width: 530px;
	/* [disabled]border-left: 1px solid #81B348; */
	margin-top: 20px;
}
#ProductDescription p   {
	margin: 0 10px 1em 10px;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	font-size: 80%;
	text-align: justify;
	padding:0;
}
#ProductDescription a {
	color: #496327;
	border-bottom: 1px solid #678F39;
	font-size: 90%;
}

#ProductDescription h2 {
	background: url(../images/h_SweetTreats.png);
	text-indent: -999px;
	height: 30px;
	width: 457px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.prodDesc {
	margin: 10px 15px;
	clear: both;
	width: 190px;
	text-align: center;
}
.prodDesc a {
	text-decoration: none;
	color: #3A5C16;
}

.prodDesc h1 {
	font-size: 90%;
	font-weight: BOLD;
	color: #3A5C16;
	padding-bottom: 2px;
	text-align: center;
}
.prodDesc h2 {
	font-size: 75%;
	font-weight: lighter;
	color: #3A5C16;
	padding-bottom: 10px;
	text-align: center;
}

.prodDesc .picImg {
	margin: 0px auto;
	padding: 4px;
	border: 1px solid #76B430;
}
