@charset "UTF-8";
/* CSS Document */

@font-face {font-family:Verdana, Arial, Helvetica, sans-serif;}

.font6 {font-size:6pt;}
.font7 {font-size:7pt;}
.font8 {font-size:8pt;}
.font9 {font-size:9pt;}
.font10 {font-size:10pt;}
.font11 {font-size:11pt;}
.font12 {font-size:12pt;}
.font13 {font-size:13pt;}
.font14 {font-size:14pt;}
.font15 {font-size:15pt;}
.font16 {font-size:16pt;}

/******* NAVIGATION *******/
#navLayer {
	position:absolute;
	z-index:2;
}
/******* SHOPPING CART *******/
#cartLayer {
	position:relative;
	z-index:3;
	top: 10%;


}
		
/******* TITLES *******/
.title {
	font-size: 20px;
	color: #db6000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
}
.smTitle {
	font-size: 15px;
	font-weight: bold;
	color: #db6000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
}
/******* SMALL TEXT *******/
.smText {
	font-size: 9px;
}

/******* BAR LINKS *******/
.bar {
	font-size: 9px;
	font-weight: bold;
}
.bar:link {
	font-size: 9px;
	font-weight: bold;
}
.bar:hover {
	font-size: 9px;
	font-weight: bold;
}

/******* COPY RIGHT *******/
.copy {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}

/******* FOOTER *******/
.footer:link {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

.footer:visited {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.footer a:active {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
/*
.footer:hover {
	color: #db6000;
	text-decoration:underline;
}
*/

.footer_top:link {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

/******* MISC SETTINGS *******/

/* Use instead of the <pre></pre> tags */
.lineSpacer8 {line-height: 8px;}
.lineSpacer10 {line-height: 10px;}
	
/* Link Underlines */
.plain {text-decoration:none;}
.underlined {text-decoration:underline;}

/*---------- DEFAULTS FOR HTML TAGS -----------*/
/* Leave @ the bottom so it can be overridden */

body {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#42210B;
background-image:url(../images/template_assets/bkg.jpg); background-repeat:no-repeat; background-position:top;}
td {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#42210B;}
table {empty-cells: show;}
hr { color: #cac0ad; background-color: #cac0ad;}

/*Link behavior*/
a:link {color:#db6000; text-decoration:none;}
a:visited {color:#db6000; text-decoration:none;}
a:active {color:#db6000; text-decoration:none;}
a:hover {color: #db6000; text-decoration:underline;}

/* Works for IE only */
/*html
{
	scrollbar-arrow-color : #f1edcf;
	scrollbar-face-color : #42210b;
	scrollbar-shadow-color : #42210b;
	scrollbar-track-color : #f1edcf;
}*/

/*************store************/
.floatLayer
{
    display:none;
    width: 680px; 
    height: 517px; 
    position:absolute;
    z-index:2
}
.floatLayer .arrow
{
    background:url(../images/store/arrow.gif) no-repeat bottom; 
    width: 13px;
    float: left;
    height: 90px;
}
.floatLayer .content
{
    border: 7px solid #D36027; 
    height: 517px; 
    float: left; 
    width: 643px; 
    background: #FFFFFF;
}

.floatLayer .arrowright
{
    background:url(../images/store/arrowright.gif) no-repeat bottom; 
    width: 13px;
    float: left;
    height: 90px;
}


/*NutritionInfo Style*/
.NutritionInfoContent
{
	font-size: 10px;
}

/*grains*/
.grains_floatLayer
{
    display:none;
    width: 342px; 
    height: 517px; 
    position:absolute;
    z-index:2
}

.grains_floatLayer .content
{
    border: 7px solid #D36027; 
    height: 517px; 
    float: left; 
    width: 300px; 
    background: #FFFFFF;
}

.grains_floatLayer .arrow
{
    background:url(../images/store/arrow.gif) no-repeat bottom; 
    width: 13px;
    float: left;
    height: 90px;
}

.grains_floatLayer .arrowright
{
    background:url(../images/store/arrowright.gif) no-repeat bottom; 
    width: 13px;
    float: left;
    height: 90px;
}

/*blog begin*/
div#flashcontent 
{
	margin-left:-9px;
	_margin-left:-0px;
}

div#body 
{
	margin-top:10px;
}

div.post, .mceContentBody {
	border: 0px solid silver;
	padding: 1px 0px;
	margin-bottom: 3px;	
	line-height: 17px;
}

div.post h1, .mceContentBody h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 2px;
	font-size:11px;	
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .footer_top {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
  white-space: nowrap;
}
/*blog end*/