body {
	text-align:left;
	font:12px Verdana,sans-serif;
	letter-spacing:0px;
	color:#CCCCCC;
	}
td, p {
	color:#FFFFFF;
	font:12px Verdana,sans-serif;
	}
	
body a:link, #navcontainer a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}
	
body a:hover, #navcontainer a:active {
	color:#B31F24;
	text-decoration:none;
	}

/*#copyright {
	text-align:left;
	font:9px Verdana,sans-serif;
	letter-spacing:0px;
	color:#CCCCCC;
	margin-top:20px;
	}
	
#copyright a:link, #copyright a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}
	
#copyright a:active, #copyright a:hover {
	color:#B31F24;
	text-decoration:underline;
	}*/
	
hr {height:.5px}	





/*fonts.css*/body{*font-size:small;*font:x-small;}


/* FTV Footer Styles */
#ft {
	font:13px arial,helvetica,clean,sans-serif;
	font-size: 85%;
	width: 690px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 8px;
	
}
#ftv-footer {
	width: 650px; /* 650px -20px */
	margin: 0 auto;
	background: transparent url(http://www.harborplayhouse.com/images/footer-grad.png) no-repeat top left;
   _background: none;
   _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.harborplayhouse.com/images/footer-grad.png', sizingMethod='crop');
	float: left;
	padding: 20px 10px;
	border-top: 1px dotted #313c42;
	border-bottom: 1px dotted #313c42;
}
#ftv-footer ul {
	margin: 0;
	padding: 0;
}
#ftv-footer ul li {
	margin-bottom: .5em;
}
#ftv-footer li a:link,
#ftv-footer li a:visited {
	text-decoration: none;
	color: #ac6b43;
	position:relative;
}
#ftv-footer li a:hover {
	color: #e95606;
}
div.ft-nav {
	width: 180px;
	float: left;
}
div.ft-nav li {
	list-style-type: none;
}
div.ft-by-cat {
	float: left;
}
div.ft-by-cat ul {
	clear: left;
}
div.ft-by-cat li {
	list-style-type: none;
	float: left;
	display: block;
	color: #fff;
	padding-left: 10px;
	margin-left: 9px;
}
div.ft-by-cat li.cat {
	padding-left: 0;
	margin-left: 0;
}
div.ft-by-cat li.cat,
div.ft-by-cat li.first {
	background: none;
}
div#copyfooter {
	clear: both;
	color: #959595;
	padding-top: 12px;
	margin-left: 180px;
	padding-left: 10px;
}
div#copyfooter p {
	margin-bottom: .5em
}
div#copyfooter a {color:#fff;}
div#copyfooter a.bullet:link,
div#copyfooter a.bullet:visited {
	padding-left: 10px;
	margin-left: 9px;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
	font-weight:bold;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}