body  {margin:0}


#header {
	background-color: #7A9EB1;
	background-repeat: no-repeat;
	height: 119px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-image: url(../images/pecksniff-header.png);
}





#menu {
	list-style:none;  /*--- Makes the bullets go away ---*/
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: inherit;
	height: 21px;
	width: 900px;
}

a:focus {
     outline: none;
}

#menu li {
	float:left;  /*--- Make the list go horizontal ---*/ 
}
#menu li a {
	display:block;  /*--- Make the entire button are clickable rather than the text alone ---*/  
	width:100px;  /*--- Height of buttons ---*/  
	height:21px;  /*--- Width of buttons ---*/ 
}
#menu li#home a {
	background-image: url(../images/pksnf-home-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 140px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#menu li#titles a{
	background-image: url(../images/pksnf-titles-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 108px;
}
#menu li#ordering a {
	background-image: url(../images/pksnf-ordering-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 136px;
}
#menu li#about a {
	background-image: url(../images/pksnf-about-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 114px;
}

#menu li#contact a {
	background-image: url(../images/pksnf-contact-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 134px;
}
#menu li#links a {
	background-image: url(../images/pksnf-links-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 109px;
}

#menu li#home a:hover{
	background-image: url(../images/pksnf-home-button.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu li#titles a:hover{
	background-image: url(../images/pksnf-titles-button.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

#menu li#ordering a:hover{
	background-image: url(../images/pksnf-ordering-button.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

#menu li#about a:hover{
	background-image: url(../images/pksnf-about-button.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

#menu li#contact a:hover{
	background-image: url(../images/pksnf-contact-button.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

#menu li#links a:hover{
	background-image: url(../images/pksnf-links-button.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}	
#menu li#home span {
	position: absolute;
	top: -999em;

}
#menu li#titles span {
	position: absolute;
	top: -999em;

}

#menu li#ordering span {
	position: absolute;
	top: -999em;

}

#menu li#about span {
	position: absolute;
	top: -999em;

}

#menu li#contact span {
	position: absolute;
	top: -999em;

}

#menu li#links span {
	position: absolute;
	top: -999em;

}

#menu li a {outline: none;}



#menu li#end a {
	background-image: url(../images/pksnf-menubar-end.png);
	background-repeat: no-repeat;
	float: left;
	width: 159px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#centre-piece {
	background-color: #A7C1F3;
	height: 440px;
	width: 900px;
	padding-top: 0px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#centre-piece #bannertop img {
	float: left;
	height: 151px;
	width: 900px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}







#sidebar {
	float: left;
	height: 279px;
	width: 180px;
	background-color: #A7C1F3;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 12px;
}



#main {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #EDECFF;
	background-repeat: no-repeat;
	background-position: 14px top;
	height: 410px;
	width: 650px;
	margin-top: 12px;
	float: left;
	margin-left: 15px;
	margin-right: auto;
	
}
#centre-piece #main #h1 p {
}
#centre-piece #main #h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	width: 630px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	height: 23px;
	background-color: #036;
}
#centre-piece #main #h1 span {
	font-size: 12px;
	color: #B4D6FE;
	font-family: "Arial Black", Gadget, sans-serif;
}

#centre-piece #main #p {
	text-align: left;
	height: 370px;
	width: 550px;
	padding-left: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 9px;
	color: #003;
	font-weight: normal;
	line-height: 16px;
	padding-top: 0px;
}
#gallery {
	background-color: #A7C1F3;
	height: 1350px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
#gallery #p2 #preorder {
	background-color: #E76F01;
	text-align: center;
	float: left;
	height: 60px;
	width: 200px;
	border: 5px solid #FFF;
	margin: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}
#gallery #galleryspace01 {
	background-color: #EDECFF;
	height: 1130px;
	width: 876px;
	margin-right: 12px;
	margin-left: 12px;
	float: none;
	margin-top: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gallery #p2 {
	text-align: left;
	height: 160px;
	width: 832px;
	padding-left: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 22px;
	color: #003;
	font-weight: normal;
	line-height: 16px;
	padding-top: 10px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 60px;
	margin-bottom: 30px;
	background-color: #EDECFF;
	float: left;
}



#footer {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2B395E;
	height: 20px;
	width: 900px;
	background-color: #F1CD61;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #2C3E7A;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #95612D;
	text-align: center;
	height: 65px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
