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





/* 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 LINK COLORS */

a:link		{ color: #0066FF; text-decoration: none; }

a:visited	{ color: #0066FF; text-decoration: none; }

a:active	{ color: #0066FF; text-decoration: none; }

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





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

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

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

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

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

.testimonial	{ color: #009900; font: 11px verdana, sans-serif; font-style: italic; font-weight: bold; }

.list		{ color: #000000; line-height: 20px; }





/* PAGE & CONTENT HEIGHTS AND WIDTHS */

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

.content-width	{ width: 100%; }

.contentpad 	{ padding: 25px 44px 25px 44px; }

.pageheight	{ height: 625px; }





/* INNER AND OUTER BACKGROUNDS */

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

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





/* HEADER STYLES */

.header			{ background-color: transparent; padding: 10px 10px 10px 10px; }

.header-width		{ width: 100%; }

.header-height		{ height: 50px; }

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

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

.headertext-width	{ width: 180px; }


/* FONT USED FOR TEXT HEADER IN NON-FLASH BROWSERS */

.NoFlashTitle		{ color: #FFFFFF; font: normal 26px arial, sans-serif; text-decoration: none; }


/* HEADER LINK COLORS */

.headertext a:link, .headertext a:visited, .headertext a:active 

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

.headertext a:hover

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





/* HOME BOTTOM LINKS */

.linkbar	{ color: #999999; font-size: 13px; font-weight: normal; }

.linkbar a 	{ margin: 4px; }





/* IMAGE BORDERS */

.bannerborder		{ border-bottom: #D7D7D7 0px solid; }

.imageborders		{ border: #7B7F88 1px solid; }





/* PAGE LINES & BORDERS */

.arrow-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 1px;
		position:relative;
		background-color: #A19D7F;
		background-image: linear-gradient(to right, #FFFFFF, #A19D7F, #A19D7F, #A19D7F, #FFFFFF);
		margin-top: 20px;
		margin-bottom: 30px;
		}

.arrow-splits:after {
		content:'';
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -5px;
		width: 0;
		height: 0;
		border-top: solid 10px #A19D7F;
		border-left: solid 10px transparent;
		border-right: solid 10px transparent;
		}


.page-splits 	{
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin: 4px 0px 4px 0px;
		padding: 0px;
		border-top: #D7D7D7 1px solid;
		}

.page-splits2	{
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin: 4px 0px 3px 0px;
		padding: 0px;
		border-top: #99CCFF 1px solid;
		}

.pagebar-footer	{
		background-color: #F0F0F0;
		background-image: url("picts/pagebar-footer.jpg");
		height: 35px;
		border: solid #C2C2D8;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}





/* SIDEBAR */

.sidebartext 	{
		color: #72767F;
		font: 11px "Trebuchet MS", arial, sans-serif;
		font-weight: normal;
		line-height: 17px;
		text-align: left;
		}

.sidebar	{
		width: 250px;
		border-right: #C2C2D8 1px solid;
		border-left: #C2C2D8 1px solid;
		background-color: #F0F0F0;
		background-image: url("picts/background-sidebar.gif");
		}

.sidebarpad		{ padding: 16px 10px 10px 10px; }

.imageborderside	{ border: #7B7F88 1px solid; }

.imagebordersidepad	{ margin: 8px 3px 8px 3px; }

.side-splits		{ border-top: #C2C2D8 1px solid; margin: 10px 0px 10px 0px; }


/* SOCIAL ICONS */

.socialspace	{ padding: 7px 2px 16px 2px;
		/* NOTE: PADDING ABOVE IS | top | right | bottom | left */
		}

.soctext	{ color: #6699CC; }

.sidelist	{
		line-height: 17px;
		margin-top: 10px;
		margin-bottom: 10px;
		}





/* FOOTER */

.footer-outer	{
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		margin: 10px 0px 12px 0px;
  /* CORNER ROUNDING */
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		border-radius: 7px;
		}

.footer		{
		width: 100%;
		background-color: transparent;
		}

.footerpadL	{ padding: 3px 15px 3px 5px; }

.footerpadR	{ padding: 3px 5px 3px 15px; }

.footertext 	{ color: #72767F; font: 11px arial, sans-serif; font-weight: normal; }

.html5-icon	{ margin: 0px 0px 0px 10px; }


/* FOOTER COPYRIGHT LINK COLORS */

.footer a:link, .footer a:visited, .footer a:active 

	{ color: #0066FF; text-decoration: none; }

.footer a:hover

	{ color: #333399; text-decoration: underline; }





/* CONTACT PAGE CODE */

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

.formbutton 	{ font: 13px arial, sans-serif; }

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

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

.shadeform	{
		font: 13px arial, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		width: 175px;
		border: #C0C0C0 1px solid;
		}


.textarea	{
		font: 13px arial, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		width: 250px;
		height: 140px;
		border: #C0C0C0 1px solid;
		}


.dropdown 	{
		font: 11px arial, helvetica, sans-serif;
		color: #000000;
		width: 200px;
		}





/* PRODUCTS PAGE */

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

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

.red	 		{ color: #FF0000; font: 16px arial, sans-serif; font-style: regular; font-weight: bold; }

.afterhours 		{ color: #FF0000; font: 18px arial, sans-serif; font-style: regular; font-weight: bold; }

.blue	 		{ color: #0060FF; font: 14px arial, sans-serif; font-style: regular; font-weight: regular; }

table.products-box td 	{ padding: 0px 8px 0px 8px; }

.product-img		{ width: 102px; }

.viewmargin		{ margin: 0px 12px 0px 0px; }


/* ORDER BUTTONS */

.orderbuttonmargin	{ margin: 0px; margin-top: 6px; }

.button-order	 	{
			color: #FFFFFF;
	       		font: bold 14px arial, serif;
			text-align: center;
			background-color: #99CCFF;
	        	background-image: url("picts/button-order.jpg");
        		padding: 4px 5px 4px 5px;
			cursor:pointer;
			width: 136px;
        		border: #3868C6 1px solid;
			}

.buttonon-order	 	{
			color: #FFFFFF;
	       		font: bold 14px arial, serif;
			text-align: center;
			background-color: #9EE293;
	        	background-image: url("picts/buttonon-order.jpg");
        		padding: 4px 5px 4px 5px;
			cursor:pointer;
			width: 136px;
        		border: #099307 1px solid;
			}





/* START THE CODE FOR THE MENUS */

#menudiv	{
		background-color:#969AA3;
		background-image: url("picts/menu.jpg");
		padding: 10px 0px 10px 0px;
		margin: 0px;
		border: 0px solid #000000;
		border-width: 0px 0px 0px 0px;
		line-height: normal;
		overflow: hidden;
		width: 100%;
		}

.menu		{
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		float: left;
		cursor: pointer;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}

.menulink	{
		padding: 5px 20px 5px 20px;
		display: block;
		background-color: transparent;
		border-right: 1px solid #7B7F88;
		}

.firstmenu	{ border-left: 1px solid #7B7F88; margin-left: 10px; }

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

a.menulink:hover	{
			position: relative; top: -10px; right: 1px;
			padding: 15px 19px 15px 21px;
			margin: 0px 0px -20px 0px;
			color: #FFFFFF;
			text-decoration: none;
			background-color: #000000;
			border-right: 1px solid #000000;
			}

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



/* PAYPAL PAYMENT FORM CODE */

.pp-form	{ margin: 0px; }

.pp-input	{ width: 130px; margin: 3px 0px 3px 0px; }

.pp-textarea	{ width: 130px; margin: 3px 0px 3px 0px; }

.pp-button 	{ width: 134px; margin: 3px 0px 3px 0px; }

.pp-badge	{
		float: left;
		margin: 20px auto 0px 0px;
		}

.pp-canvasarea	{
		background-color: #F0F0F0;
		border: #D4D4D4 1px solid;
		display: inline-block;
		*display: inline; zoom: 1; /* FOR IE7-8 */
		padding: 6px;
		}

.pp-formbox	{
		font: normal 13px arial, sans-serif;
		float: left;
		padding: 0px 10px 0px 0px;
		}

.pp-clear-float	{ height: 1px; clear: both; }




/* STACKED CAPTCHA */

.capbox {
	width: 100%;
	max-width: 220px;
	background-color: #BBBBBB;
	background-image: linear-gradient(#0078B5, #045783);
	border: #A0A1A9 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background-color: #E3E3E3;
	margin: 8px auto 0px auto;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	user-select: none;
	padding: 4px;
	border-radius: 4px;
	}

#CaptchaInput { border: #045783 2px solid; margin: 3px 0px 1px 0px; width: 98%; }

