div.header_menu {
	width:762px;
	background:url(../images/bg_header.png);
	height:120px;
}
div.header_home_link {
	position:absolute;
	width:400px;
	height:120px;
	cursor:pointer;
}
/* ------------------------------------------------------------------ */

#banners {
	position:absolute;
	right:24px;
	top:8px;
}

table.menu_main{
	width:100%;
	position:relative;
	top:90px;
}
table.menu_main td {
	text-align:center;
}
table.menu_main a {
	text-decoration:none;
	font-family: Georgia, Times New Roman;
	color:#666666;
	font-size:14px;
}
div.menu_main a:hover {
	color:#999900;
}

/* --------------------------------------------------------- */

div.main_content {
	width:100%;
}

div.main_content h1 {
	font-family: Georgia, Times New Roman;
	font-size:20px;
}

/* ------------------------------------------------------------------ */

div.left_column {
	width:210px;
	padding:4px;
	float:left;
}

div.page_content {
	background:url("../images/bg_content.jpg") no-repeat;
	background-position:right 1px;
	padding:20px;
	float:right;
	width:500px;
	height:360px;
	min-height:360px;
	color:#333333;
	
}

/* ------------------------------------------------------------------ */

div.grass {
	margin-left:-8px;
	margin-top:-101px;
	position:absolute;
}
div.grass img {
	width:244px;
	height:129px;
}

/* ------------------------------------------------------------------ */

div.bottom_bar {
	height:50px;
	width:534px;
	float:right;
	background:url("../images/bg_main_bottom.jpg");
}

/* ------------------------------------------------------------------ */

div.bottom {
	background:url(../images/bg_bottom_bar.png);
	width:762px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;

}
	div.bottom a {
		padding-left:14px;
		padding-right:40px;
		text-decoration:none;
		font-family: Georgia, Times New Roman;
		color:#666666;
		font-size:14px;
	}
	div.bottom a:hover {
		color:#999900;
	}


/* TOOL TIPS */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding:2px;
	opacity:0.85;
}
#tooltip h3, #tooltip div { 
	font-size:14px; margin: 0;
	}
	.red {
		background-color:red;
	}
	.blue {
		color:blue;
	}
	a.selected {
		border:1px solid silver;
		padding:2px;
	}
	a.none {
		border:0px;
		padding:0px;
	}

/* ------------------------------------------------------------------ */

div.designs {
	width:533px;
	height:466px;
	background:url(../images/bg_green.jpg);
	float:right;
	padding-top:22px;
}
/* ------------------------------------------------------------------ */

div.design_info {
	width:461px;
	height:374px;
	background:url("../images/bg_content.jpg") no-repeat;
	float:right;
	padding-top:12px;
	padding-left:20px;
}

#item_icons img {
	border:1px solid #ffffff;
}
#item_icons img:hover {
	border:1px solid #336699;
}
/* ------------------------------------------------------------------ */

div.interior_page_title {
	background:url("../images/bg_bottom_bar.png");
	padding:6px;
	width:196pxpx;
	height:200px;
	color:#999999;
}
	div.interior_page_title h1 {
		cursor:pointer;
		font-family:Arial, Helvetica;
		font-weight:normal;
		font-size:44px;
		line-height:34px;
	}
	div.interior_page_title h2 {
		cursor:pointer;
		font-family:Arial, Helvetica;
		font-weight:normal;
		font-size:44px;
		line-height:38px;
		margin-top:70px;
	}
/* ------------------------------------------------------------------ */

div.baby_menu {
	display:block;
	position:absolute;
	z-index:1;
}
div.baby_menu a {
	margin-top:12px;
	color:#333333;
	text-decoration:none;
	font-size:13px;
	display:block;
	padding:8px;
	width:206px;
}
	div.baby_menu a:hover {
		color:#999999;
		border:1px solid silver;
		padding:7px;
	}
	a.baby_menu_selected {
		color:#999999;
		border:1px solid silver;
		padding:7px;
	}
	div.baby_menu a.blue {
		background:url(../images/bg_baby_menu_blue.jpg);
	}
	div.baby_menu a.yellow {
		background:url(../images/bg_baby_menu_yellow.jpg);
	}

/* ------------------------------------------------------------------ */

div.newsletter_left_text {
	color:#666666;
	font-size:14px;
	font-family:Arial, Helvetica;
}
div.baby_sub_menu {
	display:block;
	position:relative;
	z-index:1;
}
div.baby_sub_menu ul {
	margin-top:0px;
	margin-bottom:0px;
}
	div.baby_sub_menu li {
		list-style:none;
		margin-left:-40px;
	}
	div.baby_sub_menu a {
		margin-top:0px;
		font-size:12px;
	}
	div.baby_sub_menu a:hover {
		padding:8px;
	}
