/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
html, body {
    background: #000000;
	height:100%;
}

p, p.menu {
font-family: Verdana, Arial, Helvetica;


padding-bottom:0.5em;
}

p.menu {
  font-size: 8pt;
}
ol, ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:0px;
}

div.wrapper {
  background: url(../images/sidebg2.jpg) no-repeat top center;
  width: 100%;
  margin: 0 auto;
  height: auto !important;
  min-height: 700px;
  position: relative;
}

div.header {
  background: url(../images/header.jpg) no-repeat top center;
  width:980px;
  margin: 0 auto;
  height: 290px;
  position: relative;
  overflow: hidden;
}

div.menu {
  background: url(../images/menubg.jpg) no-repeat top center;
  width: 980px;
  margin: 0 auto;
  height: 51px;
  position: relative;
  z-index:1;
}

div.content {
  background: #ffffff;
  width: 980px;
  margin: 0 auto;
  height: auto !important;
  min-height: 600px;
  position: relative;
  z-index: 0;
}

div.contentcontainer {
  width: 960px;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  height: auto !important;
  min-height:600px;

}

div.footer {
  background: url(../images/footerbg.jpg) no-repeat top center;
  width: 980px;
  height: 143px;
  position: relative;
  margin:0 auto;
  padding-top:0;
}

div.clear {
  clear:both;
  height:0px;
  overflow:hidden;
}

div.footer p {
  padding-top:3em;
  font-size: 8pt;
  color: #fff;
  text-align:center;
}

div.footer a:link, div.footer a:visited {
  color: #fff;
  text-decoration: underline;
}


div.footer a:hover, div.footer a:active {
  color: #fff;
  text-decoration: none;
}

div.contentleft-half {
  float:left;
  width:475px;
  height: auto !important;
  position: relative;
}

div.contentright-half {
  float:right;
  width: 475px;
  height: auto !important;
  position: relative;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {
 list-style: none;
 margin: 0;
 font-size:8pt;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 border-right: 1px solid #333;
}

ul.dropdown li {
 float: left;
 line-height: 42px;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover, ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: -1px;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
 z-index: 599;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
 font-weight: normal;
}

ul.dropdown li {
 padding: 0 14px 0px 5px;
 border-width: 1px 1px 1px;
 border-color: #999;
 border-left: 1px solid #333;
 border-bottom: 1px solid #45484c;
 color: #fff;
}

ul.dropdown li.hover, ul.dropdown li:hover {
 color: #fff;
}

ul.dropdown a {
 display:block;
}

ul.dropdown a:link, ul.dropdown a:visited {
 color: #fff; 
 text-decoration: none; 
}

ul.dropdown a:hover {
 color: #fff; 
 text-decoration:underline; 
}

ul.dropdown a:active {
 color: #fff;
}

/* -- level mark -- */

ul.dropdown ul {
 width: 220px;
 margin-top: 1px;
 border-bottom:1px solid #000;
 background:#131415 url(../images/navbg.gif) repeat-x top left;
}

ul.dropdown ul li {
 border-bottom: 0;
 font-weight: normal;
  border-top:1px solid #45484c;
  border-bottom: 1px solid #000;
}

ul.dropdown ul li:hover {
  background:#222;
  border-top:1px solid #000;
  border-bottom: 1px solid #45484c;
}

ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(../images/down-arrow.gif);
 background-position: 93% 55%;
 background-repeat: no-repeat;
}

h1, h2 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 18pt;
  font-weight: normal;
  padding-bottom:0.5em;
  color:#0050a4;
}

h2 {
  font-size: 16pt;
}

ul {
  list-style:disc;
  margin-bottom:1em;
}
li {
  margin-left:2em;
  line-height:1.5em;
}

li ul {
  list-style:circle;
}

a:link, a:visited {
  color: #0050a4;
  text-decoration: underline;
}

a:hover, a:active {
  color: #3e72a9;
  text-decoration: none;
}

div.contactmap {
  width:235px; 
  position:relative; 
  height:auto !important; 
  border-bottom: 1px solid #ccc;
}

div.map-durham {
  float:left;
}

div.map-sunderland {
  float:right;
}

#mainForm
{
	position: relative;
	border: 0;
	border-style: solid;
	margin: 0 0 0 0;
	text-align: left;
	width: 275px;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError, textarea.mainFormError, select.mainFormError
{
	background-color: #FADADD;
}


#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #000000;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #000000;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:normal;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(../imgs/question.gif) no-repeat bottom right;
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(../imgs/calendar.png);
	cursor: pointer;
}

#content {
  margin:auto;
  padding:0px;
  padding-top:10px;
  padding-bottom:10px;
  width: 780px;
  border: 0;
  position:relative;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Verdana, Arial, sans-serif;
	font-size:10pt;
}

li.mainForm
{
	padding-bottom: 10px;
}

input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

#rotate, #rotate2, #rotate3 {
  list-style: none;
  padding:0;
  margin:1em 0 1em -30px;
}

#rotate3 {
  margin:0 0 0 0;
}

#rotate3 li {
  margin-left: -2em;
}

ul.specialoffers {
  display: inline;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.specialoffers li {
  display: inline;
  padding-left: -1.5em;
  margin-bottom: 2em;
  margin-left:0;
  margin-right: 2em;
}

div.hidden {
  display:none;
  position:relative;
  width:350px;
  height:250px;
  background: #ccc;
}

ul.modelrange {
  font-size: 15pt; list-style:none;
}

ul.modelrange li {
  margin-top:1em; margin-bottom:2em;
}

ul.modelrange li ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

ul.modelrange li ul li {
  padding:0;
  padding-top:5px;
  margin:0;
}

h4 {
margin:0px 0 0px 0; 
padding-bottom:5px; 
font-family:Verdana, Helvetica;
font-size:22px;
font-weight:bold; 
color:#266AB2; 
}

img.newcars_gallery {
  border: 1px solid #000;
}

img.newcars_gallery:hover {
  border: 1px solid #aaa;
  opacity:0.75;
  filter:alpha(opacity=75)
}

ul.dropdown-newcars, ul.dropdown-newcars li, ul.dropdown-newcars ul {
 list-style: none;
 margin: 0;
 font-size:8pt;
}

ul.dropdown-newcars {
 position: relative;
 z-index: 597;
 float: left;

}

ul.dropdown-newcars li {

 float: left;
 line-height: 25px;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown-newcars ul li {
 background: none;
 float: left;
 line-height: 25px;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown-newcars li.hover, ul.dropdown-newcars li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown-newcars ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: -1px;
 z-index: 598;
 width: 100%;
}

ul.dropdown-newcars ul li {
 float: none;
 z-index: 599;
}

ul.dropdown-newcars ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown-newcars li:hover > ul {
 visibility: visible;
}

ul.dropdown-newcars {
 font-weight: normal;
}

ul.dropdown-newcars li {
 padding: 0 0px 0px 5px;
 border-width: 1px 1px 1px;
 border-color: #999;
 border-left: 1px solid #fff;
 border-bottom: 1px solid #fff;
 color: #fff;
}

ul.dropdown-newcars a {
 display:block;
}

ul.dropdown-newcars a:link, ul.dropdown-newcars a:visited {
 color: #fff; 
 text-decoration: none; 
}

ul.dropdown-newcars a:hover {
 color: #fff; 
 text-decoration:underline; 
}

ul.dropdown-newcars a:active {
 color: #fff;
}

/* -- level mark -- */

ul.dropdown-newcars ul {
 width: 175px;
 margin-top: 1px;
 border-bottom:1px solid #fff;
 background: #00346a;
 color:#fff;
}

ul.dropdown-newcars ul li {
 border-bottom: 0;
 font-weight: normal;
}

ul.dropdown-newcars ul li:hover {
  background:#0050a4;;
}

ul.dropdown-newcars *.dir {
 padding-right: 20px;
 background-image: url(../images/down-arrow.gif);
 background-position: 93% 55%;
 background-repeat: no-repeat;
}

hr {
  width: 75%;
  border: 0;
  height: 2px;
  text-align:center;
  color: #b8d4f1;
  background-color: #b8d4f1;
}

.super {
  position: relative;
	bottom: 0.5em;
	font-size: 6pt;
}

div.fixed-serv-link {
  width:460px;
  height:150px;
  overflow:hidden;
  background: url(../images/fixed-serv-link2.gif) no-repeat top center;
  margin:1em 0 1em 0;
}

div.fixed-serv-link:hover {
  background-position:0 -150px;
}

#quotes_index {
  list-style-type: none;
}

#quotes_index li {
  display: none;
  margin-right:30px;
}

div.index-quotes {
   border: 1px solid #cccccc; 
   background:#eeeeee; 
   width: 460px; 
   min-height: 90px;
   margin: 0px;
   padding:0px;
   float:left;
}

div.index-limited {
   border: 1px solid #cccccc; 
   background:#eeeeee; 
   width: 400px; 
   height:292px;
   min-height: 110px;
   float:left;
   margin: 0 auto;
   padding:0px;
}

div.usedspec-dealsofweek {
  width:145px;
  height:475px;
  float:right;
  position:relative;
  margin-left:10px;
  border:1px solid #ccc;
}

#rotate3 ul, #rotate3 li {
  list-style-type: none;
  margin:0;
  padding:0;
}
.exclusive{
	color:#2c2f33;
	margin:0px;
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFF;
}
.exclusive-header{
background-color:#3775c8;
	margin:0px;
margin-bottom:4px;

}
.exclusive-car-title{
color:#3775c8;
font-size:18px;	
margin:0px;
padding-left:5px;
}
.exclusive-content{
	line-height:14pt;
	padding-left:5px;
	margin:0px;
	font-size:11px;
}
.exclusive-price-tag{
	font-weight:bold;
		padding-right:10px;
			margin:0px;
		text-align:right;
}
.exclusive-price{
	line-height:120%;
	padding-right:10px;
	font-size:36px;
	color:#F90;
		margin:0px;
	text-align:right;
}
.ser-videos{
	border:#CCC 1px solid;
}
.ser-videos-header{
	background-color:#3775c8;
}
.ser-videos-content{
	font-size:11px;
	line-height:12pt;
	color:#595858;
	padding:5px;
}
.ser-videos-content-link a{
	padding:5px;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;

}
.ser-videos-title{
	font-size:14px;
	line-height:14pt;
	color:#3775c8;
	font-weight:bold;
}
div.eastercontainer {
  width: 100%;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  height: auto !important;
  background-color:#ededed;
}
.eastertandc {
  width: 940px;
  font-size:10px;
  margin:auto;
  color:#4d4d4d;
  padding-top:10px;
}
.eastercontent {
  width: 960px;
  font-size:12px;
  margin:auto;
  line-height:24pt;
  font-weight:300;
}
.easterhr{
	color:#f36f21;
	height: 1px;
	margin:auto;
	width:940px;
}

.easternumbers {
  	font-size:24px;
	color:#f36f21;
	padding-left:20px;
}

.new-cars a{
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.new-cars-me a{
	width:156px;
	height:30px;
	display:block;
	cursor:pointer;
	background-image:url(../pageitems/images/default_03.jpg);
	margin-left:auto;
	margin-right:auto;
	text-indent:-400px;
	overflow:hidden;
}
.new-cars-me a:hover{
	background-image:url(../pageitems/images/hover_03.jpg);
}

.new-cars-so a{
	width:156px;
	height:30px;
	display:block;
	cursor:pointer;
	background-image:url(../pageitems/images/default_06.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	text-indent:-400px;
	overflow:hidden;
}
.new-cars-so a:hover{
	background-image:url(../pageitems/images/hover_06.jpg);
}

.new-cars-mi a{
	width:156px;
	height:30px;
	display:block;
	cursor:pointer;
	background-image:url(../pageitems/images/default_08.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	text-indent:-400px;
	overflow:hidden;
}
.new-cars-mi a:hover{
	background-image:url(../pageitems/images/hover_08.jpg);
}

.special-offers{
	background-color:#0059b1;
	color:#FFF;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18pt;
	width:100%;
}
.special-offers h3{
	color:#c6daef;
	font-size:16px;
	margin:0px 14px;
	text-align:right;
}
.special-offers-me a{
	width:198px;
	height:51px;
	display:block;
	cursor:pointer;
	text-indent:-200px;
	background-image:url(../special-offer/images/base-items_08.jpg);
	overflow:hidden;
}
.special-offers-me a:hover{
	background-image:url(../special-offer/images/highlighted_08.jpg);
}
.special-offers-bt a{
	width:196px;
	height:51px;
	display:block;
	cursor:pointer;
	text-indent:-100px;
	background-image:url(../special-offer/images/base-items_10.jpg);
	overflow:hidden;
	text-indent:-200px;
}
.special-offers-bt a:hover{
	background-image:url(../special-offer/images/highlighted_10.jpg);
}

.special-offers table{
	font-size:10px;
}
.special-offers-table-thin{
	border-bottom:#FFF 1px solid;
}
.special-offers-table-thick{
	border-bottom:#FFF 2px solid;
}

.special-offers-speil{
	font-size:10px;
	color:#CCC;
	line-height:normal;
	margin:0px 14px;
}
.special-offers-limited{
	font-size:11px;
	color:#c6daef;
	line-height:normal;
	margin:0px 14px;
}
.special-offers-limited b{
	color: #FFF;
}
.special-offers-limited strong{
	color: #ffff33;
}
.special-offers-limited-nav a{
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.pulmanusedcars{
	font-size:12px;
	line-height:20pt;
	margin-top:10px;
}
.pulmanusedcars li{
font-size:11px;
}
.pulmanusedcars a{
	color:#f37432;
	text-decoration:none;
}
.pulmanusedcars a:hover{
	color:#000;
}

.pulman-chat{
	font-size:10px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	padding:2px;
	font-weight:bold;
}

#fbtab{
/*background:url(../images/chat-tab.png) no-repeat;  Path to Image */
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
top:40%;height:158px;width:39px;margin:0;padding:0;position:fixed;z-index:5000;}
#fbtab a{display:block;width:100%;height:100%;}

