body 	{
	background-color: #2A2A2A;
	margin: 0;
	padding: 0;
	border: 0;
	}





/* BACKGROUND CODE */

.background-main  {
		  background-image: url("../picts/black/New_background.jpg");
		  background-repeat: repeat-x;
		  }

.background-home  {
		  background-image: url("../picts/black/New_background-home.jpg");
		  background-repeat: repeat-x;
		  }
.bg-mobile	  {
		  background-image: url("../picts/black/New_background-home.jpg");
		  background-repeat: repeat-x;
		  }





/* 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;
	border-image: 1;
}





/* 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 - Image and text ALIGNMENT */


#sidebar_right_section {
	width:120px;
	float:left;
	padding:10px;
	position:fixed;
	top:0;
	left:0px;
	width:100%;
	height:20%;
}


#image_left_section {
    width:410px;
    float:left;
    padding:10px; 
}


#text_right_section {
	width:550px;
	float:right;
}

#contact_left_section {
    top:1500;
	width:250px;
	float:left;
    left:0;
    padding:10px; 
}



/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.nobreak	{ white-space: nowrap; }

img 		{
	border: 0;
	alignment-adjust: central;
}

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

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }





/* PAGE WIDTHS & HEIGHTS */

#wrapper	{ margin: 0 auto; }

.pagewidth	{ width: 100%; }

.pageheight	{ min-height: 760px; }

.pageheight-home { min-height: 75px; }

.contentarea	{
		text-align: left;
		padding: 0px 10px 0px 10px;
		margin: 0 auto;
		border: #999999 0px solid;
		}

.just 		{ text-align: justify; }

.content-width		{ width: 500px; }

.content-width-gallery	{
	width: 1000px;
}

.content-width-700	{ width: 700px; }

.content-width-900	{ width: 900px; }

.content-width-1000	{ width: 1000px; }

.content-width-1100	{ width: 1100px; }

.content-width-1200	{ width: 1200px; }

.content-width-1250	{ width: 1250px; }

.mincontent-width	{ width: 400px; }

.whitespace-left	{ width: 70px; }

.whitespace-right	{ width: 0px; }





/* NON-MENU LINKS */

a:link, a:visited, a:active	{
	color: #f69408;
	text-decoration: none;
	font-size: 14px;
	font: Verdana;
	font-weight: bold;
}

a:hover				{
	color: #69F;
	text-decoration: none;
	font: Verdana;
}





/* FONTS ( MOBILE AND FULL SITE ) */

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

div, table	{
	color: #FFF;
	font: verdana;
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}



.title 		{ color: #FFFFFF; font: 15px "Trebuchet MS", arial, sans-serif; font-weight: bold; }

.subtitle	{ color: #FFFFFF; font: 13px "Trebuchet MS", arial, sans-serif; font-weight: bold; }

.phonetitle 	{ color: #998A65; font: 13px arial, sans-serif; font-weight: bold; }

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

.lists		{ color: #FFFFFF; font-size: 13px; line-height: 25px; margin-top: 0px; margin-bottom: 0px; }





/* LOGO HEADER */

.header		{
		width: 100%;
		background-color: #000000;
		}

.header-mobile	{ background-color: #000000; }

/* FONT USED FOR TEXT HEADER */

a.TextLogo, a.TextLogo:hover	{
				color: #FFFFFF;
				font: normal 20px arial, sans-serif;
				line-height: 80px;
				letter-spacing: 20px;
				text-decoration: none;
				}

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





/* HOMEPAGE CODE */

/* 3 BOX COLUMNS */

.splitintrobox		{
	width: 33%;
	background-color: transparent;
	border: 1px solid #999;
}

.introwidth-boxes	{ width: 820px; }

.introboxes	{
	width: 240px;
	background-color: transparent;
	border: 0.5px none #999;
	padding: 15;
		}

.introboxes-pad		{ padding: 12px 10px 10px 10px; }

.introbox-pad2		{ font-size: 12px; padding: 8px 0px 0px 0px; }

.boxes2		{
		color: #62543D;
		background-color: transparent;
		border: solid #5D553E;
		border-width: 1px 0px 1px 0px;
		padding: 6px 2px 6px 2px;
		}

/* HOME IMAGES WITH ZOOM */

.imagesbox	{
		border: 0px solid #FFFFFF;
		width: 236px;
		height: 100px;
		overflow: hidden;
		cursor:pointer;
		}

.introimages img	{
			width: 236px;
			height: 100px;
			border: solid #FFFFFF;
			border-width: 0px 0px 0px 0px;
		/* IMAGE ZOOM */
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			}

.introimages img:hover	{
			width: 280px;
			height: 119px;
			border: solid #FFFFFF;
			border-width: 0px 0px 0px 0px;
			}





/* JQUERY HOME PAGE CODES */

.JQsize	  	  { width: 900px; height: 600px; }

.JQslideshow img  { display: none; top: 0; left: 0; }

.JQslideshow 	  {
		  overflow: hidden;
		  z-index: 2;
		  }

.homeimageborder {
	border: 0px solid #62543D;
	border-width: 3px 0px 3px 0px;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
		}

.homeimagecolor	{
		background-color: transparent;
		background-image: url("../picts/shade-black-50.png");
		border: 0px solid #000000;
		border-width: 0px 1px 0px 1px;
		}


.homeimage	{
		background-color: transparent;
		background-image: url("../picts/black/homeimage-background.jpg");
		border: 0px solid #000000;
		border-width: 1px 0px 1px 0px;
		}

.homeimage td	{ padding: 0px 0px 0px 0px; }





/* JQUERY HOME SLIDE BUTTONS ( NUMBERS HIDDEN BY FONT SIZE AND COLOR ) */

#nav	{
	position: relative;
	height: 0px;
	top: 0px;
	left: 0px;
	z-index: 200;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	font-size: 0px;
	line-height: 0px;
	}

#nav a 	{
	display: inline-block;
	font-size: 0px;
	line-height: 0px;
	color: #776343;
	background: #776343;
	text-decoration: none;
	cursor: pointer;
	width: 0px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #BDA989;
/* CORNER ROUNDING */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	}

#nav a:hover		{ background: #CC0000; color: #CC0000; border: 1px solid #C89F9F; }

#nav a.activeSlide 	{ background: #BCA168; color: #BCA168; border: 1px solid #F1D9AB; }

#nav a:focus		{ outline: none; }

/* FADE UP JQUERY BUTTONS */

#nav	{
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
	}
@keyframes fadein {
    from { opacity:0; } to { opacity:1; }}

@-moz-keyframes fadein { /* Firefox */
    from { opacity:0; } to { opacity:1; }}

@-webkit-keyframes fadein { /* Safari & Chrome */
    from { opacity:0; } to { opacity:1; }}

@-o-keyframes fadein { /* Opera */
    from { opacity:0; } to { opacity:1; }}





/* FOOTER */

.footer-text	{
	color: #777777;
	font: 11px arial, sans-serif;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
		}





/* GALLERY */

.line-up-pictures	{ min-height: 110px; }

.Galborder	 	{ border: #7E6C4E 2px solid; vertical-align: bottom; }

a:hover .Galborder 	{ border: #FFFFFF 2px solid; vertical-align: bottom; }

.Galbor-margin		{ margin: 4px 0px 4px 0px; }

.thumb-space	{
		width: 115px;
		text-align: center;
		vertical-align: middle;
		}

.gallery-table	{ width: 100%; }

.gallerytext	{
		font: 11px arial, sans-serif;
		font-weight: bold;
		}

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





/* GALLERY CART CODE */

.cartmargin		{ margin: 0px; }

.view-cart-margin	{ margin: 1px 0px 0px 0px; }

.carticon		{ margin: 0px 0px 0px 5px; }

#view-cart-loc		{ position: absolute; top: 131px; left: 10px; }

.cartpad		{ padding: 8px; }

.thumb-space-cart	{
			width: 102px;
			text-align: center;
			}

.cartbox	{
		width: 258px;
		background-color: transparent;
		border: #4C412F 1px solid;
		padding: 5px;
	/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}

.price 		{
		font: 14px arial, sans-serif;
		font-weight: bold;
		line-height: 20px;
		color: #FFCC66;
		}

.options	{
		background-color: #DDE2EC;
		color: #000000;
		width: 104px;
		font-size: 11px;
		margin: 0px 0px 4px 0px;
		}

/* ORDER BUTTONS */

.button-order	{
		color: #FFFFFF;
	       	font: bold 13px arial, sans-serif;
		text-align: center;
		background-color: #895E16;
	        background-image: url("../picts/button.png");
		-webkit-appearance: none;
        	padding: 6px 0px 6px 0px;
		margin: 0px 0px 3px 0px;
		cursor: pointer;
		width: 104px;
        	border: #000000 0px solid;
		-webkit-appearance: none;
	/* 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, sans-serif;
		text-align: center;
		background-color: #AA813D;
	        background-image: url("../picts/button.png");
		-webkit-appearance: none;
        	padding: 6px 0px 6px 0px;
		margin: 0px 0px 3px 0px;
		cursor: pointer;
		width: 104px;
        	border: #000000 0px solid;
		-webkit-appearance: none;
	/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}

.view-cart	{ width: 102px; }





/* SLIDESHOW "slideshows-home.htm" PAGE */

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

.slideshow-image-width		{ width: 104px; }

.slideshow-table		{ width: 80%; }





/* LEFT SIDEBAR */

.side-mobile		{ position: fixed; left: 0; top: 199px; z-index: 10; width: 31px; }

.side-mobile-home	{ position: absolute; left: 0; top: 199px; z-index: 10; width: 31px; }

#viewmobileL img	{ display: block; }

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

.socialicon		{ margin-top: 1px; }

.social-align		{ margin-left: 0; margin-right: auto; }



/* SOCIAL ICON BACKGROUND AND HOVER COLORS */

.soc-1			{ background-color: #000000; }

.soc-2			{ background-color: #000000; }

.soc-3			{ background-color: #000000; }

img.soc-1:hover, img.soc-2:hover, img.soc-3:hover 
			{ background-color: #62543D; }





/* RIGHT SIDEBAR */

.sidebarwidth		{
	width: 140px;
}

.Right_sidebar_Blog		{
	width: 120px;
	float: right;
	overflow: visible;
}

.Blog_Text_Box		{
	width: 980px;
	float: left;
	overflow: visible;
	alignment-baseline: central;
}
.Blog_Text_BoxCopy {
	width: 980px;
	float: left;
	overflow: visible;
	alignment-baseline: central;
}





.sidebar-img-space	{
	margin: 0px 0px 10px 0px;
}








/* CONTACT FORM */

.contact-button-pad	{ height: 15px; }

.formalign		{ margin-left: 0px; }

table.formalign td 	{ padding: 2px 0px 2px 0px; }

.shadeform	{
	font: 13px arial, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	width: 250px;
	border: #666666 1px solid;
		}

.textarea	{
	font: 13px arial, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	width: 250px;
	height: 135px;
	overflow: auto;
	border: #666666 1px solid;
		}

.butwidth	{ width: 110px; }

.button 	{
		background-color: #000000;
	        background-image: url("../picts/button.png");
		font-family: arial, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding: 8px 0px 8px 0px;
		margin: 0px;
		border: #666666 1px solid;
		-webkit-appearance: none;
	/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}


.buttonon 	{
		background-color: #006600;
	        background-image: url("../picts/button.png");
		font-family: arial, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding: 8px 0px 8px 0px;
		margin: 0px;
		border: #00CC00 1px solid;
		-webkit-appearance: none;
	/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}





/* LINKS PAGE CODE */

.searchform 	{
		font: 13px arial, sans-serif;
		background-color: #000000;
		color: #FFFFFF;
		text-align: left;
		width: 160px;
		border: #666666 1px solid;
		}

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

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





/* BORDERS AND BARS */

.page-splits 	{
		font-size: 1px;
		line-height: 1px;
		width: 99%;
		height: 4px;
		background-color: transparent;
		padding: 0;
		margin: 10px 0px 10px 0px;
		border: #4C412F 1px solid;
		}





/* CUSTOM PAGE PAYPAL FORM */

.custom-table			{ background-color: #000000; border: #3F473D 1px solid; }

.custom-table-padouter		{ padding: 6px; }

table.custom-table-pad td 	{ padding: 3px 3px 3px 3px; }

.custom-form	{
		font: 13px arial, sans-serif;
		color: #FFFFFF;
		background-color: #000000;
		text-align: left;
		width: 150px;
		border: #666666 1px solid;
		}

.payform	{ overflow: auto; }

.paybutton	{ width: 154px; margin-top: 3px; }





/* PDF PAGE */

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

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

.PDF-table		{ width: 80%; margin: 0 auto; }





/* HIDE MENU AND ITEMS FOR PRINTING */


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





/* START MOBILE SECTION */



/* MOBILE SELECT OVERLAY */

.SOLbackground {
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:0.50;
	}
  
.SOLselect {
		background-color: #000000;
		border: #444444 8px solid;

/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

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

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

.SOLclose	{
	background-color: #FF0000;
	border: #FF0000 6px 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: #998A65; text-decoration: none; }
a.selectlink:hover	{ color: #E7DCA7; text-decoration: underline; }





/* MOBILE TOP IMAGE (MORE CODE IN style-mobi.css) */

.main-image	{
		border: 0px solid #C0C0C0;
		border-width: 0px 0px 0px 0px;
		}

.main-imagediv	{
		border: 0px solid #62543D;
		border-width: 3px 0px 3px 0px;
		padding: 0px 0px 0px 0px;
		}





/* MOBILE HOME PAGE (MORE CODE IN style-mobi.css) */

.float-home-icons { height: auto; float: left; }

.home-icon1	  { background-color: #6D5531; height: 50px; width: 78px; margin: 0px 10px 6px 0px;  }

.home-icon2	  { background-color: #523F25; height: 50px; width: 78px; margin: 0px 10px 0px 0px; }

div.home-icon1:hover, div.home-icon2:hover 
		  { background-color: #8B6D41; }





/* MOBILE GALLERY MENU (MORE CODE IN style-mobi.css) */

.gal-menualign table	{ margin: 25px auto 10px auto; }

.prod-menualign table	{ margin: 5px auto 5px 0px; }

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

a.menu-gal:link, a.menu-gal:visited, a.menu-gal:active 	{
			background-color: #000000;
			color: #FFFFFF;
			}

a.menu-gal:hover 	{
			background-color: #8B6D41;
			color: #FFFFFF;
			border: #8B6D41 1px solid;
			text-decoration: none;
			}





/* MOBILE GALLERY RETURN BUTTON & VIEWER BORDER */

#gallery-return 	{ background-color: transparent; }

.viewer-border		{ border: #7E6C4E 3px solid; }





/* MOBILE HOME MENU CODE */

a.menulink-mobile:link, a.menulink-mobile:visited, a.menulink-mobile:active 
		{
		color: #FFFFFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 17px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		line-height: 41px; /* THIS CONTROLS MENU BUTTON HEIGHT */
		background-color: #000000;
		background-image: url("../mobile/picts-mobi/menu-arrow-white.png");
		background-position: top right;
		background-repeat: no-repeat;
		padding: 0px 10px 0px 10px;
		margin: 0px auto 3px auto;		
		display: block;
		cursor: pointer;
		min-width: 200px;
		border: #444444 1px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}

a.menulink-mobile:hover
	{
	color: #FFFFFF;
	background-color: #62543D;
	background-image: url("../mobile/picts-mobi/menu-arrow-white.png");
	border: 1px solid #62543D;
	}
	
