* { margin:0; padding:0; }
body {
	font-family:		"Trebuchet MS", Arial, sans-serif;
	background:			#252a2e url(images/background.jpg) repeat;
}
.gradient {
	background:			url(images/background2.jpg) repeat-x;
	width:				100%;
	height:				566px;
	position:			relative;
	top:				-10px;
	padding-top:		20px;
}

h1 {
	font-size:			26px;
	font-weight:		normal;
}
h2 {
	font-size:			20px;
}

.red { color: #d21034; font-weight:bold; }
a { color: #d21034; }
a:hover { color: black; }

.header {
	width:				896px;
	height:				37px;
	font-size:			30px;
	font-weight:		bold;
	background:			white url(images/panstrip.jpg) 460px center no-repeat;
	border:				2px solid #4d565b;
	margin:				0 auto 0 auto;
}
.container {
	height:				400px;
	width:				900px;
	margin:				0 auto;
}
.box {
	float:				left;
	clear:				left;
	width:				240px;
	margin-top:			10px;
	font-size:			12px;
	border:				2px solid #4d565b;
	background-color:	white;	
}
.boxtitle {
	background-color:	#d3d4d6;
	text-align:			center;
	font-size:			18px;
	margin-bottom:		5px;
	color:				white;
}
.boxcontent {
	padding:			5px 10px 10px 10px;	
}
.boxcontent a { color: black; }
.boxcontent a:hover { color: silver; }
.quickclasses td { padding: 2px 4px; line-height:90%; }
.content {
	float:				right;
	width:				600px;
	border:				2px solid #4d565b;
	background-color:	white;
	padding:			5px 20px;
	margin-top:			10px;
}
.links {
	float:				right;
}
.links a { color: #d21034; text-decoration:	none; }
.links a:hover { color: black; text-decoration:	underline; }
.productsmovie {
	float:				right;
	margin:				0 0 10px 20px;
}
.footer {
	clear:				both;
	width:				900px;
	color:				white;
	text-align:			center;
	font-size:			12px;
	padding-top:		15px;
	padding-bottom:		30px;
}
.footer a { color: white; }
.footer a:hover { color: gray; }

/* CLASSES */
.classtable {
	clear:				left;
	border:				2px solid black;
	border-collapse:	collapse;
}
.classtable td {
	padding:			8px 12px;
	border:				1px solid silver;
}

/* CLASS SURVEY */
table.times {
	border-collapse:	collapse;
}
table.times td {
	border-right:		1px solid #cfcfcf;
	border-bottom:		1px solid #cfcfcf;
	width:				50px;
	height:				30px;
	text-align:			center;
}
.blue {
	color:				#0066CC;
	font-weight:		bold;
}

/* PRODUCTS */
table.featured_products td {
	border-collapse:	collapse;
	padding:			0 8px 8px 4px;
}
table.products {
	border-collapse:	collapse;
	table-layout:		fixed;
}
table.products td {
	text-align:			center;
	width:				136px;
}
.product_name {	font-weight: bold; font-size:13px; }
table.featured_products .product_name { font-weight:bold; }
.their_price {
	color:				#d21034;
	text-decoration:	line-through;	
}
.our_price {
	color:				green;
	font-weight:		bold;
}
.product_comment {
	font-size:			11px;
}
.product_detail a {
	font-size:			12px;
	color:				#d21034;
}
.product_detail a:hover { color: black; }


/* RECIPES */
#recipe_highlight {
	font-size:			14px;
	list-style-type:	none;
}
#recipe_highlight a {
	text-decoration:	none;
}
#recipe_highlight a:hover {
	color:				#d21034;
}

#ingredient_list {
	list-style-position:inside;
	
}
.current_recipe a { color:#d21034; font-weight:bold; }

table.abbreviations {
	float:				right;
	margin:				0 0 20px 30px;
	background-color:	#c3e1ff;
	border-collapse:	collapse;
	border:				1px solid black;
}
table.abbreviations td {
	padding:			0 6px;
	border:				1px dotted black;
}
