body {
  background: #bbc0c6 url('images/ui/background.jpg') repeat-x;
  width: 960px;
  margin-top: 10px;
}

#header {
  background: transparent url('images/ui/header.png') no-repeat;
  height: 144px;
  text-align: center;
  padding: 0px 0px 0px 120px;
  margin: 0;
  font: normal 100% arial;
  color: black;
  position: relative;
  cursor: pointer;
  z-index: 2000;
}

#head-info{
  font: bold 13pt helvetica;
  color: white;
  float: left;
  clear: none;
  margin-top: 85px;
  height: 44px;
  overflow: hidden;
}

#head-dealer-name{
  font: normal 25px helvetica;
  text-transform: uppercase;
  color: #494A4C;
  text-align: left;
  width: 545px;
  float: right;
  clear: right;
  line-height: 70px;
}
#head-dealer-address{
  font: bold 15px helvetica;
  text-transform: uppercase;
  color: #494A4C;
  text-align: left;
  width: 545px;
  float: right;
  clear: right;
  line-height: 17px;
  overflow: hidden;
}
#head-dealer-phone{
  text-transform: uppercase;
  width: 200px;
  float: right;
  line-height: 17px;
  overflow: hidden;
  text-align: right;
}
#header h1 {
  margin: 0;
  padding: 25px 0 8px 0;
}
#chat{
  float: right;
  clear: right;
  margin: 0px 20px 0px 0px;
}
#callback{
  float: right;
  clear: right;
  margin: 15px 20px 0px 0px;
}
#menubar {
  background: transparent;
  height: 26px;
  width: 960px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  text-align: left;
  position: relative;
  z-index: 999;
}
#submenu {
  background: transparent url('images/ui/submenu.png') no-repeat;
  height: 33px;
  width: 960px;
  margin: 0px;
  color: black;
  position: relative;
  z-index:998;
  clear: both;
}

#sub-left{
  float: left;
  text-align: center;
  width: 530px;
}

#sub-left li{
  display:inline;
  list-style-type: none;
}

#sub-left ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#sub-left a {
  color: #FFFFFF;
  cursor: pointer !important;
  display: inline-block;
  padding-left: 10px;
  margin: 0px 25px;
  height: 21px;
  line-height: 34px !important;
  font: bold 16px helvetica;
  text-transform: uppercase;
}
#sub-left a:hover {
  text-decoration: underline;
}
#sub-left .text {
  white-space: nowrap;
}
#sub-right{
  float: right;
  text-align: center;
  width: 415px;
  padding-right: 10px;
}

#sub-right li{
  display:inline;
  list-style-type: none;
}

#sub-right ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#sub-right a {
  color: #000000;
  cursor: pointer !important;
  display: inline-block;
  padding: 0px;
  margin: 0px 5px;
  line-height: 38px !important;
  font: bold 14px helvetica;
  text-transform: uppercase;
}
#sub-right a:hover {
  text-decoration: underline;
}
#sub-right .text {
  white-space: nowrap;
}

#nav-links{
  text-align: center;
}

#nav-links li{
  display:inline;
  list-style-type: none;
}

#nav-links ul{
  list-style-type: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

#nav-links a {
  color: #FFFFFF;
  cursor: pointer !important;
  padding: 0px;
  float: left;
  margin: 0px 17px;
  line-height: 27px !important;
  font: bold 14px helvetica;
  text-transform: uppercase;
}
#nav-links a:hover {
  text-decoration: underline;
}
#nav-links .text {
  white-space: nowrap;
}

.dropdownmenu {
  display:inline-block;
  color: #FFFFFF;
  cursor: pointer !important;
  padding: 0px;
  float: left;
  margin: 0px 17px;
  line-height: 27px !important;
  font: bold 14px helvetica;
  text-transform: uppercase;
  position: relative;
}

#sub-left .dropdownmenu {
  color: #FFFFFF;
  cursor: pointer !important;
  display: inline-block;
  margin: 0px 25px 0px 90px;
  height: 34px;
  line-height: 34px !important;
  font: bold 16px helvetica;
  text-transform: uppercase;
  position: relative;
}

#sub-left .dropdownmenu .submenu {
  display: none;
	position: absolute;
  margin: -1px -50px 0px -50px !important;
	z-index: 1999;
  background: #E3E3E3!important;
  padding-bottom: 5px;
  text-align: center;
  opacity: 0.9; /* for safari */
  -moz-opacity:0.9; /* for mozilla */
  width: 210px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius: 0 0 7px 7px;
}

.dropdownmenu:hover {
  color: #FFFFFF;
  cursor: pointer;
}

.dropdownmenu .submenu {
  display: none;
	position: absolute;
  margin: 0px -70px 0px -70px;
	z-index: 1999;
  background: #E3E3E3!important;
  padding-bottom: 5px;
  text-align: center;
  opacity: 0.9; /* for safari */
  -moz-opacity:0.9; /* for mozilla */
  width: 210px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius: 0 0 7px 7px;
}

.dropdownmenu .submenu a {
  display: block !important;
  background: transparent!important;
  color: black !important;
  float: none !important;
  width: auto;
  padding: 2px 0px !important;
  margin: 0px !important;
  font-size: 8pt !important;
  line-height: 30px !important;
  height: 30px !important;
  width: 210px;
}

.dropdownmenu .submenu a:hover {
  display: block !important;
  background: #f7f7f7!important;
  text-decoration: none !important;
  float: none !important;
  width: auto;
  padding: 2px 0px !important;
  margin: 0px;
  font-size: 100%;
  line-height: 30px;
  width: 210px;
}

#content-home {
  min-height: 200px;
  height: auto;
  background: transparent;
  clear: both;
  overflow: hidden;
  padding: 0px;
  margin: 5px auto;
  position: relative;
  width: 912px;
}

#slideshow {
  background: transparent;  
  width: 626px;
  height: 260px;
  float: left;
  padding:0px; 
  overflow: hidden;
}

#slides {
  background: transparent url('images/slides/1.jpg') no-repeat;  
  position: relative;
  width: 626px;
  height: 260px;
  padding:0px; 
  margin:0px auto; 
  overflow: hidden;
  z-index: 2;
}

.pics img { height: 260px; width: 626px; padding: 0px; top:0; left:0 }

#home-info-box {
  background: #3a3b42;
  width: 606px;
  height: 57px;
  float: left;
  margin-top: 5px;
  margin-right: 4px;
  padding:10px; 
  overflow-x: none;
  overflow-y: hidden;
}

#home-info-box p{
  font: normal 11px helvetica;
  color: white;
}

#home-right{
  background: #3a3b42;
  padding: 2px;
  overflow: hidden;
  width: 278px;
  float: right;
}
#home-right img{
  margin: 2px;
}
/*text-replacement image roll with image sprite*/
#home-right a.home-right-vehicles {display:block;text-indent:-10000px;height:135px; width:275px; margin:0 0 2px 2px; }
#lancer-home a {background:url('images/ui/allison-home-right-sprite.jpg') no-repeat 0 0;}
#lancer-home a:hover {background:url('images/ui/allison-home-right-sprite.jpg') no-repeat 0 -133px;}
#outlander-home a {background:url('images/ui/allison-home-right-sprite.jpg') no-repeat 0  -398px;}
#outlander-home a:hover {background:url('images/ui/allison-home-right-sprite.jpg') no-repeat 0 -265px;}



#home-lower{
  background: transparent url('images/ui/modelpanel.png') no-repeat;
  position: relative;
  width: 960px;
  padding:0px; 
  margin:5px auto 0px auto; 
  overflow: hidden;
}
#home-buttons{
  border-top: 2px solid #C6C6C6;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
}
#home-buttons a{
  display: inline-block;
  padding: 5px;
  background:url('images/ui/Perf_4Ad-Panel.jpg')repeat-x;
  margin: 15px 5px;
}
#home-vehicles{
 width: 960px;
 margin: 0px auto;
 overflow: hidden;
}
#home-vehicles-menu{
  display: block;
  width: 962px;
  margin: 2px auto;
  text-align: center;
}

#home-vehicles-menu li{
  display:inline;
  list-style-type: none;
}

#home-vehicles-menu ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#home-vehicles-menu a {
  color: #FFFFFF;
  cursor: pointer !important;
  display: inline-block;
  padding: 0px;
  margin: 0px 6px;
  line-height: 16px !important;
  font: normal 12px helvetica;
  text-transform: uppercase;
}
#home-vehicles-menu a:hover {
  text-decoration: underline;
}
#content {
  min-height: 200px;
  padding: 10px 10px;
  margin: 0px auto;
  width: 890px;
  background: #FFFFFF;
  font: normal 12pt helvetica;
  overflow: hidden;
  clear: both;
}

#nissan-footer {
  background: transparent url('images/ui/nissan-footer.png') no-repeat;
  color: #4F4F4F;
  height: 50px;
  line-height: 40px !important;
  font: bold 9pt helvetica;
  padding-left: 20px;
}

#nissan-footer a{
  float: right;
  color: #4F4F4F;
  font: bold 9pt helvetica;
  line-height: 40px !important;
  margin-right: 10px;
}
.nissan-logo{
  margin-top: 8px;
}
#footer {
  background: transparent;
  color: white;
  height: 70px;
  padding: 10px 10px;
  margin-bottom: 10px;
}
#footer a{
  color: black;
  font: normal 8pt helvetica;
}
#footernav{
  width: 750px;
  float: left;
}

#footernav ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#footernav li{
  display:inline;
  list-style-type: none;
  height: 40px !important;
  line-height: 40px !important;
}

#footernav a {
  color: black;
  font:normal 10pt arial;
  overflow: hidden;
  padding: 4px 5px;
  margin: 1px;
  line-height: 22px;
}


#copyright {
  text-align: right;
  margin: 0px;
  font-size: 9pt;
}
#search_buttons {
margin:10px auto !important;
overflow:hidden !important;
text-align:center !important;
width:275px !important;
}
.listings{
  width: 890px !important;
}
.basic{
  width: 890px !important;  
}
.detail{
  width: 890px !important;    
}
.detail .inquiryform{
  width: 390px !important;
}
.emailform{
  width: 890px !important;
}
.emailform .header img{
  width: 890px;
}
























