/* CSS Document */

<!--

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 55.5%/1.6 Verdana, Tahoma, sans-serif;
  background:#D4D4D4 url(../images/pagebg.gif) top center repeat-y;
}

h1 {
  font-size: 2.2em;
  font-weight: normal;
  color: #957D03;
  text-align: center;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

ul { 
	margin-left: 15px;
}
p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

#branding h1 {
  margin: 0;
}

#branding {
  height: 50px;
  background-color:#b0b0b0;
}
#topnav_container {
	background: #ffffff;
	height: 39px;
}
#topnav {
	width: 760px;
	margin: 0 auto;
}
#topnav ul {
	list-style-type: none;
	margin-top: 10px;
	_margin-top: 10px;
	margin-left: 4px;
	line-height: 24px;
}

#topnav li {
	display: block;
	float: left;
	background: url(../images/tableft.gif) top left no-repeat;
	margin-top: 10px;
	_margin-top: 0px;
	padding: 5px 0px 0px 4px;
}

#topnav a {
	color: #000000;
	background: url(../images/tabright.gif) top right no-repeat;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 10px 5px 10px;
}

#topnav a:hover {
	color: #6F8F09;
	text-decoration: underline;
}

#mainpic_holder {
	background: #DBD2B3;
	border-bottom: 5px solid #957D03;
	height: 269px;
}
#mainpic {
	width: 522px;
	float: left;
	height: 271px;
}
#introduction {
	width: 200px;
	height: 269px;
	float: right;
	font-size: 8px;
	color: #000000;
	padding: 2px 16px 4px 2px;
}

#categorylinks {
	width: 495px;
	float: left;
	border: 2px dashed #957D03;
	margin: 5px;
	padding: 5px;
}

#listings {
	width: 650px;
	margin: 0 auto;
	border: 2px dashed #957D03;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#featured_machine {
	width: 200px;
	float: right;
	margin: 5px;
	border: 2px dashed #957D03;
	padding: 4px;
	background: #F0EDE3;
}

#footer_sep {
  clear: both;
  background-color:#957D03;
  padding: 1px 20px;
  height: 3px;
}

#footer {
  background-color:#F6F6F6;
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 752px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff url(images/nav-bg-fixed.gif) repeat-y left top;
}

#footer { 
  clear: both; 
} 

/* Form Styling */
.clear {
  clear: both;
}

#maincontent form {
  font-size: 1.4em;
}


/* fieldset styling */
#maincontent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#maincontent legend {
	font-weight: bold;
	color: #000000;
}

#maincontent form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#maincontent label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#maincontent input {
  width: 200px;
}

#maincontent  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#maincontent  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#maincontent  input:focus, textarea:focus {
	background: #ffc;
}

#maincontent  input.radio {
  float: left;
	margin-right: 1em;
}

#maincontent  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}


/* Vehicle listings */
.maintext { 
	font-size: 0.7em;
}

.imgpadding {
	padding: 5px;
}