/*
 *  Styles for the main part of the header
 */
  
.header p {
  font-family: Verdana, sans-serif;
  position: relative;
}

div.headouter {
	background-color: #010066;
	color: #ffca08;
	height: 120px;
	padding: 0px 0px 0px 0px;
}

div.headcentre p {
	text-align: center;
	margin: 0px 0px 0px 0px;
}

p.headshopname {
  font-family: "Comic Sans MS", cursive;
	font-size: 20pt; 
	font-weight: bolder;
	line-height: 20px;
	top: 20px;
	position: relative;
	left: -72px;
}

p.headtagline {
  font-family: "Comic Sans MS", cursive;
	font-size: 13pt;
	top: 35px;
	position: relative;
	left: -72px;
}

p.headtelephone {
	font-size: 13pt;
	font-weight: bolder;
	top: 45px;
	position: relative;
	left: -72px;
}

p.headaddress {
	font-size: 8pt;
	top: 60px;
}

p.headupdate {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	position: absolute;
	top: 10px;
	right: 15px;
}

/*
 *  Styles for the menu bar part of the header
 */
  
ul.menubar {
	clear: both;
	position: relative;
	top: 5px;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #010066;
}

li.menuitem {
	display: inline;
}

a.menulink {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #ffca08;
	background-color: #010066;
	padding: 0.2em 0.6em;
	border-right: 1px solid #ffca08;
}

a.menulink:hover {
	background-color: #ffca08;
	color: #010066;
}

/*
 *  Styles for the page footer
 */
  
div.footer {
  width: 100%;
}

div.copyrightline {
	background-color: #010066;
	color: #ffca08;
	width: 100%;
	clear: both;
	position: relative;
	top: 30px;
	height: 22px;
}

div.imageattrib {
  position: relative; 
  top: 20px;
  margin-top: 20px; 
  width: 100%;
  background-color: #010066; 
  color: #ffca08;
  height: 22px;
}

div.validations {
  position: relative;
  top: 40px;
}

.validations img {
  border: 0;
}

.footer p {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
	margin: 0px;
	padding-top: 2px;
	padding-left: 4px;
	float: left;
	width: 100%;
}

a.attriblink {
	color: black;
}


