@charset "UTF-8";
/* CSS Colors (Autonomie Project, inc) */

/* Newsletter Signup */
.required{
color:#f00;
}

/*Shopping Cart Links*/

#header #cartLinks a{
	color:#5A471C;
}


/*Sizing Table Styles*/
table{
	background: #92A445;
}
table tr.alt{
	background: #DBE5A1;
}
table th{
	color:#FCEE6B;
}
/* Text Colors */
#mainContent .tanBg p,h2,h3,dt{
	color:#5A471C;
}
/* Products */
#products dl{border-color:#D5E897;}
#products a{color:#414141;}

.highlight{color:#f00;}


/*Page Background styles*/
html,body{background:#f2f8e1;}

/*Border Colors*/
#nav,#leftContent,#blog,#wholesale,#affiliates,#quickLinks,#joinNewsletter,#footer,#mainContent,#productPreview,#slideshow,#featuring,#featuredRight,.borderImg{border-color:#f2f8e1;}
#mainContent table th, #mainContent table td{border-color:#EDF5D1;}

#mainContent .imageWrap{
	border-color:#5A471C;
}

#mainContent .introText{
	border-color: #5A471C;
}

/*Background Colors*/

#mainContent .tanBg{
	background:#EAF8CD;
}
#mainContent{
background:#92A445;
}
#content{
background:#92A445;
}
#nav{background:#5A471C;}

#footerNav,#leftContent{background:#92A445;}
#featuring,#productLinks,#quickLinks{
background: #5A471C;
}

/*Nav Colors*/
a,p,ul{color:#FCEE6B;}
a:hover{
	color:#DBE5A1;
}


#mainContent .tanBg a{
	color:#92A445;
}

#mainContent .tanBg a:hover{
	color:#92A445;
	color:#414141;
}

/* ORIGINAL A:HOVER COLOR 
#mainContent .tanBg a:hover{
	color:#92A445;
	color:#DBE5A1;
}
*/

#footer p{
	background:#f2f8e1;
}


/* Form Colors */
.formField{
background:#f2f8e1;
}


/* MC's additions */

#mainContent .tanBg a.redlink{
color:#f00;

}
#mainContent .tanBg a.redlink:hover{
color:#f00;
	color:#414141;
}


#mainContent .tanBg a.samesize{
	color:#92A445;
}

#mainContent .tanBg a.samesize:hover{
	color:#92A445;
	color:#414141;
}
#copyright{
	color:#000;
}

/* MC ADDS */

/* JUST REMOVE AFFILIATE SPECIFIC LINK COLORS IF RETURNING TO STANDARD SCHEME 

#affiliates a{
	color:#6699CC;}

#affiliates	a:hover{
	color:#5A471B;}
	
	*/
	
	



