
@charset="iso-8859-1";
/* CSS Document */


.copyright_tag {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 12px;
	font-weight: normal;
}
.copyright {
    color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}  
.Content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.contact_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.form_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.item_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.item_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: justify;
}
.item_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align: right;
}
.product_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.text_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.text_2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.tag_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0066FF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.babyQuote { /** "Babies: A little bit of heaven." **/
	color: #0066FF;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.menuCategory {
	font-size: 16px; 
	font-family: "Comic Sans MS"; 
	color: #FF66CC; 
	padding: 5px;
	margin-left: 0px;
}
.menu {
	font-family: "Comic Sans MS"; 
	font-size: 12px; 
	color: #0066FF;
	margin-left: 7px;
	padding: 10px;
}
#footer { 
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BFCC97; 
	line-height: 18px;
	border: solid 1px;
	width: 553px;
	float: right;
	margin-top: 12px;
	}
#footer a { 
	text-decoration: none;
	color: #fff;
}	
#footer a:hover { 
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.padLeft {
	padding-left:20px;
	}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* menu */
#menu {
	width: 162px;
	border-right: 0px solid #000;
	padding: 0em 0 0em 64px;
	margin-bottom: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #9d8ea9f;
	color: #333;
}

* html #menu { /*IE 6 only */
	width: 145px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li {
	border-bottom: 1px solid #d8ea9f;
	margin: 0;
}

#menu li a {
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 8px solid #aab97e;
	border-right: 8px solid #c7d893;
	background-color: #bfcc97;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

html>body #menu li a { /*Non IE6 width*/
	width: auto;
}

#menu li a:hover {
	border-left: 8px solid #619fff;
	border-right: 8px solid #fc93d7;
	background-color: #fff;
	color: #a3af80;
	font-weight: bold;
}
/* =============== STEVE'S CODE ================ */
/*code for menu category links*/

div#menu ul.menuShopp a {
	width:123px;
	background:#a3af80;
	margin-left:0;
	border:0 8px 0 0;
	padding-left:0;
	border-color:#a3af80;3.
	font-weight:bold;
}

div#menu ul.menuShopp a:hover {
	border-color:#a3af80;
	background-color: #fff;
	color: green;
	font-weight: bold;
}

/* ====================== end steve's code ====================== */
.menuShop {
	padding: 5px 5px 5px 10px;
	background-color: #a3af80;
	font-weight: bold;
	color: #fff;
}
.menuShop1 { /*top menu with rounded corner listed as "products" */
	padding: 5px 5px 5px 10px;
	background-color: #a3af80;
	font-weight: bold;
	color: #fff;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}
.menuShop2 { /* bottom border - end of menu */
	padding: 5px 5px 5px 10px;
	background-color: #a3af80;
	font-weight: bold;
	color: #fff;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
    /*-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius:20px:*/
}
.menuShop li a:hover {
	background-color: #fff;
	color: #a3af80;
	font-weight: normal;
}
.center {
	text-align: center;
}
.clearFloats {
	clear: both;
}
.sidebar2 {	
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 3px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
	background-color: #b6e2f7;
	padding: 10px 0 10px 0;
	margin: 10px 0 20px 10px;
}
.sidebar2 a, #sidebar2 a:visited {
    text-decoration: none;
    text-align: center;
	font-size: 12px;
	color: #666; 
    display: block; 
    padding: 3px;	
}
.sidebar2 a:hover {
    top:2px;
    left:2px;
    color:#a3af80;
}

.menuBackgroundImage {
	margin: 0 0 0 90px;
}