/* --- reset styles -------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- begin base styles ------------------ */

html {font-size:10px;height:100%;}

body {
	background-color:#f4f4f1;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	font-family:'lucida grande','lucida sans','helvetica neue',arial,sans-serif;
	font-size:12px;
	line-height:1.2;	
	color:#333;
	padding-bottom:20px;
}

h1 {
	color:#9c8101;
	font-size:20px;
	font-weight:normal;
}

h2 {
	color:#9c8101;
	font-size:16px;
	font-weight:normal;
}

p {
	margin-bottom:1em;
}

a:link, a:visited {
	color:#004082;
	text-decoration:none;
}

div.base_leader_top {
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
}

div.base_leader_bottom {
	padding-top:8px;
	padding-bottom:8px;
	border-top:1px solid #e2e2d4;
	border-bottom:1px solid #e2e2d4;	
	clear:both;
	text-align:center;
}

div.base_page_wrappper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ababa6;
	background-color:white;
	padding:0;
}

div.base_header {
	height:144px;
	padding:0;
	background-color:#272727;
}

div.base_footer {
	font-size:11px;
	padding-left:240px;
	padding-right:240px;	
	padding-top:15px;
	padding-bottom:30px;	
	background-color:#f5f5ee;
	color:#666;
}

div.base_mainnav {
	height:22px;
	background-image:url(../images/nav-bar-bgrd.gif);
	margin-bottom:8px;
	text-align:left;
	padding-left:10px;
}

div.base_mainnav ul {
	list-style-type:none;
}

div.base_mainnav li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

div.base_mainnav li a {
	font-size:13px;
	line-height:23px;
}

div.base_mainnav li a:link, div.base_mainnav li a:visited {
	color:#333;
	text-decoration:none;
}

div.base_mainnav li a:hover, div.base_mainnav li a:active {
	color:#004082;
}

div.base_left_rail {
	width:192px;
	float:left;
	margin-bottom:8px;
	margin-left:5px;
	margin-right:0;
	border:0px;	
	display:inline; /* IE 6 'margin doubling bug' fix */	
}

div.base_center_rail {
	width:444px;
	float:left;
	margin-bottom:8px;	
	margin-left:5px;
	margin-right:5px;	
	border:0px;
	display:inline; /* IE 6 'margin doubling bug' fix */
}

div.base_right_rail {
	float:right;
	width:300px;
	margin-bottom:8px;	
	margin-right:5px;	
	border:0px;	
	display:inline;	 /* IE 6 'margin doubling bug' fix */
}

div.component {
	border:1px solid #e5e5e5;
	background-color:#fafafa;
	padding:10px;
}





/* -------------------------------------- */




h3 {
	font-size:11px;
	font-weight:bold;
	color:#ce2700;
	margin-top:10px;
}
	
div.component {
	border:1px solid #e5e5e5;
	background-color:#fafafa;
	padding:10px;
	margin-bottom:6px;
	padding:10px;
}

div.component.iframe {
	padding:0;
}

div.component.tabbed {
	background-color:#f7f7f4;
	padding:0;
}

div.component form {
	margin-top:10px;
}

div.tab {
	float:left;text-align:center;padding-top:7px;padding-bottom:7px;
}

div.tab.on {
	background-color:transparent;
	font-size:11px;
	font-weight:bold;
}

div.tab.off {
	background-color:#e3e3e3;
	border-left:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;	
	font-size:11px;
	font-weight:bold;
}

div#tabNewAutos {
	width:100px;	
}

div#tabUsedAutos {
	width:100px;
}

div#tabRV {
	width:139px;
}

div#tabResearch {
	width:100px;
}

ul.bug-listings {
	width:200px;
	float:left;
}

ul.bug-listings.right {
	margin-left:10px;
}

ul.bug-listings li.subcat {
	font-weight:bold;
	margin-top:7px;
}

.clear {
	clear:both;
}
