@charset "utf-8";

/* ©Poppy's Pizza
	of Langhorne, PA
	
	Hosting and Deisgn
	©Burbank Graphics
	Author: John Stanley(Horoszewski) */

     /*     HTML Tags    */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}

     /*    Div Tags    */

#wrapper {
	height: auto;
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d9c484;
	border: 2px solid #006212;
	background-image: url(../images/img_flourish_topRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#left {
	float: left;
	width: 222px;
	height: auto;
}

 /* --------------- Nav Divs ---------------  */

#navBox_top {
	width: 209px;
	float: left;
	margin-left: 8px;
	margin-top: 15px;
	height: 100%;
}

#navBox {
	width: 205px;
	margin-left: 8px;
	float: left;
	background-color: #A48D47;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFEDB3;
	border-bottom-color: #FFEDB3;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFEDB3;
	text-align: center;
}

#img1 {
	margin-left: 2px;
	width: 200px;
	margin-top: 3px;
	float: left;
}

#nav {
	float: left;
	margin-top: 5px;
}

#nav a {
	display: block;
	width: 198px;
	float: left;
	margin-left: 3px;
	height: 23px;
	border: 1px solid #FFEDB3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
}

#nav a:hover {
	color: #000000;
	background-color: #CCCCCC;
	background-image: none;
}

  /* --------------- Index Page Divs ---------------  */
  
#right {
	float: right;
	width: 370px;
	height: auto;
}

#img3 {
	float: left;
	width: 101px;
	margin-top: 60px;
	margin-left: 3px;
}

#welcome {
	clear: both;
	background-color: #FFFFFF;
	float: left;
	width: 356px;
	margin-left: 0px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#imgIngredients {
	float: right;
}

#spec {
	float: left;
	background-color: #FFFFFF;
	width: 176px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}

#imgZiti {
	margin-top: 10px;
	margin-bottom: 10px;
}

#pizza {
	float: right;
	background-color: #FFFFFF;
	width: 176px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 6px;
	font-style: italic;
}

#imgPizza {
	margin-top: 10px;
	margin-bottom: 10px;
}

 /* --------------- Contact Page Divs ---------------  */

#contact {
	width: 370px;
	float: right;
	margin-top: 70px;
}

#info {
	background-color: #FFFFFF;
	width: 355px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 22px;
}

#map {
	background-color: #FFFFFF;
	width: 355px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#map a {
	color: #591313;
	text-align: center;
}

 /* --------------- Footer ---------------  */

#footer {
	clear: both;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #065810;
}

#footer a {
	color: #541213;
	text-decoration: none;
}


     /*     Class Tags    */

.txt_welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	width: 255px;
	display: block;
}

.txt_welcomeB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 255px;
	display: block;
	font-weight: bold;
}
