/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Doc's Pizza Page
-----------------------------------------------------------------------------*/
#pizzaH1 {
	background:url(../img/pizzaH1.gif) no-repeat;
	position:absolute;	
	width:300px;
	height:21px;
	}
	
#pizza2H1 {
	background:url(../img/pizza2H1.gif) no-repeat;
	position:absolute;	
	width:300px;
	height:21px;
	}
	
#pizzaSlide {
	float:right;
	width:350px;
	height:200px;
	border:#7e6c4e solid 1px;
	margin:0 0 15px 15px;
	}
	
#pizzaHoursH1 {
	background:url(../img/pizzaHoursH1.gif) no-repeat;
	position:absolute;	
	width:230px;
	height:21px;
	}

#offersH1 {
	background:url(../img/offersH1.gif) no-repeat;
	position:absolute;	
	width:230px;
	height:21px;
	}
	
#contentInner ul {
	padding:0 0 15px 15px;
	}
	
#contentInner ul li {
	list-style:inside disc;
	padding:0 0 5px 0;
	}
	
#contentInner ul li ul{
	padding:0 0 0 15px;
	}
	
#contentInner ul li ul li{
	list-style:none;
	padding:0 0 5px 0;
	}
	
.specialsBtn {
	margin:0 0 15px 0;
	}
	
.imgFloatRightNoBorder {
	float:right;
	margin:0 0 15px 15px;
	}
	