/*imported stylesheets*/
@import url("../plugins/sIFR/css/sIFR-screen.css"); /*sIFR*/
/*end of imported stylesheets*/

/*general rules*/
*{
margin:0px;
/*padding:0px;*/
list-style:none;
text-decoration:none;
border:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
body, html{
	height:100%;
}

body{
	background:#EDF3CB url(../images/body.gif) repeat;
}

#maintable{
	height:100%;
	width:100%;
	margin:10px auto;
	vertical-align:middle;
}

#homepage h1{
	margin-top:10px;
	font-size:40px;
}

#homepage p{
	margin-top:7px;
	font-size:12px;
}

/*-------------outer divs-----------*/
.borderTop{
	background:url(../images/border1.gif) top left repeat-x;
}

.borderBot{

	background:url(../images/border1.gif) bottom left repeat-x;
}

.borderLeft{
	background:url(../images/border2.gif) top left repeat-y;
}

.borderRight{
	background:url(../images/border2.gif) top right repeat-y; 
}



.borderTop2{
	background:url(../images/btb.gif) top left repeat-x;
}
.borderBot2{
	background:url(../images/bbb.gif) bottom left repeat-x;
}

.borderLeft2{
	background:url(../images/blb.gif) top left repeat-y;
}

.borderRight2{
	background:url(../images/brb.gif) top right repeat-y;
}

.borderTopLeft2{
	background:url(../images/btlc.gif) top left no-repeat;
}

.borderTopRight2{
	background:url(../images/btrc.gif) top right no-repeat;
}

.borderBotLeft2{
	background:url(../images/bblc.gif) bottom left no-repeat;
}

.borderBotRight2{
	background:url(../images/bbrc.gif) bottom right no-repeat;
}


.borderTop3{
	background:url(../images/ptb.gif) top left repeat-x;
}
.borderBot3{
	background:url(../images/pbb.gif) bottom left repeat-x;
}

.borderLeft3{
	background:url(../images/plb.gif) top left repeat-y;
}

.borderRight3{
	background:url(../images/prb.gif) top right repeat-y;
}

.borderTopLeft3{
	background:url(../images/ptlc.gif) top left no-repeat;
}

.borderTopRight3{
	background:url(../images/ptrc.gif) top right no-repeat;
}

.borderBotLeft3{
	background:url(../images/pblc.gif) bottom left no-repeat;
}

.borderBotRight3{
	background:url(../images/pbrc.gif) bottom right no-repeat;
}


.borderTop4{
	background:url(../images/gtb.gif) top left repeat-x;
}
.borderBot4{
	background:url(../images/gbb.gif) bottom left repeat-x;
}

.borderLeft4{
	background:url(../images/glb.gif) top left repeat-y;
}

.borderRight4{
	background:url(../images/grb.gif) top right repeat-y;
}

.borderTopLeft4{
	background:url(../images/gtlc.gif) top left no-repeat;
}

.borderTopRight4{
	background:url(../images/gtrc.gif) top right no-repeat;
}

.borderBotLeft4{
	background:url(../images/gblc.gif) bottom left no-repeat;
}

.borderBotRight4{
	background:url(../images/gbrc.gif) bottom right no-repeat;
}
/*padded divs*/
.pad1{
	padding:14px 22px;
}

.pad2{
	padding:7px;
}

.pad3{
	padding:20px 20px 10px 20px;
}

.pad4{
	padding:7px;
}
.pad5{
	padding:30px 7px 7px 7px;
}

.pad6{
	padding:10px 10px;
}

/*-------headings and paragraphs----*/
h1{
	font-size:36px;
}

h1.heading,
h1.catname{
	font-size:40px;
	font-weight:bold;
	color:#ffffff;
	background:#A8D1D3 url(../images/heading.gif) bottom left repeat-x;
	padding:7px 0px 13px 0px;
	text-indent:10px;
	margin:0px -7px 10px -7px;
}


h2{
  font-size:20px;
  font-weight:bold;
  color:#A8D1D3;
  margin-bottom:10px;
}

h3{}

h4{}

h5{}

h6{}

p{
	color:#8B8172;
}

#maincol p{
	margin-bottom:10px;
}
/*--------------links--------------*/
a{
	color:#FC9A99;
}

a:hover,
a:focus{
	color:#C7DC75;
}

a:visited{}

/*---------inline elements---------*/
span{}

strong{}

em{}

b{}

i{}

u{}

img{}

/*------------forms-----------------*/
form{
	padding:0px;
}

form ol{}

form li{}

fieldset{
	padding:0px;;
}

legend{
	padding:0px;
}

label{
	font-size:12px;
	font-weight:bold;
	color:#bab4ab;
}

input{}

select{
	color:#B3A69A;
	border:1px solid #B3A69A;
	margin-bottom:2px;
}

option{}

optgroup{}

textarea{}

.textinput{
	padding:0px 5px;
	border:1px solid #bab4ab;
	font-size:12px;
	color:#bab4ab;
	font-weight:bold;
	margin-bottom:2px;
}

#maincol .cobtbl .textinput{
	width:auto;
}

.button{}

.submitBtn{
	background:#ffffff;
	cursor:pointer;
	color:#BFB4AB;
	font-weight:bold;
}

/*--------------tables-------------*/
table{
	color:#B3A69A;
}

td{}

th{}


.bluebox{
	margin:0px 15px 10px 15px;
}

.bluebox2{
	margin:0px 15px;
}

.peachbox{
	margin:0px 15px 10px 15px;
}

.peachbox2{
	margin:0px 15px;
}

.greenbox{
	margin:0px 15px 10px 15px;
}

.greenbox2{
	margin:0px 15px;
}


.bluebox3{
	margin:0px 0px;
}

.peachbox3{
	margin:0px 05px;
}
.greenbox3{
	margin:0px 0px;
}
/*-------text align classes-------*/
.left{text-align:left;}

.center{text-align:center;}

.right{text-align:right;}

.medium{
	font-size:34px;
}

/*------------colors--------------*/
.white{
	color:#ffffff;
}

p.white{
	font-weight:bold;
	margin-bottom:10px;
}

.white a {
	color: #FFFFFF;
	text-transform: uppercase;
}

p.first {
	margin-top: 4px;
}

/*----------other classes---------*/

/*end of general rules*/


/*------------container------------*/
#container{
	width:1000px;
	text-align:left;
}
/*end of container*/

/*------------header---------------*/
#header{
	position:relative;
	height:190px;
	background:#ffffff url(../images/header.gif) top center no-repeat;
}

#logo{
	display:block;
	height:187px;
	width:270px;
	text-indent:-999px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}

#toprightbox{
	width:190px;
	float:right;
}

#toprightbox img{
	vertical-align:middle;
}

#toprightbox label{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#bab4ab;
	position:relative;
	bottom:-13px;
	left:4px;
}

#toprightbox span{
	font-size:12px;
	font-weight:bold;
	color:#bab4ab;
}

#searchform input{
	vertical-align:bottom;
}

#stext{
	width:120px;
	padding:0px 5px;
	border:1px solid #bab4ab;
	font-size:14px;
	color:#bab4ab;
	font-weight:bold;
}
/*end of header*/

/*------------content--------------*/
#content{
	position:relative;
	background:#ffffff;
}

/*leftcol*/
#leftcol{
	width:180px;
	padding:7px 3px 3px 3px;
	background:url(../images/border4.gif) right top repeat-y;
}

#leftcol h2{
	font-size:24px;
	font-weight:bold;
	color:#FC9A99;
	padding-left:10px;
}

#navigation{
	margin-left:13px;
	margin-bottom:55px;
}

#navigation a:hover{
	color:#FC9A99 !important;
}

#navigation a.mainlink{
	font-size:24px;
	font-weight:bold;
	color:#f7aba6;
}

#navigation a.cat{
	display:block;
	font-size:14px;
	color:#bab4ab;
	margin-bottom:6px;
	font-weight:bold;
}

#navigation a.subcat,
#navigation a.subsubcat,
#navigation a.subsubsubcat,
#navigation a.subsubsubsubcat, 
#navigation a.subsubsubsubsubcat
{
	display:block;
	font-size:12px;
	color:#C7DC75;
	margin-bottom:6px;
	font-weight:bold;
}

a.subcat{
	padding-left:5px;
}

a.subsubcat{
	padding-left:10px;
}

a.subsubsubcat{
	padding-left:15px;
}

a#subscribe{
	position:absolute;
	left:3px;
	bottom:2px;
}
/*end of leftcol*/

/*maincol*/
#maincol.hasbg{
	background:url(../images/maincol.gif) top left no-repeat;
	min-height:418px;
}

#maincol{
	padding:0px 7px 7px 7px;
}

#breadcrumbs{
	color:#FD9B99;
	font-size:12px;
	margin-bottom:5px;
}

#breadcrumbs a,
#breadcrumbs span{
	color:#bab4ab;
}

#breadcrumbs a:hover{
	color:#FD9B99;
}

#prevnext{
	float:right;
	color:#f7aba6;
	font-size:12px;
}


#prevnext a{
	color:#FD9B99;
	font-weight: bold;
}



.pagenums{
	text-align:center;
	color:#B3A69A;
	font-weight:bold;
}

.pagenums a{
	color:#F7ABA6;
}

.pagenums a:hover{
	color:#DDE89A;
}

/*recprods*/
#rprod{
	float:right;
	width:288px;
	height:270px;
	background:url(../images/blue-frame.gif) center center no-repeat;
	clear:right;
}

#rprods{
	float:right;
	clear:right;
	width:440px;
}

#rprods h1{
	font-size:24px;
	font-weight:bold;
	color:#FF9999;
	text-indent:20px;
}

.rprodsImage{
	width:25%;
	height:102px;
	background:url(../images/rprodsback.gif) top center no-repeat;
}

.rprodsImage a{
	display:block;
	margin:25px 10px 0px 10px;
}
/*end of recprods*/

/*prodtable*/

#prodtable{
	width:100%;
}

.prodImage {
	margin:0px 20px;
}

.prodname{
	margin-top:10px;
}

.prodname a{
	font-size:12px;
	font-weight:bold;
	color:#bab4ab;
}

.prodname a:hover{
	color:#DDE89A;
}

.prodprice span{
	font-size:12px;
	color:#bab4ab;
}

.prodBuy{
	margin-bottom:30px;
	font-weight:bold;
}

.prodBuy a{
	font-size:14px;
	color:#f7aba6;
}
/*end of prodtable*/

/*table-cattable*/
.table-cattable{
	width:100%;
}

.table-cattable td{
	width:33%;
	padding:0px 18px;
}

#maincol p.catname{
	margin:15px 0px 25px 0px;
}

p.catname a{
	font-size:14px;
	color:#bab4ab;
}
/*end of table-cattable*/

/*prodDetail*/
#fullprod{
	background:url(../images/green-frame.gif) center center no-repeat;
}

.prodheading{
	font-size:30px;
	font-weight:bold;
	color:#C7DC75;
	margin-bottom:20px;
}

.proddesc{
	margin-bottom:30px;
}

.proddprice{
	text-align:right;
	color:#bab4ab;
	padding-right:10px;
	margin-bottom:5px;
	/*font-weight:bold;*/
}


.proddprice span{
	font-size:14px;
}

.prodoption{
	border:1px solid #B3A69A;
}

.qty{
	/*text-align:right;*/
	color:#bab4ab;
	margin-bottom:5px;
	padding-right:10px;
	font-weight:bold;
	font-size:15px;
}
.qty input, .qty select, .qty textarea {
	border: 1px solid #A8D1D3 !important;
}
.proddbuy{
	text-align:right;
	padding-right:15px;
}

div.eFriend{
	text-align:right;
	padding-right:15px;
}

a.eFriend{
	font-size:15px;
	font-weight:bold;
	color:#FD9B99;
}
/*end of proddetail*/

/*promotable*/
#promotable h1{
	font-size:24px;
	background:url(../images/border1.gif) left top repeat-x;
	padding-top:10px;
	text-indent:35px;
	margin:10px -10px 10px -10px; 
	color:#95cede;
}

#promotable td{
	width:25%;
	/*padding: 5px;*/
}

.promoImage{
	text-align:center;
}

.promoName{
	text-align:center;
	font-size:12px;
	
}

.promoName a{
	color:#bab4ab;
}

.promoPrice{
	text-align:center;
	font-size:12px;
	color:#bab4ab;
	font-weight:normal;
}

.promoBuy{
	text-align:center;
}

.promoBuy a{
	text-align:center;
	font-size:14px;
	color:#f7aba6;
	font-weight:bold;
}
/*end of promotable*/

/*subscribeform*/
#subscribeform .go{
	vertical-align:text-bottom;
}

#subscribeform .textinput{
	width:150px;
}
/*end of subscribeform*/

/*searchform*/
.smalltext{
	color:#BFB4AB;
	font-weight:bold;
}

input.highertextbox{
	color:#BFB4AB;
	font-weight:bold;
	border:1px solid #BFB4AB;
	width:200px;
	padding:0px 2px;
}

select.highertextbox{
	color:#BFB4AB;
	font-weight:bold;
	border:1px solid #BFB4AB;
	width:206px;
}
/*end of searchform*/

/*mainform*/
#maincol .textinput{
	width:200px;
}

#mainform select{
	width:212px;
}

#mainform textarea{
	width:200px;
	height:70px;
	padding:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B3A69A;
	border:1px solid #B3A69A;
	margin-left:90px;
}
/*end of mainform*/
/*end of maincol*/

/*rightcol*/
#rightcol{
	width:130px;
	background:url(../images/border5.gif) top left repeat-y;
}

#rightcol a{
	display:block;
	padding:9px 0px 8px 0px;
	background:url(../images/border3.gif) left bottom repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#bab4ab;
}
/*end of rightcol*/
/*end of content*/

/*-----------footer----------------*/
#footer{
	text-align:center;
	color:#ffffff;
	background:#fc9a99 url(../images/footer.gif) top left repeat-x;
	padding:22px 0px 10px 0px;
}

#footer a{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px 10px;
}

#footer a:hover{
	color:#C7DC75;
}
/*end of footer*/

.eweb{
	clear:both;
	font-size:11px;
	color:#bab4ab;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align:justify;
}

.eweb a, .eweb strong {
	font-size: 11px;
	font-weight: bold;
	color: #fc9a99;
}

.credit {
	width: 998px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.credit a {
	color: #777777;
	font-family: "Trebuchet MS";
}

/*---------------misc--------------*/
/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*end of clearfix*/

/*----------end of misc------------*/

.checkouttable td {
	padding: 5px;
}

.marginleftminus {
	margin-left: -8px;
}
.contentlinks {
	font-size: 16px;
	font-weight: bold;
}
a.contentlinks {
	font-size: 16px;
}
hr {
	display:block;
	padding:0px;
	margin: 5px 0px 10px 0px;
	width: 100%;
	line-height: 3px;
	height: 3px;
	background:url(../images/border3.gif) left center repeat-x;

}

.recipe {
	border-top: 1px dashed #999999;
	padding-top: 1em;
}

.recipe h3 {
	font-size: 16px;
}

.recipe h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #bbbbbb;
}
.recipe ul {
	color: #0000ff;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

.recipe ul li {
	list-style-type:disc;
	color: #606060;
}
.recipe p {
	padding-left: 10px;
}


.tip {
	/*border-top: 1px dashed #999999;*/
	padding-top: 1em;
}

.tip h3 {
	font-size: 16px;
}

.tip h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #bbbbbb;
}
.tip ul {
	color: #0000ff;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

.tip ul li {
	list-style-type:disc;
	color: #606060;
	padding-bottom: 5px;
}
.tip p {
	padding-left: 10px;
}

span.listprice {
	background: url(/images/linethrough.gif) repeat-x center left;
   color: #666;
   font-size: 12px;
}
span.price {
	font-weight: bold;
	font-size: 14px;
	color: #FC9A99;
}

.homeLink{
	display: block;
	position: relative;
	width: 100%;
}

.homePrice{
	position: absolute;
	top: 15px;
	left: -30px;
	behavior: url(scripts/iepngfix.htc);
}	

#rprod{
	position: relative;
}

.msgBox{
	border: dashed 2px #B3A69A;
	padding: 10px;
	margin-bottom: 10px;
	background: #a8cfd4;
	text-align: center;
}

.msgBox p{
	font-size: 12px;
	line-height: 15px;
}

.msgBox h3{
	color: #ffffff;
	letter-spacing: 1px;
}

.msgBox a {
	color: #8B8172;
}

#navigation a.notice{
	border-bottom: solid 10px #ffffff;
	border-right: solid 10px #ffffff;
	font-size: 12px;
	display: block;
	font-weight: bold;
}

#navigation a.notice:hover{
	color: #A8CFD4 !important;
}

#navigation a.notice{
	display: none;
}

.msgBox{
	display: none;
}


#homeText h1{
	font-size:32px;
	line-height: 100%;
	font-weight:bold;
	color:#ffffff;
	text-indent:0px;
}