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

#nav {
	width:197px;
	padding-left:8px;
	float:left;
}

#main {
	width:197px;
	height:196px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	float:left;
}
	
    #main ul { width:197px; padding:0px 0px 0px 5px; margin:15px 0px 0px 0px; list-style:none;}
	#main li {display: inline;}
	#main span {display:none;}
	#main a {display:block; height:30px;}
	
	a.home {width:120px; height:30px; background-image:url(../images/home.png);}
	a.home:hover {background-position: 0 -31px;} 
	
	a.about {width:120px; height:30px; background-image:url(../images/about.png);}
	a.about:hover {background-position: 0 -30px;}
	
	a.contact {width:130px; height:30px; background-image:url(../images/contact.png);}
	a.contact:hover {background-position: 0 -30px;}
	
	a.faq {width:80px; height:30px; background-image:url(../images/faq.png);}
	a.faq:hover {background-position: 0 -31px;}
	
	a.store_policies {width:190px; height:30px; background-image:url(../images/store_policies.png);}
	a.store_policies:hover {background-position: 0 -30px;}
	
	a.my_pitter_pat_kids {width:190px; height:30px; background-image:url(../images/my_pitter_pat_kids.png);}
	a.my_pitter_pat_kids:hover {background-position: 0 -30px;}

.nav_spacer {
	width:185px;
	height:0px;
	border-bottom:3px dotted #206ab1;
	float:left;
}
	
#main2 {
	width:197px;
	height:220px;
	float:left;
}	

	#main2 ul { width:197px; padding:0px 0px 0px 5px; margin:15px 0px 0px 0px; list-style:none;}
	#main2 li {display: inline;}
	#main2 span {display:none;}
	#main2 a {display:block; height:40px;}
	
	a.store {width:180px; height:40px; background-image:url(../images/store.png);}
	a.store:hover {background-position: 0 -40px;}
	
	a.blog {width:180px; height:40px; background-image:url(../images/blog.png);}
	a.blog:hover {background-position: 0 -40px;}
	
	a.facebook {width:180px; height:40px; background-image:url(../images/facebook.png);}
	a.facebook:hover {background-position: 0 -40px;}
	
	a.twitter {width:180px; height:40px; background-image:url(../images/twitter.png);}
	a.twitter:hover {background-position: 0 -40px;}
	
	a.email {width:180px; height:40px; background-image:url(../images/email.png);}
	a.email:hover {background-position: 0 -41px;}

#links_title {
	width:197px;
	height:30px;
	margin-top:15px;
	background-image:url(../images/links_title.gif);
	background-repeat:no-repeat;
	float:left;
}

#main3 {
	width:197px;
	height:180px;
	font-size:12px;
	font-weight:bold;
	float:left;
}

	#main3 a {width:170px; margin-left:5px;}
	
	#main3 a:link {text-decoration:underline; color:#00addd;}
	#main3 a:visited {text-decoration:underline; color:#00addd;}
	#main3 a:hover {text-decoration:underline; color:#00c8ff;}
	#main3 a:active {text-decoration:underline; color:#00addd;}

	#main3 ul { width:197px; padding:0px 0px 0px 5px; margin:5px 0px 0px 0px; list-style:none;}
	#main3 li {display: inline;}
	#main3 span {display:none;}
	#main3 a {display:block; height:20px;}
	
	a.link {width:180px; height:40px; background-image:url(../images/link.png);}
	a.link:hover {background-position: 0 -20px;}
	
#footer a:link {text-decoration:underline; font-weight:bold; color:#fff;}
#footer a:visited {text-decoration:underline; font-weight:bold; color:#fff;}
#footer a:hover {text-decoration:underline; font-weight:bold; color:#fff;}
#footer a:active {text-decoration:underline; font-weight:bold; color:#fff;}

#bottom_container a:link {text-decoration:underline; font-weight:bold; color:#fff;}
#bottom_container a:visited {text-decoration:underline; font-weight:bold; color:#fff;}
#bottom_container a:hover {text-decoration:underline; font-weight:bold; color:#fff;}
#bottom_container a:active {text-decoration:underline; font-weight:bold; color:#fff;}

#bottom_container ul {
	display:block;
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	}
	
#bottom_container li {
	display:inline;
	padding:0px 3px 0px 3px;
	margin:0px 0px 0px 0px;
	}

#breadcrumbs a:link {text-decoration:underline; font-weight:bold; color:#013b73;}
#breadcrumbs a:visited {text-decoration:underline; font-weight:bold; color:#013b73;}
#breadcrumbs a:hover {text-decoration:underline; font-weight:bold; color:#0265c5;}
#breadcrumbs a:active {text-decoration:underline; font-weight:bold; color:#013b73;}

h2 a:link {text-decoration:underline; font-weight:bold; color:#013b73;}
h2 a:visited {text-decoration:underline; font-weight:bold; color:#013b73;}
h2 a:hover {text-decoration:underline; font-weight:bold; color:#0265c5;}
h2 a:active {text-decoration:underline; font-weight:bold; color:#013b73;}

#store_nav {
	width:710px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 15px 0px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	float:left;
}

#store_nav ul {
    display:block;
	color:#f5949f;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

#store_nav li {
    padding:0px 0px 0px 0px;
    display:inline;
	margin-left:0px;
}

#store_nav a:link {text-decoration:underline; font-weight:bold; color:#00addd;}
#store_nav a:visited {text-decoration:underline; font-weight:bold; color:#00addd;}
#store_nav a:hover {text-decoration:underline; font-weight:bold; color:#00c8ff;}
#store_nav a:active {text-decoration:underline; font-weight:bold; color:#00addd;}

.button {
	width:270px;
	height:30px;
	padding-left:120px;
	float:left;
}

	.button ul { width:150px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style:none;}
	.button li {display: inline;}
	.button span {display:none;}
	.button a {display:block; height:30px;}
	
	a.button {width:150px; height:30px; background-image:url(../images/button.png); background-repeat:no-repeat;}
	a.button:hover {background-position: 0 -30px;}

#store_links_1 {
	width:330px;
	margin-right:30px;
	padding-left:20px;
	float:left;
}

#store_links_1 ul {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}

#store_links_2 {
	width:250px;
	float:left;
}

#store_links_2 ul {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}
