@import url("car_form.css");
@import url("elements.css");
@import url("colours.css");
@import url("users.css");

html, body { 
	margin : 0;
	padding : 0;
} 

body {
	font : 62.5% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	background: url(/images/bg.gif) repeat-y top center;
}

#container {
	width : 730px;
	margin : 0 auto;
	line-height : 2em;
	color : #666;
}

#top { 
	padding : 0;
	height : 298px;
	background : url(/images/topbg.jpg) no-repeat;
} 

#logo { 
	margin: 0;
	padding: 0;
	position: relative;
	left: 24px;
	top: 10px;
	width: 106px;
	height: 108px;
} 

#autogas {
	position: relative;
	left: 2px;
	top: 20px;
}

#top ul { 
	position: relative;
	margin: 0;
	padding: 0;
	left: 28px;
	list-style : none;
	width: 390px;
	top: -5px;
} 

#top ul li { 
	float: left;
} 

#li_est { 
	position: absolute;
	left: 2px;
	top: 20px;
} 

#li_sal { 
	position: absolute;
	left: 134px;
	top: 18px;
} 

#li_com { 
	position: absolute;
	left: 274px;
	top: 0;
} 

#li_con { 
	position: absolute;
	left: 6px;
	top: 95px;
} 

#li_hat { 
	position: absolute;
	left: 122px;
	top: 95px;
} 

#li_4x4 { 
	position: absolute;
	left: 260px;
	top: 90px;
} 

a img { 
	border : none;
} 

#home_page {
	margin: 15px 0 15px 0;
}

#qlinks {
	float: left;
	background: url(/images/qlinksbg.gif) no-repeat;
	width: 220px;
  padding: 36px 0 5px 5px;
  padding-top: 36px;
  font-size: 1.1em;
	font-weight: bold;
}

#qlinks ul {
	margin: 0;
	padding-left: 20px;
}

#qlinks a {
  color: #000080;
  text-decoration: none;
}

#carSearchPanel {
	width: 140px;
  padding: 6px;
	float: left;
	background : url(/images/searchbg.gif) no-repeat;
  text-align: center;
}

#carSearchPanel select {
	border: 1px solid #b2b2b2;
	width: 136px;
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f0;
	color: #333;
}

#carSearchPanel input {
	border: 0;
}

#flash_ads {
	float: right;
  padding: 2px;
}

#contentArea {
	margin : 0 auto;
	background-color: #ffffff;
}

#footer {
  height: 140px;
  width: 730px;
  display: block;
  font-size: 1em;
  color: #000080;
  clear: both;
	background : #f2f2f0 url(/images/footer.gif) no-repeat;
  text-align: center;
	text-transform: uppercase;
  padding-top: 12px;
}
* html #footer {height:120px;}

#footer a {
  color: #000080;
  text-decoration: none;
}

#lpg_bnr {
  text-align: center;
  padding: 6px;
}

#powerby {
	position: relative;
	top: 70px;
  font-size: 1.3em;
  text-align: right;
  margin-right: 10px;
	text-transform: none;
}

#powerby a {
  color: #8D99A7;
  text-decoration: none;
  }

#powerby a:hover {
  color: #333333;
}

#pb {
  color: #8D99A7;
}

h1 {
	text-align: center;
}

.clear {
	clear:both;
}

#info_page {
	font:  1.2em Verdana, Arial, Helvetica, sans-serif;
  padding: 15px;
	line-height : 1.4em;
}

#info_page li {
	line-height : 1.2em;
}

.email {unicode-bidi:bidi-override; direction: rtl;}

#testimonial {
  color: #000080;
	position: relative;
	top: 35px;
  font-size: 1.3em;
  text-align: center;
	text-transform: none;
	font-weight: bold;
}

#testimonial span {
  color: #ff0000;
}

#cust_info {
  color: #000080;
	position: relative;
  font-size: 1.3em;
  text-align: center;
	text-transform: none;
	font-weight: bold;
}



