/* START CLEAR */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: .8em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CLEAR */



/* BASE STYLES */
body {
   background: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   color: #4d4557;
   text-align: center;
   line-height: 1.4em;
}
a:link, a:active, a:visited {
   color: #b93d0c
}
a:hover {
   color: #ff5613;
}
.fltL {
   float: left;
   padding: 0 10px 10px 0;
}
.highlight {
	color: #a03e3e;
}
img {
	border: 0;
}
blockquote {
	margin: 20px 0;
}
p {
	margin: 0 0 15px 0;
}
iframe {
	z-index: -10;
}


/* main containers
///////////////////////////////////*/
#container.home {
	background: url(../images/backgrounds/homeBG.gif) repeat-x;
	margin: 0 auto;
	padding: 6px 0 0 0;
}
#container {
	background: url(../images/backgrounds/subBG.gif) repeat-x;
}


/* HEADER */
#headerBlock {
	height: 109px;
	overflow: hidden;
	margin: 0 auto;
	width: 920px;
	padding: 0 20px;
}
#logoBlock {
	width: 225px;
	height: 109px;
	float: left;
}
#dealerInfoBlock {
	width: 470px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding: 25px 0 0 10px;
}
#dealerInfoBlock h1 {
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 1.1em;
	letter-spacing: -1px;
}
#dealerInfoBlock h2 {
	font-size: 16px;
	font-weight: bold;
	color: #7a7a7a;
	line-height: 1.1em;
}
#dealerInfoBlock h3 {
	font-size: 16px;
	font-weight: bold;
	color: #b61f21;
	line-height: 1.1em;
}
#brandingBlock {
	background: url(../../../lockflow/assets/images/branding.gif) no-repeat;
	height: 109px;
	width: 215px;
	float: right;
}






/* MAIN HOME GRAPHIC BLOCK */
#advert {
   margin: 0 auto 6px auto;
   width: 940px;
   background: #ffffff;
   height: 300px;
   padding: 10px;
}
#photoBlock {
   width: 650px;
   height: 300px;
   text-align: left;
   overflow: hidden;
   float: left;
   margin: 0 15px 0 0;
}
#gallery {
	overflow: hidden;
}
#linksBlock {
	float: left;
	text-align: left;
	width: 265px;
}
#linksBlock h2 {
	font-size: 24px;
	color: #545454;
	border-bottom: 1px solid #bababa;
	padding: 0 0 2px 0;
	margin: 8px 0 4px 0;
	font-weight: normal;
}

/* Quick Links */
ul.quickLinks {
	padding: 0 0 10px 0;
}
ul.quickLinks li {
	margin: 0 0 2px 0;
	_margin: 0;
	height: 25px;
	overflow: hidden;
}
ul.quickLinks li a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/backgrounds/qlBG_off.gif) repeat-x;
	text-decoration: none;
	line-height: 25px;
	overflow: hidden;
	padding: 0 6px;
}
ul.quickLinks li a:hover {
	background: url(../images/backgrounds/qlBG_on.gif) repeat-x;
	color: #ffffff;
}



/* CALL ME BACK */
#callBackContainer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#callBack {
   width: 265px;
   background: url(../images/callback/cbBG.gif) no-repeat left bottom;
   float: right;
   text-align: left;
   padding: 6px 0 0 20px;
}
#callBack h2 {
	font-size: 1.2em;
	color: #2e4fa2;
	font-weight: bold;
}
#callBack form {
	margin: 6px 0;
	font-size: .9em;
}
#callBack img {
	margin: 0 0 0 6px;
	display: block;
}




/* SUBHEADER */
#subHead {
	background: url(../images/backgrounds/subHeadBG.gif) repeat-x;
	width: 956px;
	border-left: 2px solid #f3f8f3;
	border-right: 2px solid #f3f8f3;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px
}
#popHead {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	text-align: left;
}

/* MAIN CONTENT BLOCK */
#contentBlock, #contentBlock.home {
   margin: 0 auto;
   width: 960px;
   padding: 8px 0 20px 0;
   text-align: left;
}
#contentBlock.home {
   padding: 0;
   background: #f6f6f6 url(../images/backgrounds/contentBlockBG.gif) repeat-x;
}
#contentBlockPad {
   overflow: hidden;
   padding: 20px 20px 10px 20px;
}
#contentBlockR {
	float: left;
	width: 220px;
}



/* HOME STYLES */
.homeContentL {
   float: left;
   width: 500px;
   margin: 0 20px 0 0;
   text-align: left;
   display: inline;
   line-height: 1.5em;
}
.homeContentL h1 {
   font-size: 1.7em;
   font-weight: bold;
   color: #3c638c;  
   padding: 0 0 6px 0;
}
.homeContentR {
   float: left;
   width: 400px;
   margin: 0; 
   text-align: left;
   overflow: hidden;
}
.homeContentR h2 {
	color: #b61f21;
   font-size: 1.5em;
   padding: 0 0 6px 0;
   font-weight: normal;
}


/* SUB STYLES */
.contentL {
   float: left;
   width: 660px;
   margin: 0 20px 0 0;
   padding: 0 20px 0 0;
   text-align: left;
   display: inline;
   border-right: 1px solid #dbdbdb;
}
.contentL p {
	line-height: 1.5em;
	margin: 6px 0 12px 0;
}
.contentL h1, #singleCol h1 {
   font-size: 1.8em;
   font-weight: bold;
   color: #3c638c;
   margin: 0 0 6px 0;
   padding: 0 0 6px 0;
}
.contentL h2 {
   font-size: 1.5em;
   font-weight: normal;
   color: #b61f21;
   margin: 24px 0 6px 0;
   padding: 2px 0;
   border-bottom: 1px solid #d8d8d8;
}
.contentL h3 {
   font-size: 1.3em;
   font-weight: bold;
   color: #b61f21;
   margin: 24px 0 6px 0;
   padding: 2px 0;
   border-bottom: 1px solid #d8d8d8;
}
.contentL h4 {
   font-size: 1.2em;
   font-weight: bold;
   color: #b61f21;
   margin: 20px 0 4px 0;;
   padding: 0 0 2px 0;
   border-bottom: 1px solid #e3e3e3;
}
.contentL h5 {
   font-size: 1.3em;
   color: #a03e3e;
   margin: 0 0 12px 0;
   padding: 0;
}
.contentL h6 {
   font-size: 1.1em;
   color: #333333;
   margin: 20px 0 0 0;
   padding: 0;
   border-bottom: 1px solid #e3e3e3;
}
#mTitleBlock {
   background: #ebf3fb;
   font-size: 1.5em;
   color: #1b81f5;
   text-align: left;
   padding: 6px 12px;
}
.contentR {
   float: left;
   width: 219px;
   margin: 0; 
   text-align: left;
   display: inline;
}
#subContentBlockPad {
	overflow: hidden;
	padding: 20px;
	border-top: 4px solid #c5cdd0;
	background: #f6f6f6 url(../images/backgrounds/contentBlockBG.gif) repeat-x;
}

/* SIDE CONTACT */
.sideContact {
	margin: 20px 0 20px 0;
	font-size: 1em;
	line-height: 1.4em;
	border: 1px dashed #c3c3c3;
	padding: 10px;
}
.sideContact h2 {
	font-weight: bold;
	color: #b61f21;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.sideContact h3 {
	color: #b61f21;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.sideContact p {
	line-height: 1em;
	margin: 12px 0 12px 0;
}
.sideFeatured {
	margin: 20px 0;
	line-height: 1.4em;
	border: 1px dashed #c3c3c3;
	padding: 10px;
	font-size: .9em;
}
.sideFeatured h2 {
	color: #b61f21;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.sideFeatured h3 {
	color: #b61f21;
	font-size: 1em;
	margin: 12px 0 0 0;
	padding: 0;
}


/* FEATURED CARS HOME */
#featuredBox {
	background: #334348;
	width: 880px;
	padding: 20px 40px;
	margin: 20px 0 0 0;
}
#featuredBox h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6em;
	font-weight: normal;
}




/* navigation
///////////////////////////////////*/
#navBase {
   text-align: left;
   height: 45px;  
   margin: 0 auto; 
   border-bottom: 2px solid #cccccc;
   background: url(../images/backgrounds/navBG.gif) repeat-x;
   color: #888888;
   }

.menu {width:960px; height:45px; padding: 0 20px; position:relative; z-index:100; margin: 0 auto; line-height: 45px;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:959px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:200px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:14px; text-decoration:none; color:#fff; float:left; padding: 0 6px; height:45px; line-height:45px; font-weight:bold;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:45px;left:0; width:150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {display:block; background: #EEE; color:#333; height:auto; line-height:1em; padding:8px 10px; width:150px;border-width:0 1px 1px 1px; border-bottom: 1px solid #e3e3e3; font-size: 12px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:149px;}

/* style the top level hover */
.menu a:hover { background: #eee url(../images/backgrounds/navBGOn.gif) repeat-x; color: #2d5489;}
.menu :hover > a { background: #eee url(../images/backgrounds/navBGOn.gif) repeat-x; color: #2d5489;}
.menu ul ul a:hover{ color: #2d5489; background: #eee; }
.menu ul ul :hover > a {color:#2d5489; background: #eee; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }



/* list elements */
ul.lists {
   margin: 0;
   padding: 0;
}
.listL {
   float: left;
   width: 230px;
   clear: both;
   text-align: right;
   list-style: none;
   margin: 0 24px 24px 0;
}
.listR {
   float: left;
   text-align: left;
   width: 706px;
   list-style: none;
   margin: 0 0 24px 0;
}
#contentBlock ul.lists h5 {
   margin: 0;
   padding: 0 0 2px 0;
   font-size: 1.15em;
   color: #121212;
}
#contentBlock ul.lists h4 {
   margin: 12px 0 0 0;
   padding: 0 0 4px 0;
   font-size: 1.2em;
   color: #e74013;
   border-bottom: 1px solid #d8d8d8;
}
#contentBlock ul.lists a {
   font-size: .9em;
}
ul.dealerinfo {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dealerinfo li {
	list-style: none;
	margin: 0;
	padding: 2px 0;
}






/* footer
///////////////////////////////////*/
#footerBlock {
   margin: 0 auto 20px auto;
   width: 960px;
   font-size: .9em;
   padding: 6px 20px 12px 20px;
   text-align: center;
   color: #595959;
}
#footerBlock div {
	margin: 0 0 4px 0;
	line-height: 1.2em;
}
#footerBlock a {
   color: #4d67a2;
   text-decoration: none;
}
#footerBlock a:hover {
   text-decoration: underline;
}
#footerBlock p {
	margin: 10px 0 0 0;
}



/* tables 
///////////////////////////////////*/
table.forms a,
table.forms a:link,
table.forms a:visited {
	border:none;
	}							
table.forms img {
	border:0;
   vertical-align: middle;
   margin: 0 4px;
	}	
table.forms {
	width:100%;
	border: 0;
	margin:1em auto;
	border-collapse:collapse;
	}
table.forms tr.odd td	{
	background:#e6ebf0
	}
table.forms tr .column1 {
   text-align: left;
}
table.forms tr.odd .column1 {
	background:#e6ebf0;
   text-align: left;
	}
.column1	{
   width: 25%;
	}
table.forms td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	padding:.3em .5em;
	text-align: left;
	}				
table.forms th {
	font-weight: bold;
	color: #4b7459;
	text-align:left;
	padding:.3em 0;
	font-size: 1.3em;
	}							
table.forms thead th {
	background:#e6ebf0;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
table.forms tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
table.forms tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
table.forms tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
   
   
/* forms 
///////////////////////////////////*/
form {
   margin: 0;
   padding: 0;
}
input, select, textarea {
   font-size: 1em;
   font-family: Verdana, Geneva, sans-serif;
}
form h1 {
   font-size: 1.3em;
   color: #b61f21;
   padding: 12px 0 0 0;
   margin: 0;
   border-bottom: 1px solid #e3e3e3;
}
form h2 {
   font-size: 1.2em;
   color: #b61f21;
   padding: 12px 0 0 0;
   margin: 0;
   border-bottom: 1px solid #e3e3e3;
}
input#address {
   width: 200px;
}


/* finance sidebar */
#faq, #loanCalc {
	margin: 20px 0;
	border: 1px solid #e3e3e3;
	padding: 0 10px 10px 10px;
}





/* sitemap 
///////////////////////////////////*/
#sitemap ul {
	margin: 10px 0 0 0;
}
#sitemap ul li {
	font-size: 1em;
	font-weight: bold;
}
#sitemap ul ul {
	margin: 0 0 0 0;
}
#sitemap ul ul li {
	font-weight: normal;
	margin: 0 0 0 20px;
}




/* clearing for the browsers
///////////////////////////////////*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */