/* 

CSS sheet for the revamp of the heatonmodelboats.co.uk website
27th July 2006
   
*/

main
{
  font-size: 16px;
  color: #FFFFFF;
  font-family: "comic sans ms", "arial", sans-serif;
  background-color: #000066;
}

body
{
  font-size: 16px;
  color: #FFFFFF;
  font-family: "comic sans ms", "arial", sans-serif;
  background: #ffffff;
  /*background-image: url(snowflakeTile.gif);*/
  background-repeat: repeat;
}

/* STYLE1 */
span.style1
{
  font-size: 18px;
  color: #ffffff;
  font-family: "comic sans ms", "arial", sans-serif;
}

/* STYLE2 */
span.style2
{
  font-size: 12px;
  color: #ffffff;
  font-family: "comic sans ms", "arial", sans-serif;
}

/* HYPERLINK */
a:link
{
  color: #FFFFFF;
  font-family: "comic sans ms", "arial", sans-serif;
}

/* HYPERLINK - VISITED */
a:visited
{
  color: #FFFFFF;
  font-family: "comic sans ms", "arial", sans-serif;
}

/* HYPERLINK - ACTIVE */
a:active
{
  color: #FFFFFF;
  font-family: "comic sans ms", "arial", sans-serif;
}

/* HYPERLINK - HOVER */
a:hover
{
  color: #FFFFFF;
  font-family: "comic sans ms", "arial", sans-serif;
}

/* BOLD TEXT */
.bold
{
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "comic sans ms", "arial", sans-serif;
}


dl, dt, dd, ul, li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*
#menu
{
	position: absolute;
	top: 8px;
	left: 9px;
	z-index:100;
	width: 960px;
}
*/
#Layer1
{
  position:absolute;
  width:inherit;
}

#menu dl
{
  float: left;
  width: 7em;
  margin: 1px;					/*Menu tab spacing*/
}
#menu dt
{
  cursor: pointer;
  text-align: center;
  /*background: #307BB5;			Menu main colour*/
  height: 25px;
  /*border: 1px solid #FFFFFF;*/
}
#menu dd
{
  border: 1px solid #FFFFFF;		/*Sub-menu boarder colour*/
}
#menu li
{
  text-align: center;
  background: #14427E;			/*Sub-Menu colour*/
}
#menu li a, #menu dt a
{
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
}
#menu dt a:hover
{
  /*background: #1A4F95;		Menu rollover colour*/
}
#menu li a:hover
{
  background: #002439;		/*Sub-Menu rollover colour*/
}