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




/* 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: left; }  /* NOTE: CHANGE FROM "left" TO "justify" TO JUSTIFY ALL TEXT */

img 		{ border: 0; }

.img-left	{ float: left; margin: 2px 8px 0px 0px; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK CODE */

a:link, a:visited, a:active 
		{ color: #CBA062; font-weight: bold; text-decoration: none; }

a:hover		{ color: #FFFFFF; font-weight: bold; text-decoration: underline; }




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

div, table	{ color: #A7A9B4; font: 13px arial, sans-serif; font-weight: normal; line-height: 22px; }

.title		{ color: #FFFFFF; font: 21px arial, sans-serif; font-weight: normal; }

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

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

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

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

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

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

.homepagetext 	{ color: #A7A9B4; font: 16px arial, sans-serif; line-height: 24px;  }


/* WIDTHS, HEIGHT, MARGINS, PADDING */

.pagewrapper		{
			min-width: 930px;
			max-width: 1150px;
			margin: 0 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: 200px;
			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: #000000; background-image: none; }

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

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




/* LOGO HEADER */

.header		{
		width: 100%;
		background-color: #000000;
		border-bottom: #000000 0px 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: #FFFFFF; text-decoration: none; }

a.textlogo:hover { color: #A7A9B4; 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: #000000; }

/* JQUERY NEXT PREVIOUS BUTTONS */

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

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

#NextPrev	{
		position: relative;
		left: 683px;
		top: 90px;
		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: #B19873; 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: #CBA062 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; }

/* ENTRY PAGE */

.main-wrapper{
    height: 100%;
    display: table;
    width: 100%;
}
.denied-wrapper { 
    background-repeat: no-repeat;
    background-color: #F55824;
    height: 100%;
    display: table;
    width: 100%;
    font-size: 23pt;
    font-weight: bold;
}
.main-wrapper .wrapper-cell, .denied-wrapper .wrapper-cell {
    display: table-cell;
    vertical-align: middle;
}
.main-wrapper .centerBlock, .denied-wrapper .centerBlock {
    margin: 0 auto;
}

.question		{ color: #A7A9B4; font: 21pt arial, sans-serif; font-weight: bold; text-align: center; line-height:24pt;}

.answer   { color: #A7A9B4; font: 21pt arial, sans-serif; font-weight: bold; text-align: center; text-decoration: none; }

.answer a		{ color: #A7A9B4; font: 21pt arial, sans-serif; font-weight: bold; text-align: center; text-decoration: none; }

.answer a:hover		{ color: #ffff7d; font: 21pt arial, sans-serif; font-weight: bold; text-align: center; text-decoration: none; }

.answertext a		{ color: #fff; font-weight: bold; text-decoration: none; }

.answertext a:hover		{ color: #ffff7d; font-weight: bold; text-decoration: none; }

.age-prompt {

background: #fff;

border-radius: 10px;

box-shadow: 0px 0px 10px rgba(119,33,36,10);

width: 330px;

height: auto;

margin: 0 auto;

padding: 20px 35px 30px 35px;

position: relative;

z-index: 1000000;

}


#prompt-background {

background: #000;

-webkit-background-size: cover;

-moz-background-size: cover;

-o-background-size: cover;

background-size: cover;

width: 100%;

height: 100%;

position: fixed;

left: 0;

top: 0;

z-index: 9999999;

}



/* FOOTER OPTIONS */

#FooterFRM	{ visibility: visible; }

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

.footer-page	{
		background-image: none;
		background-color: #000000;
		background-image: url("picts/background-footer.jpg");
		background-repeat: no-repeat;
		}

.footer-outer 	{
		width: 100%;
        	border-top: #999999 0px solid;
        	border-bottom: #999999 0px solid;
		}

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

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

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

.footer-copyright
		{
		color: #FFFFFF;
		font: 10px verdana, arial, sans-serif;
		font-weight: normal;
		background-color: #000000;
		padding: 15px 3px 15px 3px;
		text-align: center;
        	border-top: #5D482B 1px solid;
        	border-bottom: #5D482B 1px solid;
		}

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

.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #FFFFFF 2px 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; }


.footer-image-associations	{
		display: block;
		border: #FFFFFF 10px solid;
		margin: 10px 10px 10px 10px;
		}


/* FOOTER LINK COLORS */

.footer-links a:link, .footer-links a:visited, .footer-links a:active 
		{ color: #FFFFFF; font-weight: normal; text-decoration: none; }

.footer-links a:hover 
		{ color: #FCC97E; font-weight: normal; text-decoration: underline; }

.footer-copyright a:link, .footer-copyright a:visited, .footer-copyright a:active 
		{ color: #FFFFFF; font-weight: normal; text-decoration: underline; }

.footer-copyright a:hover 
		{ color: #FCC97E; font-weight: normal; text-decoration: underline; }




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

.footer-mobile .footer-copyright 
			{ padding: 12px 3px 12px 3px; margin-top: 10px; }




/* RIGHT SIDEBAR */

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

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

.R-sidebarwidth { width: 250px; }

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

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

.sidebarR-image	{
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		border: #FFFFFF 2px solid;
		}

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




/* SIDEBAR LINK COLORS */

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

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




/* PAGE BARS AND BORDERS */

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		margin: 6px 0px 6px 0px;
		padding: 0;
		border: solid #484D5F;
		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: 10px 0px 10px 0px;
		border: solid #484D5F;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

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

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




/* PAGE TOP BANNERS */

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

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

.banimage-end	{
		background-color: #000000;
		background-image: url("picts/top-picture-end.jpg");
		background-repeat: no-repeat;
		}




/* IMAGE SPACING ALIGNMENT & BORDERS */

.iborders		{ border: #CBA062 2px solid; }

.menu-image1		{
			margin: 15px 0px 0px 0px;
			border: #FFFFFF 2px solid;
			}

.menu-image2		{
			margin: 15px 0px 0px 0px;
			border: #FFFFFF 2px solid;
			}

.homepage-image	{
		margin: 0px 15px 0px 15px;
		display: block;
		border: #CBA062 2px solid;
		}



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

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

.arrow-black, .arrow-blue, .arrow-green, .arrow-gold, .arrow-red
	{
	font: 13px 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	{ background-image: url("picts/arrow-black.png"); }

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

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

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

.arrow-red	{ background-image: url("picts/arrow-darkred.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: bold;
		border-top: #484D5F 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: #CBA062; text-decoration: none; font-size: 14px; }

a.hilitelink:hover	{ color: #FFFFFF; text-decoration: underline; font-size: 14px; }




/* VIDEO PAGE CODE */

.video-sidebar	{
		width: 30px;
		background-color: #000000;
		}

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

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

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

.vid-thumb 		{
			width: 100px;
			height: 67px;
			display: block;
			border: #CBA062 2px 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: #FFFFFF; font: 14px verdana, arial, sans-serif; font-weight: bold; font-variant: small-caps; }

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

.Galborder	 	{ border: #CBA062 3px solid; padding: 0px; vertical-align: bottom; transition: all 0.5s ease; -webkit-transition: all 0.5s; }

a:hover .Galborder 	{ border: #FFFFFF 3px solid; padding: 0px; vertical-align: bottom; }

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

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

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

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

.galbox-inner	{ width: 100%; }

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

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

.cartdrop	{
		color: #000000;
		font: 12px arial, sans-serif;
		width: 136px;
		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: #8C000C;
	        background-image: url("picts/button.png");
		-webkit-appearance: none;
        	padding: 6px 0px 6px 0px;
		margin: 5px 0px 3px 0px;
		cursor: pointer;
		width: 132px;
        	border: #999999 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: #CC0000;
        	border: #999999 0px solid;
		}

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: #FFFFFF 3px solid; padding: 0px; }

.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: #FFBC54 1px solid;
		}

.dropdown 	{
		color: #000000;
		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: #FFBC54 1px solid;
		}

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: bold 12px arial, sans-serif;
		text-align: center;
		background-color: #6A481C;
		-webkit-appearance: none;
        	padding: 6px 0px 6px 0px;
		margin: 5px 0px 3px 0px;
		cursor: pointer;
		width: 110px;
        	border: #999999 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #85571C;
		}




/* LINKS PAGE CODE */

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

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

.linksmargin	 { margin: 0px; }

.linksmargin img { margin: 2px 0px 0px 0px; }

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

.searchbutton 	{
		background-color:#6A481C;
		font: 11px arial, sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		height: 20px;
		cursor:pointer;
		text-align: center;
		padding-left: 2px;
		padding-right: 2px;
		border: #CBA062 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: 280px; margin-left: 60px; }

.searchmargin		{ margin: 0px; }

.searchbox		{ padding: 0px; }

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

.sitesearchbutton	{ width: 58px; }




/* MOBILE SELECT OVERLAY */

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

.SOLinner	{
		color: #A7A9B4;
		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: #CBA062; text-decoration: none; }
a.selectlink:hover	{ color: #FFFFFF; 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: 12px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		line-height: 41px; /* THIS CONTROLS MENU BUTTON HEIGHT */
		background-color: #000000;
		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 #624821;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

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



