/* tags */

html {
  height: 100%;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #9c9c9c;
  font-family: Arial, sans-serif;
  background: #1d4fa4 url(../images/bg.jpg) center bottom no-repeat fixed;
}
h1 {
  margin-top: 6px;
  color: #1f4b9d;
  font-size: 0.9em;
  line-height: 1.5em;
}
h2 {
  margin-top: 6px;
  color: #36a33a;
  font-size: 0.9em;
  line-height: 1.5em;
}
p {
  font-size: 0.8em;
  line-height: 1.5em;
}
a img {
  border: 0;
}
abbr {
  border-bottom: 0;
  color: #782960;
}

/* layout */

#container {
  position: relative;
  width: 854px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/bg-container.png) repeat-y;
}
#wrapper {
  width: 790px;
  min-height: 100%;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #ffffff;
}
#header {
  width: 790px;
  height: 276px;
}
#content {
  width: 790px;
  min-height: 200px;
  padding-bottom: 100px; /* to prevent footer overlap */
}
#left-column {
  width: 130px;
  float: left;
}
#nav {
  width: 130px;
  height: 212px;
  margin-bottom: 25px;
  font-size: 0.9em;
  background: url(../images/bg-nav.png) bottom no-repeat;
  float: left;
}
#quick-search {
  width: 130px;
  font-size: 0.8em;
  float: left;
}
#quick-search-label {
  width: 130px;
  float: left;
}
#quick-search-field {
  width: 100px;
  margin-right: 3px;
  float: left;
}
#quick-search-button {
  width: 27px;
  float: left;
}
#makes {
	width: 118px;
	margin-top: 25px;
	padding-left: 12px;
	float: left;
}
#makes img {
  margin-bottom: 25px;
}
#middle-column {
  width: 370px;
  margin-right: 35px;
  margin-left: 35px;
  float: left;
}
#middle-column-large {
  width: 607px;
  margin-left: 35px;
  margin-right: 18px;
  float: left;
}
#video {
  width: 330px;
  height: 240px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background: url(../images/bg-video.png) no-repeat;
}
#video-right {
  width: 230px;
  height: 25px;
  padding-top: 5px;
  color: #ffffff;
  font-size: 0.8em;
  float: right;
}
#video-left {
  width: 100px;
  height: 25px;
  padding-top: 5px;
  color: #f7ba0e;
  text-transform: uppercase;
  float: left;
}
#right-column {
  width: 202px;
  padding-top: 40px;
  margin-right: 18px;
  float: left;
}
#right-column img {
  border: 5px solid #36a339;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 25px;
}
#offers-top {
  width: 188px;
  height: 19px;
  padding: 7px;
  color: #f7ba0e;
  font-size: 1em;
  text-transform: uppercase;
  background: url(../images/bg-offers-top.png) no-repeat;
}
#offers-bg {
  width: 202px;
  background: #761d59 url(../images/bg-offers.png) repeat-x;
}
.offer {
  width: 188px;
  padding: 7px;
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
  font-size: 0.8em;
}
.offer img {
  float: left;
}
#offers-bottom {
  width: 188px;
  height: 19px;
  padding: 7px;
  color: #f7ba0e;
  font-size: 0.8em;
  background: url(../images/bg-offers-bottom.png) no-repeat;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 790px;
  height: 23px;
  padding-right: 32px;
  padding-left: 32px;
}
#credit {
  width: 192px;
  height: 17px;
  margin-right: 18px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-size: 0.8em;
  background-color: #000000;
  float: right;
}

/* lists */

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #36a339;
}
#nav li {
  width: 130px;
  height: 28px;
  border-top: 1px dotted #ffffff;
  text-transform: uppercase;
  background-color: #36a339;
  vertical-align: bottom; /* fix for gaps in IE */
}

/* links */

a:link, a:visited {
  color: #36a33a;
  text-decoration: underline;
}
a:hover {
  color: #5eb560;
  text-decoration: underline;
}
a:active {
  color: #36a33a;
  text-decoration: underline;
}
#nav li:hover {
  background-color: #5eb560;
}
#nav li.selected {
  width: 106px;
  height: 16px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  color: #f7ba0e;
  background-color: #782960;
}
#nav a:link, #nav a:visited {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  color: #f7ba0e;
  text-decoration: none;
  display: block;
}
#nav a:hover {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  color: #f7ba0e;
  text-decoration: none;
  display: block;
}
#nav a:active {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  color: #f7ba0e;
  text-decoration: none;
  display: block;
}
.gallery-image a:link img, .gallery-image a:visited img {
  width: 130px;
  margin-top: 15px;
  margin-right: 15px;
  border: 5px solid #36a339;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
}
.gallery-image a:hover img {
  width: 130px;
  margin-top: 15px;
  margin-right: 15px;
  border: 5px solid #5eb560;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
}
.gallery-image a:active img {
  width: 130px;
  margin-top: 15px;
  margin-right: 15px;
  border: 5px solid #36a339;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
}
#offers-bottom a:link, #offers-bottom a:visited, .offer a:link, .offer a:visited {
  color: #f7ba0e;
  text-decoration: none;
}
#offers-bottom a:hover, .offer a:hover {
  color: #f7ba0e;
  text-decoration: underline;
}
#offers-bottom a:active, .offer a:active {
  color: #f7ba0e;
  text-decoration: none;
}
#credit a:link, #credit a:visited {
  color: #ffffff;
  text-decoration: none;
}
#credit a:hover {
  color: #ffffff;
  text-decoration: none;
}
#credit a:active {
  color: #ffffff;
  text-decoration: none;
}

/* form */

input.text {
  width: 99%;
  border: 1px solid #36a339;
}
input.error {
  width: 99%;
  border: 1px solid #782960;
}
select.text {
  width: 99%;
  border: 1px solid #36a339;
}
select.error {
  width: 99%;
  border: 1px solid #782960;
}
input.text-search {
  width: 98px;
  height: 16px;
  border: 1px solid #36a339;
  color: #9c9c9c;
}
textarea.text {
  width: 99%;
  height: 100px;
  border: 1px solid #36a339;
  font-family: Arial, sans-serif;
  font-size: 1em;
}
textarea.error {
  width: 99%;
  height: 100px;
  border: 1px solid #782960;
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.button {
  border: 1px solid #36a339;
  margin-top: 15px;
  padding: 3px;
  color: #ffffff;
  font-size: 1em;
  background-color: #5eb560;
}
.button-go {
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  background:url(../images/go.png) no-repeat;
}
fieldset {
  width: 320px;
  margin-top: 25px;
  padding: 25px;
  border: 1px dotted #36a339;
}
#middle-column-large fieldset {
  width: 557px;
  margin-top: 25px;
  padding: 25px;
  border: 1px dotted #36a339;
}
legend {
  color: #36a339;
}
.hidden-fields { 
  display: none;
}
.form-divide {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #36a339;
}

/* classes */

.clear {
  clear: both;
}
#nav li.navtop {
  border-top: none;
}
.bold {
  font-weight: bold;
}
.message {
  width: 326px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #36a339;
  color: #ffffff;
  background-color: #5eb560;
}
.uppercase {
  text-transform: uppercase;
}
.highlight {
  padding: 3px;
  border: 1px solid #782960;
  color: #000000;
  background-color: #ffffff;
}
.admin-box {
  width: 577px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px dotted #36a33a;
}
.admin-box:hover {
  width: 577px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #36a33a;
}
.admin-box img, .search-box img {
  margin-right: 15px;
  float: left;
}
.search-box {
  width: 577px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px dotted #36a33a;
}
.search-text {
  padding-left: 95px;
}
.links-text {
  padding-left: 30px;
}
.options {
  float: right;
}
.options img {
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.small {
  font-size: 0.8em;
}
.large {
  color: #36a33a;
  font-size: 1.4em;
}
.large-offer {
  color: #f7ba0e;
  font-size: 1.4em;
}
.strike {
  text-decoration: line-through;
}

/* pagination */

.paginate {
  margin-top: 50px;
  font-size: 0.8em;
  display: block;
}
.paginate a:link, .paginate a:visited {
  margin: 2px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #36a339;
  color: #ffffff;
  text-decoration: none;
  background-color: #36a339;
}
.paginate a:hover {
  margin: 2px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #5eb560;
  color: #ffffff;
  text-decoration: none;
  background-color: #5eb560;
}
.paginate a:active {
  margin: 2px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #36a339;
  color: #ffffff;
  text-decoration: none;
}
.paginate span.current {
  margin: 2px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #782960;
  background-color: #782960;
  color: #ffffff;
}
.paginate span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #d7edd8;
  color: #d7edd8;
}
.pagintate li {
  padding: 4px;
  margin-bottom: 3px;
  background-color: #ffcccc;
  list-style: none;
}	
.paginate ul {
  margin: 6px;
  padding: 0;
}

/* colours */

.bright-red {
  color: #ff0000;
}
.grey {
  color: #999999;
}
.green {
  color: #36a33a;
}
.purple {
  color: #782960;
}

