body	{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border: 0;
	background-color: #fcf2cb;
	}




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.img-left	{ float: left; margin-right: 6px; margin-bottom: 1px; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK CODE */

a:link, a:visited, a:active 
		{ color: #660000; text-decoration: none; }

a:hover		{
	color: #531a01;
	text-decoration: underline;
	font-family: arial, sans-serif;
}




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

div, table	{ color: #666666; font: 12px arial, sans-serif; font-weight: normal; line-height: 19px; }

.title		{
	color: #6F7793;
	font: 20px arial, sans-serif;
	font-weight: normal;
	font-family: arial, sans-serif;
}

.subtitle	{ color: #6F7793; font: 14px arial, sans-serif; font-weight: bold; }

.smalltitle 	{ color: #000000; font: 13px arial, sans-serif; font-weight: bold; }

.phonetitle	{ color: #000000; font: 14px arial, sans-serif; font-weight: bold; }

.testimonial	{ color: #339900; font-weight: bold; font-style: italic; }

.hilite		{ color: #FF0000; font-weight: bold; }




/* WIDTHS, HEIGHT, MARGINS, PADDING */

.pagewrapper		{
			min-width: 900px;
			max-width: 1100px;
			margin: 0 auto;
			border: solid #542903;
			border-width: 0px 1px 1px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.pageheight		{ min-height: 640px; }

.pageheight-video	{ min-height:  816px; }

.contentwidth		{ width: 90%; }

.contentpad		{
	padding: 12px 15px 5px 15px;
	font-family: arial, sans-serif;
}

.content-minwidth	{ width: 400px; height: 10px; }



/* MOBILE WIDTH & BORDERS (See also the style-mobi.css ) */

.pagewrapper-mobile	{
			min-width: 200px;
			max-width: 502px;
			margin: 0 auto;
			border: solid #4d1601;
			border-width: 0px 1px 1px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* BACKGROUNDS */

.content-background	{ background-color: #fcf2cb; background-image: none; }

.outer-background	{
			background-color: #fcf2cb;
			background-image: url("picts/background-outer.jpg");
			background-repeat: repeat-x;
			background-attachment: fixed;
			}

.mobile-outer-background {
			 background-color: #fcf2cb;
			 background-image: url("picts/background-outer.jpg");
			 background-repeat: repeat-x;
			 background-attachment: fixed;
			 }




/* LOGO HEADER */

.header		{
		width: 100%;
		background-color: #996633;
		border-bottom: #D3D3D3 1px solid;
		}

.header-mobile-icon	{ display: block; margin: 0px 0px 0px auto; }

/* FULL SITE HEADER ICON */

.headermobile-width 	{ width: 140px; }



/* START PLAIN TEXT HEADER CODE */

.logolayerlink	 { display: block; padding: 0px 0px 0px 10px; }

.textlogo	 { font: 22px arial, sans-serif; font-weight: normal; line-height: 60px; }

.textlogo-mobile { font-size: 19px; line-height: 48px; }

a.textlogo:link, a.textlogo:visited, a.textlogo:active, .textlogo 

		 { color: #0264C7; text-decoration: none; }

a.textlogo:hover { color: #003366; text-decoration: none; }

.TextHeaderHeight { height: 70px; }





/* HOME PAGE JQUERY */

.JQslideshow img  { display: none; }

.JQslideshow 	  {
		  padding:0;
		  margin:0;
		  overflow: hidden;
		  z-index: 2;
		  }

.JQslideshow img  {
		  padding: 0px;
		  top:0;
		  left:0;
		  }

.JQslideshow	  { background-color: #FFFFFF; }

/* JQUERY NEXT PREVIOUS BUTTONS */

.NextPrevBorder	 		{ border: #000000 0px solid; }

a:hover .NextPrevBorder 	{ border: #663333 0px solid; }

#NextPrev	{
		position: relative;
		left: 683px;
		top: 65px;
		width: 52px;
		height: 25px;
		margin-bottom: -25px;
		z-index: 3;
		}

table#NextPrev	td	{ padding: 0px 0px 0px 0px; }

#prev			{ margin: 0px 2px 0px 0px; }

#next			{ margin: 0px 0px 0px 0px; }




/* SOCIAL ICONS */

.socialtext	   { color: #3399CC; font: 11px verdana, arial, sans-serif; font-weight: normal; }

.socialspace	   { padding: 2px 0px 2px 0px; }

.sidebar-social    {
		   padding: 0px 0px 1px 0px;
		   }

.footer-social	   {
		   width: 150px;
		   padding: 0px 10px 0px 10px;
		   }

.mobile-social	   {
		   padding: 10px 10px 10px 10px;
		   }

.socialicon		{ margin: 1px; display: block; }

.socialicon:hover	{
			margin: 0px;
			border: #3399FF 1px solid;
			}

/* SOCIAL ICON ALIGNMENT */

.sidebar-social table	{ margin: 0 auto 0 0; }

.footer-social table	{ margin: 0 auto; }

.mobile-social table	{ margin: 0 auto; }

.mobile-social div.socialtext	{ text-align: center; }




/* FOOTER OPTIONS */

#FooterFRM		{ visibility: visible; }

.footer-frame		{
			width: 100%;
			height: 250px;
			display: block;
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			border: #000000 0px solid;
			}

.footer-page	{
		background-image: none;
		background-color: #ffffcc;
		}

.footer-outer 	{
		width: 100%;
		background-color: #fcf2cb;
		background-image: none;
        	border-top: #4d1601 1px solid;
        	border-bottom: #4d1601 0px solid;
		}

.footer-inner 	{
		margin: 15px 15px 15px 15px;
		background-color: #ffffcc;
        	border: #4d1601 1px solid;
		}

.footer-pad	{ padding: 20px 14px 0px 14px; }

.footer-title 	{
		color: #000000;
		font: 14px arial, sans-serif;
		font-weight: bold;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #BFD5FF 1px solid;
		}

.footer-copyright
		{
		font: 10px verdana, arial, sans-serif;
		font-weight: normal;
		background-color: #FFFFFF;
		padding: 10px 3px 10px 3px;
		text-align: center;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #ffcc33 1px solid;
			}

.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #1691FF 1px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ line-height: 30px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.html5-icon	{ margin-top: 10px; margin-bottom: 2px; }

.toparrow	{ margin: 3px auto 15px auto; }


/* MOBILE FOOTER (See also the style-mobi.css ) */

.footer-mobile .footer-copyright 
			{
			color: #666666;
			font: 10px arial, sans-serif;
			font-weight: normal;
			background-color: #f8f2cf;
			padding: 10px 3px 10px 3px;
			border-bottom: #98BCFF 1px solid;
			}

.footer-mobile	a:link, .footer-mobile	a:visited, .footer-mobile a:active 
			{ color: #cc9966; text-decoration: none; }

.footer-mobile a:hover	{ color: #0033FF; text-decoration: underline; }




/* RIGHT SIDEBAR */

.R-sidebarwidth		{ width: 250px; }

.R-sidebarpad		{ padding: 10px 10px 10px 10px; }

.sidebarBG	{
		background-color: #fefef1;
		background-image: url("picts/background-sidebar.jpg");
		background-repeat: repeat;
		border-left: #DBDFEA 1px solid;
		}

.sidebarR-image	{
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		}

.sideR-textbox	{ margin: 0px 0px 20px 0px; }




/* PAGE BARS AND BORDERS */

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		margin: 6px 0px 6px 0px;
		padding: 0;
		border: solid #CCCCCC;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.single-splits	{
		height: 2px;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.map-splits	{ margin: 15px 0px 15px 0px; }

.pagebar	{
		background-color: #FFFFFF;
	        background-image: url("picts/bar.jpg");
		background-repeat: repeat;
        	border-top: #4d1601 1px solid;
        	border-bottom: #4d1601 1px solid;
		height: 18px;
		font-size: 1px;
		line-height: 1px;
		}




/* PAGE TOP BANNERS */

.banimage	{ width: 750px; border-right: #9DA5C1 1px solid; }

.banimage-background 
		{ background-color: #FFFFFF; }

.banimage-end	{ background-image: url("picts/top-picture-end.jpg"); }




/* IMAGE SPACING ALIGNMENT & BORDERS */

.iborders		{ border: #640000 1px solid; }

.menu-image1		{
			border-top: #640000 1px solid;
			border-bottom: #640000 1px solid;
			margin: 15px 0px 0px 0px;
			}

.menu-image2		{
			border-top: #640000 1px solid;
			border-bottom: #640000 1px solid;
			margin: 15px 0px 0px 0px;
			}




/* ARROW CODE FOR ITEM LISTS AND PAGE ARROWS */

.lists	{
	color: #000000;
	line-height: 20px;
	list-style-image: url("picts/bullet-orange.png");
	}

.arrow-black, .arrow-blue, .arrow-green, .arrow-orange, .arrow-red 
	{
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 2px 0px 2px 22px;
	margin: 7px 0px 0px 10px;
	}

.arrow-black  	{ color: #000000; background-image: url("picts/arrow-black.png"); }

.arrow-blue  	{ color: #0066FF; background-image: url("picts/arrow-blue.png"); }

.arrow-green 	{ color: #339900; background-image: url("picts/arrow-green.png"); }

.arrow-orange  	{ color: #993300; background-image: url("picts/arrow-orange.png"); }

.arrow-red 	{ color: #000000; background-image: url("picts/arrow-red.png"); }

.arrow-nomargin	{ margin: 7px 0px 0px 0px; }

.arrow-bold	{ font-family: arial, sans-serif; font-weight: bold; }

.arrow-line	{
		font: 12px arial, sans-serif;
		font-weight: normal;
		border-top: #A0C1CB 1px solid;
		padding-top: 6px;
		margin: 7px 0px 0px 0px;
		background-position: 0px 5px;
		}

/* ARROW HIGHLIGHT LINKS */

a.hilitelink:link, a.hilitelink:visited, a.hilitelink:active 
			{ color: #FF6600; text-decoration: none; }

a.hilitelink:hover	{ color: #0033FF; text-decoration: underline; }




/* VIDEO PAGE CODE */

.video-sidebar	{
		width: 30px;
		background-color: #F1F5FE;
		background-image: url("picts/background-sidebar.jpg");
		background-repeat: repeat;
		}

.vs-left	{ border-right: #DBDFEA 1px solid; }

.vs-right	{ border-left: #DBDFEA 1px solid; }

.video-textarea { width: 640px; margin-top: 10px; }

.videostyle	{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		padding: 0;
		border: #000000 0px solid;
		}

/* VIDEO MENU */

.menu-videos	{
		background-color: #E8EDFA;
		padding: 0px 5px 0px 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: #98BCFF 1px solid;
		}

table.vid-menu-pad td	{ padding: 10px 4px 10px 4px; }

#video-overlay	{
		position: relative;
		top: -48px;
		left: 0px;
		width: 28px;
		height: 28px;
		margin:0 auto -28px auto;
		z-index: 10;
		}

.vid-hover	 	{ border: #FFFFFF 1px solid; }

a:hover .vid-hover 	{ border: #99FFFF 1px solid; }

.vid-thumb 		{
			width: 100px;
			height: 67px;
			display: block;
			border: #000000 1px solid;
			}




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* GALLERY & CART */

.gallerytext		{ font-size: 12px; }

.gallerytitle 		{ color: #000000; font: 14px verdana, arial, sans-serif; font-weight: bold; font-variant: small-caps; }

.price	 		{ color: #CC6600; font: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.Galborder	 	{ border: #FFFFFF 2px solid; vertical-align: bottom; transition: all 0.5s ease; -webkit-transition: all 0.5s; }

a:hover .Galborder 	{ border: #00CC00 2px solid; vertical-align: bottom; }

.cartmargin		{ margin: 5px 0px 0px 0px; }

.view-cart-margin	{ margin: 0px 0px 3px 0px; }

.close-up		{ position: relative; top: 3px; }

.galbox		{
		background-color: transparent;
		border-top: #1691FF 0px solid;
		border-right: #1691FF 0px solid;
		border-bottom: #1691FF 0px solid;
		border-left: #1691FF 0px solid;
		}

.galbox-inner	{ width: 100%; }

.galbox-pad	{ padding: 12px 12px 12px 12px; }

.galbox-left	{ width: 134px; padding-right: 0px; }

.cartdrop	{
		color: #000000;
		font: 12px arial, sans-serif;
		width: 134px;
		margin: 0px 0px 5px 0px;
		}

.carticon	{ margin-top: 0px; display: block; }

table.plainGalTable td	{ padding: 3px 3px 3px 3px; }

.plainGalCell		{ max-width: 136px; text-align: center; margin: 0 auto; }


/* ORDER BUTTONS */

input[type=submit].button-order	
		{
		color: #FFFFFF;
	       	font: bold 13px arial, sans-serif;
		text-align: center;
		background-color: #996600;
	        background-image: url("picts/button.png");
		-webkit-appearance: none;
        	padding: 6px 0px 6px 0px;
		margin: 5px 0px 3px 0px;
		cursor: pointer;
		width: 132px;
        	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

input[type=submit].button-order:hover 
		{
		color: #FFFFFF;
		background-color: #cc6600;
		}

input[type=submit].view-cart	{ width: 230px; }



/* GALLERY VIEWER */

.viewer-body	{ overflow: hidden; }

.viewer-height	{ height: 94%; }

.viewer-text	{ width: 600px; padding: 10px 0px 0px 0px; }

.viewerwrapper	{ margin: 0 auto; }

.viewer-border	{ border: #999999 0px solid; }

.close-button	{ padding: 6px 6px 0px 6px; }

.close-button-margin { margin-bottom: -15px; position: relative; z-index: 10; }




/* CONTACT PAGE CODE */

.form-align		{ margin-left: 50px; }

table.form-align td	{ padding: 1px 0px 0px 0px; }

.shadeform	{
		color: #000000;
		font: 13px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 175px;
		border: #7F9DB9 1px solid;
		}

.dropdown 	{
		color: #7F9DB9;
		text-align: left;
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		width: 175px;
		}

.textarea	{
		color: #000000;
		font: 13px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 235px;
		height: 145px;
		border: #7F9DB9 1px solid;
		}

.submitbutton 	{ font-size: 13px; width: 110px; }




/* LINKS PAGE CODE */

table.searcharea td	{ padding: 6px 3px 6px 3px; }

.searcharea		{ margin: 5px 0px 2px 0px; }

.linksmargin	{ margin: 0px; }

.searchterms 	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		color: #000000;
		width: 100px;
		border: #7F9DB9 1px solid;
		}

.searchbutton 	{
		background-color:#DDEDE7;
		font: 11px arial, sans-serif;
		font-weight: bold;
		color: #336666;
		height: 20px;
		cursor:pointer;
		text-align: center;
		padding-left: 2px;
		padding-right: 2px;
		border: #336699 1px solid;
		}




/* NEWS PAGE */

.news-table	   { width: 100%; }

table.news-table td { padding: 6px 6px 6px 6px; }

.news-image	   { width: 80px; }




/* STAFF PAGE */

.staff-table	   { width: 100%; }

table.staff-table td { padding: 6px 6px 6px 6px; }

.staff-image	   { width: 80px; }




/* PDF PAGE */

.pdf-table	{ width: 100%; }

.pdf-icons	{ width: 90px; }




/* SITE MAP PAGE */

.map-align		{
	width: 250px;
	margin-left: 60px;
	font-family: arial, sans-serif;
}

.searchmargin		{ margin: 0px; }

.searchbox		{ padding: 0px; }

.sitesearchterms	{ width: 120px; margin: 4px 3px 4px 0px; }

.sitesearchbutton	{ width: 58px; }




/* MOBILE SELECT OVERLAY */

.SOLbackground {
	background-color: #FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:0.60;
	}
  
.SOLselect {
	background-color: #FFFFFF;
	border: #7F9DB9 4px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

.SOLinner	{
		color: #ffffcc;
		font: 15px arial, sans-serif;
		font-weight: bold;
		line-height: normal;
		}

.SOLinner a	{ font: 34px arial, sans-serif; }

.SOLclose	{
	background-color: #FF0000;
	border: #ffcc99 4px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

/* MOBILE SELECT LINK COLORS */

a.selectlink:link, a.selectlink:visited, a.selectlink:active 
			{ color: #3366FF; text-decoration: none; }
a.selectlink:hover	{ color: #0033FF; text-decoration: underline; }




/* MOBILE HOME MENU CODE */

a.menulink-mobile:link, a.menulink-mobile:visited, a.menulink-mobile:active 
		{
		color: #663300;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		line-height: 41px; /* THIS CONTROLS MENU BUTTON HEIGHT */
		background-color: #ffffcc;
		background-image: url("mobile/picts-mobi/menu-arrow-blue.png");
		background-position: top right;
		background-repeat: no-repeat;
		padding: 0px 10px 0px 10px;
		margin: 0px auto 0px auto;		
		display: block;
		cursor: pointer;
		min-width: 200px;
		border: solid #4d1601;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

a.menulink-mobile:hover
		{
		color: #ffffcc;
		background-color: #f9edc8;
		background-image: url("mobile/picts-mobi/menu-arrow-blue.png");
		border: solid #4d1601;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/***************
Media Queries - ARE LOCATED IN THE style-mobi.css IN THE "mobile" FOLDER
***************/
