/*
Style developed by Hannah Titmarsh (C) 2010
New York Slice Pizzeria
*/

/* Page Elements */

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #ac010b;
	color: #000000;
	font-size: 13px;
}

ul{
	list-style-type: none;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
}


h1 {
	color: #11277f;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1px;
}

h2 {
	color: #ac010b;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}

h3 {
	color: #ac010b;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 0px;

}


h4 {
	color: #ac010b;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}


a:link {
	text-decoration: none;
	color: #ac010b;
}
a:visited {
	text-decoration: none;
	color: #ac010b;
}
a:active {
	text-decoration: none;
	color: #ac010b;
	}
a:hover {
	text-decoration: underline; 
	color: #102580;
	}


a img {border:none;}

/* Top Panel */

#topPan {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 897px;
}

#topPan ul li {
	float: right; 
	font:16px/30px Helvetica, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	text-transform:uppercase;
}
#topPan ul li a {
	width:130px; 
	height:30px; 
	display:block; 
	background:url(images/menubg-normal.jpg) 0 0 no-repeat #66605B; 
	color:#fb0021;  
	text-decoration:none; 
	text-align:center;
}

#topPan ul li a:hover {
	color: #FFFFFF;
}

#topPan ul li.menupadding {
	margin:0 0 0 1px;
}

#topPan ul li.home {
	width:130px; 
	height:30px; 
	display:block; 
	background:url(images/menubg-normal.jpg) 0 0 no-repeat #66605B;
	color:#153b8c;
	text-align:center;
	margin:0 0 0 1px;
}


/* Pizza Menu */
.name {

	font-size: 14px;

	color: #ac010b;

	font-weight: bold;

	display: block;
	text-transform: uppercase;

}

.desc {

	display: block;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;

}

.num {

	font-weight: bold;

	padding: 2px 5px 2px 5px;

	background: #fec400;

	float: left;

	width: 12px;

	display: block;

	text-align: center;

	margin: 0px 8px 0px 0px;

}

.num2 {

	font-weight: bold;
	
	color: #fec400;

	padding: 2px 5px 2px 5px;

	background: #11277f;

	float: left;

	width: 12px;

	display: block;

	text-align: center;

	margin: 0px 8px 0px 0px;

}


.col1 {

	width: 370px;

	float: left;

	white-space: normal;

}

.col2 {

	width: 370px;

	float: left;

	white-space: normal;

}

.col1 p, .col2 p, .mapcol2, .mapcol2 {

	margin: 0px;

	padding: 0px;

}



/* Page Layout Elements */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 897px;
	background: url(images/wrapperbg.jpg) no-repeat;
	
}

#header {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 123px;
	padding-left: 12px;
}


#content { 
	float: left;
	width: 740px;
}

#features {
	float: left;
	width: 897px;
}



#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 30px;
	padding-left: 12px;
	font-size:12px;
	font-weight: bold;
}

#disclaimer {
	padding-top: 8px;
	font-size: 10px;
}


