@charset "UTF-8";
/* Classes to use */

body,td,th {
        color: #000000;
}


.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }


html, body    /* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
/* the following rules get rid of different browser styles for elements. */
}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  }
img {
  border: none;
 } 
  table {
  margin: 0;
  padding: 0;
  border: none;
}

form {
  margin: 0;
  padding: 0;
  display: inline;
}
/* sets the body font size and line height */

body  {
	background: #FFFFFF;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}
/* Sets the style for a link that has focus. */
#logo a:focus { color: #b92200;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	padding-bottom: 10px;
	padding-top: 13px;
	color: #333333;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	padding-bottom: 0.25em;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	padding-top: 2px;
}

h5 {/* currently used for Thanks you response message in contact form */
	font-size: 1em;
	padding-bottom: 10px;
}
h6 {
	font-size: 1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .87em;
	padding-bottom: 10px;
	line-height: 1.4em;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	
	margin: 12px auto 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 900px;
	min-width: 600px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 90em;
}
#innerWrapper {
	border: thin solid #808080;
}
#outerWrapper #header {
	padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 80px;
}
#quote {
	height: 36px;
}
#outerWrapper #innerWrapper #quote table { /* the height of the orange bar bottom) */
	height: 36px;
}
.sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #555F55;
	text-align: center;
	width: 250px;
}
.organic_logo {
	padding-left: 68px;
	padding-top: 10px;
}


#leftColumn1b   {
	float: left;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 650px;
	margin-right: 10px;
	height: 600px;
	margin-top: 5px;
	margin-left: 10px;
}
#rightColors {
}
.product   img {
	float: left;
	width: 155px;
	height: 155px;
	margin: 5px 0px 0px 5px;
	clear: both;
}
.productmid    img {
	width: 155px;
	height: 155px;
	margin-top: 5px;
	float: left;
	border-style: none;
}
.productDescription   {
	float: left;
	width: 155px;
	text-align: center;
	font-size: 1em;
	color: #666666;
	text-transform: lowercase;
}
.productDescriptionmid  {
	float: left;
	width: 155px;
	text-align: center;
	font-size: 1em;
	color: #666666;
	text-transform: lowercase;
}
#leftColumn1b, a {
	color: #666666;
	text-decoration: none;
	cursor: auto;
}
#rightColors {
	float: right;
	width: auto;
	clear: right;
	display: block;
	margin-right: 20px;
}
.colors {
	clear: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 1em;
	color: #666666;
}
.colorh1 h1  {
	text-align: center;
	clear: left;
}
#blueberry {
	height: 30px;
	width: 50px;
	border: thin solid #005889;
	float: left;
	background: #005889;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#sky {
	height: 30px;
	width: 50px;
	border: thin solid #009ac2;
	float: left;
	background: #009ac2;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#kiwi {
	height: 30px;
	width: 50px;
	border: thin solid #2C7C2F;
	float: left;
	background: #2C7C2F;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#citron {
	height: 30px;
	width: 50px;
	border: thin solid #fbd80e;
	float: left;
	background: #fbd80e;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#clementine {
	height: 30px;
	width: 50px;
	background: #DB5C3B;
	float: left;
	border: thin solid #DB5C3B;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#pomegranate {
	height: 30px;
	width: 50px;
	border: thin solid #7C183F;
	float: left;
	background: #7C183F;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#pink_grapefruit {
	height: 30px;
	width: 50px;
	border: thin solid #b5025e;
	float: left;
	background: #b5025e;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
#natural {
	height: 30px;
	width: 50px;
	border: thin solid #999999;
	clear: left;
	float: left;
	background: #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
}
#leftColumn1p {
	float: left;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 400px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 50px;
	position: relative;
	height: 400px;
}
#productmain img {
	float: left;
	width: 400px;
	height: 400px;
	margin: 5px 0px 0px 5px;
	clear: both;
	position: absolute;
	border-style: none;
}
#mainColors {
	float: left;
	clear: right;
	margin-top: 410px;
}
.productmain  img {
	float: left;
	width: 400px;
	height: 400px;
	margin: 5px 0px 0px 5px;
	clear: both;
	position: absolute;
}
#blueberryp {
	height: 30px;
	width: 35px;
	border: thin solid #005889;
	background: #005889;
	margin-right: 10px;
	float: left;
	margin-left: 9px;
}
#skyp {
	height: 30px;
	width: 35px;
	border: thin solid #009ac2;
	background: #009ac2;
	margin-right: 10px;
	float: left;
}
#kiwip {
	height: 30px;
	width: 35px;
	border: thin solid #2C7C2F;
	background: #2C7C2F;
	margin-right: 10px;
	float: left;
}
#citronp {
	height: 30px;
	width: 35px;
	border: thin solid #fbd80e;
	background: #fbd80e;
	margin-right: 10px;
	float: left;
}

#clementinep {
	height: 30px;
	width: 35px;
	border: thin solid #DB5C3B;
	background: #DB5C3B;
	margin-right: 10px;
	float: left;
}
#pomegranatep {
	height: 30px;
	width: 35px;
	border: thin solid #7C183F;
	background: #7C183F;
	margin-right: 10px;
	float: left;
}
#pinkgrapefruitp {
	height: 30px;
	width: 35px;
	border: thin solid #b5025e;
	background: #b5025e;
	margin-right: 10px;
	float: left;
}
#naturalp {
	height: 30px;
	width: 35px;
	border: thin solid #999999;
	background: #FFFFFF;
	margin-right: 9px;
	float: left;
	margin-left: 0px;
}
#miette_np {
	height: 60px;
	width: 60px;
	border: thin solid #999999;
	background: no-repeat fixed center center;
	margin-right: 10px;
	float: left;
	margin-left: 90px;
}
#miette_cp {
	height: 60px;
	width: 60px;
	border: thin solid #999999;
	background: no-repeat fixed center center;
	margin-right: 10px;
	float: left;
	margin-left: 0px;
}
#miette_cip {
	height: 60px;
	width: 60px;
	border: thin solid #999999;
	background: no-repeat fixed center center;
	margin-right: 10px;
	float: left;
	margin-left: 0px;
}
#leftColumn1 {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
}
.colorsh1 {
	text-align: center;
}
#content/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
   {
	padding: 10px 10px 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background: #FFFFFF;
	margin: 0px 60px 0px 280px;
	width: auto;
	display: block;
}

#content ul {
	font-size: 0.87em;

}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0;
}
#outerWrapper #innerWrapper #header #logo_tag {
	width: 35%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 17px;
}
.tagline   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	background: bottom;
	padding: 5px;
	text-align: center;
	color: #333333;
	margin: 5px;
}
#bunny {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	clear: both;
	top: 5px;
	right: 5px;
	position: absolute;
}
#outerWrapper #innerWrapper #quote {
	background: url(../images/pm_leaf.gif) no-repeat 97% bottom;
	margin-top: 10px;
}
#outerWrapper #innerWrapper #quote img {
	margin-right: 100px;
	text-align: center;
	float: right;
	vertical-align: bottom;
	margin-top: 5px;
}
#outerWrapper #innerWrapper #top_border {
	background: #FF7F00 url(../images/pm_border_c.gif) repeat-x;
	height: 43px;
	clear: left;
}
#content a, #footer a, .item_wrapper_text a {
	color: #FF7F00;
	text-decoration: none;
	border: thin none #FF7F00;
}

#content a:hover, #footer a:hover {
	color: #007FAA
}
a {
	cursor: default;
}
#header {
	position: relative;
}
.style1 {
	color: #FFFFFF;
}
#topNavigation    {
	height: 25px;
}
#footerbar {
	height: 15px;
	background: #FF7F00;
}
#footer {
	height: 38px;
	font-size: .8em;
}
#copyrightSubmenu {
	width: 60em;
	float: left;
}
#siteDesign {
	float: right;
}
ul.store        {
	text-decoration: none;
	font-size: 12px;
	list-style: none;
}

#footerbar, #copyrightSubmenu  {
	font-size: 90%;
	padding-top: 10px;
}
#copyrightSubmenu, #siteDesign   {
	font-size: 90%;
	padding-top: 15px;
}
.showDate {
	color: #FF7F00;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content .stores {
	text-transform: none;
	letter-spacing: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1em;
}
#content .state {
	color: #FF7F00;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 1.2em;
	width: 400px;
	border-top: thin solid #CCCCCC;
}

#content .indent{
		margin-top: 2px;
		color: #3b3b3b
	}
	
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 10px;
}
.productmainclick img {
	float: left;
	width: 400px;
	height: 400px;
	margin: 5px 0px 0px 5px;
	clear: both;
	position: absolute;
}
#content ul li {
	list-style: disc inside;
}
img.clickimage, a {
cursor: pointer;
}
.productmidBox {
	width: 155px;
	height: 155px;
	margin-top: 5px;
	float: left;
	border-style: none;
}
h6 {
	color: #333333;
	padding-bottom: 4px;
	padding-top: 8px;
	font-size: 1em;
}
.item_wrapper {
	height: 250px;
	width: auto;
	clear: left;
	padding-left: 0px;
}
.leftColumn1 {
	float: left;
	width: 235px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555F55;
	text-align: center;
	width: 250px;
}
.item_wrapper_text {
	height: auto;
	width: auto;
	clear: left;
	margin-left: 20px;
}
#add_space {
	height: 350px;
}
/* ~~~~~~~~~~~~~~~ MISCELLANEOUS CLASSES ~~~~~~~~~~~~~~~ */

.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;
}

.organic    {
	display: block;
	width: 115px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: center;
}
.cradle {
	display: block;
	width: 115px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: center;
}
.AuthorizeNetSeal {
	margin:5px auto 10px;
	padding:0;
	
}
h4 {
	color: #FF7F00;
}
#twitterBadge {
	float: left;
}
.float_left {
	padding: 0px;
	float: left;
	width: 300px;
}
