/***********************/
/* TEXT FORMATTING     */
/***********************/

h1, h2, h3 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
}

h1 {
  margin-bottom: 10px;
}

h2 {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 13px;	
}

p {
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 1.4em;
  font-size: 0.8em;
}

em {
  font-weight: bold;
  font-style: normal;
}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  color: purple;
}

.right {
  float: right;
}

.red {
  color: #ff0000;
}

.navtextright {
  text-align: right;
  margin-right: 15px;
}

li {
  font-size: 0.8em;
  list-style: none;
}

.textblock {
  background: #ddd url('../images/textbox-bkg.jpg') repeat-x bottom;
  padding: 8px;
  border: 1px solid #999;
  margin-left: 20px;
}

/***********************/
/* PAGE LAYOUT STYLING */
/***********************/

html {
  height: 100%;
}

img {
  border: 0;
}

body {
  background: #d4dce8 url('../images/page-bkg.jpg') repeat-x 0 100px;
  margin: 0;
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
}

#container {
  position: relative;
  top: 20px;
  width: 860px;
  border: 1px solid #999;
  margin: 0 auto;
  background: #eee;
}

#imagestrip {
  height: 150px;
  width: 860px;
  background: #99ADCE url('../images/strip01.jpg');
  border-bottom: 1px solid #999;
}

#imagestrip img {
  display:none;
  position:absolute;
  top:0;
  left:0;
}

#nav {
  width: 220px;
  float: left;
  border: 0px solid #000;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav ul li {
  margin: 0 0 5px 0;
  padding: 0;
  background: #eee url('../images/nav-bkg.jpg') no-repeat bottom;
  height: 2em;
  line-height: 2em;
  text-align: left;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 1em;
}

#nav ul li a {
  margin: 0 5px 0 30px;
  display: block
}

#nav ul li a:hover {
  font-weight: bold;
}

#container2 {
  background: #eee;
  padding: 16px;
}

#content {
  width: 570px;
  min-height: 320px;
  margin-left: 245px;
}

/* IE Height Bug Hack */
* html #content {
  height: 350px;
}

#footer {
  height: 50px;
  width: 860px;
  background: #eee url('../images/footer-bkg.jpg');
  clear: both;
}

#footer ul {
  float: right;
  margin: 0;
  padding: 0;
  height: 150px;
  width: 250px;
}

#footer ul li {
  float: right;
  margin: 15px 26px 0 0;
  padding: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
}

/* IE Double Margin Bug Hack */
* html #footer ul li {
  margin-right: 13px;
}

img.phone {
  margin-top: -3px;
  height: 23px;
  width: 22px;
  vertical-align: middle;
}

.designby {
  float: left;
  height: 20px;
  width: 580px;
  margin-top: 20px;
  padding-left: 18px;
  font-size: 0.6em;
}

.designby2 {
  float: left;
  height: 20px;
  width: 840px;
  margin-top: 20px;
  padding-left: 18px;
  font-size: 0.6em;
}



/***********************/
/* PRODUCTS STYLING    */
/***********************/

ul.marque_selection {
  position: relative;
  left: 20px;
  margin: 0;
  padding: 0;
  height: 25px;
}

ul.marque_selection li {
  float: left;
  width: 140px;
  line-height: 25px;

}

ul.model_selection {
  position: relative;
  left: 20px;
  margin: 0;
  padding: 0;
  height: 25px;
}

ul.model_selection li {
  width: 300px;
  line-height: 25px;
}

table.products {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse
}
table.products th {
  font-size: 0.8em;
  padding: 5px 3px;
}

table.products td {
  font-size: 0.7em;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #999;
}

table.products tr.odd {
  background: #ddd url('../images/tr-odd.jpg') repeat-x bottom;;
}

table.products tr.even {
  background: #ccc url('../images/tr-even.jpg') repeat-x bottom;;
}

table.products .stdmod {
  text-align: left;
  padding: 0;
  width: 100px;
}

table.products .col_engine {
  width: 80px;
}

table.products .col_ecu {
  width: 130px;
}

table.products .col_enquire {
  width: 100px;
}

form.products {
  padding: 0;
  margin: 0;
}

/***********************/
/* FAQ STYLING         */
/***********************/

ol.faq li {
  margin-bottom: 6px;
  list-style: decimal;
}

/***********************/
/* LINKS STYLING       */
/***********************/

ul.links {
  margin: 10px 20px;
  padding: 0;
}

/***********************/
/* SITEMAP STYLING     */
/***********************/

ul.sitemap {
  width: 500px;
  margin: 7px 0 0 20px;
  padding: 0;
}

ul.sitemap li {
  float: left;
  width: 120px;
  line-height: 1.5em;
}

div.breaker {
  width: 100%;
  height: 60px;
}

/***********************/
/* CONTACT STYLING     */
/***********************/

#form {
  margin-left: 50px;
  width: 450px;
}

.fs {
  width: 450px;
  padding: 1px 10px 6px 3px;
  border: 1px solid #999;
  line-height: 0.8em;
  font-size: 0.8em;
  text-align: right;
}

legend {
  color: blue;
  padding: 6px;
}

.fs label {
  margin: 0;
  padding: 0;
}

.fs .textfield {
  margin: 0.8em 0 0 0;
  height: 1.2em;
  width:250px;
  background: #fff;
  border: 1px solid #999;
}

.fs .dropdown {
  margin: 0.8em 0 0 0;
  height: 1.8em;
  width:250px;
  background: #fff;
  border: 1px solid #999;
}

.fs .textarea {
  margin: 0.8em 0 0 0;
  width: 430px;
  background: #fff;
  height: 8em;
  border: 1px solid #999;
}

.fs .button {
  margin: 0.8em 0;
  width: 130px;
  height: 1.8em;
}

.form_error {
  color: #ff0000;
  font-size: 0.8em;
  line-height: 1.2em;
}

/* Agent Styles */

ol.numeric {
	list-style-type: decimal;
}

ol.alpha {
	list-style-type: lower-latin;
}

ol.numeric li {
	list-style-type: decimal;
}

ol.alpha li {
	list-style-type: lower-latin;
}
