@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #711471;
	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: #000000;
}
.clear { clear: both; }
.clearRight { clear: right; }
.oneColFixCtr #container {
	width: 762px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/emc_template/container_background.gif);
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	padding: 12px 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/emc_template/header_title_only.gif);
	text-align: right;
	height: 79px;
}
.oneColFixCtr #header form {
	margin: 0px;
	padding: 4px 2px 0 0;
}
.oneColFixCtr #header .su_emailaddress {
	margin: 0px;
	padding: 2px;
	height: 12px;
	width: 118px;
	border: solid 1px #711471;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #711471;
	vertical-align:top;
}
.oneColFixCtr #header .go_button {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
.oneColFixCtr #navBar {
	width: 712px;
	height: 21px;
	padding: 1px 25px 0px 25px;
	background-image:url(images/emc_template/navbar_background.gif);
	vertical-align: top;
}
.oneColFixCtr #mainContent-home {
	background-image: url(images/emc_template/home_content_background.jpg);
	width: 722px;
	height: 336px;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	clear: both;
}
.oneColFixCtr #mainContent-products {
	background-image: url(images/emc_template/products_content_background.jpg);
	background-repeat: no-repeat; 
	/*background-image: url(images/emc_template/container_background.gif);*/
	width: 758px;
	margin: 0px;
	padding: 0px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	clear: both;
}
.oneColFixCtr #mainContent-products #productListing {
	width: 170px;
	float: left;
}
.oneColFixCtr #mainContent-products #productSubMenu {
	background-image: url(images/emc_template/products_submenu_background.gif);
	background-repeat: repeat;
	width: 160px;
	margin: 0px;
	padding: 2px 5px 2px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories li {
	color:#711471;
	font: 16px Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 1px;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories li a {
	color:#711471;
	width: 138px;
	text-decoration:none;
	text-indent: -9999px;
	display:block;
	overflow:hidden;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories li a.foundation {
	background: url(images/emc_template/products_categories_foundation.gif) no-repeat;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories li a.eyes {
	background: url(images/emc_template/products_categories_eyes.gif) no-repeat;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories li a.cheeks {
	background: url(images/emc_template/products_categories_cheeks.gif) no-repeat;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories li a.lips {
	background: url(images/emc_template/products_categories_lips.gif) no-repeat;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productCategories li a.miscellaneous {
	background: url(images/emc_template/products_categories_miscellaneous.gif) no-repeat;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productsInCategory {
	margin: 0px;
	padding: 0px 8px;
	list-style: none;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productsInCategory li {
	margin: 3px 0px;
	padding-left: 11px;
	color:#711471;
	font: 11px Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	background-image:url(images/emc_template/products_categories_list_spacer.gif);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productsInCategory li a {
	color:#711471;
	width: 138px;
	text-decoration:none;
	text-indent: 0px;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productsInCategory li a:hover {
	text-decoration: underline;
}
.oneColFixCtr #mainContent-products #productSubMenu ul.productsInCategory li.activeProduct {
	background-image:url(images/emc_template/products_categories_list_marker.gif);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent-products #productSubFooter {
	background-image: url(images/emc_template/products_submenu_bottom.gif);
	width: 170px;
	height: 12px;
}
.oneColFixCtr #mainContent-productsFooter {
	background-image: url(images/emc_template/products_content_bottom.gif);
	background-repeat: no-repeat;
	width: 762px;
	height: 14px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.oneColFixCtr #mainContent-products #productContainer {
	margin-left: 185px;
	padding-right: 20px;
}
.oneColFixCtr #mainContent-products #productHeightSpacer {
	width: 1px;
	height: 376px;
	float: left;
}
.oneColFixCtr #mainContent-products .productInfo {
	padding: 15px 0 0 0;
	text-align: left;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #711471;
}
.oneColFixCtr #mainContent-products .productInfo p.buttons {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.oneColFixCtr #mainContent-products .productInfo form {
	padding: 0px;
	margin: 0px;
}
.oneColFixCtr #mainContent-products .productInfo .productsListingTable {
	font: 12px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #711471;
}
.oneColFixCtr #mainContent-products .productInfo .productImage {
	width: 120px;
	padding: 4px 0 0px 10px;
	float: right;
	text-align: center;
}
.oneColFixCtr #mainContent-products .productInfo .productImage img {
	border: solid 2px #AAAAAA;
	margin: 0px 0px 4px 0px;
}
.oneColFixCtr #mainContent-products .productInfo .productDescription {
	width: 425px;
	margin-left: 132px;
}
.oneColFixCtr #mainContent-products .productInfo table {
	font: 11px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #711471;
}
.oneColFixCtr #mainContent-products .productInfo table.colorPalette {
	font: 12px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #711471;
	font-weight: bold;
	text-transform: lowercase;
}
.oneColFixCtr #mainContent-products .productInfo table.colorPalette td.quantity {
	width: 21px;
	height: 17px;
	background-image: url(images/colors/qty-box.gif);
	background-repeat: no-repeat;
	padding: 0px 1px 5px 1px;
	vertical-align: top;
}
.oneColFixCtr #mainContent-products .productInfo table.colorPalette td.quantity input {
	background-color: transparent;
	border: none;
	width: 15px;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #711471;
	padding-left: 2px;
	padding-top: 3px;
}
.oneColFixCtr #mainContent-products .productInfo table.colorPalette td.color {
	text-align: left;
	vertical-align: top;
}
.oneColFixCtr #mainContent-services {
	background-image: url(images/emc_template/services_content_background.jpg);
	width: 722px;
	height: 352px;
	padding: 12px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	font: 16px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color:#711471;
	line-height: 24px;
	clear: both;
}
.oneColFixCtr #mainContent-services .footnote {
	font-size: 11px;
	line-height: 12px;
}
.oneColFixCtr #mainContent-aboutus {
	background-image: url(images/emc_template/aboutus_content_background.jpg);
	width: 702px;
	height: 352px;
	padding: 12px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font: 16px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color:#711471;
	line-height: 24px;
	clear: both;
}
.oneColFixCtr #mainContent-aboutus img {
	margin: 0px 0 5px 240px;
}
.oneColFixCtr #mainContent-contact {
	background-image: url(images/emc_template/contact_content_background.jpg);
	width: 702px;
	height: 352px;
	padding: 12px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	font: 14px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color:#711471;
	line-height: 20px;
	clear: both;
}
.oneColFixCtr #mainContent-contact a {
	font: 14px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color:#711471;
	text-decoration: none;
}
.oneColFixCtr #mainContent-contact a:hover, .oneColFixCtr #mainContent-contact a_Hover {
	text-decoration: underline;
}
img.productThumb {
	border: solid 2px #711471;
	margin: 2px 3px 3px 3px;
}
.footer, .footer a {
	font: 11px "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover, .footer a_Hover {
	text-decoration: underline;
}