/* Import the other stylesheets into main.css */
@import url("QP-design-layout.css");
@import url("QP-design-styles.css");
 @import url("QP-nav-styles.css");
/*@import url("QP-border-guides.css");
comment out QP-border-guides.css to hide */

/* Global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dashed borders */
a img { border:none } /* Gets rid of IE's blue borders */

br { height:1px; margin:-1px 0 0 0 }


/* end of reset css */
	
body { font-size: small; text-align: center; background: #FFF url(../DesignImages/Background.jpg) 50%  0 no-repeat; }
* html body { font-size: x-small; /* for IE5/Win */
f\ont-size: small; /* for other IE versions */
}
.skipper {display: none;}
#extraText {display: none;}
#container { /*-- use if centered first figure is top margin change to suit --*/ margin: 0px auto 0; 
position:relative; 	
padding: 0; 
text-align: left;  
width: 972px; /* use for main background usually set to repeat downwards */ 
background:  url(../DesignImages/contentBackground-repeat.jpg) 0 0 repeat-y; }
#containerback { margin:0; /* can be used for more complex layered background efects where a simple repeating back ground in the container above is not enough */  
background: transparent ;  }

#pageHeader { 
margin: 0  ; 
padding: 0 ;  
width: 100%; 
background: url(../DesignImages/TopBanner.jpg) 0 0 no-repeat; 
height: 353px;}

#pageHeader h1 { /*-- do not remove or change padding and margin --*/ padding: 0; margin: 0; line-height: 1px; height: 2px; }
#pageHeader h1 span { visibility: hidden; line-height: 1px; height: 2px; /*-- do not remove or change padding and margin --*/ padding: 0 ; margin: 0 ; }
#wrapper {padding: 0  ; margin: 0 ; }
#spacer { clear:both; padding: 0; margin: 0; }

#main { 
padding:0; 
margin: 0; /* use to display extra backround over main background*/ /* use to put background behind top of page content */  background: url(../DesignImages/TopContentBackground.jpg) 0 0  no-repeat  ; float: left; width: 972px; min-height: 400px; }


/*-- Next controls page layout and sets column and content widths --*/

#QPpageContent { 
float: right;   
 
/* width of main content area - set margin-right of left panel to same width--*/ 
width:690px;  
background: transparent;
margin: 0  0px 25px 0;	
padding-top:  5px; color: #000; }

#leftpannel { /* float: left; */
 
width: 246px; 
margin-top: 0px;
float: left;
/* can add top backgound to left nav pannel, top padding is also needed to show image */	
background: transparent; padding-top: 0px;}

 

/*-- Page content layout  --*/
#contentMain {  width:97%;   padding: 0 0 0 0 ; font-family: Georgia, "Times New Roman", Times, serif;  color: #333;   }

.ContentArea { float: left; width: 100%;   padding: 0  0px 0 0;  }

#testhomecss .ContentArea { float: left; width: 100%;   padding: 0  ;  }
.ContentAreaWrap {   float: left;    width: 100%; background: none; padding:  0px  0px  0px 0px; margin-bottom: 5px; font-size: 1em;  }

.ContentArea table {   vertical-align: top; color:#C2B59B ; }
.ContentArea table td { padding: 2px;}
 .ContentArea table td p { padding: 2px 2px 2px 0;}
 
/*-- image possition below menu i.e.logo --*/
.menuBase {  display: none;   
background: none; 
height: 1px; 
padding: 0; 
margin:  0; 
width: 100%; }
/*-- image possition below menu i.e.logo this panel is 
independent of the navlist and requires a fixed pixel width --*/
.belowMenu { display: none;  
height:1px; 
background:transparent /* url(../DesignImages/LeftColumnBaseFill.jpg) 0 0 no-repeat*/; 
width: 205px; 
padding: 0; 
margin: 0; }


/* footer */
#footer {text-align: left; margin: 0 ; height:290px; /*-- footer text possition & color --*/   padding: 60px 0 0 10px ; font-size:10px;
	/*-- footer background image --*/ background: #fff url(../DesignImages/footer.jpg) top left no-repeat; color:#ffffff; font-size: 70%;}
/*-- footer --*/
#footer { clear:both;  }

#footer span { display: none; }
#footer a {}
#footer span a { padding-left: 10px; padding-right: 0px; text-decoration: none;  }
#footer p {margin: 0; padding: 0;  }


#Buyonline form { width:120px; float: left; padding-bottom: 30px;}
#Buyonline form input { padding-top: 25px;}
#Buyonline #contentMain hr {   color: #E6E6E6; height: 1px ; margin: 1px 0 10px 0;}

#Buyonline h6 { font-size: 1.5em; color:#3C2415; font-weight: normal; padding-top: 25px;}
#Buyonline h6 b { color:#EB008B; font-weight: normal;}


#ChocolateClub form { width:120px; float: left;}

#ChocolateClub p u { color:#EB008B;}












