
body 
	{
	margin: 0;
	padding: 0;
	color: #333;	
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	} 

a
	{
	color:#000099;
	text-decoration:underline;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight: normal;
	}


TD.headermenu, A.headermenu
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight : bold;
	}

A.headermenu
	{ 
	color: #4C4C4C; 
	text-decoration:none;
	}

A.headermenu:hover 
	{
	color: #000000;
	}



a.menutop
	{
	color:#000;
	text-decoration:none;
	background-color:#F8F8F8;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight: normal;
	display: block;
	padding: 4px;
	}

a.menutop:hover
	{
	color:#fff;
	background-color:#000099;
	text-decoration:none;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight: normal;
	display: block;
	padding: 4px;
	}

a.menuleft
	{
	color:#000;
	background-color:#F8F8F8;
	text-decoration:none;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	display: block;
	padding: 6px;
	padding-left: 8px;
	}

a.menuleft:hover
	{
	color:#fff;
	background-color:#000099;
	background-image: url(/images/bluefade2.jpg);
	text-decoration:none;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	display: block;
	padding: 6px;
	padding-left: 8px;
	}

.footer,a.footer:link,a.footer:visited
	{
	color: #333;	
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
	} 

a.footer:hover
	{
	color: #000099;	
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
	} 


hr 
	{
	border: none 0;
	border-top: 1px dashed #ccc;
	height: 1px;
	border-bottom equal
	}


/**-----------------------------------------------------------------------------
** PAGE TITLES 
**/ 

#pagetitle  
	{
	color:#000099;
	text-decoration:none;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	line-height: 2em;
	}

p.sectiontitle 
	{
	color:#000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:17px;
	font-weight: bold;
	}

span.productcode
	{
	color:#6D7B8D;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
//	visibility:hidden;
//	line-height:0;
	}


/**-----------------------------------------------------------------------------
** NAVIGATION MENU HIGHLIGHTS
**/

body#home a#homenav,
body#about a#aboutnav,
body#news a#newsnav,
body#support a#supportnav,
body#contact a#contactnav,
body#intruderalarms a#intruderalarmsnav,
body#cctv a#cctvnav,
body#access a#accessnav,
body#lighting a#lightingnav,
body#car a#carnav,
body#newsletter a#newsletternav
	{
	color:#000099;
	font-weight: bold;
	}

body#home a:hover#homenav,
body#about a:hover#aboutnav,
body#news a:hover#newsnav,
body#support a:hover#supportnav,
body#contact a:hover#contactnav,
body#intruderalarms a:hover#intruderalarmsnav,
body#cctv a:hover#cctvnav,
body#access a:hover#accessnav,
body#lighting a:hover#lightingsnav,
body#car a:hover#carnav,
body#newsletter a:hover#newsletternav
	{
	color:#fff;
	font-weight: bold;
	}


