@charset "utf-8";
/* CSS Document */
/* AMHawkUKHeadFoot.css - Revision: Preview Release 1.0 */

/* Copyright (c) 2008. A & M Hawk UK. All rights reserved. */


body  {
	font: 100% Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
	background: #595441;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595441;
	
}
  #header {
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 148px;
	width: 100%;
	
	background-image: url(http://aandmhawkuk.co.uk/amhimages/HdBack1wd.gif);
} 
  #footer { 
  	clear:both;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 28px;
	width: 100%;
	font-size:85%;
	background-image:url(http://aandmhawkuk.co.uk/amhimages/MenuBarLower.png);
	background-repeat:repeat;
}
  #toptags {
	margin:0;
	}
  #toptags li {
	float:right;
	display:inline;
	padding: 5px 10px 0 10px;
	font-size:85%;
}
  #toptags li.SiteFind {
	float:left;
	color:#FFFFFF;
}
  #toptags li.SitePhone {
	float:right;
	color:#FFFFFF;
}

  #toptags a {
	text-decoration:none;
	color:#FFFFFF;
}
  #toptags a.SiteDesign{
	color:#66FF00;
}

  #toptags a.active,  #toptags a:hover {
	color:#FFFF00;
}
  #topmenubar {
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 28px;
	width: 100%;
	background-image:url(http://aandmhawkuk.co.uk/amhimages/MenuBar.png);
	background-repeat:repeat;
} 
  #menubar {
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 28px;
	width: 100%;
	background-image:url(http://aandmhawkuk.co.uk/amhimages/MenuBarLower.png);
	background-repeat:repeat;
} 
  #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
}
  #header img {
  
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	
}
 
  #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	#certifs {
	width:100%;
	float:left;
}
	#certImg {
	padding-bottom:5px;
	padding-left:5px;	
	}

