@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	background-color: #a3d39c;
	color: #292929;
	margin: 0px;
	background-image: url(SitePictures/SiteBg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left center;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: bold;
	color: #ED1C24;
	margin-top: 0px;
	margin-bottom: 6px;
}
.printCoupon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.S_Price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ED1C24;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #333;
}
a:visited {
	color: #333;
}

/*--------------------------------For whole site --------------------------------------------------------------*/
#siteContent {
	background-color: #FFFFD9;
	padding: 5px;
	width: 880px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 25px solid #ed1c24;
}

/*--------------------------------For Hearder --------------------------------------------------------------*/

#siteContent #header {
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 880px;
	font-size: 1em;
}

/*--------------------------------For Top Mune Link --------------------------------------------------------------*/

#siteContent #siteLink {
	background-color: #333;
	margin: 0px;
	height: 35px;
	width: 880px;
	ffont-size: 1em;
	position: relative;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#siteLink a:link {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 35px;
	font-size: 1.2em;
}
#siteLink a:active {
	color: #FF0;
	text-decoration: none;
}
#siteLink a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
}
#siteLink a:visited {
	color: #FFF;
}

/*--------------------------------For Body Information --------------------------------------------------------------*/

#siteContent #bodyInformation {
	font-size: 1em;
	margin: 0px;
	width: 860px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#locationText {
	color: #FFF;
	background-color: #39b54a;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 850px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
}



/*--------------------------------For Footer --------------------------------------------------------------*/

#siteContent #footer {
	color: #FFF;
	background-color: #333;
	margin: 0px;
	padding: 5px;
	width: 870px;
	font-size: 0.95em;
	clear: both;
	overflow: auto;
}
#footer a {
	color: #FF0;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
#footer .leftText {
	float: left;
	width: 450px;
}
.righttText {
	float: right;
	width: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer p {
	
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
}
.footerPictures {
	vertical-align: text-top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pictureBoder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#promotionBorder {
	width: 420px;
	border: 8px dashed #ED1C24;
	overflow: auto;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.redTxt {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ED1C24;
}
.RedDot {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
}

.ServicePrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
}
.homePictures {
	vertical-align: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}.homeTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	line-height: 70px;
}
.FooterYellowText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #FF0;
}
.homeText {
	font-size: 15px;
}
