/* ===========================================
    CSS STYLES FOR ZAMPARELLI'S ITALIAN BISTRO
   =========================================== */   


/* PAGE ELEMENTS */

#contenthome {
	background: url(../images/backgrounds/bg_content_02.gif) no-repeat 0px -130px;
}

#opentable {
	margin: 1px;
	padding: 0px 0px 5px;
}

#dinerschoicebadge {
	text-align: left;
	margin: 16px 0px 14px 12px;
	padding: 0px;
}

#welcome {
	text-align: center;
	width: 583px;
	padding-top: 10px;
	padding-bottom: 8px;
}

#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 8px;
	margin-left: 40px;
}

/* HTML TAGS */

h2 {
	font-family: "Arial Black", "Arial Bold", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 16px;
	margin-left: 40px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 6px;
	margin-left: 40px;
}

/* CLASSES */

.divider {
	background-image: url(../images/home/home_divider.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin: 0px;
	height: 30px;
	width: 583px;
}

.dividerFull {
	background-image: url(../images/elements/dots_red_h.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	height: 1px;
	margin: 0px 1px;
	padding: 0px;
}

