﻿html, *
{
    margin: 0;
    padding: 0;
}

body 
{
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #727272;
    background: #000 url('../gfx/bg-body.gif') repeat-y top center;
}

.textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	}

/* IE6 PNG FIX */
/**html img, *html div 
{ 
    behavior: url(scripts/iepngfix.htc) 
}*/

*html .pngfx
{ 
    behavior: url(scripts/iepngfix.htc) 
}

div#headerdiv /* Named such because theres a flash file called header */
{
    margin: 0 auto;
}

div#main-container
{
    width: 980px;
    margin: 0 auto;
    position:relative;
}

div#bottom-shadow
{
    width: 980px;
    margin: 0 auto 10px auto;
    height: 9px;
    background-image: url('../gfx/bg-shadow-top.gif');
}

div#content
{
    background: #E1E1E1 url('../gfx/page-background.gif') no-repeat top left;
    min-height: 300px;
    padding-top: 30px;
}

* html div#content
{
    height: 300px;
}

div#footer
{
    background: #313131 url('../gfx/bg-footer.gif') no-repeat top left;
    margin: 0 auto;
    min-height: 14px;
    padding-top: 3px;
    text-align: center;
    width: 980px;
}

div#footer ul
{
    margin: 0 auto;
    list-style: none;
}

div#footer ul li
{
    display: inline;
    padding-right: 11px;
}

/*  WITHIN THE MAIN CONTENT  */
/*div#left-column
{
    width: 732px;
    float: left;
    margin-left: 35px;
    display: inline;
    padding-bottom: 50px;
}

* html div#left-column
{
    height: 570px;
}*/

div#left-column
{
    float: left;
    margin: 0 35px;
    display: inline;
    padding-bottom: 50px;   
}

div#right-column
{
    width: 173px;
    margin-left: 5px;
    float: left;
    padding-bottom: 50px;
}

/*  THE CAR BOX DIVS  */
div.car-box
{
    float: left;
    margin: 0px 2px 10px 2px;
    width: 192px;
    height: 163px;
    padding: 119px 24px 4px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline;
}

.car-one
{
    background-image: url('../gfx/car-bgs/car01.png');
}

.car-two
{
    background-image: url('../gfx/car-bgs/car02.png');
}

.car-three
{
    background-image: url('../gfx/car-bgs/car03.png');
}

.car-four
{
    background-image: url('../gfx/car-bgs/car04.png');
}

.car-five
{
    background-image: url('../gfx/car-bgs/car05.png');
}

.car-six
{
    background-image: url('../gfx/car-bgs/car06.png');
}

div.clearer
{
    clear:both;
}

div.non-shadow-left
{
    padding: 4px;
    margin-bottom: 10px;
}

div.multi-tab-box
{
    position: relative;
    background-image: url('../gfx/bg-multi-box.gif');
    background-repeat: no-repeat;
    height: 583px;
    width: 720px;
    margin-left: 6px;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.multi-tab-header
{
    position: absolute;
    top: 35px;
    left: 20px;
    width: 680px;
    height: 30px;
}

/*  MULTIBOXES FOR THE MULTI-TAB BOX  */
div.header-one
{
    position: absolute;
    top: 144px;
    left: 76px;
    width: 270px;
} 

div.content-one
{
    position: absolute;
    top: 186px;
    left: 36px;
    width: 310px;
} 

div.header-two
{
    position: absolute;
    top: 144px;
    left: 420px;
    width: 270px;
} 

div.content-two
{
    position: absolute;
    top: 186px;
    left: 380px;
    width: 310px;
} 

div.header-three
{
    position: absolute;
    top: 274px;
    left: 76px;
    width: 270px;
} 

div.content-three
{
    position: absolute;
    top: 314px;
    left: 36px;
    width: 310px;
} 

div.header-four
{
    position: absolute;
    top: 274px;
    left: 420px;
    width: 270px;
} 

div.content-four
{
    position: absolute;
    top: 314px;
    left: 380px;
    width: 310px;
} 

div.header-five
{
    position: absolute;
    top: 402px;
    left: 76px;
    width: 270px;
} 

div.content-five
{
    position: absolute;
    top: 440px;
    left: 36px;
    width: 310px;
} 

div.header-six
{
    position: absolute;
    top: 402px;
    left: 420px;
    width: 270px;
} 

div.content-six
{
    position: absolute;
    top: 440px;
    left: 380px;
    width: 310px;
} 

div.multi-footer-text
{
    position: absolute;
    top: 520px;
    left: 35px;
    width: 653px;
}

div#bottom-bar
{
    width: 950px;
    margin: 0 auto;
    height: 28px;
    padding: 10px 15px 0 15px;
    
}

div.bottom-bar-shadow
{
    background: #292929 url('../gfx/bg-bottom-bar.gif') no-repeat left top;
}

/* RIGHT COLUMN */
div#promotional1
{
   /*width: 133px;   
   height: 253px;
   padding: 20px;*/
   width: 159px;   
   height: 279px;
   padding:7px;
   background: transparent url('../gfx/2000-promotion.png') no-repeat left top;
   position: relative;
}

* html div#promotional1
{
	background-image: url('../gfx/2000-promotion2.gif');	
}

div#promotional2
{
   width: 133px;   
   height: 204px;
   padding: 20px;
   background: transparent url('../gfx/call-us-promotion.png') no-repeat left top;
   margin-top: 10px;
   position: relative;
}

* html div#promotional2
{
	background-image: url('../gfx/call-us-promotion2.gif');	
}

div#promotional1 h2
{
	padding:13px;
	margin-bottom:18px;
	}

div#promotional1-bottom-text
{
    position: absolute;
    left: 21px;
    top: 200px;
    width: 130px;
}

div#promotional2-bottom-text
{
    position: absolute;
    left: 21px;
    top: 60px;
    width: 130px;
}

div#promotional1 .tout
{
	width:10px;
	height:10px;
	}

/* 2 column boxes/text  */

div.cartoon-box
{
    width: 732px;
    height: 670px;
    position: relative;
}

div.cartoon-box-content
{
    width: 350px;
    padding: 10px 6px;
}

img#find-your-car
{
    position: absolute;
    top:0;
    left:0;
}

.find-your-car
{
    position: absolute;
    top:189px;
    left:0;
}

img#contact-us-step
{
    position: absolute;
    top: 0;
    left: 374px;
}

.contact-us-step
{
    position: absolute;
    top: 189px;
    left: 374px;
}

img#payment-options
{
    position: absolute;
    top: 336px;
    left: 0;
}

.payment-options
{
    position: absolute;
    top: 535px;
    left: 0;
}

img#drive-away
{
    position: absolute;
    top: 336px;
    left: 374px;
}

.drive-away
{
    position: absolute;
    top: 535px;
    left: 374px;
}

.picture-top-box 
{
    float: left;
    width: 314px;
    height: 137px;
    padding: 172px 20px 0 20px;
    background-position: left top;
    background-repeat: no-repeat;
}

.picture-of-girl
{
    background-image: url('../gfx/girl-div.jpg');
    margin-right: 13px;
}

.picture-of-ticks
{
    background-image: url('../gfx/tick-div.jpg');
}

.front-page-car
{
    padding: 10px 357px 0 0;
    height: 230px;
    width: 357px;
    background: transparent url('../gfx/car-bgs/the500c.gif') no-repeat left top;
}

div#submenu
{
    min-height: 20px;
    max-height:58px;
    padding: 0 40px;
    background: #000 url('../gfx/sub-menu.gif') no-repeat left top;
    /*position: relative;*/
}

* html div#submenu
{
    height: 20px;
}

div#submenu object
{
    margin-top: 1px;
}

.column_left_shadow
{
    padding: 10px;
    height: 172px;
    width: 702px;
    background: transparent url('../gfx/column_left_shadow.png') no-repeat left top;
	}
	
.column_left_shadow_half
{
    padding: 20px;
    height: 110px;
    width: 315px;
    background: transparent url('../gfx/column_left_shadow_half.png') no-repeat left top;
	}
	
.offers
{
	margin-top:-30px;
	}
	
.offer_item
{
	padding-top:20px; 
	padding-bottom:20px; 
	width:100%;
	float:left;
	background: transparent url('../gfx/horisontal_grey.gif') repeat-x left top;
	}
	
.offer_item p
{
	padding-left:40px; 
	padding-right:40px; 
	width:660px; 
	float:left;
	}
	
.offer_item img
{
	float:right;
	margin-right:40px;
	}
	
.modal_background
{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:100;
	}
	
.modal_popup
{
	padding:40px;
	border:solid 1px #000;
	background:#000 url('../gfx/form-page-bg.gif') repeat-x top left;
	}

.modal_popup table td
{
	padding:4px;
	}

.popup_close
{
	color: #e58282;
	padding-left:20px;
	background:transparent url('../gfx/close-box.gif') no-repeat;
	position:absolute;
	top:20px;
	right:40px;
	line-height:15px;
	height:15px;
	text-decoration:none;
	}	
.popup_form
{
	background:#e1e1e1 url('../gfx/form-bg.gif') repeat-x top left;
	width:400px;
	padding:20px;
	}
	
.flash_content
{
	/*position:absolute;
	top:0;
	left:0;*/
    width:980px;
    /*background-color:Green;	*/
	}
	
.flash-replaced
{
    /*background-color:Red;*/
    }
	
.button
{
	border: solid 1px #727272;
	background-color:#a1a1a1;
	color:#cd0101;
	padding-left:8px;
	padding-right:8px;
	height:28px;
	line-height:28px;
	font-weight:bold;
	min-width:70px;
	}
	
.error_msg
{
	color:#cd0101;
	}
	
div.main-content-padding 
{
    padding: 10px 5px;
}

div.main-content-padding hr
{
    margin: 20px 0;
}

ul.faq-categories
{
    margin-left: 10px;
    font-size: 1em;
}

ul.faq-categories li
{
    margin-top: 5px;
}

div.offer-item img
{
    cursor: pointer;
}


/************************************************
*                                               *
*           NEW DESIGN - 04-03-2010             *
*                                               *
************************************************/

.new-process-box
{
    width: 162px; 
    float: left; 
    height: 100px; 
    padding: 0 10px; 
    padding-top: 8px;
}

.left-process-box, .right-process-box
{
    width: 157px; 
}

.left-process-box
{
    padding-left: 20px; 
    padding-right: 5px;
}

.right-process-box
{
    padding-right: 20px; 
    padding-left: 5px;
}   

.buying-direct-container
{
    width: 720px; 
    margin-bottom: 270px; 
    float: left; 
    height: 786px; 
    background: #FFF url('../gfx/process-steps.gif') no-repeat left top; 
    margin-left: 40px; 
    margin-right: 11px; 
    margin-top: 6px; 
    position: relative;
    display: inline;
}

#promotional1 p, #promotional2 p
{
    margin-bottom: 0;   
}

/* NEW OFFERS PAGE - MARCH 2010 - J.Burley */

#offers-container
{
    width: 909px;
    margin-left: 37px;   
    padding-bottom: 30px;
}

#featured-offer
{
    width: 602px;
    height: 391px;
    float: left;
    background: transparent url('../gfx/featured-car-bg.gif') no-repeat left top;   
    position: relative;
    margin-right: 4px;
}

#featured-offer h2
{
    position: absolute;
    top: 17px;
    width: 602px;   
}

#contact-form
{
    width: 299px;
    height: 391px;
    float: left;
    background: transparent url('../gfx/contact-form.gif') no-repeat left top;
    position: relative;
}

#contact-form .top-description-contact
{
    position: absolute;
    left: 24px;
    top: 57px;
    width: 252px;
}



#contact-form .bottom-description-contact
{
    position: absolute;
    left: 24px;
    top: 325px;
    width: 252px;
}

#contact-form .bottom-description-contact p
{
 font-size: 1.0em;   
}

#contact-form .bottom-description-contact p,
#contact-form .top-description-contact p
{
    margin-bottom: 5px;   
}

#contact-form .top-description-contact p strong
{
    color: #000;
    font-size: 1.1em;   
}

#contact-form table.contact-form
{
    position: absolute;
    left: 24px;
    top: 130px;
}

#contact-form .contact-form-email-us
{
    width: 94px;
    height: 19px;
    background: transparent url('../gfx/email-us-now.gif') no-repeat left top;
    border: 0;
    margin-top: 10px;
    margin-right: 10px;
}

#contact-form .contact-form-cancel
{
    width: 61px;
    height: 19px;
    background: transparent url('../gfx/cancel.gif') no-repeat left top;
    border: 0;
}

.enquire-above-vehicle-button
{
    position: absolute;
    border: 0;
    height: 21px;
    width: 160px;
    background: transparent url('../gfx/enquire-about-vehicle.gif') no-repeat left top;
    left: 24px;
    top: 363px;
}

.image-featured-hero
{
    position: absolute;
    width: 447px;
    height: 317px;
    left: 6px;
    top: 44px;
}

.image-featured-top, .image-featured-middle, .image-featured-bottom
{
    position: absolute;
    width: 142px;
    left: 454px;
}

.image-featured-top
{
    top: 44px;
    height: 98px;
}

.image-featured-middle
{
    top: 144px;
    height: 125px;
}

.image-featured-bottom
{
    top: 271px;
    height: 90px;
}

.smaller-featured-ad
{
    background: transparent url('../gfx/small-offers-promotion.gif') no-repeat left top;
    width: 299px;
    height: 311px;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 4px;
}

.smaller-featured-ad h3
{
    position: absolute;
    top: 10px;
    width: 311px; 
    font-size:12px;  
}

.smaller-featured-ad .small-promotional-image
{
    width: 287px;
    height: 159px;
    left: 6px;
    position: absolute;
    top: 27px;   
}

.smaller-featured-ad .promotion-code, 
.smaller-featured-ad .car-details, 
.smaller-featured-ad .car-price, 
.smaller-featured-ad .enquire-vehicle-small
{
    position: absolute;
    left: 24px;
    cursor:pointer;
    width:250px;
}

.smaller-featured-ad .promotion-code
{
    top: 200px;
}

.smaller-featured-ad .car-details
{
    top: 222px;
}

.smaller-featured-ad .car-price
{
    top: 244px;
}

.smaller-featured-ad .enquire-vehicle-small
{
    top: 274px;
    width: 149px;
    height: 19px;
    background: transparent url('../gfx/enquire-about-vehicle-small.gif') no-repeat left top;
    border: 0;
}
