body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #770000 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: #7A0000; text-decoration: none; }

a:visited	{ color: #7A0000; text-decoration: none; }

a:active	{ color: #7A0000; text-decoration: none; }

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

/* #3399FF */



/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

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

.title 		{ color: #5A6A87; font: 15px arial, sans-serif; font-weight: normal; letter-spacing: 15px; }

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

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

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

.quote-hilite	{ color: #7a0000; font: 18px arial, sans-serif; font-weight: normal; }

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

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





/* LIST CODE - SERVICES PAGE */

.bullet		{ color: #5A6A87; list-style-image: url("picts/bullet.gif"); }


ul.bullet li 	{ margin-bottom: 2px; }





/* PAGE & CONTENT HEIGHTS AND WIDTHS */

.pageheight	{ min-height: 650px; }

.pagewrapper	{
		width: 96%;
		min-width: 770px;
		max-width: 1050px;
		}

.content-width	{ width: 750px; }

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





/* HOMEPAGE jQUERY */

/* ALSO EDIT "JQuery-Content/cycle-C-style.css" */

table.homeimages td 	{ padding: 0px; }

.homeimages-space	{ height: 20px; }

.JQslideshow 	  	{ background-color: transparent; }

/* NEXT PREV BUTTONS */

.NextPrevBorder	 		{ border: #99FFFF 1px solid; }

a:hover .NextPrevBorder 	{ border: #00FF00 1px solid; }

#NextPrev	{
		position: relative;
		left: -82px;
		top: 15px;
		margin: 0 auto;
		width: 66px;
		height: 25px;
		margin-bottom: -25px;
		z-index: 50;
		filter: alpha(opacity=68);
		-moz-opacity:.68;
		opacity:.68;
		}

table#NextPrev	td	{ padding: 0px 0px 0px 0px; }

#prev			{ margin: 0px 1px 0px 0px; }

#next			{ margin: 0px 0px 0px 0px; }





/* HEADER */

.header		{
		padding: 0px;
		margin: 0px 0px 0px 0px;
		backgroUnd-color: #d1d3d4;	
		/* backgroUnd-color: #5A6A87; */
		border-top: #7a0000 7px solid;
		}

.headerwidth	{ width: 100%; }





/* SIDEBAR */

.sidebar-left	{
		width: 252px;
		border-right: #C8C8C8 1px solid;
		}





/* FOOTER */

.footer 	{
		width: 100%;
		background-color: #d1d3d4;
		border-top: #7a0000 0px solid;
		}

.footershade	{
		height: 12px;
		margin: 0px 0px 0px 0px;
		background-color: #7a0000;
		}

.footerpad	{ padding: 0px; }

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

.footer-copyright { padding: 10px 14px 10px 14px; }

.footer-borders	  { border: #FFFFFF 1px solid; }

.footer-images		{ margin: 16px auto 10px 10px; }

table.footer-images td 	{ padding: 0px 4px 0px 4px; }


/* FOOTER MENU LINKS */

.footer-menu	{
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		margin: 10px auto 10px 10px;
		}

table.footer-menu td 	{ padding: 0px 4px 0px 4px; white-space: nowrap; }

/* FOOTER LINK COLORS */

a.footlink:link		{ color: #7A0000; text-decoration: none; }

a.footlink:visited	{ color: #FFFFFF; text-decoration: none; }

a.footlink:active	{ color: #FFFFFF; text-decoration: none; }

a.footlink:hover	{ color: #CCFF99; text-decoration: underline; }


/* SOCIAL ICONS AREA */

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

.footer-right-box  { width: 130px; margin: 0px 12px 10px auto; }

.social-icon-area  {
		   margin: 12px 12px 5px auto;
		   background-color: transparent;
		   border: #A4C9F6 0px solid;
		   }





/* GENERAL BORDERS & COLOR AREAS */

.splittable	{
		border-right: #5A6A87 1px solid;
		border-left: #5A6A87 1px solid;
		}

.page-splits 	{
		line-height: 1px;
		width: 99%;
		height: 3px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border: #000000 0px solid;
		border-top: #7a0000 1px solid;
		}
/* C8C8C8
/* NON-GALLERY IMAGE BORDERS */

.iborders	{ border: #000000 1px solid; }





/* GALLERY & CART CODE */

.Galborder	 	{ border: #000000 1px solid; padding: 0px; margin-bottom: 3px; }

a:hover .Galborder 	{ border: #66FF00 1px solid; padding: 0px; margin-bottom: 3px; }



.gallery-text	{ color: #5C7699; font: 11px arial, sans-serif; font-weight: normal; }

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

.order-margin		{ margin: 0px; margin-top: 8px; }

.gallery-table		{ width: 100%; }

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

.gallery-thumb		{ width: 60px; }

.button-order 	{
		background-image: url("picts/button.gif");
		background-color:#E9EFF4;
		font: 12px arial, sans-serif;
		font-weight: bold;
		color: #0073BC;
		width: 125px;
		padding: 4px 8px 4px 8px;
		cursor:pointer;
		text-align: center;
		border: #0073BC 1px solid;
		}


.buttonon-order {
		background-image: url("picts/buttonon.gif");
		background-color:#E7F9F9;
		font: 12px arial, sans-serif;
		font-weight: bold;
		color: #009999 ;
		width: 125px;
		padding: 4px 8px 4px 8px;
		cursor:pointer;
		text-align: center;
		border: #009999  1px solid;
		}

.cartdrop	{
		color: #000000;
		background-color: #FFFFFF;
		font: 11px arial, sans-serif;
		width: 125px;
		margin-bottom: 5px;
		}





/* HIDE MENU AND ITEMS FOR PRINTING */

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





/* CONTACT AND QUOTES FORM */

.contactform-table		{ margin-left: 20px; }

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

.button-submit 	{
		background-image: url("picts/button.gif");
		background-color:#E9EFF4;
		font: 12px arial, sans-serif;
		font-weight: bold;
		color: #0073BC;
		width: 110px;
		padding: 4px 8px 4px 8px;
		margin-top: 10px;
		cursor:pointer;
		text-align: center;
		border: #0073BC 1px solid;
		}

.buttonon-submit 	{
		background-image: url("picts/buttonon.gif");
		background-color:#E7F9F9;
		font: 12px arial, sans-serif;
		font-weight: bold;
		color: #009999 ;
		width: 110px;
		padding: 4px 8px 4px 8px;
		margin-top: 10px;
		cursor:pointer;
		text-align: center;
		border: #009999  1px solid;
		}

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

.textarea	{
		font: 12px arial, sans-serif;
		background-color: #EFF5F8;
		color: #000000;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 225px;
		height: 125px;
		border: #9AC1CE 1px solid;
		}

.dropdown 	{
		font: 12px arial, sans-serif;
		background-color: #EFF5F8;
		color: #1C5A79;
		width: 200px;
		}

.quoteform-table		{ margin-left: 15px; }

table.quoteform-table td	{ padding: 2px 0px 2px 5px; }

.quotechoice 	{ color: #336699; font: 11px arial, sans-serif; font-weight: normal; }

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

.dropquotes	{
		font: 12px arial, sans-serif;
		background-color: #EFF5F8;
		color: #1C5A79;
		}





/* SITE SEARCH BOX STYLES */

.search-font		{
			color: #FFFFFF;
			font: 9px verdana, arial, sans-serif;
			font-weight: normal;
			}

.searcharea-width	{ width: 200px; }

.searcharea		{
			background-color: #006EF1;
			background-image: url("picts/search-background.jpg");
			padding: 12px 0px 10px 0px;
			}

.searchsiteform		{
			color: #000000;
			width: 110px;
			font-size: 13px;
			background-color: #EFF5F8;
			background-image: url("picts/shadeform.gif");
			border: #000000 2px solid;
			}

table.searchpad td	{ padding: 1px; }

.searchsitebutton	{ margin-left: 2px; }





/* RESOURCES PAGE */

.linksmargin	{ margin: 20px 0px 0px 0px; }

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

.searchterms 	{
		font: 12px arial, sans-serif;
		background-image: url("picts/shadeform.gif");
		background-color: #EFF5F8;
		color: #000000;
		width: 100px;
		border: #9AC1CE 1px solid;
		}

.searchbutton 	{
		background-image: url("picts/button.gif");
		background-color:#E9EFF4;
		font: 12px arial, sans-serif;
		font-weight: bold;
		color: #0073BC;
		cursor:pointer;
		text-align: center;
		HEIGHT: 20px;
		padding: 0px 5px 0px 5px;
		border: #0073BC 1px solid;
		}





/* DOWNLOADS PAGE */

.download-table	{ width: 100%; }

.download-icons	{ width: 105px; }





/* START THE CODE FOR THE MENU */

table.menutable td	{ padding: 0px 10px 0px 20px; }

.menu		{
		font-family: arial, helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		}


a.menu:link 	{ color: #5A6A87; }


a.menu:visited 	{ color: #5A6A87; }


a.menu:active 	{ color: #5A6A87; }


a.menu:hover 	{ color: #000000; text-decoration: underline; }





/* CODE FOR THE TOP MENU */


.top-menu-area	{
		background-color: #d1d3d4;
		border-bottom: #8EA0C1 0px solid;
		padding: 10px 3px 20px 3px;
		}

.top-menu-inner	{
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #7A0000
		/* color: #BACBEC; */
		}

table.top-menu-inner td { padding: 0px 4px 0px 4px; white-space: nowrap; }


.menu-top	{
		font-family: arial, helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		}


a.menu-top:link 	{ color: #7A0000; }


a.menu-top:visited 	{ color: #7a0000; }


a.menu-top:active 	{ color: #BACBEC; }


a.menu-top:hover 	{ color: #CCFF99; text-decoration: underline; }





/* TOP PHONE LINK */

.top-phone-link	{
		font: 15px arial, sans-serif;
		font-weight: normal;
		white-space: nowrap;
		padding-left: 8px;
		}


a.top-phone-link:link 		{ color: #7a0000; }


a.top-phone-link:visited 	{ color: #7a0000; }


a.top-phone-link:active 	{ color: #7a0000; }


a.top-phone-link:hover 		{ color: #CCFF99; text-decoration: underline; }




