﻿@import "home.css";
@import "Coupons.css";
@import "Menu.css";
@import "Pizzaoptions.css";
@import "history.css";
@import "PizzaPie.css";
@import "Drinks.css";
@import "Sandwiches.css";
@import "Salads.css";
* {
    margin: 0; 
    padding: 0;
}

body {
	background-color: #7e0e00;
	font-size: small;
	font: Times New Roman, serif;
}

img { border: 0; }

div#wrapper { margin: 0 auto; width: 768px; }

   /* -------------------------- Header Styles */
#header {
	background-image: url(/assets/images/header.png);
    background-repeat: no-repeat;
    width: 768px;
    height: 238px;
    
    
}

   /* -------------------------- topnav Styles */

#topnav { 
background-image: url(/assets/images/navbg.png);
background-repeat: no-repeat;
height: 33px;
}
#topnav ul { 
	padding: 8px 100px; 
	}

#topnav ul li { 
	display: inline;
	margin: 10px 0 0 0;
	padding: 0px 35px;
	border-right: 1px solid #c0bdb1;
	line-height: 1;
	font-size: medium;
	font-weight: bold;
	color: #7e0e00;
}
                
#topnav ul li.last {
	border-right: 0;
}
                
#topnav a { 
	color: #7e0e00;
	text-decoration: none;
}   
#topnav a:hover { color: #3c8b7f; }             
#topnav a:active{ color: #3c8b7f; }

#footer {margin: -30px 0 0 0; padding: 0 50px 0;color: #fdf9e3;}
#footer .leftcol {float:left; width:50%;}
#footer .rightcol a {float:right;  text-decoration: none;color: #fdf9e3;}
#footer .rightcol a:hover {text-decoration: underline;}
