﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../Images/background.jpg) repeat-x #000000;
}
a
{
	color: #c7302d;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
h1
{
	font-size: 20px;
	font-style: italic;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px black;
}
td
{
	font-family: Georgia, Arial, Helvetica, Serif;
	font-size: 11px;
}


/*CUSTOM STYLES*/
.address
{
	color: #000000;
	font-size: 11px;
}
.black
{
	color: #000000;
}

.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-color: White;
	border: solid 1px black;
}
.contactName
{
	font-size: 14px;
}
.copyright
{
	color: #FFFFFF;
	font-size: 9px;
}
.dailySpecials
{
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #c7302d;
}
.dailySpecialsText
{
	font-size: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.dailySpecialsTitle
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.padded
{
	padding-left: 40px;
	padding-right: 40px;
}
.picBorder
{
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
.red
{
	color: #c7302d;
}
.subtitle
{
	font-style: italic;
	font-weight: bold;
	color: #c7302d;
}
.title
{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #c7302d;
}
.white
{
	color:#ffffff;
}