<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>Remus UK - Performance Exhaust Systems</title>

	<script type="text/javascript" src="js/general.js"></script>
	<script type="text/javascript" src="js/prototype.js"></script>
	<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
	<script type="text/javascript" src="js/lightbox.js"></script>
	<script type="text/javascript" src="js/photogallery.js"></script>
	<script type="text/javascript" src="js/audio-player.js"></script>
	
	<link rel="stylesheet" href="remusuk.css" type="text/css" media="screen" />	
	<!--[if IE]><link rel="stylesheet" type="text/css" media="screen" href="remusuk_ie.css" /><![endif]-->
	<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
	<link rel="shortcut icon" href="/favicon.png" type="image/ico" />
</head>

<body>
	<div id="dhtmltooltip"></div>
	<script type="text/javascript">
		<!--
		/***********************************************
		* Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
		* This notice MUST stay intact for legal use
		* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
		***********************************************/
		
		var offsetxpoint=-60 //Customize x offset of tooltip
		var offsetypoint=20 //Customize y offset of tooltip
		var ie=document.all
		var ns6=document.getElementById && !document.all
		var enabletip=false
		if (ie||ns6)
		var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
		
		function ietruebody(){
		return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
		}
		
		function ddrivetip(thetext, thecolor, thewidth){
		if (ns6||ie){
		if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
		if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
		tipobj.innerHTML=thetext
		enabletip=true
		return false
		}
		}
		
		function positiontip(e){
		if (enabletip){
		var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
		var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
		//Find out how close the mouse is to the corner of the window
		var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
		var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
		
		var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
		
		//if the horizontal distance isn't enough to accomodate the width of the context menu
		if (rightedge<tipobj.offsetWidth)
		//move the horizontal position of the menu to the left by it's width
		tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
		else if (curX<leftedge)
		tipobj.style.left="5px"
		else
		//position the horizontal position of the menu where the mouse is positioned
		tipobj.style.left=curX+offsetxpoint+"px"
		
		//same concept with the vertical position
		if (bottomedge<tipobj.offsetHeight)
		tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
		else
		tipobj.style.top=curY+offsetypoint+"px"
		tipobj.style.visibility="visible"
		}
		}
		
		function hideddrivetip(){
		if (ns6||ie){
		enabletip=false
		tipobj.style.visibility="hidden"
		tipobj.style.left="-1000px"
		tipobj.style.backgroundColor=''
		tipobj.style.width=''
		}
		}
		
		document.onmousemove=positiontip
		-->
	</script>
	<div id="wrapper" style="width:900px; margin:0 auto;">

		
		<div style="border:0;" id="title">
			<div style="float:left; margin:10px 0 0 20px;"><a href="/index.asp"><img src="images/remusuk.png" alt="RemusUK.com" width="124" height="16" /></a></div>
			<ul style="margin:0;">
				<li style="" class="right"><a href="contact.asp">CONTACT</a></li>
				<li style=""><a href="about.asp">ABOUT</a></li>
				<li style=""><a href="/index.asp">HOME</a></li>
			</ul> 

		</div>

		<div id="header" style="border-left:1px solid #990000;height:120px;">
			<a href="/index.asp"><img src="images/logoonred.png" alt="Remus Innovation" width="173" height="106" style="margin-bottom:10px; float:left" /></a>
			
            
			<script type="text/javascript" src="/js/swfobject.js"></script>
			<div id="flashcontent"></div>
			<script type="text/javascript" src="/js/header.js"></script>						
            
		</div>

		<div id="content" style="">
		
		</div>
		<div style="height: 1%;">
		<div id="footer" style="">
			<div style="float:left; margin-left:40px" class="item">
			    <ul>
			        <li><a href="remus-story.asp">The Remus Story</a></li>
			        <li><a href="remus-range.asp">The Remus Range</a></li>
			        <li><a href="product-finder.asp">Product Finder</a></li>
			        <li><a href="dealer-finder.asp">Find a Dealer    </a></li>
		        </ul>
		    </div>
			<div style="float:left" class="item">
			    <ul>
			        <li><a href="about.asp">About</a></li>
			        <li><a href="contact.asp">Contact</a></li>
			        <li><a href="http://blog.perfco.co.uk/?cat=4">Blog</a></li>
		        </ul>
		    </div>
			<div style="float:right" class=""><img src="images/remus_bestbrand.png" width="120" height="120" alt="Remus Best Brand" /><a href="http://www.perfco.co.uk"><img src="images/lgperfcomedtrans.gif" alt="The Performance Company" width="174" height="100"  /></a></div>
			<br style="clear:both;" />
		</div>
		</div>
		
	<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
		</script>
		<script type="text/javascript">
		var pageTracker = _gat._getTracker("UA-1479611-20");
		pageTracker._initData();
		pageTracker._trackPageview();
	</script>
	</div>
</body>
</html>