@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d8d9da;
	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;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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. */
	background-image:url('../images/bg_body.gif');
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #header {
	margin:0 30px 10px 30px;
	padding: 10px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:130px;
	background:url(../images/bg_nav.gif) bottom left repeat-x;
	background-color:#fff;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent, td, productDescription {
	padding: 0 30px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
}

.oneColFixCtrHdr #footer {
	margin:0 30px 10px 30px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #d8d9da;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#8a8c8e;
	text-align:center;
}
.oneColFixCtrHdr #bottom {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url('../images/bg_bottom.gif');
	background-repeat:no-repeat;
	height:22px;
}
.oneColFixCtrHdr #bottom p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 18px;
}

h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
}

h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  font-weight:normal;
  letter-spacing: 2px;
}
h3 {
  font-size: 12px;
  line-height: 18px;
}

p .header {
	margin-bottom: 24px;
}

ul, ol {
  margin-bottom: 18px;
}
.floatLeft {
  float: left;
  margin: 0 24px 24px 0;
}
.floatRight {
  float: right;
  margin: 0 0 18px 18px;
}
.callout {
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin-bottom: 18px;
}

.callout {
  margin-bottom: 0;
}

.clear{
	clear:both;
}

a{
	color:#8a8c8e;
	text-decoration:none;
}
a:hover{
	color:#8a8c8e;
	text-decoration:underline;
}
/***************************************  sweet Beginnings ******************************************/
.sweetBeginnings #mainContent {
	padding: 0 60px 60px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
	text-align:justify;
}

.sweetBeginnings #spacer{
	padding:25px 0;
}

.sweetBeginnings .floatLeft {
  float: left;
  margin: 0 45px 0 0;
}

/***************************************  the studio ******************************************/
.theStudio #mainContent {
	padding: 0 30px 30px 57px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
	text-align:justify;
}
.theStudio #spacer{
	padding:25px 0;
}

.theStudio .floatRight {
  float: right;
  margin: 0 0 0 40px;
}

/***************************************  praise ******************************************/
.praise #mainContent {
	padding: 0 30px 224px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
}

.praise #spacer{
	padding:25px 0;
}

.praise h1{
	background-image:url('../images/hdr_theStudio.gif');
	background-repeat:no-repeat;
	width:252px;
	height:24px;
	color:#a0d94f;
	font-weight:normal;
}

.praise .col240 {
  float: left;
  margin: 0;
  padding:0;
  text-align:center;
  width:240px;

}
.praise .col240 p{
	margin-bottom: 0px;
}

/***************************************  keep in touch ******************************************/
.keepInTouch #mainContent {
	padding: 0 30px 100px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
}

.keepInTouch #spacer{
	padding:25px 0;
}

.keepInTouch p{
	margin-bottom:12px;
}

.keepInTouch .col494 {
  float: left;
  margin: 0 0 0 130px;
  padding:0;
  width:494px;
}
.keepInTouch .col494 h2{
  text-align:center;
}

/***************************************  shoppe ******************************************/
.shoppe #mainContent {
	padding: 0 30px 312px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
}

.shoppe #spacer{
	padding:25px 0;
}


/*************************************** shoppe :: product info ******************************************/
.shoppeProductInfo #mainContent {
	padding: 0 30px 30px 57px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
	text-align:justify;
}
.shoppeProductInfo #spacer{
	padding:25px 0;
}

.shoppeProductInfo .floatRight {
  float: right;
  margin: 0 0 0 40px;
}

/***************************************  privacy policy ******************************************/
.privacy #mainContent {
	padding: 0 60px 10px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
}

.privacy #spacer{
	padding:25px 0;
}

/***************************************  shipping and returns ******************************************/
.shipping #mainContent {
	padding: 0 60px 10px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
}

.shipping #spacer{
	padding:25px 0;
}

/***************************************  newsletter sign-up ******************************************/
.newsletter #mainContent {
	padding: 0 30px 40px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:24px;
	color:#8a8c8e;
}

.newsletter #spacer{
	padding:25px 0;
}
