@import "reset.css";
@import "type.css";
@import "grid.css";

img, div { behavior: url(/iepngfix.htc) }


/* link styling */

a { text-decoration: none; color: #b06e0d; }
a:link { text-decoration: none; color: #b06e0d; }
a:visited { text-decoration: none; color: #b06e0d; }
a:hover { text-decoration: none; color: #777; }
a:active, a:focus { text-decoration: none; color: #b06e0d; }

/* colors:
redpink: #c71932;
brown: #b06e0d
tan: #d6b266
lightertan: #BC8D0B;
*/

/* universal text stylings */

strong {
	font-weight: bold;
}

p {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size:  1.1em;
	color: #333;
	line-height: 19px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h1 {
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 5px 0px 2px 0px;
	line-height: 21px;
	font-size: 1.9em;
}

h2 {
	color: #333;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 19px;
	font-size: 1.5em;
}

h3 {
	color: #333;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 17px;
	font-size: 1.4em;
}

h4 {
	font-family: georgia, times, helvetica, arial;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	font-size: 1.5em;
	line-height: 21px;
	color: #ad732a;
}

	h4 a {
		border-bottom: 1px dotted #ad732a;
		}
		
	h4 a:hover {
		border-bottom: 1px dotted #ccc;
		}

ol {
	color: #333;
	line-height: 15px;
	font-size: 1.1em;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 5px 0px;
}

	ol li {
		padding: 2px 0px 2px 0px;
		margin: 0px;
	}
	
		ol li ul {
			list-style-type: square;
			color: #333;
			padding: 3px 0px 3px 0px;
			margin: 0px 20px 0px 20px;
		}
		
			ol li ul li {
				list-style-position: outside;
				line-height: 15px;
				font-size: 0.8em;
			}

ul {
	color: #333;
	line-height: 15px;
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

	ul li {
		list-style-type: disc;
		list-style-position: inside;
		padding: 0px;
		margin: 0px;
	}

h1.ordertitle{
	border-bottom: 1px solid #ccc;
}

.donthide {
	visibility: visible!important;
}

/* --- universal footer styling ---- */

div#footercontent ul {
	list-style-type: none;
	margin: 0px;
	padding: 16px 0px 16px 20px;
}

	div#footercontent ul li {
		display: inline;
		color: #f0e1c2;
		font-family: helvetica, arial, sans-serif;
		font-size: 1.1em;
		padding:  0px 10px 0px 0px;
		margin:  0px 6px 0px 0px;
		background-image:  url(/_images/chrome/dash.gif);
		background-repeat: no-repeat;
		background-position:  100% 0%;
	}
	
	div#footercontent ul li.end {
	background: none !important;
	}

		div#footercontent ul li a {
			color: #f0e1c2;
			border-bottom:  1px dotted #f0e1c2;
			margin:  0px;
			padding:  0px;
		}
		
		div#footercontent ul li a:hover {
			color: #fff;
			border-bottom:  1px dotted #fff;
		}

p#disclaimer {
	float: right;
	margin: 5px 10px 0px 0px;
	padding: 8px 15px 0px 0px;
	font-size: 0.9em;
	font-family: verdana, arial, sans-serif;
	line-height: 9px;
	color:#d6b266;
}

	p#disclaimer a{
		color:#d6b266;
	}
	
	p#disclaimer a:hover{
		color:#f0e1c2;
	}



/* ---- images  ----- */

img.order {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #ccc;
	padding: 3px;
}

img.arrow {
	padding: 4px 0px 0px 10px;
	border: 0px;
}


/* page styles */

/* --- Home page ONLY  ---- */

div#smallcolhome h1 {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 1.4em;
	color: #b06e0d;
	line-height: 16px;
}

div#smallcolhome p {
	font-family: helvetica, arial, sans-serif;
	padding: 0px 0px 14px 0px;
	margin: 0px;
	line-height: 15px;
}

div#smallcolhome ul {
	padding: 0px 0px 14px 0px;
	margin: 0px;
}

	div#smallcolhome ul li {
		font-family: helvetica, arial, sans-serif;
		padding: 2px 0px;
		margin: 0px;
	}

div#features ul {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

	div#features ul li {
		float: left;
		display: inline;
		font-size: 1.3em;
		color: #333;
		text-transform: uppercase;
		background-image: url(../_images/chrome/redarrow.gif);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		list-style-type: none;
		font-family: helvetica, arial, sans-serif;
		padding: 3px 0px 13px 10px;
		margin: 0px 0px 0px 10px;
	}
	
	div#features ul li a {
		float: left;
		display: inline;
		color: #777;
		font-family: helvetica, arial!important;
		width:116px;
		border-bottom: 1px solid #ccc;
		margin: 0px;
		padding: 3px 0px 3px 0px;
	}
	
	div#features ul li a:hover {
		background-color: #c71932;
		color: #fff;
		padding-left: 3px;
		width: 113px;
	}
	
div#rubyourmeat a#rubit {
	display: block;
	background-color: #c71932;
	background-image: url(../_images/chrome/signuparrow.gif);
	background-repeat: no-repeat;
	background-position: 168px 4px;
	margin: 0px;
	padding: 7px 7px 6px 7px;
	font-size: 1.2em;
	font-family: helvetica, arial;
	text-transform: uppercase;
	color: #fff;
}

div#rubyourmeat a#rubit:hover {
	background-color: #bc8745;
	color: #fff;
	background-image: url(../_images/chrome/signuparrow_over.gif);
	background-repeat: no-repeat;
	background-position: 173px 4px;
}

	a#foodservice {
			float: right;
			width: 600px;
			height: 61px;
			background-image: url(../_images/foodserviceboth.jpg);
			background-repeat: no-repeat;
			background-position: 0px -61px;
			margin: 13px 0px 13px 2px;
			padding: 0px;
		}

		a#foodservice:hover {
			float: right;
			width: 600px;
			height: 61px;
			background-image: url(../_images/foodserviceboth.jpg);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			margin: 13px 0px 13px 2px;
			padding: 0px;
		}

	div#testimonials h1 {
			border-bottom: 1px solid #ccc;
			padding: 5px 0px 4px 0px;
			margin: 0px;
	font-weight:bold;
		}

			div#testimonials td {
				font-size: 1.3em;
				font-family: Georgia, Verdana, helvetica, arial, sans-serif;
				font-style: italic;
				color: #555!important;
				line-height: 21px;
	padding:15px 10px 20px 15px;
			}

			div#testimonials span {
				display: block;
				color: #bc8745;
				font-weight: bold;
				font-style: normal;
				font-size: 1.1em;
				margin: 5px 0px 0px 10px;
			}
	

/*   ----    interior pages -----   */

div#smallcolinterior p {
	color: #666;
	font-size: 1.2em;
	line-height: 16px;
}


/* =============    left side navigation   =============    */

div#smallcolinterior ul {
	font-size: 1.3em;
	line-height: 18px;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 10px 0px 0px 0px!important;
	padding: 0px!important;
}

div#smallcolinterior ul li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../_images/chrome/redarrow.gif);
	background-position: 3px 8px;
	background-repeat: no-repeat;
	margin: 0px!important;
	padding: 5px 0px 5px 14px!important;
}

div#smallcolinterior ul li a {
	color: #666;
	border-bottom: 1px solid #ccc;
	margin: 0px!important;
	padding: 0px!important;
}

div#smallcolinterior ul li a.select2 {
	display: block;
	color: #c71932;
	border-bottom: 1px solid #c71932!important;
	margin: 0px!important;
	padding: 0px!important;
	width: 190px;
}

div#smallcolinterior ul li a:hover {
	color: #c71932;
	border-bottom: 1px solid #c71932;
}

div#smallcolinterior ul li ul li {
	background-image: none!important;
	padding: 3px 0px 3px 0px!important;
	margin: 0px 0px 6px 0px!important;
}

div#smallcolinterior ul li ul li a {
	font-size: 0.8em;
	color: #666;
	border: none;
	padding: 3px 0px 0px 26px!important;
	margin: 0px 0px 14px 0px!important;
}

div#smallcolinterior ul li ul li a#chicken {
	background-image: url(../_images/chrome/nav_chix.gif)!important;
	background-repeat: no-repeat;
}

div#smallcolinterior ul li ul li a#fish {
	background-image: url(../_images/chrome/nav_fish.gif)!important;
	background-repeat: no-repeat;
}

div#smallcolinterior ul li ul li a#beef {
	background-image: url(../_images/chrome/nav_cow.gif)!important;
	background-repeat: no-repeat;
}

div#smallcolinterior ul li ul li a#pork {
	background-image: url(../_images/chrome/nav_pig.gif)!important;
	background-repeat: no-repeat;
}

div#smallcolinterior ul li ul li a#veggies{
	background-image: url(../_images/chrome/nav_art.gif)!important;
	background-repeat: no-repeat;
}


div#smallcolinterior ul li ul li a:hover {
	background-color: #f0e1c2;
	padding: 3px 16px 0px 26px!important;
	color: #b06e0d;
	border-bottom: 1px solid #b06e0d;
}

div#smallcolinterior ul li ul li a.select3 {
	background-color: #f0e1c2;
	padding: 3px 16px 0px 26px!important;
	color: #b06e0d;
	border-bottom: 1px solid #b06e0d;
}

div.quotecallout p {
	font-family: Georgia, "trebuchet MS", serif;
	font-size: 1.2em;
	line-height: 17px;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 7px;
}

div.quotecallout p.quotename {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	color: #b06e0d;
	margin: 0px!important;
	padding: 0px 0px 12px 20px;
}

div.chefcallout p {
	font-family: Georgia, "trebuchet MS", serif;
	font-size: 1.2em;
	line-height: 17px;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 7px;
}

div.chefcallout p a {
	padding: 5px 10px;
	display: block;
	color: #555!important;
	font-weight: bold;
	font-style: italic;
}

div.chefcallout a:hover {
	color: #b06e0d!important;
}

div#largecol div#about h1 {
	background-image: url(../_images/chrome/aboutheader.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 10px;
	font-size: 1.6em;
}

div#largecol div#about p {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em;
	line-height: 19px;
	color: #333;
	margin: 15px 225px 0px 15px;
	padding: 0px 0px 20px 0px;
}

div#interior_wrapper p {
	margin-bottom: 12px;
	padding-bottom: 2px;
	line-height: 19px;
}









