/*  
Theme Name: Small Planet v2.0
Theme URI: http://www.outofdarkness.com/
Description: The Small Planet theme. Based on YUI. Please refer to http://developer.yahoo.com/yui/grids/
Version: 2.0
Author: Andrew Jones
Author URI: http://www.outofdarkness.com/
Pizza Place CSS
*/

html {
    background: #990000;
}

body { 
	background: url('images/body-bg.gif') repeat-x;
	position: relative;
	top: -13px;
	left: 0;
}

#custom-doc { 
	width:960px;
	min-width:960px; 
	margin:auto; 
	text-align:left; 
	background-color: white; 
}

#hd h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}


#bannerimg {
	background: #BB0101 url('images/pp-header.jpg') no-repeat;
	height: 185px;
}


#rotate-image {
	width: 740px;
}

#fresh {
	background-color: white;
	height: 494px;
	width: 220px;
}

#fresh p {
	width: 180px;
	padding-left: 20px;
	
}

.phone {
	font-weight: bold;
	font-size: 24px;
}


#slider {
	background: url('images/menu-bck.gif') no-repeat;
	height: 348px;
	width: 729px;
	margin: 0 auto;
  	position: relative;

}

.scroll {
  height: 300px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  top: 10px;
  left: 10px;
  clear: left;
  width: 710px;
  font-size: 114%;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 260px;
  width: 670px; /* change to 560px if not using JS to remove rh.scroll */
  overflow: auto;
}

.scrollButtons {
	display: none;
}

#bottom-row {
	position: relative;
	top: 0px;
	left: 0px;
}

#nav {
	width: 230px;
}

#navlist {
	
}

#navlist ul {
	position: relative;
	top: 0px;
	left: -10px;
	width: 203px;
}

#navlist li {
	font-size: 14px;
	text-transform: uppercase;
	list-style: none;
	height: 32px;
	width: 203px;
	text-align: center;
	margin-bottom: 5px;
}

#navlist li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	background: url('images/blue-menu.gif') no-repeat;
	height: 28px;
	width: 203px;
	display: block;
	padding-top: 5px;
}


#navlist li.current_page_item a, #navlist li a:hover {
	background: url('images/red-menu.gif') no-repeat; 
	height: 32px;
	width: 203px;
}

#ft {
	background-color: white;
	height: 80px;
	color: white;
}

#ft td {
	border: none;
}
