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

body {
	font: 100% "Garamond", Garamond, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	background: #cbcfbc;
	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;
}
#container {
	width: 820px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 820px;
	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/bgrnd_shadow.png'); 
	/* background-repeat:repeat-y; */
	/* background: #FFFFFF; */
}

.collectTitle {
height: 13px;
margin: 0 0 0 40px;
padding: 10px;
}

.collectTitle img {
height: 20px;
}

#blocker {
	z-index: 2000px;
background: #FFFFFF;
position: relative;
top: -30px;
float: right;
width: 120px;
height: 30px;
margin: 0 20px 0 0;
}

#dots {
	padding: 0 0 0 47px;
	margin: 35px 0 0 0;
	}
	
	.contactLeft {
	width: 270px;
	display: block;
	height: 400px;
	margin: 0;
	position: relative;
	}
	
	.contactDivider {
	float: left; 
	width: 20px; 
	position: relative; 
	height: 400px; 
	margin: -400px 0 0 280px;
	background: url('../images/dots_v.png');
	background-repeat:repeat-y;
	}

	.contactRight {
	float: right;
	width: 380px;
	height: 400px;
	margin: -400px 0 0 30px;
	position: relative;
	left: 50px;
	}

.oneColFixCtrHdr #header {
	margin: 10px 10px 10px 10px;
	padding: 30px 0 0 20px;  /* 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:108px;
	/*background:url(../images/bg_nav.gif) bottom left repeat-x; */
	/* background-color:#D4DDDC; */
}
.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 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:16px;
	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:0px;
}
.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;
  width: 336px;
  font-size: 14px;
}

label {
font-size: 14px;	
}

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;
  width: 100px;
  margin: 0 4px 24px 0;
}
.abColLeft {

width: 360px;
margin: 0 0 0 0;
}

.abColRight {
position: absolute;
float: right;
top: 224px;
width: 337px;
margin: 0 0 0 357px;
padding: 0 0 0 53px;
}

.floatRight {
  float: right;
  margin: 0 0 18px 4px;
}
.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;
}

/***************************************  about  ******************************************/
.about #mainContent {
	padding: 0 10px 0px 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;
	text-align:justify;
}
.about #spacer {
	padding:5px 0;
}
.about .floatRight {
  float: right;
  margin: 0 40px 0 70px;
}

/***************************************  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;
}

