@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
html, body {height:100%}
body
{
font-family:Century Gothic,arial;
font-size:0.9em;
padding-top:0px;
margin-top:15px;
border:0px solid black;
background-color:#FFF;
}

		
	 #container
	 {
	 width:910px;
	 border-left: 1px solid #CCC;
	 border-right: 1px solid #CCC;
	 border-bottom: 1px solid #CCC;
	 border-top: 1px solid #CCC;
     

	 margin-left:auto;
	 margin-right:auto;
	 padding:0px;
	 
	 }
	 
	 
	 #header
	 {
	 height:90px;
	 padding-top:15px;
	 padding-right:10px;
	
	 border: 0px solid green;
	 }
	 
	 #menucon
	 {width:100%;
		 
		 }
	 
	 #stripcontainer
	 {
	  height:250px;	 
	  border-top:solid #000033 1px;
	  border-bottom:solid #000033 1px;
	  background-color:#999999;
	  
	 }
	 
	 #stripcontainersmall
	 {
	  height:125px;	 
	  border-top:solid #000033 1px;
	  border-bottom:solid #000033 1px;
	  background-color:#999999;
	 } 
	 
	 
	 #contentcontainer
	 {
	 width:100%;
	 border: 0px solid black;
	 	 }

	
	
	#leftcontentcolumn
	{
	width:640px;
	border: 0px solid red;
	float:left; 
	background-color:#FFFFFF;
	}	

	#rightcontentcolumn
	{

	margin-left:650px;
	border: 0px; 
	background-color:#ffffff; 
	}
	
	
	#footer
	{
	font-size:85%;
	border: 0px solid blue;
	text-align:center;
	clear:both;
	background-color:#666666;
	color:#FFFFFF;
	height:30px;
	padding-top:6px;
	}
	
	
	#flashmenucontainer
	{
	background-color:#666666;
	}
	

	#companydetails
	{
	font-size:80%;
	color:#666666;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	}

	 
	 .clearfix:after
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	  
	 
	 img.autoflowiconpos
	 {
	 position:relative;
	 left:555px;
	 top:24px;
	 }
	 
	A.mainmenu {font-family:Arial,serif;}
	A.mainmenu:link {color:navy;text-decoration:none}
	A.mainmenu:visited {color: navy; text-decoration:none}
	A.mainmenu:hover {text-decoration: none; color: black;}

	A.footermenu {font-family:Arial,serif;}
	A.footermenu:link {color:#FFFFFF;text-decoration:none}
	A.footermenu:visited {color: #FFFFFF; text-decoration:none}
	A.footermenu:hover {text-decoration: none; color: orange;}
	
	
	ul.mainmenu
	{	
	float:left;
	padding-left:15px;
	margin:0;
	font-size:88%;
    position:relative;
	top:62px;
	
	}
	
	ul.footermenu
	{	
	margin-top:7px;
	}
	
	li.footermenu
	{
	display:inline;	
	}
	
	ul.submenu
	{
	font-size:80%;
	color:navy;
	}
	
	
	ul.address
	{
	padding-top:10px;
	padding-left:85px;
	list-style-type: none;
	font-size:110%;
	}
	

	li.mainmenu {display:inline}
	
p.customersquote
{
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
color:#333333;
font-size:88%;
}

p.customersquote2
{
padding-left:5px;
padding-right:5px;
color:navy;
font-size:110%;
}

p.general
{
margin-left:25px;
margin-right:5px;
margin-top:8px;
margin-bottom:8px;
}


p.general2
{
margin-left:25px;
margin-right:25px;
margin-top:25px;
margin-bottom:25px;
}


p.centre
{
text-align:center;
margin-top:3px;
margin-bottom:3px;
}


font.black
{
color:black;
}

font.red
{
color:red;
}

h4.subtitles
{
color:#333333;
padding-left:5px;
}

h4.subtitles2
{
color:#006;
padding-left:25px;
}

h2.sitename
{
color:#333333;
margin-left:15px;
margin-top:20px;
float:left;
}

img.floattoleft
{
float:left;
padding-right:5px;
}

img.floattoright
{
float:right;
padding-left:5px;
}

img.holderright
{
float:right;
}

table.contact 
{
margin-top:15px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
}

#news p.general span.repairer {
/*font-weight:bold;*/
font-style:italic;
color:#8080FF;}

p.general span.acheivement {
font-style:italic;
color:#8080FF;
}

#news p.newsdate {
text-align:left;
margin-left:5px;
font-size:94%;
color:#CC9933;
}

#news h4.subtitles{

font-weight:bold;
text-align:left;
}
 	
h5.comments {
/*text-decoration:underline;*/
font-size:13px;
font-weight:bold;
padding-left:5px;
}



#menuh-container
	{
	margin-left:auto;	
	width:890px;
	margin-right:auto;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:1em;
	margin-top: 1em;
	text-align:left;
	}
		
#menuh a
	{
	text-align:left;	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	padding-left:1.5em;
	padding-right:1.5em;
	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000;
	background-color:#FFF;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: blue;
	
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
		/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */








