body	{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	}




/* 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; }

.rimage		{ max-width: 100%; height: auto; }

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

.text-nowrap	{ overflow: hidden; min-width: 150px; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK CODE */

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

a:hover		{ color: #3399FF; text-decoration: underline; }




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

div, table	{ color: #000000; font: 16px arial, sans-serif; font-weight: normal; line-height: 150%; }

.title		{ color: #000000; font: 24px arial, sans-serif; font-weight: normal; padding-bottom: 5px; }

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

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

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

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




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* WIDTHS, HEIGHT, MARGINS, PADDING */

.pagewrapper		{
			min-width: 930px;
			max-width: 1290px;
			margin: 0px auto 10px auto;
			border: solid #999999;
			border-width: 0px 0px 0px 0px;
			/* 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; }

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



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

.pagewrapper-mobile	{
			min-width: 300px;
			max-width: 500px;
			margin: 0 auto;
			border: solid #999999;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* BACKGROUNDS */

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

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

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




/* LOGO HEADER */

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

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

/* HEADER ICON */

.headermobile-width 	{ width: 140px; }



/* START PLAIN TEXT HEADER CODE */

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

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

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

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

a.textlogo:hover { color: #666666; 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: #FF0000 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: 14px arial, sans-serif; font-weight: normal; }

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

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

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

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

.socialicon	{
		margin: 1px; display: block;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.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: 375px;
		display: block;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		border: #000000 0px solid;
		}

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

.footer-outer 	{
		width: 100%;
		background-color: #0076D9;
        	border-top: #0093FB 10px solid;
        	border-bottom: #999999 0px solid;
		}

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

.footer-text	{ color: #FFFFFF; font: 16px arial, sans-serif; font-weight: normal; }

.footer-text .socialtext { color: #FFFFFF; }

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-title 	{
		color: #FFFFFF;
		font: 19px arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #FFA521 1px solid;
		}

.footer-copyright {
		color: #F0F0F0;
		font: 12px arial, sans-serif;
		font-weight: normal;
		background-color: #0069C1;
		border: #3892DD 1px solid;
		padding: 17px 3px 17px 3px;
		margin: 0px 15px 15px 15px;
		text-align: center;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #3892DD 0px solid;
			}

.footer-image	{
		margin: 50px 0px 3px 10px;
		border: #42BCFF 4px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

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

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

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

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

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




/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #ACF4FF; text-decoration: underline; white-space: nowrap; }


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #93DDFF; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




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

.footer-mobile .footer-copyright 
			{
			color: #F0F0F0;
			font: 11px arial, sans-serif;
			font-weight: normal;
			background-color: #0069C1;
			padding: 14px 3px 14px 3px;
			margin: 0px 0px 0px 0px;
			border-top: #C0C0C0 4px solid;
			border-bottom: #CCCCCC 4px solid;
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

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

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




/* RIGHT SIDEBAR */

.SBtitle	{
		color: #000000;
		font: 18px arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		}

.SBtext		{ color: #666666; font: 14px arial, sans-serif; font-weight: normal; }

.R-sidebarwidth { width: 250px; }

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

.sidebarBG	{
		background-color: #ECECEC;
		border-left: #000000 0px solid;
		}

.sidebarR-image	{
		max-width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #1691FF 1px solid;
		}

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




/* PAGE BARS AND BORDERS */

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		margin: 14px 0px 14px 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 */
		}

.side-splits	{
		margin: 14px 0px 14px 0px;
		border: solid #CCCCCC;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

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

.pagebar1	{
		background-color: #000000;
        	border-top: #000000 0px solid;
        	border-bottom: #000000 0px solid;
		height: 22px;
		font-size: 1px;
		line-height: 1px;
		}

.pagebar2	{
		background-color: #ECECEC;
        	border-top: #000000 0px solid;
        	border-bottom: #000000 0px solid;
		height: 22px;
		font-size: 1px;
		line-height: 1px;
		}




/* PAGE TOP BANNERS */

.banimage	{ width: 750px; border-right: #000000 0px solid; }

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

.banimage-end	{ background-color: #000000; }




/* IMAGE SPACING ALIGNMENT & BORDERS */

.iborders		{ border: #1691FF 1px solid; }

.menu-image1	{
		margin: 15px 0px 0px 0px;
		border-top: #1691FF 0px solid;
		border-bottom: #1691FF 0px solid;
		max-width: 100%;
		height: auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.menu-image2	{
		margin: 15px 0px 0px 0px;
		border-top: #1691FF 0px solid;
		border-bottom: #1691FF 0px solid;
		max-width: 100%;
		height: auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}




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

.lists	{
	color: #000000;
	font-weight: bold;
	line-height: 150%;
	list-style-image: url("picts/bullet-red.png");
	}

.arrow-black, .arrow-blue, .arrow-gold, .arrow-green, 
.arrow-gray, .arrow-orange, .arrow-red, .arrow-teal 
	{
	font: 14px arial, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 2px 0px 2px 24px;
	margin: 7px 0px 0px 10px;
	}

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

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

.arrow-gold  	{ background-image: url("picts/arrow-gold.png"); }

.arrow-gray  	{ background-image: url("picts/arrow-gray.png"); }

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

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

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

.arrow-teal	{ background-image: url("picts/arrow-teal.png"); }

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

.arrow-bold	{ font-weight: bold; }

.arrow-line	{
		font: 15px arial, sans-serif;
		font-weight: bold;
		border-top: #CCCCCC 1px solid;
		padding-top: 7px;
		margin: 7px 0px 0px 0px;
		background-position: 0px 7px;
		}

/* 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: #ECECEC;
		}

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

.vs-right	{ border-left: #DBDFEA 0px 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: #ECECEC;
		padding: 0px 5px 0px 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: #000000 0px 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 2px solid; }

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

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

/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 950px;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.video-container {
		 min-width: 250px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 26px auto 7px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }




/* HIDE MENU AND ITEMS FOR PRINTING */

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




/* GALLERY & CART */

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

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

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

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

.galbox		{
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		}

.galbox-inner	{ width: 100%; }

.galbox-pad	{ padding: 15px 0px 10px 0px; }

.galbox-left	{ width: 179px; padding-right: 16px; }

.Galimage	{
		width: 100%;
		height: auto;
		vertical-align: bottom; 
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.Galborder	 	{ border: #FFFFFF 2px solid; padding: 0px; transition: all 0.3s ease; -webkit-transition: all 0.3s; }

a:hover .Galborder 	{ border: #00CC00 2px solid; padding: 0px; }

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

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

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


/* ORDER BUTTONS */

input[type=submit].button-order	
		{
		color: #FFFFFF;
	       	font: bold 15px arial, sans-serif;
		text-align: center;
		background-color: #FF6F13;
	        background-image: url("picts/button.png");
		-webkit-appearance: none;
        	padding: 10px 0px 10px 0px;
		margin: 5px 0px 3px 0px;
		cursor: pointer;
		width: 100%;
        	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: #0093FB;
		}

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

.cartdrop	{
		color: #000000;
		font: 14px arial, sans-serif;
		width: 100%;
		margin: 3px 0px 3px 0px;
		}




/* CONTACT PAGE CODE */

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

.noform-contact .phonetitle	{ color: #000000; }

.mobi-phone .phonetitle	{ color: #000000; }

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

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

.shadeform	{
		color: #000000;
		font: 15px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 225px;
		margin-bottom: 8px;
		border: #CCCCCC 1px solid;
		}

.dropdown 	{
		color: #000000;
		text-align: left;
		font: 15px arial, sans-serif;
		background-color: #FFFFFF;
		width: 225px;
		}

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

.submitbutton 	{ font-size: 16px; width: 133px; cursor: pointer; padding: 10px 0px 10px 0px; }




/* LINKS PAGE CODE */

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

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

.searcharea td		{ vertical-align: top; }

.linksmargin	{ margin: 0px; }

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

.searchbutton 	{
		background-color:#0093FB;
		font: 11px arial, sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		height: 20px;
		cursor:pointer;
		text-align: center;
		padding-left: 7px;
		padding-right: 7px;
		border: #000000 0px solid;
		}




/* NEWS PAGE */

.news-table	   { width: 100%; }

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

.news-image	   { max-width: 112px; }




/* 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; height: auto; padding-right: 5px; }




/* SITE MAP PAGE */

.map-align		{ max-width: 375px; margin-left: 0px; }

.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: #0076D9;
	border: #0076D9 4px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

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

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

.SOLclose	{
	background-color: #FF0000;
	border: #FF0000 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: #FFFFFF; text-decoration: none; }
a.selectlink:hover	{ color: #ACF4FF; text-decoration: underline; }




/* MOBILE HOME MENU CODE */

a.menulink-mobile:link, a.menulink-mobile:visited, a.menulink-mobile:active 
		{
		color: #FFFFFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		line-height: 41px; /* THIS CONTROLS MENU BUTTON HEIGHT */
		background-color: #0093FB;
		background-image: url("mobile/picts-mobi/menu-arrow-white.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 #5CB0EF;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

a.menulink-mobile:hover
		{
		color: #FFFFFF;
		background-color: #199EFB;
		background-image: url("mobile/picts-mobi/menu-arrow-white.png");
		border: solid #5CB0EF;
		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
***************/



