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

body {
	background:url(../images/main-bg.jpg) repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	}
	
#main {
	width:1000px;
	margin:0 auto;
	position:relative;
	}
	
#leftCol {
	width:342px;
	float:left;
	position:relative;
	}
	
#logo {
	margin:0 0 20px;
	}
	
#rightCol .img {
	position:absolute;
	bottom:-75px;
	left:-350px;
	}
	
#rightCol {
	float:left;
	width:640px;
	position:relative;
	}
	
#rightCol #nav {
	height:28px;
	background:url(../images/nav-bg.jpg) repeat-x;
	position:relative;
	width:553px;
	z-index:35;
	}
	
#rightCol #nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#rightCol #kids {
	background:url(../images/kids-1.jpg) no-repeat;
	width:483px;
	height:91px;
	position:absolute;
	top:28px;
	}
	
#rightCol #rightNav {
	background:url(../images/nav-right.jpg) no-repeat;
	width:70px;
	height:119px;
	position:absolute;
	top:0;
	right:0;
	}
	
#rightCol #content {
	position:relative;
	top:91px;
	*top:93px;
	left:7px;
	}
	
#bottom {
	border-top:3px solid #b5b5b5;
	padding:5px 3px 0 0;
	color:#373737;
	font-size:.85em;
	margin:35px 0 0;
	clear:both;
	}
	
#bottom span {
	float:right;
	}
	
#bottom a {
	text-decoration:none;
	color:#373737;
	padding:0 3px;
	}
	
#bottom a:hover {
	text-decoration:underline;
	}
	
.box {
	width:265px;
	background:#f4f0e8;
	border:1px solid #e8e3d9;
	padding:5px;
	color:#7e786e;
	margin:0 0 20px 40px;
	}
	
.box h1 {
	font-size:1.3em;
	color:#58544c;
	margin:0 0 5px;
	padding:0;
	}
	
.box form {
	margin:0;
	padding:0;
	}
	
#search form input.text {
	color:#969696;
	width:178px;
	}
	
#search form input.button {
	width:78px;
	*width:75px;
	}
	
#newsletter form input.text {
	color:#969696;
	width:205px;
	float:right;
	}
	
#newsletter form input.button {
	width:78px;
	*width:75px;
	margin:5px 0 0;
	clear:both;
	}
	
#newsletter form span {
	float:left;
	}
	
#newsletter a {
	color:#58544c;
	padding:0 10px;
	font-size:.85em;
	}
	
#newsletter p {
	clear:both;
	margin:0;
	}
	
/* NAV */

#nav li {
	float:left;
	background:url(../images/nav-space.jpg) right top no-repeat;
	}
	
#nav li a {
	text-decoration:none;
	font-weight:bold;
	color:#343434;
	font-size:.9em;
	padding:8px 5px;
	display:block;
	}
#nav li a:hover {
	text-decoration:underline;
	}
	
#nav ul ul {
	display:none;
	}
	
#nav ul li:hover {
	position:relative;
	}
	
#nav ul li:hover ul {
	display:block;
	position:absolute;
	top:28px;
	z-index:999;
	background:#FFF;
	border:2px solid #f4f4f4;
	border-top:0;
	border-bottom:1px solid #f0f0f0;
	width:175px;
	}
	
#nav ul ul li {
	padding:0;
	float:none;
	background:none;
	border-bottom:1px solid #f0f0f0;
	}
	
#nav ul ul li a {
	font-size:.8em;
	font-weight:normal;
	padding:5px;
	}
	
#nav ul ul li a:hover {
	text-decoration:none;
	background:#f4f4f4;
	}
	
#nav li.end {
	background:none;
	}
	
/* TEXT */

h1,h3 {
	font-size:2.1em;
	color:#FFF;
	margin:0 0 50px;
	padding:0;
	font-weight:normal;
	clear:both;
	}
	
h3 {
	font-size:1.9em;
	margin-top:5px;
	*margin-top:3px;
	}
	
h2 {
	font-size:1.4em;
	color:#888;
	margin:0;
	padding:0;
	font-weight:normal;
	}

p {
	margin:0 0 15px;
	padding:0;
	}

#content p, #content ul {
	color:#373737;
	line-height:20px;
	font-size:.9em;
	}

#tell-us {
	position:absolute;
	top:33px;
	right:0px;
	z-index:999;
	border:0;
	}
