/*New Harmony Hollow Style Sheet*/

body	{
	margin:	10px 0 0 0;
	padding: 0;
	font: 12px/18px verdana, arial, helvetica, sans-serif;
	color: #006;
	background-color: #fff;
	background-image: url("../pics/pat.gif");
	background-repeat: repeat;
	}

#main {
	border: 2px solid black;
	width: 900px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background: white;
	padding: 0;
	overflow: hidden;
	}

A:link {
	text-decoration: none;
	font-weight: bold;
	}

A:visited {
	text-decoration: none;
	font-weight: bold;
	}

A:active {
	text-decoration: underline;
	font-weight: bold;
	}


A:hover {
	color: #003399;
	text-decoration: underline;
	}

.smaller {
	font-size: .8em;
	}

.spinNav {
	display: block;
	font: 10px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	color: #000;
	text-align: center;
	background-color: transparent;
	margin: 10px  auto 20px auto;
	}

blockquote {
	width: 500px;
	height: auto;
	margin: 0 auto;
	}

/*Top Navigation*/
#topnav {
	background: #fc6;
	position: absolute;
	top: 105px;
	left: 0;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	list-style-type: none;
	width: 900px;
/*	height: 20px;*/
	}

#topnav li {
	display: inline;
	}

#topnav li a {
	padding: 0 15px;
	background: #fc6;
	color: #000;
	text-decoration: none;
	float: left;
/*	border: 1px solid #000;*/
	}

#topnav li a:hover	{
	color: blue;
	}
/*End Top Navigation*/



#content  {
	background: white;
	position: relative;
	width: 900px;
	margin: 15px 0 0 0;
	padding: 0;
	}

#content p {
	width: 600px;
	margin-left: 150px;
	}

#content p.breadcrumbs {
	position: absolute;
	top: 4px;
	left: 4px;
	margin: 0;
	padding: 0;
	font-size: .9em;
	}

#leftside	{
	position: relative;
	width: 300px;
	/*border: 1px solid black;*/
	float: left;
	margin: 20px 20px 0 0;
	padding: 0 20px;
	}

#leftside	p {
	position: relative;
	width: 300px;
	margin: 0;
	padding: 10px;
	/*border: 1px solid black;*/
	}
#rightside	{
	position: relative;
	width: 100px;
	/*border: 1px solid black;*/
	float: right;
	margin: 0 0 0 20px;
	padding: 0 20px;
	}

.monthspec {
	position: relative;
	width: 293px;
	height: 200px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	}

/*menu page indication-----------------*/
#home a#linkhome,
#brochures a#linkbrochures,
#artfairs a#linkartfairs,
#video a#linkvideo,
#about a#linkabout,
#links a#linklinks,
#guarantee a#linkguarantee,
#searchs a#linksearch,
#order a#linkorder,
#bells a#linkbells,
#chimes a#linkchimes,
#spins a#linkspins,
#stakes a#linkstakes,
#motifs a#linkmotifs,
#other a#linkother,
#contact a#linkcontact  {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: none;
	}

#home a#linkhome:hover,
#brochures a#linkbrochures:hover,
#artfairs a#linkartfairs:hover,
#video a#linkvideo:hover,
#about a#linkabout:hover,
#links a#linklinks:hover,
#guarantee a#linkguarantee:hover,
#searchs a#linksearch:hover,
#order a#linkorder:hover,
#bells a#linkbells:hover,
#chimes a#linkchimes:hover,
#spins a#linkspins:hover,
#stakes a#linkstakes:hover,
#motifs a#linkmotifs:hover,
#other a#linkother:hover,
#contact a#linkcontact  {
	color: #000;
	text-decoration: none;
	background: #fff;
	border: none;
	}
/*EndMenu page indication-----------------*/

/*Bottom Navigation*/
#botnav {
	background: #fc6;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: .87em;
/*	white-space: nowrap;*/
	list-style-type: none;
	width: 900px;
	height: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

#botnav li {display: inline;}

#botnav li a {
	padding: 0 15px 0 15px;
	margin: 0;
	background: #fc6;
	color: #000;
	text-decoration: none;
	float: left;
/*	border: 1px solid #000;*/
	}

#botnav li a:hover	{
	background:#fff;
	color:#000;
	}
/* EndBotNav */


table td {
	padding:10px;
	}

#footer {
	width: 750px;
	height: 40px;
/*	font-size: .9em;*/
	text-align: center;
	position: relative;
	margin:  0 auto;
	padding: 0;
	}


h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #033;
	background: transparent;
	margin-top: 16px;
	}

h1	{
	font-size:	20px;
	line-height: 24px;
	}

h2	{
	font-size:	120%;
	line-height: 110%;
	}

h3	{
	font-size:	110%;
	}

