@charset "utf-8";
/* CSS Document */
* {
margin:0px;
padding:0px;
}

body {
background-color:#585858; 
color:#363636;
font-family: Verdana,Arial,Helvetica,sans-serif; /*trebuchet MS" */
margin:0px;
padding:0px;
text-align:center; /* ie centering hack; #mainWrapt aligns text left */
}
/**************************************************************
   #mainWrap: Top level container for site content and titlebar
 **************************************************************/
#mainWrap {
width: 860px;/*180+680*/
margin: 0 auto 0 20px;
text-align: left; /*ie centering hack */
line-height: 18px;
font-size: 13px;
}

#titlebarWrap {
width:100%;
float: left;
background: #000 url(../img/head/banner-text.gif) no-repeat;
background-position: 0 0;
}
#titlebarWrap2.menubg {
width:100%;
float: left;
background: transparent url(../img/head/wave62h.png) no-repeat;
background-position: 0 200px;
}
#titlebar {
height: 220px;
width: 860px;
color:#FFFFFF;
background:url(../img/head/kiss-fixup2.jpg) no-repeat;
background-position: 100% 0;
float: left;
}

#titlebar img {
border: 0px;
}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 0px 0.5em 3px 0.5em;/*5px 0.5em;*/
  font: 400 1.6em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #666;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color:blue;

}
#mainMenu li.current a,
#mainMenu li.current a b{
	color:#CC6600;
}
.up {
position: relative;
top: -2px;
}
.down3 {
position: relative;
bottom: -3px;
}
.down2 {
position: relative;
bottom:-2px;
}
/**************************************************************
   #contentWrap: Top level container for all below titlebar
 **************************************************************/
#contentWrap {
float: left;
width: 860px;/*122+620+20?*/
background-color:#ffffff;
background: #fff url(../img/head/wave62h.png) no-repeat;
background-position: 0 -50px;

}

#sbLeft {
width: 230px;
float: left;
color:#000000;
}
.sbbg {
background:url(../img/bg/sb-bg.png) repeat-x;
}
#sbLeft.imgbox {
float:left;
width: 230px;
height: 350px;
overflow: hidden;
background:url(../img/bg/gradient-350.jpg) repeat-x;
}
#sbLeft.imgbox2 {
float:left;
width: 230px;
height: 370px;
overflor: hidden;
background:url(../img/bg/gradient-370h-sepia.png) repeat-x;
}
#sbLeftpad {
padding: 0 0 10px 0;
}
#mainContent {
width: 610px;
float: left;
color:#000000;
}
#mainContentpad {
padding: 10px 00px 10px 20px;
}
#footer {
clear: both;
background:#666666;
height: 50px;
margin: 0 auto;
color:#ffffff;
}
#footer a,
#footer a:link,
#footer a:visited {
color:#ffffff;
}

#footpad {
padding: 10px 0;
text-align: center;
}
/**************************************************************
   #deck: area to right, outside main page
 **************************************************************/
#deck {
	position: absolute;
	left: 875px;
	top: 275px;
	padding-left: 10px;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	color: #6699FF;
	text-align: left;
}
/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
.alignCenter{
  text-align: center;
  }

/**************************************************************
   Layout classes
 **************************************************************/
.clearfix {
display: block;
}
.clear-r{
clear: right;
}
.clear {
clear: both;
}
.leading,
#mainMenu li a.leading {
padding-left:0;
margin-left:0;
}
#mainMenu li a.tailing,
.tailing {
padding-right:0;
margin-right:0;
padding-right: 4px;
}
.half-w {
float: left; 
width:280px; 
padding: 5px 0;
}
.prod-dsc {
float: left;
padding-left: 10px;
}
.w400 {
width: 400px;
float: left;
}
.w350 {
width: 350px;
}
.w300 {
width: 300px;
}
.gutter {
margin-left: 30px;
}
.buyinfo {
border: 1px solid #999999;
padding: 20px;
background:url(../img/bg/gradient1.gif) repeat-x;
/*background-color: #F8F9FA;*/
}
.recipe {
font-style: italic;
background:url(../img/bg/gradient2.gif) repeat-x;
padding: 10px 0;
}
.recipe h2 {
font-size: 1.25em;
font-style: italic;
}
.testimonial {
margin: 0 auto;
clear: both;
padding: 0 25px;
/*background:url(../img/bg/gradient1.gif) repeat-x; */
background:url(../img/bg/gradient2.gif) repeat-x;
font-style: italic;
color:#993300;
}
.testimonial-500 {
width: 500px;
margin: 0 auto;
clear: both;
border: 1px solid #999999;
padding: 5px;
background:url(../img/bg/gradient1.gif) repeat-x;
font-style: italic;
}