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: #996600; text-decoration: none; }

a:visited	{ color: #996600; text-decoration: none; }

a:active	{ color: #996600; text-decoration: none; }

a:hover		{ color: #009900; text-decoration: none; }





/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

table, div	{ color: #000000; font: 12px georgia, "Palatino Linotype", arial, sans-serif; font-weight: normal; line-height: 17px; }

.title 		{ color: #000000; font: 23px georgia, "Palatino Linotype", arial, sans-serif; font-weight: normal; }

.subtitle 	{ color: #000000; font: 14px arial, verdana, sans-serif; font-weight: bold; }

.testimonial	{ color: #993399; font: 11px verdana, sans-serif; font-style: italic; font-weight: bold; }

.list		{ color: #996600; 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: 12px arial, sans-serif; font-weight: bold; }

.headerphone 		{ color: #FFFFFF; font: 16px 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: #FFFFFF; text-decoration: none; }

.headertext a:hover

	{ color: #000000; text-decoration: underline; }





/* HOME BOTTOM LINKS */

.linkbar	{ color: #999999; font-size: 13px; font-weight: normal; }

.linkbar a 	{ margin: 4px; }





/* IMAGE BORDERS */

.bannerborder		{ border-bottom: #ABCB47 0px solid; }

.imageborders		{ border: #7B7F88 1px solid; }





/* PAGE LINES & BORDERS */

.page-splits 	{
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin: 4px 0px 4px 0px;
		padding: 0px;
		border-top: #ABCB47 1px solid;
		}

.page-splits2	{
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin: 4px 0px 3px 0px;
		padding: 0px;
		border-top: #CD905D 1px solid;
		}

.pagebar-footer	{
		background-color: #FCB72A;
		background-image: url("picts/pagebar-footer.jpg");
		height: 35px;
		border: solid #ABCB47;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}





/* SIDEBAR */

.sidebartext 	{
		color: #000000;
		font: 11px "Trebuchet MS", arial, sans-serif;
		font-weight: normal;
		line-height: 17px;
		text-align: left;
		}

.sidebar	{
		width: 250px;
		border-right: #ABCB47 1px solid;
		border-left: #ABCB47 1px solid;
		background-color: #DEFFA6;
		background-image: url("picts/background-sidebar.jpg");
		}

.sidebarpad		{ padding: 16px 10px 10px 10px; }

.imageborderside	{ border: #7B7F88 1px solid; }

.imagebordersidepad	{ margin: 8px 3px 8px 3px; }

.side-splits	{ margin: 10px 0px 10px 0px; }


/* SOCIAL ICONS */

.socialspace	{ padding: 7px 2px 16px 2px;
		/* NOTE: PADDING ABOVE IS | top | right | bottom | left */
		}

.soctext	{ color: #426B0C; }

.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: #996600; text-decoration: none; }

.footer a:hover

	{ color: #009900; 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: #999999 1px solid;
		}


.textarea	{
		font: 13px arial, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		width: 250px;
		height: 140px;
		border: #999999 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: #AF6700; font: 16px arial, sans-serif; font-style: italic; font-weight: bold; }

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: #CC7819;
	        	background-image: url("picts/button-order.jpg");
        		padding: 4px 5px 4px 5px;
			cursor:pointer;
			width: 136px;
        		border: #854C00 1px solid;
			}

.buttonon-order	 	{
			color: #FFFFFF;
	       		font: bold 14px arial, serif;
			text-align: center;
			background-color: #10A106;
	        	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:#FCB72A;
		background-image: url("picts/menu.gif");
		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: georgia, "Palatino Linotype", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		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 #D09B11;
		}

.firstmenu	{ border-left: 1px solid #D09B11; margin-left: 10px; }

a.menulink:link, a.menulink:visited, a.menulink:active	{ color: #000000; 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: #009900;
			border-right: 1px solid #009900;
			}

.menuBot-spacer	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }




