@CHARSET "UTF-8";

/* Set font sizes - these have been reset by YUI for cross-browser consistency
	the downside of which is that we now have to set them all by hand */
h1 {
	font-size: 146.5%;
}

h2 {
	font-size: 138.5%;
}

h3 {
	font-size: 131%;
	margin-top: 0;
}

.price {
    color: red;
}

p, li{
	font-size: 123.1%;
	padding: 0.5%;
}

ul.links {
	padding: 0.5em;
	margin: 0;
}

ul.links li {
    display: inline;
    padding-right: 1em;
}

ul.links li a, ul.links li a:visited {
    text-decoration: none;
    color: #061f50;
    font-weight: bold;
}

ul.links li a:hover, ul.links li a:active {
    text-decoration: underline;
    color: #2c424e;
}

form.login {
    margin-bottom: 2em;
}

label {
    display: block;
    float: left;
    width: 8em;
}

label.wide {
    width: 10em;
}

textarea {
    width: inherit;
}

div.input_wrapper {
    float: left;
    margin: 0 0 0.5em 0;
}

div.form_row {
    clear: both;
}

div.input_wrapper.error {
    border: solid 1px red;
}

.content {
    background-color: #ffffff;
    color: #2c424e;
    padding: 0.5em 0.5em 0.5em 1em;
}

.do_not_display {
    display: none;
}

div.error {
    color: red;
    margin: 0 0 0.5em 0;
}

input.error {
    border: solid 1px red;
}

.no_wrap {
    white-space: nowrap;
}

.sold {
    color: red;
    font-weight: bold;
}

#nav {
    background: yellow url('/images/nav_background.jpg') repeat-x scroll top left;
}

#ticker_container {
    background: white url('/images/nav_background.jpg') repeat-x scroll 0 -122px;
    min-height: 28px;
    padding: 0.5em;
    overflow: hidden;
}

#ticker {
    overflow: hidden;
    left: .25em;
    white-space: nowrap;
    position: relative;
}

#ticker a {
    text-decoration: none;
}

#coming_soon ul {
    margin: 0;
}

#coming_soon li {
    padding: 0 0 1em 0;
    list-style-type: none;
}

#hpi {
    float: right;
}

#main_content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#coming_soon {
    width: 20%;
    float: right;
}

#footer {
    border-top: solid 1px #dbd6d6;
    clear: both;
}

#footer p{
    font-size: 85%;
    text-align: center;
    color: #666666;
    padding: 0;
}

#footer .left {
    float: left;
    text-align: left;
}

#footer .right {
    float: right;
}

#zygous {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
}

#current_stock .item {
    float: left;
    margin: 0 1em 1em 0;
}

#vehicle_photos {
    float: right;
    margin-left: 1.5em;
    padding: 0;
    width: 300px;
    height: 200px;
}

#vehicle_photos div {
    position: relative;
    height: 175px;
}

#vehicle_photos img {
    position: absolute;
    height: 170px;
    width: 250px;
    margin-left: -125px;
    top: 0;
    left: 50%;
}

#photoviewer_controls {
    text-align: center;
}