@charset "utf-8";
/*
Copyright (c) 2010, Matic Media Services Limited All rights reserved.
version: 1.0
*/

/* =CSS Reset YUI
----------------------------------------------- */
*
{
	padding:0;
	margin:0;
}

html
{
	font-size:100% ;
}

body
{
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

ul, ol, li
{
	list-style:none;
}

a
{
	text-decoration:underline;
	color:#000000;
}

a:hover
{
	text-decoration:none;
}

small
{
	font-size:0.8em;
}

img
{
	border:0;
}

/* =Statics
----------------------------------------------- */

.left
{
	float:left;
}

.warning
{
	border:#FF0000 solid 1px !important;
	background-color:#FFFFCC;
}

.hide
{
	display:none !important;
}

.right
{
	float:right;
}

.widthfull
{
	width:100%;
}

.width99
{
	width:99%;
}

.width70
{
	width:71%;
}

.width60
{
	width:59%;
}

.width50
{
	width:49%;
}

.width45
{
	width:44%;
}

.width40
{
	width:39%;
}

.width30
{
	width:29%;
}

.widththird
{
	width:30%;
	float:left;
	padding:0 1.5%;
	height:30em;
	
}

.borderleft
{
	border-left: 1px solid #666666;
}

.borderright
{
	border-right: 1px solid #666666;
}
	
.transparent70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.transparent50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.transparent0 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.disabled
{
	color:#999999;
}

.centre
{
	margin:0 auto;
}
/* =Header
----------------------------------------------- */

#header-wrapper
{
	width:100%;
}

#header
{
	width:99em;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	height:140px;
}

#header-quotes
{
	float:right;
	width:50%;
	text-align:center;
	padding-right:5em;
	padding-top:4em;
}

#header-quotes h4
{
	font-size:2.2em;
	font-style:italic;
	padding:1em 0;
	display:inline;
	z-index:30;
}

#header-quotes p
{
	display:inline;
	text-align:right;
	z-index:30;
	padding-right:2em;
}

#header-quotes-left
{
	position:relative;
	display:block;
	width:66px;
	height:49px;
	top:-6em;
	margin-left:-4em;
	z-index:-50;
	background-image:url(/assets/default/images/layout/quote_left.png);
}

#header-quotes-right
{
	position:relative;
	display:block;
	width:66px;
	height:49px;
	top:-9em;
	left:92%;
	z-index:-50;
	background-image:url(/assets/default/images/layout/quote_right.png);
}

#header-logo
{
	float:left;
	margin-left:1.5em;
	margin-top:1.5em;
}

#header-quote
{
	float:right;
	margin-right:1.5em;
	margin-top: 1.5em;
}

a.logo:hover
{
	background:none;
}

#header-links
{
	float:right;
	font-size:1.1em;
	margin-right:1.5em;
}

/* =Nav
----------------------------------------------- */

.home-button 
{
	text-indent: -1000em;
	background-image:url(/assets/default/images/layout/home.png);
	display:block;
	width:25px;
	height: 25px;
	margin-top:-0.3em;	
}

#nav-main-wrapper
{
	width:100%;
	background-color:#FF6600;
	height: 3.2em;
	border: none;
	border-left:none;
	border-right:none;
	overflow:auto;
}

#nav-main-wrapper a 
{
	color:#FFFFFF;
	text-decoration: none;
}

#nav-main
{
	width:97em;
	margin-left:auto;
	margin-right:auto;
}

#nav-main li.first
{
	margin-left:1.1em !important; 
}

#nav-main li
{
	font-size:1.4em;
	margin-top:0.5em;
	font-weight:bold;
	padding-left:2%;
	padding-right:2%;
}

#nav-submenu-wrapper
{
	width:100%;
	margin-top:0.5em;
	overflow:auto;
	background-color:#666666;
}

#nav-submenu
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:96em;
	height:2.5em;
}

#nav-submenu li
{
	font-size:1.3em;
	margin-top:0.3em;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:1.2%;
	padding-right:1.2%;
}

#nav-submenu li.first
{
	margin-left:1.15em !important; 
}

#nav-submenu li a
{
	color:#FFFFFF;
}


/* =Footer
----------------------------------------------- */

#footer
{
	width:96em;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #A2A2A2;
	overflow:auto;
	background-color:#FFF;
	padding:0.8em 0;
	margin-bottom:1.3em;
}

#footer-wrapper
{
	margin:0 1.5em;
}

#footer-left-wrapper
{
	float:left;
	width:70%;
	font-size:1.1em;
}

#footer-right-wrapper
{
	float:right;
	width:30%;
}

#footer-nav-wrapper
{
	float:left;
	width:100%;
}

.vcard
{
	float:left;
	width:100%;
}

.org, .adr, .adr *,.vcard ul div
{
	display:inline;
}

.fn
{
	display:none;
}


/* =Structure
----------------------------------------------- */

body
{
	background-image:url(/assets/default/images/layout/bg_space.png);
	background-repeat:repeat-x;
	background-position:0 170px;
}

.homepage-context
{
	margin-top:0.6em;
}

hr.splitter
{
	display:none;
}

#content-wrapper
{
	width:96em;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1.3em;
}

#content
{
	overflow:auto;
}

#context
{
	width:93.8em;
	border:#999999 1px solid;
	background-color:#FFFFFF;
	padding: 1em;
	overflow:auto;
}

.contents
{
		width:93.8em;
	border:#999999 1px solid;
	background-color:#FFFFFF;
	padding: 1em;
	overflow:auto;
}

p
{
	font-size:1.2em;
	margin:0 0 1.6em;
}
/* =Search
----------------------------------------------- */

/* =Headings
----------------------------------------------- */

h1, h2
{
	color:#000000;
	font-weight:bold;
	font-size:1.8em;
	margin:0 0 0.6em 0;
}

h3
{
	color:#000000;
	font-weight:bold;
	font-size:1.5em;
	margin:0 0 0.6em 0;
}

/* =Lists
----------------------------------------------- */

.contents ul
{
	margin-left:1.6em;
	margin-bottom:1.2em;
}

.contents li
{
	list-style:disc;
	font-size:1.2em;
}

.flatlist li
{
	float:left;
}

.borderedlist li
{
	border-left:1px solid #022660;
	padding:0 5px;
}

li.first
{
	border-left:0 !important;
	padding-left:0 !important;
}

li.last
{
	padding-right:0 !important;
}

/* =Vehicles
----------------------------------------------- */

#products-list
{
	overflow:auto;
	border-top:solid 1px #183272;
	border-left:solid 1px #183272;
	border-right:0;
}

#products-list li
{
	float:left;
	width:33.2%;
	text-align:center;
	padding:2.5em 0;
	border-right:solid 1px #183272;
	border-bottom:solid 1px #183272;
	height:36em;
}


#products-list h2 a
{	
	color:#FFCC00;
	text-transform:uppercase;
	text-decoration:none;
}

.price
{	
	font-size:1.2em;
	font-weight:bold;
}

#products-list .link
{	
	font-size:1.2em;
}

#searchform label
{
	font-size:1.2em;
	width:10%;
	font-weight:bold;
}

#searchform #q
{
	font-size:1.2em;
	width:69% !important;
	height:20px !important;
	background-color:#FFFFFF;
	color:#183272;
}

#searchform input
{
	font-size:1.2em;
	width:18%;
	height:22px;
	background-color:#999999;
	color:#FFFFFF;
	border:1px solid #999999;
}

#largeimage-holder
{
	width:45em;
	height:28.5em;
	overflow:hidden;
}

#largeimage-holder ul, #smallimage-holder ul
{
	list-style:none;
	margin:0;
}

#largeimage-holder li, #smallimage-holder li
{
	list-style:none;
}

#smallimage-holder li
{
	margin:0 1.2em 0.6em 0;
}

#text-holder
{
	margin:1em 0 0.8em 0;
	padding:0.8em 0;
	width:45em;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#vehicle-information
{
	margin-bottom:1.4em;
	border-bottom:#999999 1px solid;
}

#vehicle-enquiry
{
	width:47%;
	padding-right:2%;
	height:40em;
	border-right:#999999 1px solid;
}

#current-stock-carousel
{
	height:17em;
	overflow:hidden;
	margin:0;
}

#current-stock-carousel img
{
	float:left;
	margin-bottom:3em;
}

#current-stock-carousel li
{
	margin-bottom:1em;
	overflow:auto;
}


#current-stock-carousel div
{
	float:right;
	width:57%;
	height:17em;
}



/* =Forms
----------------------------------------------- */

fieldset
{
	border:none;
}

legend
{
	display:none;
}

.zend_form
{
	margin-top:-15px;
}

.fieldbox
{
	overflow:auto;
}

.fieldbox dt
{
	width:30%;
	float:left;
	margin:0.9em 0;
	padding-top:0.09em;
}

.fieldbox dd
{
	width:69%;
	float:right;
	margin:0.6em 0;
}

.fieldbox label
{
	font-size:1.2em;
	font-weight:bold;
}

.fieldbox input, .fieldbox select
{
	height:20px;
}

.fieldbox textarea, .fieldbox input, .fieldbox select
{
	width:99%;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
		border:#999999 solid 1px;
}

.fieldbox textarea
{
	height:80px;
}

.textarea
{
	display:block;
	height:75px;
}

#submitbutton, .moveform
{
	font-size:1.2em;
	width:100%;
	height:22px;
	background-color:#999999;
	color:#FFFFFF;
	border:1px solid #999999;
}

#finance-form
{
	height:62em;
	overflow:hidden;
	float:right;
	width:50%;
}

#finance-form legend
{
	display:block;
	font-size:1.4em;
	font-weight:bold;
}

#finance-form fieldset
{
	display:block;
	width:96%;
	float:left;
	overflow:auto;
	border:1px solid #CCC;
	padding:1%;
	margin:1%;
	height:62em;
}

#finance_part2-label
{
	display:none;
}
/* =Links
----------------------------------------------- */

/* =Misc
----------------------------------------------- */

#content table
{
	border-right:solid #999999 1px;
	border-bottom:solid #999999 1px;
}

#content td
{
	border-left:solid #999999 1px;
	border-top:solid #999999 1px;
}

/* =ContactusPage
----------------------------------------------- */

#map-container
{
	padding-top:2em;
}

#contacts
{
	list-style:none;
	padding:0;
}

#contacts li
{
	width:49%;
	padding-right:1%;
	float:left;
	font-size:1.2em;
}

#map
{
	height:30em;
	width:99%;
	border:1px solid #6685A3;
	background-color:#CCCCCC;
	margin-bottom:10px;
}

#ajax_form input, #ajax_form textarea
{
	border:1px #CCC solid;
	width:100%;
}

/* =HomePage
----------------------------------------------- */

#quicklinks li
{
	float:left;
	margin-bottom:1.6em;
	margin-right:1.6em;
}
     
#quicklinks a
{
	overflow:hidden;
	display:block;
	height:116px;
	width:170px;
}

#carousel
{
	width:96em;
	height:225px;
	overflow:hidden;
	position:absolute;
}

#carousel_waiting
{
	width:96em;
	height:225px;
	overflow:hidden;
	position:absolute;
	background-color:#CCC;
	border:#999 solid 1px;	
	background-image:url(/assets/default/images/layout/loading.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

#carousel-context
{
	width:96em;
	height:230px;
	overflow:hidden;
	position:absolute;
}

#carousel-context li
{
	width:96em;
	height:230px;
	overflow:hidden;
}

.carousel-context-content *
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.carousel-context-image
{
	overflow:hidden;
	width:75em;
	margin-left:21em;
	height:230px;
	
	position:relative;
}

.carousel-context-content h3
{
	margin-bottom:0.8em;
}

.carousel-context-content p
{
	font-size:1.1em;
	margin-bottom:0.8em;
}

#carousel-nav
{
	width:49em;
	height:23em;
	left:0em;
	position:absolute;
	background-image:url(/assets/default/images/banners/banner.png);
}

#carousel-nav-2
{
	width:49em;
	height:230px;
	left:0em;
	position:relative;
	z-index:10;
	background-image:url(/assets/default/images/banners/banner_empty.png);
}

.carousel-context-content-2
{
	position:relative;
	top:-18em;
	z-index:400;
	width:23em;
	margin-left:1em;
}

#context
{
	margin-top:24em;
}

#portfolio-image
{
	width:100%;
	height:120px;
	overflow:hidden;
	margin-bottom:1em;
}


