body 	{
	backgroUnd-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}




/* CSS3 IMPORT FONTS */

@font-face
{
font-family: "Sansation_Bold";
src: url('fonts-CSS3/Sansation_Bold.ttf'),
     url('fonts-CSS3/Sansation_Bold.eot'); /* IE9+ */
font-weight:bold;
}
@font-face
{
font-family: "Sansation_Regular";
src: url('fonts-CSS3/Sansation_Regular.ttf'),
     url('fonts-CSS3/Sansation_Regular.eot'); /* IE9+ */
}
@font-face
{
font-family: "Sansation_Light";
src: url('fonts-CSS3/Sansation_Light.ttf'),
     url('fonts-CSS3/Sansation_Light.eot'); /* IE9+ */
}

/* END CSS3 IMPORT FONTS */




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

/* 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, 
a:visited, 
a:active 	{ color: #A46800; text-decoration: none; }

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




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

body		{
		color: #000000;
		font: 15px "Sansation_Regular", arial, sans-serif;
		font-weight: normal;
		line-height: 22px;
		}

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

.subtitle 	{ color: #7E5632; font: 17px arial, sans-serif; font-weight: bold; }

.smalltext	{ color: #7E5632; font: 12px arial, sans-serif; font-weight: normal; }

.testimonial	{ color: #990000; font: 13px arial, sans-serif; font-style: italic; font-weight: bold; }

.list		{ color: #7E5632; font-size: 17px; font-weight: normal; }

.hilite		{ color: #FF0000; }

.homelinks	{ color: #CC9999; }

.captions	{
		color: #7E5632;
		font: 15px "Sansation_Regular", "Trebuchet MS", arial, sans-serif;
		font-weight: normal;
		padding: 3px 0px 3px 0px;
		}




/* PAGE & CONTENT HEIGHTS AND WIDTHS */

.pageheight	{ min-height: 1000px; }

.pagewrapper	{ width: 950px; }

.content-pad 	{ padding: 25px 35px 25px 35px; }



/* HOMEPAGE jQUERY */

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


.JQslideshow 	  	{ background-color: transparent; }

/* NEXT PREV BUTTONS */

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

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

#NextPrev	{
		position: relative;
		left: 55px;
		top: 319px;
		width: 67px;
		height: 29px;
		margin-bottom: -29px;
		z-index: 50;
		filter: alpha(opacity=70);
		-moz-opacity:0.70;
		opacity:0.70;
		}

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

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

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




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		width: 100%;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headersize	{ height: 80px; width: 100%; }

.headerL	{ width: 50%; padding: 0px; }

.headerR	{ width: 50%; padding: 0px; }

#logolayerlink	{
		position: relative;
		top: -66px;
		left: 0px;
		margin-bottom: -80px;
		width: 400px;
		height: 80px;
		}

.logo		{ color: #000000; font: normal 39px "Palatino Linotype", "Book Antiqua", "times new roman", serif; margin-left: 3px; }

.logo2		{ color: #7E5632; font: normal 39px "Palatino Linotype", "Book Antiqua", "times new roman", serif; }

.logoimage	{ margin: 0px 10px 0px 0px; display: block; }


/* SOCIAL ICONS */

.socialspace	{ padding-left: 2px; }

.socialRspace	{ width: 0px; }




/* INNER AND OUTER BACKGROUNDS */

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

.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat-X;
			background-attachment: fixed;
			}




/* IMAGE BORDERS AND IMAGE SPACING */

.img-borders		{ border: #000000 1px solid; }

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

/* PAGE LINES & BORDERS */

.page-splits 	{ 
		line-height: 1px;
		height: 4px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border: #8EBFDA 1px solid;
		}

/* LARGE PAGE SPLITS */

.large-splits 	{
		color: #FFFFFF;
		font: 15px "Sansation_Regular", arial, sans-serif;
		font-weight: normal;
		width: 100%;
		line-height: 38px;
		background-color: #4D4D4D;
		margin: 0px;
		padding: 0px;
		border: #000000 0px solid;
		}

/* LARGE PAGE SPLITS LINK COLORS */

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

div.large-splits a:hover 	{ color: #FFFF9C; text-decoration: underline; }




/* RIGHT SIDEBAR */

.sidebar-textarea { margin: 0 36px 0px 15px; }

.sidebar-right	  { width: 300px; }

.sidebar-pad 	  { padding: 25px 0px 25px 10px; }

.sidebar-text 	  {
		  color: #72767F;
		  font: 12px arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  }




/* FOOTER */

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

.footer-copyright {
		padding: 14px 0px 14px 0px;
		margin: 0px 0px 15px 0px;
		background-color: #F4F4FA;
		border: solid #C0C0C0;
		border-width: 0px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footer-image-bar	{
		height: 50px;
		background-image: url("picts/footer-image.jpg");
		margin: 0px 0px 10px 0px;
		border: #4D4D4D 1px solid;
		}

.html5-icon	{ margin-top: 8px; margin-bottom: 8px; }




/* PICTURE GALLERY CODE */

.gallerytext		{ font-size: 14px; line-height: 18px; }

.gal-imagespace		{ width: 132px; }

.gal-whitespace		{ width: 20px; }

.Galborder	 	{ border: #000000 1px solid; cursor:pointer; }	

A:hover .Galborder,
A:active .Galborder 	{ border: #FF6600 1px solid; cursor:pointer; }


/* CART & ORDER FORMS */

.view-cartspace	{ padding: 0px 10px 0px 7px; }	/* HEADER VIEW CART */

.price	 	{
		text-align: center;
		color: #CC6600;
		font: 16px arial, sans-serif;
		font-weight: bold;
		margin: 8px 0px 8px 0px;
		}

.button-order	 {
		color: #FFFFFF;
	       	font: bold 14px arial, serif;
		height: 28px;
		text-align: center;
		background-color: #3A81F5;
	        background-image: url("picts/button-order.jpg");
        	padding: 3px 10px 3px 10px;
		margin: 0px;
		cursor:pointer;
		width: 130px;
        	border: #333399 1px solid;
		}


.buttonon-order	 {
		color: #FFFFFF;
	       	font: bold 14px arial, serif;
		height: 28px;
		text-align: center;
		background-color: #FF7C2C;
	        background-image: url("picts/buttonon-order.jpg");
        	padding: 3px 10px 3px 10px;
		margin: 0px;
		cursor:pointer;
		width: 130px;
        	border: #CC6600 1px solid;
		}

.orderbuttonmargin	{ margin: 0px; margin-top: 12px; margin-bottom: 5px; }




/* CONTACT PAGE CODE */

.contact-select			{ color: #006666; font-weight: normal; }

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

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

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

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

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

.textarea	{
		font: 12px arial, sans-serif;
		background-color: #F5F6F9;
		color: #000000;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 250px;
		height: 150px;
		border: #C1C2D6 1px solid;
		}

.dropdown 	{
		font: 12px arial, sans-serif;
		background-color: #F5F6F9;
		color: #000000;
		width: 225px;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide { display:none;}
}
@media screen{
.printonly { display:none;}
}




/* START THE CODE FOR THE MENUS */

.menuspace-home	{ margin-bottom: 15px; }

.menu-div	{
		background-color: #4D4D4D;
		padding: 0px 0px 0px 0px;
		border: #000000 0px solid;
		border-width: 0px 0px 0px 0px;
		margin-bottom: 0px;
		}

.menu		{
		font-family: "Sansation_Regular", "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		text-align:center;
		padding: 7px 15px 7px 15px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		display: block;
		white-space: nowrap;
		background-color:#4D4D4D;
		border: #000000 0px solid;
		border-width: 0px 0px 0px 0px;
		}

a.menu:link 	{
		color: #FFFFFF;
		}

a.menu:visited 	{
		color: #FFFFFF;
		}

a.menu:active 	{
		color: #FFFFFF;
		}

a.menu:hover 	{
		background-color: #000000;
		color: #FFFFFF;
		text-decoration: none;
		}



