/* Neo-Image.com */
/* All work copyright Melissa Gonzalez */

body {
	margin: 45px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	color: #666666;
	background-color: #ffffff;
	background-position: top left;
	outline: none;
}

  

/* Text Styles */
.highlight		{ color: #4abdae; }
.contactInfo	{ color: #b2e7e0; font-weight: bold; }

/* Link Styles */
a				{ color: #a4895a; text-decoration: none; }
a:hover			{ color: #746440; text-decoration: none; }
a:visited		{ color: #a4895a; text-decoration: none; }


/* Big Containers */
#header				{ height: 125px; width: 985px; }
#menu				{ width: 900px; height: 45px; margin: 45px 0px 55px 0px; }
#contentWindow		{ width: 840px; }
#contentYummiWindow	{ width: 820px; padding-top: 0px; }
#contentterms		{ width: 820px; padding-left:410px;padding-top: 60px }
#submenu			{ height: 15px; width: 840px; }
#bottomWindow		{ margin: 0px 0px 20px 0px; width: 840px; float: left; font-weight: normal; }

/* Menus */
#mainMenu							{ list-style-type: none; height: 25px; margin: 0px 0px 3px 0px; padding: 0; outline: none; }
#mainMenu li 						{ float: left; width: 186px; height: 16px; overflow: hidden; 
									  background: url(../images/backgrounds/menuindicator.gif) no-repeat top left; 
									  margin: 0px 32px 0px 0px; padding: 9px 0px 0px 0px; }
									  
#mainMenu li a:link					{ color:#fa9816; text-decoration: none; }
#mainMenu li a:visited				{ color:#fa9816; text-decoration: none; }
#mainMenu li#menuAbout a:hover		{ color:#ffc06c; }
#mainMenu li#menuCustomer a:hover	{ color:#ffc06c; }
#mainMenu li#menuBuy a:hover		{ color:#ffc06c; }
#mainMenu li#menuProducts a:hover	{ color:#ffc06c; }

/* Main Menu Indicators */
body#about #mainMenu li#menuAbout a 		{ color: #e1d5cc; }
body#about #mainMenu li#menuAbout			{ background-position: bottom left; }
body#customer #mainMenu li#menuCustomer a	{ color: #e1d5cc; }
body#customer #mainMenu li#menuCustomer		{ background-position: bottom left; }
body#buy #mainMenu li#menuBuy a				{ color: #e1d5cc; }
body#buy #mainMenu li#menuBuy				{ background-position: bottom left; }
body#products #mainMenu li#menuProducts a	{ color: #e1d5cc; }
body#products #mainMenu li#menuProducts		{ background-position: bottom left; }

#yummi										{ background: url(../images/backgrounds/yummi.gif) no-repeat; }


/* Left Container */
#leftContainer			{ float: left; width: 400px; font-weight: normal; }
#YummiContainer			{ width: 600px; font-weight: normal; }
.pagetitle 				{ padding: 0px; font-weight: bold; font-size: 14px; color: #83365c; }
.pagesubtitle 			{ padding: 0px; font-weight: bold; font-size: 12px; color: #a4895a; }
.yummipagetitle 		{ padding: 0px; font-weight: bold; font-size: 14px; color: #83365c; }
.yummipagesubtitle 		{ padding: 0px; font-weight: bold; font-size: 12px; color: #705b72; }
.yummipagesubtitle2 		{ padding: 0px; font-weight: bold; font-size: 12px; color: #ff7e45; }
.yummipagesubtitle3 		{ padding: 0px; font-weight: normal; font-size: 12px; color: #a4895a; }



/* Yummi Table */
#YummiTable			{ width: 570px; font-weight: normal; background-color: #eff4e8; padding: 15px 15px 15px 15px; margin: 0; }
#YummiTable2		{ width: 490px; font-weight: normal; background-color: #ffffff; padding: 5px 5px 5px 0px; margin: 0; }
#YummiTerms			{ width: 570px; font-weight: normal; padding: 0px; margin: 70px 0px 0px 0px; }
#YummiTable3		{ align: center; width: 500px; font-weight: normal; background-color: #ffffff; padding: 5px 5px 5px 70px; margin: 0; }
#YummiTable4		{ align: center; width: 0px; font-weight: normal; background-color: #ffffff; padding: 5px 5px 5px 100px; margin: 0; }


/* Right Container */
#rightContainer			{ float: right; width: 400px; font-weight: normal;}
.imagetitle 			{ padding: 5px 0px 0px 0px; font-weight: normal; font-size: 12px; color: #a4895a; }

/* Bottom Containers */
#BottomLeftContainer				{ color: #a4895a; font-size: 10px; margin: 45px 0px 0px 0px; float: left; width: 400px; font-weight: normal; }
#BottomRightContainer				{ color: #a4895a; font-size: 10px; margin: 45px 0px 0px 0px; float: right; width: 400px; font-weight: normal; }
#NavigationBottomRight				{ width: 400px; padding: 0px; margin: 0px; font-weight: normal; }
#NavigationBottomRight a			{ color: #a4895a; font-weight: normal; text-decoration: none; outline: none; }
#NavigationBottomRight a:hover		{ color: #746440; }


/* Submenus */
#submenu a					{ color: #b17c96; font-weight: bold; text-decoration: none; outline: none; margin-right: 8px; }
#submenu a:hover			{ color: #a24c76; }
#submenu a.active			{ color:#83365c; }
#submenu a.active:hover		{ color: #a24c76; }

.submenuContainer					{float: left; padding: 0; font-weight: normal; }

#navigationAbout					{ margin: 0; }
#navigationCustomer					{ margin: 0px 0px 0px 219px; }
#navigationBuy						{ margin: 0px 0px 0px 439px; }


/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}



<!--
.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
-->



 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


