/* -------------------------------------------------------------
----   Specials
------------------------------------------- */
.specloc	{
	float:left; 
	background-color:#c0c0c0; 
	text-align:center; 
	margin:0 auto;
}
.specname	{
	margin-left: 50px;
	margin-right: 5px;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
	border-bottom: 1px solid #006699;
}
.speccat	{
	margin-left: 200px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
}
.specimg	{
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	float:right
}
.specdesc	{
	margin-left: 50px;
	margin-top: 5px;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
}
.specofhdr	{
	margin-left: 50px;
	margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: #990000;
}
.specoffer	{
	margin-top: 5px;
	margin-right: 160px;
	margin-left: 50px;
	margin-bottom: 5px;
	font-size: 0.7em;
	font-weight: normal;
	color: #990000;
}
