body	{
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	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%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }





/* NON-MENU LINKS */

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

a:hover				{ color: #339999; text-decoration: none; }

.biglink			{ font-size: 14px; font-style: italic; }





/* PAGE FONTS AND TITLES */

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

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

.title		{ color: #000000; font: 18px arial, sans-serif; font-weight: normal; line-height: normal; }

.subtitle	{ color: #789DAE; font: 14px arial, sans-serif; font-weight: bold; line-height: normal; }

.smalltitle 	{ color: #789DAE; font: 13px arial, sans-serif; font-weight: bold; line-height: normal; }

.smalltext	{ color: #996666; font: 10px arial, sans-serif; font-weight: normal; line-height: normal; }

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

.hilite2	{ color: #996600; font-style: italic; font-weight: bold; }





/* PAGE BACKGROUDS & CONTENT HEIGHTS, WIDTHS & MARGINS */

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

.inner-background	{
			background-color: #FFFFFF;  /* -- CONTENT BACKGROUND COLOR --  */
			border: solid #7C9DBC;
			border-width: 0px 1px 0px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			width: 100%;
			}

.pageheight		{ min-height: 725px; }

.pageheight-gallery	{ min-height: 775px; }

.pagewrapper		{
			min-width: 830px;
			max-width: 1100px;
			}

.content-min-width	{ width: 370px; }

.content-width	{ width: 100%; }

.whitespaceL	{ width: 35px; }

.whitespaceR	{ width: 35px; }

.whitespacefarR	{ width: 35px; }





/* LIST CODE */

.list 		{ color: #00CCCC; line-height: 22px; }

.list li span 	{ color: #000000; font: 13px arial, sans-serif; font-weight: normal; }





/* HEADER */

.headercolor		{ background-color: #9EBFDE; }

.header-height		{ height: 70px; }

.headiconarea-width	{ width: 70px; }

.headermobile-width	{ width: 110px; }

.headerimage		{ border: #7C9DBC 1px solid; margin: 15px 15px 15px 15px; }

a:hover .headerimage 	{ border: #FFFFFF 1px solid; margin: 15px 15px 15px 15px; }


/* START TEXT HEADER CODE */

.logolayerlink	 {
		 display: block;
		 padding: 18px 10px 20px 10px;
		 }

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

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

		 { color: #FFFFFF; text-decoration: none; }

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

.textlogo2	 { color: #C0C0C0; font: normal 22px arial, sans-serif; font-weight: normal; }





/* SITE SEARCH FORM */

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

.headersearch-width	{ width: 196px; }

.headersearch-box	{
			margin: 10px 0px 0px 0px;
			padding: 3px 15px 2px 15px;
			border-right: #7C9DBC 1px solid;
			border-left: #7C9DBC 1px solid;
			}

.searchsiteform		{
			font: 12px arial, sans-serif;
			color: #000000;
			background-color: #F6F7F7;
			background-image: url("../picts/shadeform.gif");
			width: 130px;
			height: 17px;
			border: #7C9DBC 1px solid;
			margin-top: 4px;
			-moz-box-sizing: content-box; /* or `border-box` */
			-webkit-box-sizing: content-box;
			box-sizing: content-box;
			}

.sitesearchbutton	{ margin-left: 4px; margin-top: 4px; *margin-top: 5px; }





/* NON GALLERY IMAGE BORDERS & BANNER CODE */

.img-borders	{ border: #000000 1px solid; }

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

.imagebar	{
		background-color: transparent;
		border: solid #7C9DBC;
		border-width: 0px 0px 1px 0px;
		}





/* SHADOW AND CORNER IMAGES */

.cornerwidth		{ width: 30px; }

.cornerheight		{ height: 30px; }

#corner-left		{ background: #FFFFFF url("../picts/blueslate/corner-left.gif") top left no-repeat; }

#corner-right		{ background: #FFFFFF url("../picts/blueslate/corner-right.gif") top left no-repeat; }

.shadow-vert		{ background-image: url("../picts/shadow-vertical.gif"); background-repeat: repeat-y; }

.shadow-horizontal	{ background-image: url("../picts/shadow-horizontal.gif"); background-repeat: repeat-x; }





/* PAGE LINES & BORDERS */

.pagebar	{
		background-color: #CEE0F4;
		background-image: url("../picts/blueslate/bar.jpg");
		height: 20px;
		border: solid #7C9DBC;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-footer	{
		background-color: #CEE0F4;
		background-image: url("../picts/blueslate/bar.jpg");
		height: 25px;
		border: solid #7C9DBC;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 4px;
		padding: 0px;
		margin: 12px 0px 12px 0px;
		background-color: #F0F0F0;
		border: #CCCCCC 1px solid;
		}

.sidebar-splits	{
		height: 2px;
		background-color: transparent;
		border: #D4DFDF 0px solid;
		border-top: #CCCCCC 1px solid;
		}





/* LEFT SIDEBAR OPTIONS */

.sb-widthL	 	{ width: 200px; font-size: 1px; line-height: 1px; height: 2px; }

.sb-heightL		{ height: 710px; }

.sidepadL		{ padding: 15px 13px 0px 15px; }

.sidebar-frame		{
			margin: 0px;
			padding: 0px;
			display: block;
			overflow: hidden;
			visibility: hidden;
			border: #999999 0px solid;
			}

.sidebar-background	{
			background-color: #9EBFDE;
			background-image: url("../picts/blueslate/background-sidebar.jpg");
			background-repeat: repeat-y;
			}

.sideborder		{ border: #7C9DBC 1px solid; }

.sidebarboxwidth	{ width: 170px; }

.sidebartext		{ color: #666666; font: normal 11px arial, sans-serif; line-height: 17px; }

.sidebartext-box	{
		padding: 6px;
		background-color: #FFFFFF;
		text-align: left;
		border-top: #7C9DBC 0px solid;
		border-bottom: #7C9DBC 1px solid;
		border-left: #7C9DBC 1px solid;
		border-right: #7C9DBC 1px solid;
		}

.sidebartitle-box	{
		color: #FFFFFF;
		font: bold 14px arial, sans-serif;
		line-height: 16px;
		text-align: left;
		background-color: transparent;
		background-image: url("../picts/blueslate/background-sidebar-title.jpg");
		padding: 6px 5px 6px 5px;
		border-top: #7C9DBC 1px solid;
		border-bottom: #7C9DBC 1px solid;
		border-left: #7C9DBC 1px solid;
		border-right: #7C9DBC 1px solid;
		}

.boxmargin	{ margin: 0px 0px 0px 0px; }

.viewcartmargin { padding: 0px 0px 0px 0px; }

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

a.sidelink:hover					{ color: #339999; text-decoration: none; }





/* SIDEBAR DATE */

.date-font	{ color: #66839F; font: 11px arial, sans-serif; font-weight: normal; line-height: normal; }

#pagedate	{ text-align: center; padding: 0px 0px 0px 0px; white-space: nowrap; }





/* SOCIAL ICONS */

.socialspace	{ padding-left: 0px; padding-right: 0px; }

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

.footer-social	{ width: 130px; padding-left: 10px; }

.socialtext	{
		color: #66839F;
		font: 11px arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		padding: 3px 3px 3px 3px;
		}

img.socialicon		{ margin: 1px; }

img.socialicon:hover	{
			margin: 0px;
			border: #7DD0F1 1px solid;
			-webkit-filter: brightness(1.2);
			filter: brightness(1.2);
			}





/* SCROLLER OPTIONS */

.scrollertitle 	{
		color: #000000;
		font: bold 14px arial, sans-serif;
		text-decoration: underline;
		line-height: 26px;
		}

.scrollertext  	{
		color: #000000;
		font: normal 11px arial, sans-serif;
		line-height: 15px;
 		padding: 4px 7px 4px 7px;
		}

.scroller-body	{
		margin: 0px;
		padding: 0px;
		border: #C0C0C0 0px solid;
		background-color: #FFFFFF;
		background-image: url("../picts/blueslate/background-scroller.jpg");
		background-repeat: repeat;
		}

.scrollermargin	{ margin: 0px 0px 0px 0px; }

/* SCROLLER LINK COLORS */

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

a.scroller:hover					{ color: #339999; text-decoration: none; }





/* RIGHT SIDEBAR */

.sb-widthR	 	{ width: 150px; }

.sb-widthR-contact	{ width: 200px; }

.sidepadR		{ padding: 15px 0px 0px 0px; }

.sidebartext-right	{ font: 11px arial, sans-serif; font-weight: normal; line-height: 15px; }

fieldset legend {
		color: #66839F;
		font: bold 13px "Trebuchet MS", arial, sans-serif;
		background-color: #EDF6FF;
		margin-bottom: 3px;
		padding: 2px 5px 2px 5px;
		border: 1px solid #7C9DBC;
		}

fieldset 	{
		margin: auto;
		padding: 0px 6px 6px 6px;
		text-align: left;
		border: 1px solid #CCCCCC;
  /* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}





/* COLORED FAR RIGHT SIDEBAR */

.sidebar-farright-width	{ width: 30px; }

.sidebar-farright	{ background-color: #9EBFDE; }





/* FOOTER - HIDE DURING LOAD */

#FooterFRM		{ visibility: hidden; }

.footer-frame		{
			width: 100%;
			display: block;
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			}

.footer-height		{ height: 250px; }

.footer-page		{
			background-color: #FFFFFF;
			background-image: url("../picts/blueslate/background-footer.jpg");
			background-repeat: repeat-x;
			margin: 0px;
			padding: 0px;
			}

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

.footer-border		{
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.footer-title 		{
			color: #000000;
			font: 17px arial, sans-serif;
			font-weight: normal;
			line-height: normal;
			padding-bottom: 5px;
			margin-bottom: 3px;
			border-bottom: #CC6600 1px solid;
			}

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

.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #00ACE2 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: 12px; margin-bottom: 8px; }

.footer-copyright {
		  color: #FFFFFF;
		  font: 10px arial, sans-serif;
		  font-weight: bold;
		  line-height: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #9EBFDE;
		  border: solid #7C9DBC;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* FOOTER LINKS */

table.footer-links a:link, 
table.footer-links a:visited, 
table.footer-links a:active 	{ color: #537AA1; text-decoration: none; }

table.footer-links a:hover 	{ color: #339999; text-decoration: none; }


/* COPYRIGHT LINKS */

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

a.copylink:hover 	{ color: #336699; text-decoration: underline; }





/* HIDE MENU AND ITEMS FOR PRINTING */

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





/* FAQ POPUP, SLIDESHOW & CONTACT & QUOTES FORM BUTTONS */

table.slidebuttonpad td	{ padding: 10px 2px 10px 2px; }

.button 		{
			color: #777777;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../picts/button-light.gif");
        		padding: 6px 10px 6px 10px;
			margin: 0px;
			cursor: pointer;
        		border: #ACACAC 1px solid;
			}

.buttonon 		{
			color: #000000;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../picts/button-light.gif");
        		padding: 6px 10px 6px 10px;
			margin: 0px;
			cursor: pointer;
        		border: #3399FF 1px solid;
			}





/* GALLERY & PRODUCTS PAGE CODE */

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

.gallerytext		{ font-size: 12px; line-height: 18px; }

.gallery-box		{ width: 100%; max-width: 500px; }

.galcell-3x		{ width: 33%; padding: 0px 5px 0px 5px; }

table.gallery-table td 	{ padding: 0px 15px 0px 0px; }

.gallery-table-img	{ width: 134px; }

.gallery-split		{ margin: 26px 0px 26px 0px; }

.Galborder	 	{ border: #000000 1px solid; margin-bottom: 3px; vertical-align: middle; }

a:hover .Galborder 	{ border: #FF6600 1px solid; margin-bottom: 3px; vertical-align: middle; filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

.viewer-border		{ border: #000000 1px solid; }

#gallery-return 	{
			width: 40px;
			height: 40px;
			position: relative;
			top: 0px;
			right: 28px;
			z-index: 8;
			margin-top: 8px;
			margin-bottom: 7px;
			background-color: #C0C0C0;
  	/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}

/* GALLERY SIDE MENU */

.G-menumargin	{ margin: 15px auto 3px auto; display: block; }





/* PRODUCTS PAGE MENU */

.menu-products	{
		background-color: transparent;
		padding: 10px 0px 10px 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.menu-prod	{
		font: bold 12px arial, helvetica, sans-serif;
		text-decoration: none;
		padding: 5px 8px 5px 8px;
		margin: 0px 2px 0px 2px;
		cursor:pointer;
		text-align: center;
		display: block;
		white-space: nowrap;
		background-color:transparent;
		border: #C0C0C0 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

a.menu-prod:link 	{ color: #6487A8; }

a.menu-prod:visited 	{ color: #6487A8; }

a.menu-prod:active 	{ color: #6487A8; }

a.menu-prod:hover 	{
			background-color: #EDF6FF;
			color: #6487A8;
			border: #7C9DBC 1px solid;
			text-decoration: none;
			}





/* PRODUCT CART PAGES */

.price		{ color: #666699; font: 16px arial, sans-serif; font-weight: bold; }

.pricepad	{ text-align: center; padding: 4px 0px 3px 0px; }

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

.cartdropdown	{
		color: #000000;
		width: 130px;
		font: 12px arial, sans-serif;
		margin-bottom: 10px;
		}

.cartbox 	{
		padding: 0px 6px 6px 6px;
		width: 160px;
		text-align: left;
		border: #C0C0C0 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.carttitle 	{
		font: bold 13px "Trebuchet MS", arial, sans-serif;
		color: #6487A8;
		border: 1px solid #7C9DBC;
		background-color: #EDF6FF;
		margin-bottom: 3px;
		padding: 2px 8px 2px 8px;
		}


/* TEMPLATE ORDER BUTTONS */

.button-order 	{
		color: #FFFFFF;
	       	font: bold 13px arial, serif;
		text-align: center;
		background-color: #5795FB;
	        background-image: url("../picts/button-order-blue.jpg");
		width: 132px;
		height: 32px;
		line-height: 28px;
		margin: 0px 0px 3px 0px;
		cursor:pointer;
        	border: #196DF9 1px solid;
  /* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.buttonon-order {
		color: #FFFFFF;
	       	font: bold 13px arial, serif;
		text-align: center;
		background-color: #3CBC21;
	        background-image: url("../picts/button-order-green.jpg");
		width: 132px;
		height: 32px;
		line-height: 28px;
		margin: 0px 0px 3px 0px;
		cursor:pointer;
        	border: #0A6B09 1px solid;
  /* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}





/* CONTACT PAGE AND QUOTES FORM */

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

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

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

.shadeform	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../picts/shadeform.gif");
		text-align: left;
		width: 200px;
		border: #ACACAC 1px solid;
		}

.dropdown 	{
		color: #333333;
		font: 12px arial, sans-serif;
		background-color: #F6F7F7;
		width: 200px;
		}

.textarea	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../picts/shadeform.gif");
		text-align: left;
		width: 250px;
		border: #ACACAC 1px solid;
		}

.form-align-quotes		{ margin-left: 40px; }

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

.quoteform	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../picts/shadeform.gif");
		text-align: left;
		border: #ACACAC 1px solid;
		}

.quotechoice 	{ color: #246E53; font: 12px arial, sans-serif; font-weight: normal; }

.dropquotes	{
		color: #333333;
		font: 12px arial, sans-serif;
		background-color: #F6F7F7;
		}





/* LINKS PAGE CODE */

.searchbox	{
		background-color: #F6F7F7;
		border: #C0C0C0 1px solid;
		border-collapse: separate;
		border-spacing: 2px;
		}

table.searchbox td 	{ padding: 2px 2px 2px 2px; }

.searchform 	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../picts/shadeform.gif");
		width: 120px;
		height: 20px;
		border: #ACACAC 1px solid;
		}

.searchbutton	{
		color: #000000;
	       	font: normal 11px arial, serif;
		text-align: center;
		background-color: #FFFFFF;
	        background-image: url("../picts/button-light.gif");
		width: 38px;
        	padding: 2px 2px 2px 2px;
		margin: 0px;
		cursor:pointer;
        	border: #000000 1px solid;
		}





/* FAQ PAGE */

.faq  			{ line-height: 30px; }





/* FAQ POPUPS */

.faqline 		{ border-bottom: #D9E6F2 10px solid; }

.faq-body 		{ background-color: #FFFFFF; }

.pageheight-faq 	{ min-height: 460px; }

table.faqbuttons td 	{ padding: 2px; }

.faqwrapper		{ width: 90%; }

.faq-letter		{
			color: #384F4B;
			font: 25px "Trebuchet MS", arial, sans-serif;
			font-weight: normal;
			line-height: normal;
			width: 30px;
			}

table.faqcontent td 	{ padding: 3px; }

table td.qa-pad 	{ padding-top: 10px; }





/* NEWS PAGE */

.news-table	    { width: 90%; }

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

.news-image	    { width: 70px; }





/* PDF PAGE */

table.PDF-table td	{ vertical-align: top; padding: 2px 4px 2px 4px; }

.PDF-icon-width		{ width: 80px; }

.PDF-table		{ width: 90%; }





/* PAYPAL payments.htm PAYMENT PAGE */

.payform		{ width: 150px; }

textarea.payform	{ overflow: auto; }

.payformbox	{
		background-color: #F6F7F7;
		border: #C0C0C0 1px solid;
		}

table.paypaltable td	{ vertical-align: middle; padding: 8px 10px 8px 10px; }





/* STAFF PAGE */

table.staff-table td	{ vertical-align: top; padding: 2px 4px 2px 4px; }

.staff-image-width	{ width: 85px; }

.staff-table		{ width: 100%; }





/* MOBILE SELECT OVERLAY */

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

.SOLinner	{
		color: #4B6577;
		font: 16px arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		}

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

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





/* MOBILE HOME MENU CODE */

div.menu-mobile		{
		padding: 0px 0px 0px 0px;
		margin: 1px auto 0px auto;
		background-color: #7FA0BF;
		background-image: url("../mobile/picts-mobi/menu-arrow-white.png");
		background-position: top right;
		background-repeat: no-repeat;
/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}

.menulink-mobile	{
		font-family: arial, helvetica, sans-serif;
		font-size: 17px;
		font-weight: normal;
		line-height: 41px; /* THIS CONTROLS MENU BUTTON HEIGHT */
		text-align: left;
		display: block;
		cursor: pointer;
		padding: 0px 10px 0px 10px;
		}

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

a.menulink-mobile:hover 
	{
	color: #FFFFFF;
	text-decoration: none;
	}

div.menu-mobile:hover 
	{
	background-color: #94B1CC;
	background-image: url("../mobile/picts-mobi/menu-arrow-white.png");
	}



