@charset "UTF-8";
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../../../images/waynespizza/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

/* ********************************************************************************************************* */
/* container */
#container {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 1000px;
}
#container_bg {
	height: 100%;
	width: 1000px;
	background-image: url(../../../images/waynespizza/bg-dropshadow.png);
	background-repeat: no-repeat;
}

/* ********************************************************************************************************* */
/* nav */
#nav {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#home .home a {
	display:block;
	width: 103px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-home-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.home a {
	display:block;
	width: 103px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.home a:hover { 
	background-image: url(../../../images/waynespizza/nav-home-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#about .about a {
	display:block;
	width: 229px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-about-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.about a {
	display:block;
	width: 229px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-about.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.about a:hover { 
	background-image: url(../../../images/waynespizza/nav-about-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#menu .menu a {
	display:block;
	width: 135px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-menu-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.menu a {
	display:block;
	width: 135px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.menu a:hover { 
	background-image: url(../../../images/waynespizza/nav-menu-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#specials .specials a {
	display:block;
	width: 162px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-specials-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.specials a {
	display:block;
	width: 162px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-specials.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.specials a:hover { 
	background-image: url(../../../images/waynespizza/nav-specials-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#location .location a {
	display:block;
	width: 160px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-location-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.location a {
	display:block;
	width: 160px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-location.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.location a:hover { 
	background-image: url(../../../images/waynespizza/nav-location-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#orderonline .orderonline a {
	display:block;
	width: 162px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-orderonline-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.orderonline a {
	display:block;
	width: 162px;
	height: 60px;
	background-image: url(../../../images/waynespizza/nav-orderonline.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.orderonline a:hover { 
	background-image: url(../../../images/waynespizza/nav-orderonline-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* ********************************************************************************************************* */
/* header */
#header_container {
}
#logo {
	padding-top: 40px;
	margin-left: -25px;
}

.header_image {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-image: url(../../../images/waynespizza/header-home.jpg);
	height: 300px;
	width: 950px;
	background-repeat: no-repeat;
	background-position:top left;
}

/* define banners */
#header_home {
	background-image: url(../../../images/waynespizza/header-home.jpg);
}
#header_about {
	background-image: url(../../../images/waynespizza/header-about.jpg);
}
#header_menu {
	background-image: url(../../../images/waynespizza/header-menu.jpg);
}
#header_specials {
	background-image: url(../../../images/waynespizza/header-specials.jpg);
}
#header_location {
	background-image: url(../../../images/waynespizza/header-location.jpg);
}
#header_contact {
	background-image: url(../../../images/waynespizza/header-contact.jpg);
}

/* ********************************************************************************************************* */
/* content */
#content {
	clear:both;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-image: url(../../../images/waynespizza/bg-content.png);
	background-repeat: repeat-y;
}
#content_inner {
	background-image: url(../../../images/waynespizza/bg-content-inner.jpg);
	width: 552px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/* ********************************************************************************************************* */
/* footer */
#footer {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-image: url(../../../images/waynespizza/bg-footer.png);
	background-repeat: repeat-y;
	height: 120px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}
.footer a:link {
	color: #333333;
}
.footer a:visited {
	color: #333333;
}
.footer a:hover {
	color: #FF0000;
}
.footer a:active {
	color: #333333;
}

/* ********************************************************************************************************* */
/* font styles */
.textGrey, p, .formNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.textGrey a:link, a:link {
	color: #333333;
}
.textGrey a:visited, a:visited {
	color: #333333;
}
.textGrey a:hover, a:hover {
	color: #FF0000;
}
.textGrey a:active, a:active {
	color: #333333;
}
.textRed, .formError {
	color: #FF0000;
}
.textGreen {
	color: #006600;
}
.HeaderRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FF0000;
}
.HeaderGrey {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #333333;
}
.HeaderWelcomeRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF0000;
}
.HeaderWeDeliverGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #006600;
	line-height: 40px;
}
.SubHeaderRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.SubHeaderGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.SubHeaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
}

/* ********************************************************************************************************* */
/* decorative styles */
.BorderDashedTop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006600;
}
.BorderSolidTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
}

.basic img.leftimage {
	margin-right:10px;
}

.basic img.rightimage {
	margin-left:10px;
}

.basicinset {
	text-align:right;
}

/* Nav Menus (DO NOT REMOVE) */
ul.nav {
	margin-left: 0px;
	margin-top:0px;
	padding-left:0px;
	list-style:none;
}

ul.nav ul {
	margin-left: 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:0px;
	list-style:none;
}

ul.nav li ul li.subpage {
	margin-top:5px;
	margin-left:25px;
	font-weight:normal;
}

ul.nav li ul li.subpage a {
	font-weight:normal;
}

ul.nav li ul li.subpage_current {
	margin-top:5px;
	margin-left:25px;
	font-weight:bold;
}

ul.nav li ul li.subpage_current a {
	font-weight:bold;
}

ul.nav li.mainpage {
	margin-left:0px;
	font-weight:normal;
}

ul.nav li.mainpage a {
	font-weight:normal;
}

ul.nav li.mainpage_current {
	margin-left:0px;
	font-weight:bold;
}

ul.nav li.mainpage_current a {
	font-weight:bold;
}

/* Popup windows (DO NOT REMOVE) */
.modal {
	padding: 29px 45px 29px 45px;
	background:transparent url(images/btn-x.jpg) top right no-repeat;
}

.modal img {
	background-color:#FFFFFF;
	border:1px solid #333333;
	padding:1px;
}

.tooltip {
	border:1px solid #000000;
	background-color:#fff;
	height:25px;
	width:200px;
	font-family:Verdana;
	font-size:10px;
	color:#333333;
}

#control_overlay {  
     background-color:#fff;  
 }

/* Fading Tooltips By Dustin Diaz (DO NOT REMOVE) */
body div#toolTip
{
	position:absolute;
	z-index:1000;
	width:auto;
	max-width:200px;
	background-color:#FFFFFF;
	border:1px solid #FF0000;
	text-align:left;
	padding: 2px 5px 2px 5px;
}

body div#toolTip p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

body div#toolTip p em
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;

}
body div#toolTip p em span
{
	font-weight:bold;
	color:#FF0000;
}

.icon {
	float:left;
	padding:2px;
}   

/* calemdar (DO NOT REMOVE) */
.calHeader {
	font-weight:bold;
	font-size:11px;
	background-color:#E9547F;
	color:#FFFFFF;
	text-align:center;
	width:40px;
}
.calNormal {
	font-weight:bold;
	font-size:11px;
	background-color:#FFFFFF;
	color:#E9547F;
	text-align:center;
	width:40px;
	height:30px;
}
.calToday {
	font-weight:bold;
	font-size:11px;
	background-color:#FFFFFF;
	color:#E9547F;
	text-align:center;
	width:40px;
	height:30px;
	border: #E9547F solid 1px;
	
}
.calHighlighted {
	font-weight:bold;
	font-size:11px;
	background-color:#FFFFFF;
	color:#E9547F;
	text-align:center;
	width:40px;
	height:30px;
	border: #10B7AE solid 1px;
}
.calSelected {
	font-weight:bold;
	font-size:11px;
	background-color:#10B7AE;
	color:#FFFFFF;
	text-align:center;
	width:40px;
	height:30px;
}
.calSelected a span {
	font-weight:bold;
	font-size:11px;
	background-color:#10B7AE;
	color:#FFFFFF;
	text-align:center;
}
.calEmpty {
}