/*
	File: sitebuilder_template.css 
	Date: August 12,08 2004
	Last Update: Novembwr 4th, 2005.
	
*/


@media all {
	
html {
	color: #FFFFFF;
	background-color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 770px;
}
#secondaryNav {
	width: 770px;
}
#header{
	height: 140px;
	margin: 0px auto 0px auto;
	width: 770px;
	background-image: url('../siteImages/header.jpg');
}
#primaryNav {
	width: 770px;
	background-color: #3A3839;
}
#main-content{
	width: 770px;
	background-image: url('../siteImages/repeat.jpg');
	text-align: left;
	background-repeat: repeat-y;
}
#bg-layer{
	width: 770px;
	/*background-image: url('../siteImages/content_bg.jpg');*/
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 350px;	
}
#ternary-nav{
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 170px;
	height:100%;
	
}
#content {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 770px;
	text-align: left;
}
#innerContent {
	margin-left:25px;
	margin-top:10px;
	margin-right: 25px;
	height: 100%;
	text-align: left;

}
#footer {
	clear: both;
	height: 97px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 770px;
	background-image: url('../siteImages/footer.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

.secondary-nav {
	color: #000000;
	font-weight: normal;
}

.secondary-nav a,
.secondary-nav a:link,
.secondary-nav a:visited,
.secondary-nav a:active {
	color: #000000;
	font-weight:  normal;
	text-decoration: none;
}

.secondary-nav a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.primary-nav {
	color: #8E8E8E;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.primary-nav a,
.primary-nav a:link,
.primary-nav a:visited,
.primary-nav a:active {
	color: #8E8E8E;
	font-weight: bold;
	text-decoration: none;
}

.primary-nav a:hover {
	color: #FD8900;
	font-weight: bold;
	text-decoration: underline;
}

.ternary-nav {
	color: #000000;
	font-weight: normal;
}

.ternary-nav a,
.ternary-nav a:link, 
.ternary-nav a:visited, 
.ternary-nav a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.ternary-nav a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
/*--- Image borders ---*/
.imgborder, .imgborder-left, .imgborder-right{
	border: 1px solid #FD8900;
}

.imgborder-right{
	float: right;
	margin-left: 5px;
}

.imgborder-left{
	float: left;
	margin-right: 5px;
}

/*--- Hours Table Styles ----*/
#hours{ /* spaceing around the entire table */
Margin: 20px 0px 20px 0px;
}
#hours p.text{ /* Header Colors */
background-color: #FD8900;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
}
#hours table.box1{ /* Border and lines between cells color */
background-color: #000000;
}
#hours td{ /* Hour listing Colors */
background-color: #FFFFFF;
border-spacing: 1px;
padding: 0px;
width:50%;
}
#hours div.text{ /* Cell Padding */
line-height: 18px;
text-indent: 5px;
color: #000000;
}
/*--- Contact Us Form Styles ----*/
#contactusform{ /* Form Body/text Colors */

}
#contactusform .contenttext{ /* Personal Information & Information Requests Bars */
	background-color: #FD8900;
	color: #FFFFFF;
	border: 1px solid #000000;
}


/*--- Coupon Styles ---*/
.coupon-titlebar td{
	background-color: #FD8900;
	text-align: center;
	border-bottom: 1px solid #4F4F4F;
}

.coupon-title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 3px 2px;
	
}
.coupon-price {
	color: #aa0000;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 10px 2px 3px 2px;
}
.coupon-description {
	color: #000000;
	font-size: 85%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.coupon-exception {
	color: #000000;
	font-size: 85%;
	margin: 0px 0px 0px 0px;
	padding: 8px 2px 3px 6px;
}

.coupon-expries {
	color: #000000;
	font-size: 75%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 8px 6px;
}

.coupon-border {
	background-color: #FBFBFB;
	border: 1px solid #4F4F4F;
	width: 180px;
}
/*--------Gallery Styles------*/
.gallery_table{
	
}
.gallery_table img{
	border: 1px solid #FD8900;
	/*---This margin acts as cellpadding---*/
	margin: 0px 10px 10px 10px;
}
.gallery_table td{
	text-align: center;
}
/*-----------Site Unique Classes-------------*/

/*---------- Do not adjust these ------------*/
.text {
	font-size: 100%;
	color: #000000;
}

.bodytextcolor {
	font-size: 100%;

}

.contenttext {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
}

.hourstext {
	font-size: 100%;
	color: #000000;
}

.phead
{
	text-align: left;
}

.pp
{
	text-align: left;
}
}