body {
	font-family:arial;
	font-size:12;
	background-color:#d9e2bf;
	margin:0px;
	scrollbar-face-color: #555f3a;
	scrollbar-shadow-color: #f1f4e6;
	scrollbar-highlight-color: #f1f4e6;
	scrollbar-3dlight-color: #555f3a;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #f1f4e6;
	scrollbar-arrow-color: #ffffff;
}

A {
	color: #918A18;
}

A:hover {
	color: #8B2C00;
}

h1 {
	color: #2b4647;
	font-family: arial;
	font-size: 24;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
}

hh2 {
	color:#ffffff;
	font-family:arial;
	font-size:18;
	margin:0px;
	padding:0px;
}

h3 {
	color:#ffffff;
	font-family:arial;
	font-size:14;
	margin:0px;
	padding:0px;
}
hr {
	color: #ffffff;

}

.statusFinal {
	position: absolute;
	float: right;
	width: 200px;
	border: #009900 1px solid;
	background-color: #66cc66;
	color: black;
	font-family: arial;
	font-size: 12;
	padding: 10px;
}

.statusNonFinal {
	position: absolute;
	float: right;
	width: 200px;
	border: #990000 1px solid;
	background-color: #cc6666;
	color: black;
	font-family: arial;
	font-size: 12;
	padding: 10px;
}

.headerUNUSED {
	border-bottom: #7ba237 1px solid;
	background-color: #c0df5c;
	color: black;
	font-family: arial;
	font-size: 14;
	padding: 10px;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
}


/* ############################################################ */
/* HEADER NAV */

.nav {
	height: 67px;
	vertical-align: middle;
	background-color: #7fa331;
	background: url('/images_e3live/header_bg.gif');
	font-family: arial;
	font-size: 11;
	color: white;
}

.logo {
	padding: 7px; 0px; 0px; 0px;
	text-align: left;
	float: left;
}


.homeNav {
	text-transform: uppercase;
	padding: 0px 20px;
	font-family: arial;
	font-size: 11;
	font-weight: bold;
	color: white;
	vertical-align: top;
}

.homeNav a {
	padding: 5px 8px;
	color: #506606;
	text-decoration: none;
	vertical-align: 50%;
}

.homeNav a:hover {
	text-decoration: underline;
}



.search {
	margin: 0em;
	padding: 0px;
	display: inline;
}

.specialtyNav {
	padding: 20px 18px 5px;
	vertical-align: bottom;
	text-align: right;
	font-size: 12;
}

.specialtyNav a {
	color: #ffffff;
	text-decoration: none;
}

.specialtyNav a:hover {
	text-decoration: underline;
}


/* ############################################################ */
/* SUBNAV */

.subNav {
	vertical-align: top;
	font-family: arial;
	font-size: 12;
	background: url('/images_e3live/subnav_bg.gif');
	width: 194px;
	height: 100%;
	float: left;
}

.subNavHeader {
	
}

.subNavList {
	line-height: 1.3em;
	font-size: 14;
}

.info .subNavList h2 {
	color: #ffffff;
	font-family: arial;
	font-size: 17;
	font-weight: normal;
	margin: 0px;
	padding: 10px 13px 5px 18px;
}

.subNavList ul {
	padding: 0px;
	margin: 0px;
	
	
}

.subNavList li {
	list-style: none;
	list-style-type: none;
	background: url('/images_e3live/arrow.gif') 0px 7px no-repeat;
	padding: 2px 10px 5px 18px;
	margin: 0px;
}

.subNavList li a {
	color: #62732b;
	text-decoration: none;
}

.subNavList li a:hover {
	color: #8c9e51;
	text-decoration: underline;
}

.subNavList .subNavItemSelected {
	list-style: none;
	background: url('/images_e3live/arrow_selected.gif') 0px 7px no-repeat;
	padding: 2px 10px 5px 18px;
	margin: 0px;
}

.subNavList .subNavItemSelected a {
	color: #c77e09;
	font-weight:bold;
}

.subNavList .subNavItemSelected a:hover {
	color: #c77e09;
	font-weight:bold;
	text-decoration:none;
}

.subNavList .signatureProduct {
	font-size: 12;
	font-family: arial;
	font-style: italic;
	color: #62732b;
	line-height: .3em;
	padding-top: 0px;
	padding-bottom: 0px;
}





/* ############################################################ */
/* INFO PAGES */

.info .copy {
	padding: 0px 30px;
	font-size: 13;
	color: #2b4647;
}

.info h1 {
	font-family: arial;
	font-size: 38;
	color: #6f919c;
	padding-right: 15px;
	display: inline;
	font-weight: normal;
	letter-spacing: -1px;
}

.info h2 {
	font-family: arial;
	font-size: 23;
	color: #ffffff;
	display: inline;
	font-weight: normal;
	letter-spacing: 1px;
}

.info h3 {
	padding: 85px 0px 0px 30px;
	font-family: arial;
	font-size: 16;
	font-weight: normal;
	letter-spacing: 0px;
	color: #bb729d;
	margin: 0px;
}

.info h4 {
	padding: 15px 0px 0px 30px;
	font-family: arial;
	font-size: 16;
	font-weight: normal;
	letter-spacing: 0px;
	color: #b4ddf8;
	margin: 0px;
}

.info a {
	color: #2b4647;
} 






/* ############################################################ */
/* PRODUCT PAGES */

.productIndex .copy {
	padding: 0px 30px;
	font-size: 13;
	color: #2b4647;
	
}

.productIndex h1 {
	font-family: arial;
	font-size: 38;
	color: #61999b;
	padding-right: 15px;
	display: inline;
	font-weight: normal;
	letter-spacing: -1px;
}

.productIndex h2 {
	font-family: arial;
	font-size: 23;
	color: #ffffff;
	display: inline;
	font-weight: normal;
	letter-spacing: 1px;
}

.productIndex h3 {
	padding: 30px 0px 0px 30px;
	font-family: arial;
	font-size: 16;
	font-weight: normal;
	letter-spacing: 0px;
	color: #c12344;
	margin: 0px;
}

.productIndex h4 {
	padding: 15px 0px 0px 30px;
	font-family: arial;
	font-size: 16;
	font-weight: normal;
	letter-spacing: 0px;
	color: #c12344;
	margin: 0px;
}

.productIndex a {
	color: #2b4647;
}






/* ############################################################ */
/* BOTTOM NAV */

.bottom {
	width: 966px;
	height: 92px;
	background-color: #7fa331;
	background: url('/images_e3live/bottom_bg.gif');
}

.bottom .bottomNav {
	text-transform: uppercase;
	padding: 0px 12px;
	font-family: arial;
	font-size: 11;
	font-weight: bold;
}

.bottom .bottomNav a {
	padding: 5px 8px;
	color: #2b5658;
	text-decoration: none;
	vertical-align: 50%;
}

.bottom .bottomNav a:hover {
	text-decoration: underline;
}


.bottom .bottomNav2 {
	text-transform: lowercase;
	padding: 0px 12px;
	font-family: arial;
	font-size: 12;
	text-align: right;
	padding-top: 44px;
}

.bottom .bottomNav2 a {
	padding: 5px 8px;
	color: #94e3e6;
	text-decoration: none;
	vertical-align: 50%;
}

.bottom .bottomNav2 a:hover {
	text-decoration: underline;
}


/* ############################################################ */
/* FOOTER NAV */

.footer {
	width: 966px;
	padding-top: 4px;
	background-color: #518a8c;
}

.footer .footerNav {
	padding: 0px 20px;
	font-family: arial;
	font-size: 12;
	color: white;
	vertical-align: top;
	display: inline;
}

.footer .footerNav a {
	color:#94e3e6;
	text-decoration: none;
}

.footer .footerNav a:hover {
	text-decoration: underline;
}

.footer .copyright {
	font-family: arial;
	font-size: 9;
	color: #2b5658;
}



/* ############################################################ */
/* MAIN CONTENT */

.mainContent {
	vertical-align: top;
	width: 555px;
	background-color: #c9d9d9;
	float: right;
}

.mainCopy {
	padding: 10px 30px 0px;
	font-size: 13;
	color: #2b4647;
}

.mainCopy A {
	color: #2b4647;
}

.mainCopy A:hover {
	color: #5c7b7c;
}

/* ############################################################ */
/* UNIVERSAL */

p {
	margin: 0px;
	padding:0px 0px 15px;
}

.dropShadow {
	background-color: #000000;
	width: 555px;
	height: 5px;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
}

.dropShadow749 {
	background-color: #000000;
	width: 749px;
	height: 5px;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
}


/* ############################################################ */
/* PRODUCTS ??? */

.product_navigation {
	float: left;
	height: 36px;
	background: url('/images_e3live/bg_nav.gif') 0px 0px;
}

.product_navigation a {
	color: #2b4647;
	display: block;
	width: 100%;
	height: 36px;
	padding-top: 10px;
	text-decoration: none;
}

.product_navigation .no_link {
	color: #739b9b;
	display: block;
	width: 100%;
	height: 36px;
	padding-top: 10px;
}

.product_navigation a:hover {
	background: url('/images_e3live/bg_nav.gif') 0px -50px;
	color: #ffffff;
}

.product_navigation_selected {
	float: left;
	height: 36px;
	background: url('/images_e3live/bg_nav.gif') 0px -100px;
	color: #2b4647;
	display: block;
	width: 100%;
}

.product_navigation_selected .no_link {
	color: #2b4647;
	display: block;
	width: 100%;
	height: 36px;
	padding-top: 10px;
}




#content_description {
	background-color: #c9d9d9;
	font-family: arial;
	font-size: 12;
	color: #2b4647;
	line-height: 1.3;
	padding: 10px 20px 20px 20px;
}

#content_description p {
	font-size: 12;
}

#content_description a {
	color: #2b4647;
}

#content_description a:hover {
	text-decoration: none;
}

#content_description li {
	list-style: none outside;
	background: url('/images_e3live/star.png') 0px 7px no-repeat;
	padding-left: 15px;
	font-size: 17;
}

#content_description ul {
	margin: 0px;
	padding: 0px;
}


#content_description ul li{
	list-style: none outside;
	background: url('/images_e3live/star_small.png') 0px 5px no-repeat;
	padding-left: 15px;
	font-size: 15;
}

#content_description em {
	font-size: 15;
	font-weight: bold;
	font-style: normal;
	color: #e27e07;
	
}

#content_description b {
	font-weight: bold;
}


#content_description .capsule {
	background: url('/images_e3live/icon_capsule.gif') 0px 0px no-repeat;
	padding-top: 20px;
}

#content_description .flake {
	background: url('/images_e3live/icon_flake.gif') 0px 0px no-repeat;
	padding-top: 20px;
}

#content_description .liquid {
	background: url('/images_e3live/icon_liquid.gif') 0px 0px no-repeat;
	padding-top: 20px;
}

#content_description .patch {
	background: url('/images_e3live/icon_patch.gif') 0px 0px no-repeat;
	padding-top: 20px;
}


#content_description .green_hilight {
	font-size: 13;
	font-weight: bold;
	color: #809605;
}

#content_description .orange_hilight {
	color: #e27e07;
}

#content_description .line_break {
	width: 500px;
	height: 1px;
	background-color: #b3c8c8;
	margin: 7px 0px;
}



#content_description .photoDiv {
	float: right;
	margin: 0px 0px 15px 15px;
}

#content_description .photoDiv img {
	border: solid 1px #b3c8c8;
	margin-bottom: 12px;
}

#content_description .photoDiv .photoCopy {
	height: 45px;
	padding-left: 8px;
	border-left: white solid 1px;
}

#content_description .photoDiv .photoCopy b {
	font-family: arial;
	font-size: 14;
	color: #e27e07;
	font-weight: normal;
}

#content_description .photoDiv .photoCopy i {
	font-family: arial;
	font-size: 11;
	color: #e27e07;
	font-style: italic;
}


.pdf {
	padding-left: 35px;
	background: url('/images_e3live/icon_pdf.gif') top left no-repeat;
}







/* GENERAL PHOTO TREATMENT */
.photoDivRight {
	float: right;
	margin: 0px 0px 15px 15px;
	clear: right;
}

.photoDivRight img {
	border: solid 1px #b3c8c8;
	margin-bottom: 12px;
}

.photoDivRight .photoCopy {
	height: 45px;
	padding-left: 8px;
	border-left: white solid 1px;
}

.photoDivRight .photoCopy b {
	font-family: arial;
	font-size: 14;
	color: #ac6a89;
	font-weight: normal;
}

.photoDivRight .photoCopy i {
	font-family: arial;
	font-size: 11;
	color: #ac6a89;
	font-style: italic;
}


.photoDivLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	clear: left;
}

.photoDivLeft img {
	border: solid 1px #b3c8c8;
	margin-bottom: 12px;
}

.photoDivLeft .photoCopy {
	height: 45px;
	padding-left: 8px;
	border-left: white solid 1px;
}

.photoDivLeft .photoCopy b {
	font-family: arial;
	font-size: 14;
	color: #ac6a89;
	font-weight: normal;
}

.photoDivLeft .photoCopy i {
	font-family: arial;
	font-size: 11;
	color: #ac6a89;
	font-style: italic;
}









#nav {
	float: left;
	padding: 0px 12px;
	height: 36px;
	background: url(/images_e3live/bg_nav.gif);
}

#nav div {
	padding-top: 10px;
}

#nav div A {
	color: #ffffff;
}

#nav div A:hover {
	color: #ffffff;
}



#productBox {
	background-color: #e9f0f0;
	border: 1px solid #b3c8c8;
	width: 111px;
	height: 250px;
}

#productBox:hover {
	border-color: #839898;
	cursor: pointer;
}


#productBoxFrozen {
	border: 1px solid #b3c8c8;
	width: 111px;
	height: 250px;
	background:url('/images_e3live/snowflake_2.gif') no-repeat 88px 5px;
	background-color:#e9f0f0;
}

#productBoxFrozen:hover {
	border-color: #839898;
	cursor: pointer;
}



/* ############################################################ */
/* BUTTONS */

.button {
	float: left;
	height: 29px;
	background: url('/images_e3live/button_left.png') top left no-repeat;
	font-family: arial;
	font-size: 12;
	padding: 0px 0px 0px 17px;
}

.button span {
	float: left;
	background: url('/images_e3live/button_right.png') top right no-repeat;
	height: 29px;
	padding: 8px 17px 0px 0px;
}

.button a {
	color: #fff;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	text-decoration: underline;
}

.buttonUnavailable {
	float: left;
	height: 29px;
	background: url('/images_e3live/button_grey_left.png') top left no-repeat;
	vertical-align: bottom;
	font-family: arial;
	font-size: 12;
	padding: 0px 0px 0px 17px;
}

.buttonUnavailable span {
	float: left;
	background: url('/images_e3live/button_grey_right.png') top right no-repeat;
	height: 29px;
	padding: 8px 17px 0px 0px;
}

.buttonUnavailable a {
	color: #666;
	text-decoration: none;
}

.buttonUnavailable a:hover {
	color: #666;
	text-decoration: underline;
}



/* ############################################################ */
/* MESSAGES */

.messageBox {
	width: 318px;
	font-size: 12;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffa044;
	text-align: left;
	padding: 12px 12px 12px 120px;
	margin: 12px;
	background-image: url(/images_checkout/please_note.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* ############################################################ */
/* CHECKOUT */

.errorBox {
	width: 380px;
	font-size: 12;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffa044;
	text-align: left;
	padding: 12px 12px 12px 120px;
	margin: 12px;
	background-image: url(/images_checkout/please_note.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.errorColor {
	font-weight: bold;
	color: #cc0000;
}

.checkoutButton {
	font-size: 12;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 180px;
	height: 29px;
	background: url(/images_checkout/checkout_blank.png) no-repeat;
	color: white;
	text-align: middle;
}

.checkoutNote {
	font-family: arial;
	font-size: 11;
	font-style: italic;
	color: #000000;
}





div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}



.search_field {
	width: 104px;
	height: 20px;
	/* Hide from IE-Mac \*/
	padding: 2px 6px;
	/* End hide */
	border: 0px;
	background: url('/images_e3live/search_bg.gif') 0px 0px no-repeat;
	font-family:arial;
	font-size:12;
	font-weight:bold;
	color:#666600;
}

.search_field:focus, * html 

.search_field {
	background-position: 0px -20px;
} * html

