/* CSS Document */

body {
	background: #014B74;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Verdana, Tahoma;
}

table tr td {
	font-size: 0.8em;
}

a:link {text-decoration: underline; color:#D3232E;}
a:visited {text-decoration: underline; color:#D3232E;}
a:hover {text-decoration: none; color:#D3232E;}
a:active {text-decoration: underline; color:#666;}

hr {
	border-top: 1px dashed #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.top {
	padding: 0 0 0 34px;
	background: #2F343E url(../graphics/website/top_bg.gif) top repeat-x;
}

/* ----------- NAV LINKS START ----------- */

.nav-bg {
	background: url(../graphics/website/buttons/button_bg-home.jpg) no-repeat top left;
}

.nav {
	font-size: 0.9em;
	height: 57px;
	
}
a.nav-link:link {
	text-decoration:none; 
	color:#FFF;
	background: url(../graphics/website/buttons/button_bg.gif) no-repeat top center;
	display:block;
	line-height: 57px;
}
a.nav-link:visited {
	text-decoration:none; 
	color:#FFF;
	background: url(../graphics/website/buttons/button_bg.gif) no-repeat top center;
	display:block;
	line-height: 57px;
}
a.nav-link:hover {
	text-decoration:none; 
	color:#000; 
	background: url(../graphics/website/buttons/button_bg-hover.gif) no-repeat top center; 
	display:block;
}
a.nav-link:active {
	text-decoration:none; 
	color:#ff0000;
}

/* ----------- NAV LINKS END ----------- */

.middle {
	padding: 0 0 20px 110px;
	background: #0288D0;
}

.content-top-bg {
	background: #FFF url(../graphics/website/content_top_bg.gif) top no-repeat;
	height: 400px;
	padding: 10px;
}

.content-bottom-bg {
	background: #FFF url(../graphics/website/content_bottom_bg.gif) bottom no-repeat;
	height: 10px;
}

.footer {
	padding: 10px 0 20px 110px;
	height: 70px;
}

.footer table tr td {
	font-size: 0.6em;
	color: #fff;
	line-height: 10px;
}

.footer a:link {color:#fff;}
.footer a:visited {color:#fff;}
.footer a:hover {text-decoration:none;}
a:active {color:#666; text-decoration:none;}

.header {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style:italic;
}
.header-red {
	font-size: 1.6em;
	font-weight: bold;
	color: #D3232E;
	text-align: center;
	font-style:italic;
}
.header-blue {
	font-size: 1.6em;
	font-weight: bold;
	color: #005381;
	text-align: center;
	font-style:italic;
}

.header-white {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-style:italic;
}

.menu-header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #850C51;
}
.title-red {
	font-size: 1.4em;
	font-weight: bold;
	color: #D3232E;
	font-style:italic;
}
.title-blue {
	font-size: 1.4em;
	font-weight: bold;
	color: #005381;
	font-style:italic;
}

.MenuTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #005381;
	font-style:italic;
	text-transform: uppercase;
}
.MenuPrice {
	font-size: 1.2em;
	font-weight: bold;
	color: #D3232E;
	font-style:italic;
}

.DriverWinner {
	background: url(../graphics/driver_of_quarter-winner.jpg) no-repeat;
	padding: 45px 280px 15px 15px;
	width: 700px;
	height: 180px;
	color: #FFF;
}

.LoyaltyWinner {
	background: url(../graphics/winner-height_in_pizza.jpg) no-repeat;
	padding: 82px 280px 15px 15px;
	width: 600px;
	height: 210px;
	color: #000;
}

.TXT-Small {
	font-size: 0.65em;
}

/* - - - - - - - - - MENU STYLES - - - - - - - - - - - */

.MENU-Colum-Left {
	padding: 0 20px 0 0;
}
.MENU-Colum-Left h1 {
	margin-top: 0;
}
.MENU-Colum-Left hr {
	margin: 10px 0;
	border-top: 1px solid #939598;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.MENU-Colum-Right {
	width: 200px;
	background: #E4E8D0;
	padding: 10px;
}
.MENU-Colum-Right h1 {
	color: #FFF;
	background: #90B03E;
	font-size: 25px;
	padding: 10px;
	margin-top: 0;
}

.MENU-Small-Text {
	font-size: 10px;
}

.MENU-Offer {
	border: 1px solid #C00;
	padding: 10px;
	text-align: center;
	font-size:14px;
	background: #FFF;
}
.MENU-Offer h2 {
	color: #C00;
	font-size: 15px;
	text-align: center;
	text-transform:uppercase;
	margin-bottom:0;
}
.MENU-Offer-Small-Text {
	font-size: 10px;
}
.MENU-Offer h3 {
	margin: 0;
	padding: 5px;
	border: 1px solid #C00;
	color: #C00; 
	font-size: 110%;
}

.MENU-Border {
	border: 1px solid #939598;
	padding: 10px;
}

.MENU-Border h1 {
	color: #90B03E; 
	font-size: 25px;
}

.MENU-Border h2 {
	color: #A2142B;
	font-size: 15px;
	margin: 0;
}
.MENU-Border h2 strong {
	color: #90B03E;
}
.MENU-Border p {
	margin: 0 0 10px 0;
}
	
.MENU-Border h3 {
	color: #000;
	font-size: 18px;
}
.MENU-Border h3 strong {
	color: #C00;
	font-size: 15px;
	font-style: italic;
}













