html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style-type: none;
}

/******************************************************************************************/
/* link styling */

html, 
body,
a,
.regions li a,
.content h2 a
{
	text-decoration: none;
}

.header .logo a,
h2 a:hover,
.sidebar li a,
div.bannerImg a,
div.contentImg a
{
	border-bottom: none;
}

a.readMore,
.link a
{
	font-weight: bold;
}

.mainNav a:hover,
.footer a:hover,
.regions a:hover,
a:hover .linkText,
.link a:hover,
.entry a:hover,
ul.sidebarBlog a:hover
{
	border-bottom:1px dotted;
}

/*a.noUnderline
{
	text-decoration: none;
}
*/

/*
a.underline 
{
	text-decoration: underline;
}
*/

/******************************************************************************************/
/* misc styling */

.noMargin,
div.noMargin img
{
	margin: 0px;
}

.noPad 
{
	padding: 0px;
}

.padRight
{
	padding-right: 25px;
}

.normal 
{
	font-weight: normal;
}

.bold 
{
	font-weight: bold;
}

.italic 
{
	font-style:italic;
}

/* puts a 5px border around images */
.imgBorder 
{
	padding: 5px;
} 

.block 
{
	display: block;
}

.content hr {
	border: none 0; 
	border-top: 1px dotted #e1e1e1;
	height: 1px;
	margin: 20px 0;
	border-color: #b2b2b2;
	clear: left;
}

/******************************************************************************************/
/* floats */

.floatLeft
{
	float: left;
}

/* WAS .content .floatLeft img,
.content .div .floatLeft
*/
.content .contentImgLeft
{
    margin: 5px 25px 8px 0; 
}

/*.content .div .floatRight*/
.content .contentImgRight
{
    margin: 5px 0px 8px 25px; 
}

.content .floatLeft img,
.content .div .floatLeft
{
}

.content .floatLeft .innerFadeSmall
{
    margin: 0px 0px 8px 0; 
}

.content .floatRight .innerFadeSmall
{
    margin: 0px 0px 8px 25px; 
}

.floatRight
{
	float: right;
}


.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.clearBoth
{
	clear: both;
}

/******************************************************************************************/
/* page wrappers and containers */

body
{
/*	background: #b2b2b2 url(../images/exports/bg-body.jpg) repeat-x;*/

}

.container
{
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	z-index: 2;
}

.divider
{	
}

/******************************************************************************************/
/* banner wrappers, containers and styling */

.bannerWrapper
{
	padding: 0 0px 15px 0px;
}

.bannerImg
{	
	margin: 0 0 -31px 0;
}

.bannerSmall
{
	height: 292px;
}


.banner .text,
.bannerSmall .text
{	
	padding: 0px 0 0 15px;
}

/******************************************************************************************/
/* content wrappers and containers */

.contentWrapper
{
	padding: 5px 40px 30px;
	overflow: hidden;
	background: url(../images/exports/bg-content-wrapper.gif) repeat-y;
}

.contentWrapper .hd
{	
}

.divider .ft
{	
	height: 12px;
	background: url(../images/exports/bg-content-bottom.gif) top left no-repeat;
}

/******************************************************************************************/
/* Containers for flexible height columns in content */

.flexContainer2 
{
    float:left;
    width:100%;
/*   	background:yellow;*/
	position: relative;
	overflow: hidden;
}

.flexContainer1 
{
    float:left;
    width:100%;
/*    background:red;*/
	right: 330px;
	position: relative;
/*	border-right: #efefef solid 1px;
*/
	margin: 0px 0 0;
}

.content .headingMain
{
	margin: -5px 0 0 0;
}

.content 
{
    float:left;
    width:640px;
	position: relative;
	left: 330px;
}

.contentFW
{
    float:left;
    width:100%;
	position: relative;
	left: 330px;
}

/******************************************************************************************/
/* Sidebar */

.sidebar
{
    float:left;
    width:250px;
	position: relative;
	left: 360px;
	margin: 0px 0 0 0;
	padding: 0 0px 0 0px;
}

.sidebar li
{
	margin: 0 0 20px;
}

/******************************************************************************************/
/* Sidebar: Cars for Sale */

.sidebar .carsForSaleWrapper
{
	padding: 50px 20px 0px 20px;
	background: url(../images/exports/bg-sidebar-cars-for-sale.gif) top left no-repeat;
	width: 210px;
	height: 170px;
}

.sidebar .cars-for-sale-ticker li,
.sidebar .cars-for-sale li
{
	height: 125px;
	margin: 0;
}

.sidebar .cars-for-sale-ticker li a,
.sidebar .cars-for-sale li a
{
	cursor: hand;
}

.sidebar .cars-for-sale-ticker .displayBox .image,
.sidebar .cars-for-sale .displayBox .image
{
	margin: 0 0 0px 5px;
}

.sidebar .cars-for-sale-ticker .displayBox,
.sidebar .cars-for-sale .displayBox
{
	height: 125px;
	line-height: 15px;
}

.sidebar .carsForSaleWrapper .viewCars
{
	width: 100%;
	padding: 1px 0 0;
	margin: 4px 0 0 0;
}

/******************************************************************************************/
/* Sidebar Adverts */

.sidebar .adverts 
{
	position: relative;
	height: 120px;
}

.sidebar .adverts .adv1
{
	position: absolute;
	top: 0;
	left: 0;
}

.sidebar .adverts .adv2
{
	position: absolute;
	top: 0;
	right: 0;
}

/******************************************************************************************/
/* Quotes styling */

.content .quote
{
	float: left;
	margin: 15px auto 30px;
	display: block;
}

.content .quotePrivate
{
	margin: 15px 90px 30px;
	display: block;
	width: 400px;
	float: left;
}

.content .testimonials .quotePrivate
{
	display: block;
	float: right;
	width: 400px;
}

.content .quote img
{
}

.content .quote .hd
{
	width: 150px;
	float: left;
	margin: 10px 0px 0 0;
}

.content .quote .quoteWrapper,
.content .quotePrivate .quoteWrapper
{
	float: left;
	padding: 0 0px 0 30px;
	background: url(../images/exports/quote-open.gif) 0 2px no-repeat;
	display: inline;
}

.content .quote .bd,
.content .quotePrivate .bd 
{
	width: 380px;
	padding: 0 60px 0 0px;
	text-align: justify;
}

.content .quote .ft,
.content .quotePrivate .ft
{
	background: url(../images/exports/quote-close.gif) right 5px no-repeat;
	width: 420px;
	height: 30px;
}

a.readMore
{
	display: block;
	padding: 0px 0px 0px 18px;
	background: url(../images/exports/triangle1.gif) 0 5px no-repeat;
}

a:hover.readMore
{
	padding: 0px 0px 0px 18px;
	background: url(../images/exports/triangle.gif) 0 5px no-repeat;
}

.contentFW a.next 
{
	padding: 0px 18px 0px 0px;
	background: url(../images/exports/triangle1.gif) right no-repeat;
}

.contentFW a:hover.next 
{
	padding: 0px 18px 0px 0px;
	background: url(../images/exports/triangle.gif) right no-repeat;
}

.contentFW a.prev 
{
	padding: 0px 0px 0px 18px;
	background: url(../images/exports/triangle2.gif) 0 0px no-repeat;
}

.contentFW a:hover.prev 
{
	padding: 0px 0px 0px 18px;
	background: url(../images/exports/triangle3.gif) 0 0px no-repeat;
}

.content a.goBack
{
	display: block;
	padding: 0px 0px 0px 18px;
	background: url(../images/exports/triangle2.gif) 0 5px no-repeat;
}

.content a:hover.goBack
{
	padding: 0px 0px 0px 18px;
	background: url(../images/exports/triangle3.gif) 0 5px no-repeat;
}

/******************************************************************************************/
/* Styling for divs that go Full Width in Content */

.content .divFW
{
	float: left;
	padding: 5px 0px 15px 0px;
}

/******************************************************************************************/
/* Tick List styling */

ul.tickList
{
	float: left;
	padding: 0px 10px 15px 0px;
}

ul.tickListAL,
ol.tickListProcess
{
	padding: 0px 0px 15px 0px;
/*	width: 500px;*/
}

ol.tickListSell
{
	padding: 0px 0px 5px 0px;
	width: 310px;
}

ul.tickList.two-up
{
	width: 310px;
}

ul.tickList li, 
ul.tickListAL li 
{	
	padding: 0px 0 0px 22px;
	background: url(../images/exports/tick-2.gif) 0 3px no-repeat;
}

ol.tickListProcess,
ol.tickListSell
{
	list-style-type: decimal;
	padding-left: 25px;
}

.price 
{
/*	margin: 20px 15px 0 0;*/
	width: 150px;
	text-align: center;
	overflow: hidden;
	display: inline;
}

.price h2
{
	color: #E60829;
}

.price p
{
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}


/******************************************************************************************/
/* innerFade width settings */

.content .innerFadeSmall
{
	width: 250px;
	padding: 0 0 5px;
}

.content .innerFadeLarge
{
	width: 640px;
	height: 300px;
}

/******************************************************************************************/
/* gift vouchers */

.content .gv1
{
	width: 220px;
	float: left;
	padding: 0 0 10px 0;
}

.content .gv2
{
	width: 400px;
	float: left;
	padding: 0 0 10px 0;
	display: block;
}

.content .gv2 ul
{
	padding-top: 15px;
}

.content .gv2 ul li
{
	padding: 0 0 5px 15px;
	background: url(../images/exports/bullet.gif) 0 9px no-repeat;
}
