@charset "utf-8";
/* Main Layout */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(/images/background.gif);
	margin: 0px;
	padding: 0px;
	height:100%;
}

#container {
	position:relative;
	width:840px;
	margin: 0 auto;
	padding:2px;
	background:transparent;
}

#header {
	width:836px;
	height:88px;
}

#logo {
	height:88px;
	width:300px;
	float:left;
}

#logo a {
	display:block;
	width:300px;
	height:88px;
	border:none;
}

#my-links {
	float:right;
	height:88px;
	width:350px;
	text-align:right;
}

#main {
	width:836px;
	background:#fff;
	padding:2px 2px 15px 2px;
	margin:0 auto;;
	overflow:hidden;
}

/* Top Menu */

#menu {
	width:832px;
	height:53px;
	margin: 0 auto;
	background:url(/images/menu-bg.gif) repeat-x;
	padding:0;
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
	
#menu li {
	display:block;
	float:left;
	width:105px;
	height:53px;
	padding:0;
	margin:0;
	border-right:2px solid #fff;
}

#menu li a {
	display:block;
	width:105px;
	height:53px;
	border:none;
}

#menu li span {
	display:none;
}

#menu li.boys {
	background:url(/images/menu-boys-off.gif) no-repeat;
}

#menu li.boys:hover {
	background:url(/images/menu-boys-on.gif) no-repeat;
}

#menu li.girls {
	background:url(/images/menu-girls-off.gif) no-repeat;
}

#menu li.girls:hover {
	background:url(/images/menu-girls-on.gif) no-repeat;
}

#menu li.baby {
	background:url(/images/menu-baby-off.gif) no-repeat;
}

#menu li.baby:hover {
	background:url(/images/menu-baby-on.gif) no-repeat;
}

#menu li.decor {
	background:url(/images/menu-decor-off.gif) no-repeat;
}

#menu li.decor:hover {
	background:url(/images/menu-decor-on.gif) no-repeat;
}

#menu li.toys {
	background:url(/images/menu-toys-off.gif) no-repeat;
}

#menu li.toys:hover {
	background:url(/images/menu-toys-on.gif) no-repeat;
}

#menu li.sale {
	background:url(/images/menu-sale.gif) no-repeat;
}

#submenu {
	background:#73c35e;
	height:25px;
	width:824px;
	padding:4px;
	font-size:12px;
	margin: 2px auto 0 auto;
}

#submenu a {
	color:#fff!important;
	text-decoration:none;
	font-weight:bold!important;
	display:block;
	margin-right:25px;
	float:left;
}

#breadcrumb a {
	display:inline!important;
	color:#fff!important;
	}
	
#breadcrumb {
	color:#fff;
	margin:5px 0 0 10px;
	}

/* Content */

#content {
	width:824px;
	margin: 0 auto;
	padding:0 4px;
	overflow:hidden;
}

#content p {
	font-size:14px;
	color:#484536;
	line-height:18px;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#864c80;
}

#content h3 {
	color:#42af25;
	font-weight:bold;
	font-size:12px;
}

#content h4 {
	display:block;
	width:95%;
	background:#e0ddcc;
	color:#6b6752;
	font-weight:bold;
	padding:4px;
	font-size:12px;
	}

#content a {
	color: #a7459d;
	font-weight: bold;
}

#categories a {
	color: #a7459d;
	font-weight: normal;
	font-size:11px;
}

#products a {
	color: #a7459d;
	font-weight: normal;
	font-size:14px;
}

.prodSummary {
	text-align:center;
	}

.prodSummary a  {
	text-decoration:none;
	}
#products h2 {
	font-size:14px;
	font-weight:bold;
	color:#864c80;
}

#products h3 {
	color:#42af25;
	font-weight:bold;
	font-size:12px;
}

#coming-banner {
	background-color: #FFFFFF;
	padding: 0px;
	height: 200px;
	width: 100%;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 300px;
	text-align:center;
}


/* Footer */

#footer {width:830px; padding:5px; position:relative; margin: 0 auto; background:transparent; font-size:11px; text-transform:uppercase; color:#353225; text-align:right;}
#footer ul {list-style:none; padding:0; margin:0;}
#footer li {display:inline; padding:0 0 0 15px;}
#footer li.last {padding:0 0 0 60px;}
#footer a {color:#353225; font-weight:normal; text-decoration:none;}
#footer a:hover {color:#42af25; text-decoration:none;}


/** Home Page **/

.brandlist {
	padding:8px;
	color:#6b6752;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	background:#fff;
	border:1px solid #6b6752;
	}
	
#newsletter-box input {
	padding:4px;
	color:#6b6752;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	background:#fff;
	border:1px solid #6b6752;
	width:97%;
	}
	
#bottom { 
clear:both; background:url(/images/front-loving.gif) no-repeat left center #fff;  margin:25px 0 3px 0; height:170px; padding:25px 0 0 170px;
}
