/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #000000;
	background-color: #666;
}

a:link, a:visited {
	color: #5c755e; 
	text-decoration: underline;
}

a:hover {
	color: #868654; 
	text-decoration: underline;
}

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #000000;
}



/*Main template styles.*/

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}

#banner {
	height: 139px;
	position: relative;
	background: url(images/bkgnd_banner.jpg) top left no-repeat;
}

#mainnav {
	width: 600px;
	color: #000000;
	position: absolute;
	top: 108px;
	left: 20px;
	text-align: left;
	font-size: 13px;
}

#mainnav a:link, #mainnav a:visited {
	color: #000000;
	text-decoration: none;
}

#mainnav a:hover {
	color: #fff;
	text-decoration: none;
}

#backtohome {
	position: absolute;
	width: 328px;
	height: 43px;
	top: 20px;
	left: 20px;
}

#sidebar {
	width: 190px;
	float: right;
	margin-right: 15px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}


#navigation {
	width: 190px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation li {
	list-style: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	margin-top: 4px;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover {
	color: #ccc;
	text-decoration: none;
}


#contentwrapper {
	width: 780px;
	position: relative;
	background: #fff url(images/bkgnd_contentwrapper.gif) top left repeat-y;
}

#content {
	width: 520px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	padding-bottom: 15px;
}


.footertop {
	background-color: #000000;
}

.footername {  
	color: #cccc9a; 
	font-weight: bold; 
	font-size: 13px;
	text-align: center;
	padding: 6px;
}


.footerlinks {
	color: #cccc9a; 
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #cccc9a;
	text-decoration: underline;
}

.footerlinks a:hover {
	color: #fff;
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/


.siteby {  
	font-size: 10px; 
	line-height: 1.2em; 
	color: #000000;
	text-align: center;
}

.siteby a:link, .siteby a:visited {
	color: #000000;
}

.siteby a:hover {
	color: #fff;
}

.reservations {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.largephone {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 8px;
}

.button {
	background-color: #5c755e;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center; 
}

.buttontextsmall {
	color: #ccc;
	font-weight: bold;
}

.buttontext {
	color: #ccc;
	font-weight: bold;
	font-size: 16px;
}

.buttontext a:link, .buttontext a:visited {
	color: #ccc;
	text-decoration: none;
}

.buttontext a:hover {
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
}

/*index template styles*/


#flashbkgnd {
	width: 520px;
	height: 275px;
	background: url(images/bkgnd_flash.gif) top left no-repeat;
	text-align: center;
}

.announcementwrapper {
	width: 325px;
	margin: 0px auto;
	border: 2px dotted #5c755e;
	background-color: #cccc9a;
	margin-top: 8px;
}

.announcement {
	padding: 5px;
	text-align: center;
}

.announcement .title {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}

.announcement .text {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
}

 

/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 22px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #868654;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 5px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #868654;
}

h3 {  
	margin-top: 5px; 
	margin-bottom: 2px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #868654;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #000;
}

li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

.cellheader {
	font-size: 15px; 
	color: #868654; 
	font-weight: bold;
}

.cellheader a:link, .cellheader a:visited    {
	color: #868654;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #666;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 13px; line-height: 1.3em;}

.testimonialcellheader {
	font-size: 15px; 
	color: #868654; 
	font-weight:bold;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #868654;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #666;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 13px; 
}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #868654; 
}

.highlight a:link, .highlight a:visited {
	color: #5c755e;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #666;
	text-decoration: underline;
}

.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #6cbd45;
	background-color: #ffffff;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 12px; line-height: 1.5em; }

.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 11px; line-height: 1.5em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/
 
.smallnotes {
	font-size: 11px;
	color: #5c755e;
}



/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form {margin-top: 0px; margin-bottom: 0px; }

.fancyform p {
	padding-top: 6px;
	clear: left;
	margin-bottom: 2px;
}

.fancyform input, .fancyform textarea, .fancyform select {
	border: 1px solid #666;
}

.fancyform p label {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.fancyform p.rightcolumn {
	padding-left: 188px;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
}

table {margin-top: 0px; margin-bottom: 0px; }

.certificate { padding: 0; margin: 0; border: 2px solid #9b0075; background-color: #ffffff; }
.certificate td { padding: 5px; }


hr {
	color: #9c9f84;
	background-color: #9c9f84;
	height: 1px;
	width: 100%;
}

/*table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#ffcc66,1px;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
}


table.pmt_table th {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 11;
}

table.pmt_table td {
	background-color: #b5dea2;
}*/

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #0033cc; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {
	background: #5c755e; 
	font-size: 13px; 
	color: #ffffff;
}



.fancybutton2 {background: #5c755e; font-size: 12px; color:#FFFFFF;}