﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel|News+Cycle:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&display=swap');


body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */



/* 2 COLUMN HALF/HALF */

.column-2x-50	{
		display: inline-block;
		text-align: center;
		font-size: 0;
		line-height: 0;
		width: 49%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}



/* PROMO IMAGE IN HEADER */

#promo-header	{
		max-width: 300px;
		position: absolute;
		top: 6px;
		left: 40%;
		padding: 0px 0px 0px 0px;
		}

.promo-img	{ width: 100%; height: auto; vertical-align: bottom; }


#promo-header-2	{
		max-width: 233px;
		position: absolute;
		top: 6px;
		left: 60%;
		padding: 0px 0px 0px 0px;
		}


/* LANDING PAGES (an other RIGHT sibebar PAGES) */

.textland-nowrap { overflow: hidden; min-width: 300px; }

.float-land	{
	float: left;
	padding: 10px 30px 0px 20px;
}

.float-land-vendor	{
	float: left;
	padding: 20px 0px 0px 0px;
}

.title-bar h3	{
		color: #FFFFFF;
		font-size: 30px;
		font-weight: 400;
		}

.title-bar
	{
	color: #FFFFFF;
	border-left: #C5A4C9 10px solid;
	padding: 15px 40px 35px 15px;
	display: inline-block; 
	background-color: #965F9F;
	background-image: url('flower-bg.png');
	background-repeat: no-repeat;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	}

.title-bar a:link, 
.title-bar a:visited 
.title-bar a:active 	{ color: #FFFF9C; text-decoration: none; }

.title-bar a:hover 	{ color: #FFFF9C; text-decoration: underline; }

.special a:link, 
.special a:visited,
.special a:active 	{
	color: #C50069;
	text-decoration: none;
	font-weight: bold;
}
.special a:hover 	{
	color: #C50069;
	text-decoration: underline;
	font-weight: bold;
}



/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 12px 0px 12px 0px;
		margin: 0px 0px 0px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #965F9F;
		border: #000000 0px solid;
		padding: 8px;
		margin: 2px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		   }

.socialicon:hover  {
		   background-color: #B96DD2;
		   border: #000000 0px solid;
		   }






/* GALLERY & PRODUCTS CART PAGE */

.gal-top	{
		text-align: center;
		max-width: 1100px;
		padding: 0px 10px 0px 10px;
		margin: 0 auto;
		}

.Gal-title-center	{
	color: #000000;
	font: 13px "Open Sans", arial, sans-serif;
	font-weight: 700;
	line-height: 150%;
	padding: 5px 0px 10px 0px;
	text-align: center;
}

.Gal-title	{
	color: #000000;
	font: 13px "Open Sans", arial, sans-serif;
	font-weight: 700;
	line-height: 150%;
	padding: 5px 0px 10px 0px;
}
.Gal-text	{
	color: #000000;
	font: 13px "Open Sans", arial, sans-serif;
	font-weight: 500;
	line-height: 150%;
	padding: 5px 0px 10px 0px;
}


/* GALLERY OVERALL MAXIMUM WIDTH */

.gal-canvas	{
		max-width: 1400px;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

/* GALLERY % CELL WIDTH OF EACH THUMB BOX */

.galrow-box	{
	float: left;
	width: 33.3%;
	}

.galrow-box:nth-child(3n+1)
		{
		clear:both;
		}

/* GALLERY ROW OF 4 */

.galrow-box-x4	{
	float: left;
	width: 25%;
}

.galrow-box-x4:nth-child(4n+1)
		{
		clear:both;
		}

/* EDIT NEXT CLASS FOR THE THUMBNAILS MAX WIDTH */

.Galthumb-box	{
	font-size: 12px;
	text-align: left;
	padding: 10px 5px 0px 5px;
	margin: 0px auto 20px auto;
	max-width: 250px;
	min-height: 325px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

.Galthumb-box-index	{
	font-size: 12px;
	text-align: left;
	padding: 10px 5px 0px 5px;
	margin: 0px auto 20px auto;
	max-width: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}


.Galthumb	{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}

.Galborder	{
		border: #FFFFFF 3px solid;
		padding: 1px;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a:hover .Galborder 
		{
		border: #2A8FD7 3px solid;
		}




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

.margb-15	{ margin-bottom: 15px; }

.margtb-15	{ margin-top: 15px; margin-bottom: 15px; }

.linkb		{ padding-top: 15px; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

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

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

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

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




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

body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 13px;
		font-weight: 400;
		line-height: 170%;
		}

.title 		{ color: #000000; font: 24px "Abel", "Open Sans", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: 120%; }
.title-departments {
	color: #8900B7;
	font: 36px Abel, "Open Sans", arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 120%;
}
.titleCopy {
	color: #CC0000;
	font: 24px "Abel", "Open Sans", arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 120%;
}

.subtitle 	{ color: #000000; font: 16px "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }
.subtitlered {
	color: #880000;
	font: 16px "Open Sans", arial, sans-serif;
	font-weight: 600;
	line-height: normal;
}

.colortitle	{ color: #0066CC; font: 15px "Open Sans", arial, sans-serif; font-weight: 700; line-height: normal; }
.colortitle-purple {
	color: #8900B7;
	font: 15px "Open Sans", arial, sans-serif;
	font-weight: 700;
	line-height: normal;
}
.colortitle-pink {
	color: #FF0066;
	font: 15px "Open Sans", arial, sans-serif;
	font-weight: 700;
	line-height: normal;
}

.smalltitle	{ font-size: 15px; font-weight: 700; }
.smalltitlered {
	font-size: 15px;
	font-weight: 700;
	color: #0000FF;
}

.smalltext	{ color: #2093B0; font-size: 13px; font-weight: 600; }

.makebold	{ font-weight: 700; }

.hilite		{ color: #CC0000; }

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

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




/* QUOTED TEXT */

.quoted		{
		font-family: "Shadows Into Light Two", "Open Sans", arial, sans-serif;
		color: #2093B0;
		font-size: 28px;
		font-weight: 400;
		text-align: center;
		line-height: 120%;
		}




/* "READ MORE" BUTTONS */
.quoted-pink {
	font-family: "Shadows Into Light Two", "Open Sans", arial, sans-serif;
	color: #B42F78;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 150%;
}
.quoted-mauve {
	font-family: "Shadows Into Light Two", "Open Sans", arial, sans-serif;
	color: #965F9F;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 120%;
}

a.linkbutt:link, 
a.linkbutt:visited, 
a.linkbutt:active 	{
	color: #FFFFFF;
	font: 600 14px "Open Sans", arial, sans-serif;
	text-align: center;
	text-decoration: none;
	background-color: #B42F78;
	padding: 7px 30px 7px 30px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	border: #000000 0px solid;
/* CORNER ROUNDING */-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.linkbutt:hover 
		{
		color: #FFFFFF;
		text-decoration: none;
		background-color: #00B613;
		border: #000000 0px solid;
		}




/* LISTS & SERVICES PAGE */

.list		{
		color: #000000;
		font: 14px "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 700px; }

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		}

#contentbox-outer 
		{
		position: relative;
		max-width: 1000px;
		min-width: 700px;
		margin: 0 auto 0 auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -275px;
		}

.content-pad 	{ padding: 35px 45px 0px 45px; }


#left-content 	{ padding: 0px; margin-right: 275px; border-right: #D0D0D0 0px solid; }




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #FFFFFF;
			border: #999999 0px solid;
			}

.outer-background	{
			background-color: #D0D0D0;
			background-image: url('background-2.png');
			background-repeat: repeat;
			}




/* HEADER AREA */

.top-bg	{
	height: 332px;
	background-color: #2F2E2C;
	background-image: url('background-1.jpg');
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	}

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: transparent;
		max-width: 980px;
		position: relative;
		padding: 5px 10px 0px 10px;
		margin: 0px auto 0px auto;
		border: #000000 0px solid;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}


/* GRAPHIC HEADER CODE */

.logo-respond	{
		width: 282px;
		height: 155px;
		min-width: 280px;
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 8px;
		}




/* HEADER ICONS */

/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: #B73179;
		text-align: center;
		position: absolute;
		right: 45px;
		top: 7px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico1-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }


/* ICON CODE GROUP 2 */

.header-ico2	{
		width: 36px;
		height: 36px;
		background-color: #40529F;
		text-align: center;
		position: absolute;
		right: 7px;
		top: 7px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico2-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }

.header-ico3	{
		width: 36px;
		height: 36px;
		background-color: #ffffff;
		text-align: center;
		position: absolute;
		right: 84px;
		top: 7px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico3-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }


/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{ background-color: #3EB931; }




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

.img-borders-2	{ border: #000000 0px solid; }
.img-float-right {
	float: right;
	margin: 3px 0px 1px 15px;
}

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

.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }

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

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }


/* START HOME PAGE */

/* HOME JQUERY LAYERED TEXT / ALSO FOR OPTIONAL-No-Animation-Home.htm */

.rslides_container li div.ltext,
.homeimage-borderNA div.ltext
	{
	background-color: transparent;
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 0px solid #999999;
	}

.ltext div	{
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: 400;
	line-height: 160%;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 26px 0px 25px 72px;
	}

.rslides_container li section	{ display: inline; }

.rslides-title	{
		font-family: "Shadows Into Light Two", "Open Sans", arial, sans-serif;
		color: #FFFFFF;
		font-size: 48px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: normal;
		display: block;
		padding-bottom: 10px;
		}

/* JQUERY LAYERED TEXT LINK COLORS / ALSO FOR OPTIONAL-No-Animation-Home.htm */

.homeimage-bg a:link, 
.homeimage-bg a:visited, 
.homeimage-bg a:active 
		{
		color: #FFFFFF;
		font-size: 1.0em;
		font-weight: 400;
  		text-decoration: underline;
		}

.homeimage-bg a:hover
		{ color: #66FF66; text-decoration: underline; }




/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: #B73179;
			max-width: 1000px;
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: solid #D0D0D0;
			border-width: 0px 0px 10px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	max-width: 100%;
	padding: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
	}

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: left;
			z-index: 1000;
			padding: 0px 0px 20px 70px;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 8px;
			height: 8px;
			background-color: #C66D99;
			border: #C66D99 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			margin: 0px 3px 0px 3px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #DD7CD4; border: #DD7CD4 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover  
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; cursor: default; }




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 1px;
		background-color: transparent;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0px;
	/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, transparent, #A3D1DE, #A3D1DE, #A3D1DE, transparent);
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }


/* 2 COLUMN BOX */

.float-left-2c	{
		width: 50%;
		min-width: 100px;
		float: left;
		}

.float-right-2c {
		width: 50%;
		min-width: 100px;
		float: left;
		}

.inner-left-2c	{
		font-size: 13px;
		padding: 10px 20px 10px 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		}

.inner-right-2c {
		font-size: 13px;
		padding: 10px 0px 10px 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		}






/* TWO 50% COLUMNS */

.col2x-L	{
		float: left;
		width: 50%;
		overflow: hidden;
		border-right: #A3D1DE 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.col2x-R	{
		float: left;
		width: 50%;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.col2x-pad-L	{
	font-size: 0.90em;
	text-align: left;
	padding: 10px 10px 10px 0px;
}
.col2x-pad-R	{
	font-size: 0.90em;
	text-align: left;
	padding: 10px 0px 10px 10px;
}


/* THREE 33% COLUMNS */

.col3x-L	{
		float: left;
		width: 33%;
		overflow: hidden;
		border-right: #A3D1DE 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.col3x-C	{
		float: left;
		width: 33%;
		overflow: hidden;
		border-right: #A3D1DE 0px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.col3x-R	{
		float: left;
		width: 33%;
		overflow: hidden;
		border-left: #A3D1DE 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.col3x-pad-L	{ font-size: 0.90em; text-align: left; padding: 25px 25px 25px 0px; }
.col3x-pad-C	{ font-size: 0.90em; text-align: left; padding: 25px 25px 25px 25px; }
.col3x-pad-R	{ font-size: 0.90em; text-align: left; padding: 25px 0px 25px 25px; }




/* RIGHT SIDEBAR */
.SB-width		{ width: 274px; }

#sidebar-content 	{
	background-color: transparent;
	padding: 0px;
	margin-top: 25px;
	float: right;
border-left: #A3D1DE 1px solid;}

.sidebar-box		{ padding: 0px 15px 0px 15px; }

.sidebar-textarea	{
			text-align: left;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			}

.sidebar-text 	{
		color: #000000;
		font: 13px "Open Sans", arial, sans-serif;
		text-align: left;
		font-weight: 400;
		line-height: 150%;
		}

.sidebar-title	{
	color: #FFFFFF;
	font: 22px "Open Sans", arial, sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: normal;
	background-color: #c9006c;
	padding: 8px 5px 9px 8px;
	margin: 0px auto 0px auto;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
/* CORNER ROUNDING */-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sidebar-title-purple {
	color: #FFFFFF;
	font: 22px "Open Sans", arial, sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: normal;
	background-color: #89369a;
	padding: 8px 5px 9px 8px;
	margin: 0px auto 0px auto;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
/* CORNER ROUNDING */-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.sidebar-image	{
		width: 100%;
		max-width: 240px;
		margin: 0px auto 12px auto;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.sidebar-image-adjust	{ margin: 0px auto 18px auto; }

.side-links	{
		font: 14px "Open Sans", arial, sans-serif;
		font-weight: 400;
		padding: 10px 0px 15px 0px;
		margin: 0px;
		}

.side-links a	{
	font: 14px "Open Sans", arial, sans-serif;
	font-weight: 700;
	line-height: normal;
	display: block;
	padding: 6px 0px 6px 10px;
	border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

.side-links a:first-child { border-width: 1px 0px 1px 0px; }






/* FOOTER */

.footer-bg	{
		background-color: #2F2E2C;
		background-image: url('background-1.jpg');
		background-repeat: repeat;
		}

.footer-bar	{ background-color: #FFFFFF; height: 50px; max-width: 1000px; margin: 0 auto; }

.footer-top	{ margin: 0px auto 20px auto; }

.footer-copyright {
		  color: #C0C0C0;
		  font: 13px "Open Sans", arial, sans-serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 30px 0px 30px 0px;
		  margin: 0px 0px 0px 0px;
		  border: solid #204F8B;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* COPYRIGHT LINK COLORS */

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

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




/* CONTACT PAGE CODE */

.contact-title	{
		color: #000000;
		font: 16px "Open Sans", arial, sans-serif;
		line-height: normal;
		}

.contact-select	{ color: #003366; }

.email-link	{
		text-align: left;
		margin: 10px 0px 10px 0px;
		}

.form-box	{ margin: 20px 0px 10px 100px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 18px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #B73179;
		-webkit-appearance: none;
		padding: 7px 8px 7px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #3EB931;
		border: #000000 0px solid;
		}

.shadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url('shadeform.png');
		text-align: left;
		width: 200px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.textarea	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url('shadeform.png');
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 235px; height: 160px; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font: 14px "Open Sans", arial, sans-serif; font-weight: 400; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 233px; margin: 2px 0px 5px 0px; }

input[type=submit].directionbutton	{ font-size: 15px; width: 235px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 6px; margin-right: 2px; }




/* LINKS PAGE CODE */

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

.searcharea		{ margin: 22px 0px 22px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url('shadeform.png');
		width: 110px;
		border: #757B93 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
	       	font: bold 12px arial, sans-serif;
		text-align: center;
		background-color: #00449C;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* PDF PAGE */

.pdf-box	{ max-width: 90%; margin: 0 auto; }

.pdf-icon	{ margin: 1px 10px 0px 15px; }




/* SITE MAP SITE SEARCH */

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

.sitesearchform		{ width: 125px; margin: 0px 3px 0px 0px; }

.sitesearchbutton	{ width: 65px; }




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START FOOTER MENU */

#FTmenu		{
		background-color: transparent;
		text-align: center;
		padding: 50px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #C0C0C0 solid;
		border-width: 0px 0px 0px 0px;
		}

/* FOOTER MENU WIDTH, PADDING, FONT FACE & COLOR */

#FTmenu a 		{
			color: #DF3183;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			background-color: transparent;
			padding: 14px 15px 14px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			outline: none;
			display: inline-block;
			border: #C8CBCE solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			-webkit-transition: all 0.5s;
			transition: all 0.5s ease;
			}

/* FOOTER MENU HOVER COLOR */

#FTmenu a:hover 
			{
			color: #17FF45;
			background-color: transparent;
			text-decoration: none;
			}


/* START CODE FOR TOP MENU */

#topmenu	{
		background-color: transparent;
		position: absolute;
		top: 26px;
		left: 310px;
		padding: 0px 0px 0px 0px;
		margin: 0px 15px 0px 15px;
		border: #000000 solid;
		border-width: 0px 0px 0px 0px;
		}

/* TOP MENU WIDTH, PADDING, FONT FACE & COLOR */

#topmenu a 	{
		color: #FFFFFF;
		font-family: "Shadows Into Light Two", "Open Sans", arial, helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400;
		line-height: normal;
		text-decoration: none;
		outline: none;
		text-align: center;
		padding: 10px 15px 10px 15px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		background-color: transparent;
		display: inline-block;
		border: #999999 solid;
		border-width: 0px 0px 0px 0px;
	/* MENU FADE UP */
		-webkit-transition: all 0.5s;
		transition: all 0.5s ease;
    		*display:inline;	/* For IE */
    		*zoom:1;		/* For IE */
		}

#topmenu a.col1	{ color: #F1E258; position: relative; top: 20px; }
#topmenu a.col2	{ color: #FF34FF; }
#topmenu a.col3	{ color: #CFC8EE; position: relative; top: 20px; }
#topmenu a.col4	{ color: #67DBFF; }
#topmenu a.col5	{ color: #17FF45; position: relative; top: 20px; }

/* MENU HOVER COLORS */

#topmenu a:hover 
			{
			color: #FFFFFF;
			background-color: transparent;
			text-decoration: none;
			}


/* 2 COLUMN BOX */

.float-left-2c	{
	width: 50%;
	min-width: 100px;
	float: left;
}

.float-right-2c {
		width: 50%;
		min-width: 100px;
		float: left;
		}

.inner-left-2c	{
	font-size: 13px;
	padding: 10px 5px 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;

}
.inner-right-2c {
	font-size: 13px;
	padding: 10px 0px 10px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
    text-align: center;
}





/* 2 COLUMN IMAGE FLOAT & CENTER - HOMEPAGE */

.image-2column		{ display: inline-block; width: 48%; }

.image-2column-pad	{ padding: 3px; }

.title-block	{
	color: #FFFFFF;
	font: 25px "Droid Sans", arial, sans-serif;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	padding: 12px 0px 12px 0px;
	margin: 10px auto 15px auto;
	background-color: #2F7AD0;
}

.title-block-adjust { margin-bottom: 0px; }




/* ACCORDIAN MENU */

#acc-menu	{
	margin: 0 auto 0 0;
	padding: 10px 10px 15px 10px;
	text-align: left;
	background-color: #CCCCFF;
}

#acc-mob	{ display: block; }

.acc-mobopen	{ display: none; cursor: pointer; }

.accordion {
	font-size: 15px;
	background-color: transparent;
	text-align: left;
	cursor: pointer;
	margin: 0 auto 0 0;
	display: block;
	padding: 8px 0px 8px 0px;
	border: none;
	outline: none;
	transition: 0.4s;
	}

.accordion span {
		display: inline-block;
		text-indent: 10px;
		}

#acc-menu .active, .accordion:hover
	{
	color: #D8A92B;
	}

#acc-menu .accordion:after {
	content: "\002B ";
	color: #777;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	}

#acc-menu .active:after {
	content: "\2212 ";
	}

.panel	{
	padding: 0px 0px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	}

.panel a {
	display: inline-block;
	padding: 8px 0px 0px 10px;
	}


.sidebar-title-purple {
	color: #FFFFFF;
	font: 22px "Open Sans", arial, sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: normal;
	background-color: #89369a;
	padding: 8px 5px 9px 8px;
	margin: 0px auto 0px auto;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
/* CORNER ROUNDING */-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}




/* BUTTON WITH YELLOW ARROW */

a.button-mall-dept:link, 
a.button-mall-dept:visited, 
a.button-mall-dept:active {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	background-color: #A929B8;
	background-image: url('picts/arrow-small-yellow.png');
	background-repeat: no-repeat;
	background-position: right 9px top 15px;
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 1000;
	padding: 8px 24px 10px 15px;
	display: block;
	/* CORNER ROUNDING */
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	}

a.button-mall-dept:hover	{ color: #FFFFFF; background-color: #CC00FF; text-decoration: none; }
