<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- TEMPLATE: salesevent2013 -->
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title><?= $dealerInfo[$_SESSION['registration']['selectedDealer']]['name'].$lang['pagetitle']?></title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<style>
body {background-color:#010101}
#section-topper{
padding: 0px;
background: transparent url("images/topBG.png") repeat-x;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 0px;
/* background-color: #ee5729; */
}
</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
==================================================
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<link href="stylesheets/jquery-ui-1.10.3.custom.min.css" rel="stylesheet" type="text/css" />
<script src="scripts/jquery-1.9.1.js"></script>
<script src="scripts/jquery-ui-1.10.3.custom.min.js"></script>
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<div class="super-container full-width" id="section-topper" style="margin:0px">
<div class="container">
<div class="sixteen columns">
<center>
<img src="images/<?=$dealerInfo[$_SESSION['registration']['selectedDealer']]['brand']?>/<?=$dealerInfo[$_SESSION['registration']['selectedDealer']]['brand']?>Title.png" class="scale-with-grid">
</center>
</div>
</div>
</div>