/*************************************************************
Apio, Inc. print style sheet

Written by Vitamin
http://www.vitamininc.net/
*************************************************************/

/*************************************************************
General site wide styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 10pt;
	line-height: 1.25em;
	margin-bottom: 1.6em;
}


h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #5e62ac;
}

h3 {
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #539300;
}

img { border: 0; }

#wrapper {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

div.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.required {
	color: #990000;
}

/*************************************************************
Header styles
*************************************************************/

#header {
	position: relative;
	height: 70px;
	background: #fff url(/images/bg_header.gif) no-repeat;
}

#header h1 {
	float: left;
	background: url(/images/logo_apio.gif) no-repeat;
	width: 100%;
	height: 70px;
}

#header h1 span { display: none; }
ul#nav { display: none; }
#header form#search { display: none; }

/*************************************************************
Content styles
*************************************************************/

#content {
	padding: 10px 10px 0;
	background: #fff;
	border-left: 1px solid #e6d9ae;
	border-right: 1px solid #e6d9ae;
	width: 740px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 718px;
}

html>body #content {
	width: 718px;
}

#content_mid {
	float: left;
	padding: 0 30px 0 20px;
	color: #333;
	width: 720px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 670px;
}

html>body #content_mid {
	width: 670px;
}

#content_mid ul, #content_mid ol { margin-bottom: 1.6em; }

#content_mid ul ul { font-size: 100%; }

#content_mid li {
	font-size: 10pt;
	margin: 0 0 0.5em 30px;
	padding-left: -0.25em;
}

#content_mid a {
	color: #5e62ac;
}

#content_mid h3.product_name {
	margin-top: 30px;
}

#content_right {
	display: none;
}

div.recipe {
	border-top: 5px solid #bae55e;
	padding-top: 5px;
	padding-bottom: 20px;
}

div.recipe img {
	float: left;
	border: 5px solid #f6f2e3;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.product {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

table#nutritional {
	clear: both;
	border: none;
	border-width: 0;
	border-collapse: collapse;
	width: 100%;
}

table#nutritional td {
	padding: 2px 0;
	font-size: 10pt;
}

table#nutritional tr.servings td {
	border-bottom: 3px solid #967f38;
}

table#nutritional tr.vitamins td {
	border-top: 3px solid #967f38;
}

table#nutritional tr.data td {
	border-bottom: 1px solid #967f38;
}

table#nutritional td.right {
	text-align: right;
}

/*************************************************************
Content Form styles
*************************************************************/

#content input.textfield,
#content textarea,
#content input.submit {
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-color: #faf8f0;
}

#content input.submit {
	border-left: 5px solid #967f38;
}

#content input.textfield,
#content textarea {
	border-left: 5px solid #bae55e;
	width: 250px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 242px;
}

html>body #content input.textfield,
html>body #content textarea {
	width: 242px;
}

/*************************************************************
Footer styles
*************************************************************/

#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 0;
	background-color: #e6d9ae;
	color: #967f38;
	text-align: center;
	font-size: 8pt;
}

#footer a {
	color: #967f38;
}

/*************************************************************
Subnav styles
*************************************************************/

ul#subnav { display: none; }

/*************************************************************
sIFR Styles
*************************************************************/

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}