@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #a29755;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF000;
	background-color:#333333;
}


body.news  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #a29755;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF000;
	background-color:#ffffff;
}

/* the following css is from the style.css */
table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
background-color:#FFFFFF;



}



/*********** #this was for the flash intro on index.php - not currently using ***********/
.homeFlash
{
	margin:none;
	padding:none;
	
}

/*********** #end flash intro styles ***********/

/* begin styles from style.css - ecommerce templates original style sheet */

A:link {
	color: #663366;
	text-decoration: none;
}

A:visited {
	color: #663366;
	text-decoration: none;
}

A:active {
	color: #663366;
	text-decoration: none;
}

A:hover {
	color: #663366;
	text-decoration: none;
	font-weight: bold;
}


A.ectlink:link {
color: #663366;
text-decoration: none;
}

A.ectlink:visited {
color: #663366;
text-decoration: none;
}

A.ectlink:active {
color: #663366;
text-decoration: none;
}

A.ectlink:hover {
color: #663366;
text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
	vertical-align: top;
	background-color:#ffffff;
}

P {
	font-size: 12px;
	font-family : Verdana;
	vertical-align: text-top;
}

TD.smaller {
	font-size: 10px;
	font-family : Verdana;
	color : #ffffff;

}

P.smaller {
	font-size: 10px;
	font-family : Verdana;
}

HR {
	color : #ffffff;
}


/* end css from the style.css */

/* following is table characteristics for the shopping cart/checkout/customer details, etc. */

TABLE.cobtbl{
background-color: #cccccc;
}
TD.cobhl{
background-color: #ffffff;
}
TD.cobll{
background-color: #ffffff;
color : #666666;
}

/* end css for cart table characteristics */

#topDiv {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333; /* the auto margins (in conjunction with a width) center the page */
	color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
} 

/*********** #Custom Links styles - topDiv text ***********/


a.topDivlinks:link {
	color:#ffffff;
	text-decoration:none;
	
}
a.topDivlinks:visited {
		color:#ffffff;
		text-decoration:none;
}

a.topDivlinks:hover {
	color:#663366;
	text-decoration:none;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
} 

#header { 
	width: 978px; 
	background: #a29755;
	height:150px;
	border-top: 1px solid #ffffff;
	border-right:  1px solid #ffffff;
	border-left:  1px solid #ffffff;
	background-image:url(../images/abheader.jpg);
	background-repeat:no-repeat;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	overflow:hidden;
} 


/* this div contains the bottom right "art for inner spaces" image */
#ecommerce {
	width:980px;
	min-height:424px;
	float:left;
	clear:left;
	background-color:white;
	background-image:url(../images/afisp_side.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}


/* this is for the main product display on products.php */
#cartStuff
{
	width:600px;
	float:left;	

}


/* this is for the detailed product display on proddetail.php - needs the padding to center content */

#cartProdDetail
{
	width:600px;
	padding-left:60px;
	float:left;	

}

/* this is basically the same as above, but applied to various other cart pages as well as thanks.php and categories.php - to give it padding on the left */

#cartShoppingCart
{
	background-image:url(../images/greenembellish.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	padding-left:60px;
	float:left;
	

}

#cartCenterImg
{
	width:600px;
	padding-left:100px;
	float:left;
	

}


/* this is for my custom pages like about.php and contact.php */

#generalContent{
	width:620px;
	color: #333333;
	
	font-size: 14px;
	padding: 0px 0px 0px 70px;
}

#generalContentAbout{
	background-image:url(../images/AlignBetweenIs.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	color: #333333;
	min-height:258px;
	font-size: 14px;
	padding: 0px 0px 0px 70px;
}

#generalContent404{
	background-image:url(../images/filenotfound.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	color: #333333;
	min-height:258px;
	font-size: 14px;
	padding: 0px 0px 0px 70px;
}

#contentNews{
	background-image:url(../images/news.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	color: #333333;
	min-height:258px;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

#generalContentBrowse{
	background-image:url(../images/Browse.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	color: #333333;
	min-height:258px;
	font-size: 14px;
	padding: 0px 0px 0px 70px;
	
}
	
	


#generalContentFAQ{
	background-image:url(../images/FAQ.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	color: #333333;
	font-size: 14px;
	padding: 0px 0px 0px 70px;
}

ul.SMlist {
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

li.SMlist {
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#generalContentPolicies{
	background-image:url(../images/policies.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	color: #333333;
	min-height:258px;
	font-size: 14px;
	padding: 0px 0px 0px 70px;
}


#generalContentStatus{
	background-image:url(../images/greenembellish.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	clear:left;
	margin-top:0px;
	width:600px;
	color: #333333;
	min-height:258px;
	font-size: 14px;
	padding: 0px 0px 0px 70px;
}



#nav {
	width:740px;
	text-align:left;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style:double;
	border-color:#FFFFFF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	right: auto;
	height: auto;
	min-height: 20px;
	line-height:20px;
	font-size: 12px;
	padding-top:5px;
	color: #333333;	
	color: #333333;
	color: #333333;
	float:left;
	clear:none;
} 

#sidebarnav {
	width:240px;
	background-color: #333333;
	border-top-width: 1px;
	border-right:  1px solid #ffffff;
	border-top-style:double;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 25px;
	line-height:25px;
	max-height:25px;
	text-align:right;
	float:right;
	clear:none;
} 







/*********** #dynamic css menu ***********/
ul.ectmenu1 {
list-style: none;
border:0px solid;
color:#ffffff;font:12px Arial, Helvetica, sans-serif;
padding:0px;
}
li.ectmenu1 {
border:1px solid;
padding:5px;
background-color: #333333;
text-align:left;
overflow:hidden;

}
li.ectmenu1 a{
color:#ffffff;font:12px Arial, Helvetica, sans-serif;
padding:5px;
target-new:window;
}
li.ectmenu1 a:hover{
color: #663366;
padding:5px;
}





#mainContent {
	text-align:left;
	width: 980px;
	position:absolute; 
	
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0 0;/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	float:left;
	clear:none;
	background-color:white;
	
} 

#mainContent img
{
	text-align:right;
	float:right;
	vertical-align:baseline;	
}

.baseline
{
	vertical-align:bottom;
	float:right;
	text-align:right;
	clear:right;	
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	clear:none;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0 0;
	/*
	display:inline-block;
	min-height:424px;
	vertical-align:baseline;
	background-repeat:no-repeat;
	background-position:right bottom;
	*/
	color: #c78d4d;
	font-size:12px;
}

#bottomSidebar
{
	position:absolute;
	width:980px;
	bottom:85px;
	margin:0 auto;	
}

#sidebarImage
{
	float:right;
	height:300px;
	vertical-align:baseline;
}

.baseline
{
	vertical-align:baseline;	
}




SPAN.sidebarh1 {
	text-align:right;
	color:#FFFFFF;
	size: 14px;
	font-weight:bold;

}





#sidebarsearch {
	float: right; /* since this element is floated, a width must be given */
	background: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px;
	color: #FFFFFF;
	text-align:left;	
}

#sidebarsearch form{
 	margin: 0px;
 	padding: 0px;
}

#sidebarsearch label{
	margin: 0px;
	padding: 0px;
}




/*********** #Custom Links styles ***********/


a.footerLinks:link {
	color:#ffffff;
	text-decoration:none;
	
}
a.footerLinks:visited {
		color:#ffffff;
		text-decoration:none;
}

a.footerLinks:hover {
	color:#663366;
	text-decoration:none;
}
/*********** #sidebarLinks styles ***********/

#sidebar1 ul {
	color: #c78d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 h4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style: normal;
	font-weight: lighter;
	
}




#footer {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it.
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	border-right:  1px solid #ffffff;
	border-left:  1px solid #ffffff;
	margin: 0 auto;
	background-color: #333333;
	text-align:center;
	background-position:inherit;
	clear:left;
	padding: 0px;
	} 
	

	
#seals {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
} 

TABLE.tblseals{
background-color: #333333;
}
TD.tblseals{
background-color: #333333;
}
TD.tblseals{
background-color: #333333;
color : #666666;
}



#footer p {
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* begin customized css layout options from http://www.ecommercetemplates.com/help/css.asp - also saved as PDF */

img.cartimage {
width: 100px;
border:1px;
}

.prodimage, .prodname, .proddescription{
text-align: center;
}

div.detaildescription { width: 600px; margin: 0 auto;}

div.detaildescription {
text-align:center;
}

div.detailname {
text-align: center;
color:#000000;
font-size:14px;
}

SPAN.prodoption {
text-align:left;
font-size: 10px;
font-family : Verdana;
color : #000000;
}

SPAN.detailoption {
font-size: 10px;
font-family : Verdana;
color : #000000;
}
center {
}

/* This needed to fix alignment issue between the Email friend button and the Add to Cart button. Once both images were substituted for the links, the alignment was "off" */
.buybutton{
padding-top:14px;
}
