html {
    font-size: 62.5%;
}

body {
    background: url(../images/bg/body.jpg) top center fixed;
    margin: 0;
    padding: 0;
}

body, select, input, textarea {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1.1em;

}

p { margin-top: 0; }

a { color: #000 }

img { border: 0}

select, textarea, input.inptext, input {
	font-size: 1em;
	padding: 1px 2px;
	border: 1px solid #ccc;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#container {
    width: 960px;
    margin: 0px auto;
}

/* Header */
#header {
    height: 117px;
}

    #header h1 {
        background: url(../images/logos/murray_lotus.png) no-repeat;
        text-indent: -9999px;
        width: 295px;
        height: 117px;
        margin: 0;
        float: left;
        overflow: hidden;
    }

    #header h1 a {
        display: block;
        width: 295px;
        height: 117px
    }
    
    #header div.right {
        float: right;
    }
    #header p {
        color: #F29A05;
        padding: 18px 0px;
        margin: 0;
        text-align: right;
    }

    #header h2 {
        color: #F29A05;
        padding: 5px 0px 15px 0px;
        margin: 0;
        text-align: right;
        font-style: italic;
    }
    
    #header ul {
        background: url(../images/bg/top_nav.png) top right repeat-y;
        height: 20px;
        width: 652px;
        margin: 0;
        padding: 0 13px 0 0;
        list-style: none;
        text-align: right;
    }

    #header ul  li {
        margin: 0;
        padding: 0;
        display: inline;
    }
    #header ul  li a {
        color: #000;
        text-decoration: none;
        display: inline-block;
        margin: 0px 7px;
        padding: 3px;
        text-transform: uppercase;
    }

    #header ul  li a:hover, #header ul  li a.on {
        text-decoration: underline;
    }

#banner {
    padding: 20px;
    background: url(../images/bg/white_trans.png);
}

#banner img {
    width: 900px;
    border: 10px solid #F29A05;
    height: 170px;
}

/* Main */

#main {
    background-color: #fff;
    background: url(../images/bg/white_trans.png);
    min-height: 351px;
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

    #body div.left {
        width: 176px;
        float: left;
        background: url(../images/bg/gray_trans.png);

    }

    #body #sub-nav {
        min-height: 240px;
    }

    #body #sub-nav a {
        text-decoration: none;
    }

    #body #sub-nav a:hover, #body #sub-nav a.on {
        text-decoration: underline;
    }

    #body #sub-nav ul, #body #sub-nav li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #body #sub-nav ul {
        padding: 12px 0px 0px 15px;
    }

    #body #sub-nav li {
        padding: 3px 8px 3px 8px;
    }
        
    #body #contact p {
        font-size: .9em;
        padding: 10px;
    }


    #body div.middle {
        width: 568px;
        float: left;
    }

    #body div.middle div.pad {
        padding: 0px 10px;
    }
    
    #body div.right {
        width: 176px;
        float: left;        
    }

	#ads {
        width: 176px;
        height: 371px;
		overflow: hidden;
    }
	
    #ads img {
        width: 176px;
        height: 371px;
    }

/* Content */
#content {
    padding: 0px 15px;
	overflow: hidden;
}

    #content h1 {
        margin: 0;
        padding: 0px 0px 10px 0px;
        font-size: 1.4em;
        text-transform: uppercase;
        color: #323131;
    }

    #content form#car-search select {
        width: 160px;
        margin-bottom: 10px;
        margin-right: 19px
    }

    #content form#car-search input.submit, #content form.enquiry input.submit {
        background: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        color: #000;
        cursor: pointer;
        text-align: left;
        font-size: 1.3em;
    }

    #content div.search-result {
        clear: right;
        padding-bottom: 10px;
    }

    #content div.search-result img {
        width: 119px;
        height: 89px;
    }

    #content div.search-result div.details {
        float: right;
        width: 410px;
    }

    #content div.search-result h3, #content div#vehicle-details h3 {
        color: #000;
        background-color: #E0E0E0;
        margin: 0;
        padding: 3px;
		font-size: 1.1em;
    }

	#content div.search-result h3.price, #content div#vehicle-details h3.price {
		float: right;
	}

    #content div.search-result h3 span, #content div#vehicle-details h3 span {
        float: right;
    }

    #content div.search-result h4 {
        color: #000;
        background-color: #E0E0E0;
        margin: 0;
        padding: 3px;
        margin-bottom: 5px;
		font-size: 1.1em;
    }

    #content div.search-result h4 a {
        color: #000;
    }

    #content div.search-result div.details p {        
        padding: 3px;
        margin: 0;
    }

    #content div#vehicle-details p.links {
        float: right;
        text-align: right;
        padding-top: 5px;
        width: 150px;
        height: 160px;
    }


    #content div#vehicle-details img#main-img {
        width: 214px;
        height: 160px;
        float: left;
        margin: 5px 5px 5px 0px;
    }

    #content div#vehicle-details img.thumbnail {
        width: 67px;
        height: 50px;
        margin: 5px 5px 0px 0px;
        opacity: .5;
    }

    #content div#vehicle-details a.curr img {
        opacity: 1;
    }

    #content div#vehicle-details ul.tabs {
        clear: both;
        color: #000;
        background-color: #E0E0E0;
        margin: 0;
        padding: 1px;
        height: 23px;
        list-style: none;
    }

    #content div#vehicle-details ul.tabs li {
        float: left;
        padding-right: 2px;
    }

    #content div#vehicle-details ul.tabs li a {
        display: block;
        padding: 5px;
        color: #000;
    }

    #content div#vehicle-details ul.tabs li a:hover, #content div#vehicle-details ul.tabs li a.curr {
        background-color: #B2B2B2;
        text-decoration: none;
    }

    #content div#vehicle-details div.tab {
        padding: 5px 0px;
        min-height: 150px;
    }

    #content form.enquiry .focused {
        padding: 1px 2px;
        border: 1px solid #000;
    }

    #content form.enquiry table td {
        vertical-align: top;
        padding: 5px 10px 5px 0px;
    }

    #content form.enquiry input, #content form.enquiry select, #content form.enquiry textarea {
        width: 160px;
        padding: 1px 2px;
        border: 1px solid #ccc;
        margin: 0;
    }

    #content form.enquiry select { width: 176px; }

/* Car Slider */
#car-slider {
    height: 92px;
    overflow: hidden;
}

#car-slider div.cars {
    width: 486px;
    float: left;
    background: #fff;
    border: 6px solid #fff;
    overflow: hidden;
    position: relative;
}

#car-slider div.cars div.cars-container {
    position: relative;
    width: 10000px;
    overflow: hidden;
}

#car-slider div.cars div.cars-container div.car {
    float: left;
    width: 246px;
}

#car-slider div.cars div.cars-container div.car img {
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 5px;
}

#car-slider div.cars div.cars-container div.car h3 {
    font-weight: normal;
    margin: 0;
    font-size: 1.1em;
}

#car-slider div.cars div.cars-container div.car h4 {
    margin: 0;
    font-size: 1em;
}

#car-slider div.cars div.cars-container div.car a {
    color: #D28400;
    text-decoration: none;

}

#car-right, #car-left  {
    display: block;
    width: 20px;
    font-size: 2em;
    text-decoration: none;
    float: left;
    margin-top: 30px;
    color: #D28400;
}

#car-right {
    text-align: right;
}


/* Footer */

#footer {
    background: url(../images/bg/white_trans.png);
    text-align: center;
    clear: left;
}

    #footer div.bg {
        background: url(../images/bg/footer.png) no-repeat center center;
        height: 70px;
    }

    #footer h4 {
        margin: 0;
        padding-top: 27px;
        color: #737373;
        text-transform: uppercase;
    }

    #footer h5 {
        margin: 0;
        padding-top: 6px;
        color: #C5C5C6;
        text-transform: uppercase;
    }

.c-l {
    clear: left;
}