/*  Common Styles ++++++++++++++++++++ */

* {
	margin: 0px;
	padding: 0px;
}
.b { font-weight: bold; }
.i {font-style: italic; }
.centerMe { text-align: center; }
.hidethis { display: none; }
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}


table { font-size: 1em; }
td {
	color: inherit;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}
a {
	color: #E00000;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: black;
	background-color: inherit;
}
img {
	border: none;
}
ul, ul li {
	list-style: none outside;
}
ol, ol li {
	list-style: decimal inside;
}
p {
	padding: 0.6em 0em 0.6em;
}
fieldset {
	border: none;
}
input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}


/*  Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
	margin: 1.3em auto;
	border: 1px #fff solid;
}



/*  Body Wrappers ++++++++++++++++++++ */
body {
	color: #008000;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

#body_wrapper {
	margin: 35px auto;
	width: 1032px;
/*	background: url('images/rightcol_img.gif') no-repeat 100% 68px; */
}

#body_container {
	float: right;
	position: relative;
	left: -230px;
	width: 546px;
}

#body_container_b {
	padding-top: 5px;
	width: 546px;
}
#body_container_c {
	color: #008000;
	background-color: white;
	border: #B00000 6px solid;
}



/*  Page Header ++++++++++++++++++++ */

#page_header {
	padding: 16px 0px;
	color: inherit;
	background-color: #008000;
}

#MainLogoImg {
}

#page_header h1 {
	margin-top: 10px;
}

#page_header h3 {
	margin-bottom: 0.5em;
}


/*  Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 68px;
	position: relative;
	left: 77px;
	width: 180px;
	font-weight: bold;
}

#navmenu_b {
	width: 180px;
}

#navmenu_c {
	color: inherit;
	background-color: white;
	border: #B00000 6px solid;
	border-right: none;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

#navmenu li {
	border-bottom: #E00000 1px solid;
}

#navmenu li a {
	display: block;
	padding: 10px 0px;
	width: 174px;
}

#navmenu li a.activepage {
	background-color: #008000;
	color: white;
}

#navmenu li a:hover {
	color: white;
	background-color: #007000;
}

#OrderButton a {
	color: black;
}

li#OrderButton a:hover {
	color: white;
	background-color: black;
}

#EmailSignupBox {
	margin-left: -16px;
	margin-top: 20px;
}

/*  Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	font-weight: bold;
	text-align: left;
}

#PromoBox {
	border: 2px solid #008000;
	padding:  8px;
	color: #E00000;
	margin-top: -1em;
	margin-bottom: 2em;
}
#PromoBox h4 {
	font-size: 12pt;
	text-align: center;
	margin-bottom: 6px;
}

.link_readmore {
	padding: 35px 0px 10px;
	text-align: right;
}

.link_readmore a {
	margin-left: auto;
	display: block;
	width: 94px;
	height: 24px;
	background: url('images/button_readmore.gif') no-repeat 0% 0%;
}



/*  Page-Specific Styles ++++++++++++++++++++ */


#HomeBlurb {
	color: #434343;
	margin: 20px 0px;
}

#HomeBlurb h2 {
	font-size: 150%;
	margin: 8px 0px;
}

#TextBlocks { }

#HoursAndAddressTable {
	width: 100%;
	text-align: center;
	border: 0;
	margin-bottom: 1em;
}

#MenusNavDiv {
	border-bottom: 2px solid white;	
	text-align: center;
	padding: 0.5em 0;
}

#MenusNavDiv a {
	font-weight: bold;
	font-size: 110%;
}

#MenusNavDiv table {
	margin: 0 auto 0 -20px;
	width: 100%;
}

#MenuLinksGuide{
font-weight: normal;
}

#MainMenuTypesContainer{
	font-weight: bold;
}

#MapDirectionsTable {
	text-align: left;
}

#MapDirectionsTable td {
	vertical-align: top;
}

#ContactCell {
	padding-left: 5px;
	font-weight: bold;
}

#MapTextCell {
	padding-left: 5px;
}

#mapcontainer {
}

#CouponTable {
	width: 450px;
	margin: 0 auto;
}

.CouponTD {
	width: 210px;
	height: 100px;
	text-align: center;
	color: black;
	font-weight: normal;
} 

.coupon {
	height: 80px;
	width: 200px;
	border: 2px dashed black;
	padding: 8px;
	margin-bottom: 8px;
}

.CouponBonusText {
	color: red;
	font-weight: bold;
}


/*  Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
}

#page_footer a:hover {
	color: green;
	text-decoration: underline;
}
