/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
	- Employment Form
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
@import url("cjauto-nav.css");
/*@import url("lightbox.css"); */

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ddd url(../img/body-bg.jpg) top left repeat-x;
	background-attachment: fixed;
}

#container {
	width: 940px;
	margin: 0 auto 20px auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

hr.clear {
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	visibility: hidden;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #32347f;
}

a:visited {
	color: #65679f;
}

a:hover {
	color: #c40204;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 924px;
	height: 160px;
	background: url(../img/header-bg.png) bottom left no-repeat;
	padding: 0 8px;
}

h1 {
	float: left;
	margin: 12px 0 6px 0;
}

#header #right {
	width: 200px;
	float: right;
	display: inline;
	margin: 16px 2px 0 0;
}

#call {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
	color: #000;
	margin: 0 0 13px 0;
}

#call strong {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
}

#call strong em {
	color: #32347f;
	font-size: 18px;
	font-style: normal;
}

#delivery {
	background: url(../img/free-delivery-bg.jpg) top left no-repeat;
	width: 200px;
	height: 41px;
	margin: 0;
	text-align: center;
	color: #eee87b;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0 0 0;
}

#delivery strong {
	display: block;
	font-size: 16px;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 920px;
	background: url(../img/body-bg.png) top left repeat-y;
	padding: 0 10px;
	float: left;
}

#home {
	background: #000;
	width: 916px;
	height: 370px;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 0 4px;
}

* html #home {
	overflow: hidden;
}

#home p {
	font-weight: bold;
	color: #eee;
	margin: 0 18px 2px 14px;
	padding: 9px 0 0 0;
	width: 550px;
}

#home img {
	float: left;
	display: inline;
	margin: 10px 4px 0 0;
}

#partselect {
	float: right;
	background: #4f4f4f;
	border: solid 4px #7d7b7b;
	width: 330px;
	height: 362px;
}

#partselect div {
	margin: 7px 0 4px 13px;
	float: left;
	display: inline;
	width: 317px;
}

#partselect ul {
	list-style: none;
	font-weight: bold;
	color: #eee;
	line-height: 19px;
	margin: 0;
}

#partselect li {
	margin: 0;
}

#partselect a {
	font-weight: bold;
	color: #eee;
}

#partselect a:hover {
	color: #eee87b;
}

#partselect p {
	clear: left;
	width: auto;
	margin-bottom: 0;
}

#partselect h2 {
	color: #fff;
	margin: 7px 0 0 14px;
}

#home #partselect img, #used, #new {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	display: block;
	width: 130px;
	height: 82px;
}

#home #partselect img {
	margin: 0;
}

#used img, #new img {
	visibility: hidden;
}

#used {
	background: url(../img/button-used-new.jpg) top left no-repeat;
}

#new {
	background: url(../img/button-used-new.jpg) bottom left no-repeat;
}

#used:hover {
	background-position: top right;
}

#new:hover {
	background-position: bottom right;
}

div.feature {
	width: 290px;
	float: left;
	display: inline;
	margin: 0 25px 12px 0;
}

div.feature h2 {
	background: url(../img/feature-h2-bg.jpg) top left repeat-y;
	width: 266px;
	color: #eee;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 12px;
	margin: 0 0 12px 0;
}

div.feature p {
	margin-left: 12px;
	margin-right: 12px;
}

div.feature ul {
	margin-left: 26px;
	margin-right: 12px;
	color: #32347f;
}

div.ask img {
	margin: 0 0 0 6px;
}

div.blog {
	margin-right: 0;
}

div.blog h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	margin: 0 12px 9px 12px;
}

div.blog h3 em {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	width: 83px;
	overflow: hidden;
	white-space: nowrap
}

div.blog h3 a {
	display: block;
	width: 266px;
}

div.blog p {
	font-size: 10px;
	line-height: 12px;
}

div.blog p.visit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#interior {
	padding: 30px 30px 12px 30px;
}


p, ul, ol {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 16px 0;
	list-style: square;
}

ol, #interior ol {
	list-style: decimal;
	margin-left: 24px;
}

#interior ul {
	margin-left: 18px;
}

ul li, ol li {
	margin: 0 0 9px 0;
}

h2 {
	color: #32347f;
	margin: 0 0 9px 0;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 3px 0;
}

div.coupon {
	width: 266px;
	margin: 20px 55px;
	padding: 15px 25px;
	border: dashed 2px #000;
	float: left;
	display: inline;
	background: url(../img/bg-coupon.jpg) top left no-repeat;
}

div.coupon h3 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	height: 180px;
	margin: 0;
}

div.coupon h3 i {
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 20px;
}

div.coupon p {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
}

div.coupon p.note {
	margin-bottom: 12px;
}

div.coupon p img {
	float: left;
	margin: 10px 50px 10px 0;
}

#search {
	width: 860px;
	height: 400px;
	border: 0;
}

p.note {
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

#cutsheets {
	list-style: none;
	margin-left: 0 !important;
}

#cutsheets li {
	width: 202px;
	float: left;
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
}

#cutsheets a {
	display: block;
	border: solid 1px #32347f;
	width: 200px;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	background: #fdf881;
}

#cutsheets a:hover {
	background: #fff100;
}

#brands {
	width: 380px;
	border: solid 1px #666;
	float: right;
	margin: 0 0 10px 20px;
}

#brands h3 {
	padding: 4px 10px;
	background: #32347f;
	color: #fff;
	border-bottom: solid 1px #666;
	text-align: center;
}

#brands ul {
	margin: 4px 10px;
	list-style: none;
	float: left;
	width: 360px;
}

#brands li {
	width: 120px;
	float: left;
	text-align: center;
}

.center {
	text-align: center;
}

#newparts h3 {
	color: #32347f;
	font-size: 14px;
	border-bottom: solid 1px #666;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

#newparts ul {
	float: left;
	width: 842px;
}

#newparts li {
	width: 381px;
	float: left;
	margin-right: 40px;
}

/* Contact Page Layout
--------------------------------------------------------------------------------------- */
#map {
	width: 430px;
	float: right;
	margin: 0 0 20px 0;
}

#map iframe {
	border: solid 1px #bbb;
}

p.address {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

p.address a {
	font-size: 13px;
	font-weight: normal;
}

#interior ul.phones {
	font-size: 16px;
	list-style: none;
	font-weight: bold;
	margin: 0 0 36px 0;
}

ul.phones em {
	font-size: 13px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 3px;
	color: #32347f;
}

#contact {
	width: 400px;
}

#contact h3 {
	font-size: 16px;
	color: #32347f;
	border-bottom: solid 1px #32347f;
	padding: 0 0 3px 0;
}

#contact p {
	margin-bottom: 9px;
}

#contact p.privacy {
	width: 160px;
	float: right;
	font-size: 10px;
	line-height: 14px;
	margin: 12px 18px 0 0;
	padding: 4px 6px;
	border: solid 1px #32347f;
	background: url(../img/blog-transparent.png) top left repeat;
}

#contact label {
	display: block;
	float: left;
	display: inline;
	width: 70px;
	text-align: right;
	margin: 0 4px 0 0;
}

#contact p input, #contact textarea, #contact select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#contact textarea:focus, #contact p input:focus, #contact select:focus {
	background: #ffc;
	border: solid 1px #666;
}

.company57 {
	visibility: hidden;
	position: absolute;
}

#contact p.state {
	float: left;
	display: inline;
}

#contact p.zip label {
	width: 25px;
}

#contact p.referral label {
	float: none;
	width: auto;
	text-align: left;
}

#contact p.check {
	margin-left: 92px;
}

#contact p.check label {
	float: none;
	width: auto;
}

#contact p.tip {
	font-style: italic;
	font-size: 11px;
	color: #666;
	text-align: center;
}

.required {
	color: #32347f;
}

#contact p.required input {
	border: solid 1px #32347f;
	padding: 1px;
}

#company, #realname, #email {
	width: 275px;
}

#title {
	width: 225px;
}

#address1, #address2, #phone, #fax {
	width: 200px;
}

#city {
	width: 175px;
}

#state {
	width: 40px;
}

#zip, #year {
	width: 60px;
}

#message, #question {
	width: 298px;
}

#contact div.submit {
	margin: 0;
	padding: 6px;
	text-align: center;
	border-top: solid 1px #32347f;
}

#contact div.submit input {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

#contact.ask {
	border: solid 1px #32347f;
	margin: 0 0 20px 0;
}

#contact.ask div.submit {
	background: #eee;
}

#contact.ask h2 {
	color: #fff;
	background: #32347f;
	padding: 4px 10px;
}

#contact.ask p {
	margin-left: 10px;
	margin-right: 10px;
}

#faq {
	border: 1px #32347f;
	border-style: none solid solid solid;
	margin: 0 0 20px 0;
}

#faq h3 {
	margin: 0;
}

#faq h3 a {
	font-size: 15px;
	border-top: solid 1px #32347f;
	padding: 4px 10px;
	display: block;
	text-decoration: none;
	background: #eee url(../img/faq-arrow.jpg) top right no-repeat;
}

#faq h3 a:hover {
	background: #f6f6f6 url(../img/faq-arrow.jpg) bottom right no-repeat;
}

#faq div {
	padding: 8px 10px 0 10px;
	border-top: solid 1px #999;
	background: url(../img/faq-bg.jpg) top left repeat-x;
}

#contact.salvage, * html form.salvage {
	background: #f3f3f3;
	width: 518px;
	padding: 10px 20px;
	margin: 0 0 0 150px;
	border: solid 1px #32347f;
}

* html form.salvage p, * html form.salvage h3 {
	width: 518px;
}

#contact.salvage label {
	width: 130px;
}

#contact.salvage p span {
	margin: 0 12px;
}

#firstname, #lastname, #make, #model {
	width: 200px;
}

#insurance, #claim, #location, #VIN {
	width: 300px;
}

#contact p.description label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	margin: 0 0 4px 0;
}

#description {
	width: 514px;
}




/* Employment Form
--------------------------------------------------------------------------------------- */
#employment div.halfleft {
	float: left;
	width: 215px;
	display: inline;
}

#employment div.bigleft {
	float: left;
	width: 450px;
	margin-right: 20px;
	display:inline;
}

#employment div.empright {
	float: left;
	width: 390px;
	display: inline;
}

#employment div.halfleft label {
	float: left;
	display: inline;
	width: 70px;
}

#employment div.halfleft input {
	width: 140px;
}

#employment div.empright label {
	float: left;
	display: inline;
	width: 100px;
}
	
#employment #perm_state, #employment #pres_state, #employment #empstate {
	width: 20px;
	float: left;
	display: inline;
	margin-right: 10px;
}

#employment #perm_zip, #employment #pres_zip, #employment #empzip {
	width: 40px;
}

#employment h3 {
	color: #32347f;
	border-bottom: 1px solid #32347f;
	font-size: 16px;
}
	
#employment h4 {
	font-size: 12px;
	margin: 10px 0 0 0;
	color: #333;
	border-bottom: 1px solid #aaa;
}

#employment p {
	margin: 4px 0px 4px 0px;
	clear: both;
}

#employment label.smlrad {
	float: none !important;
	margin-right: 20px;
}

#employment #phone {
	width: 138px;
}

#employment label.training {
	float: left;
	display: inline;
	width: 233px;
}

#employment select {
	width: 145px;
} 

#employment #training, #employment #toolsowned {
	width: 248px;
}

#employment label.toolsowned {
	width: 210px;
}

#employment label.owntoolsyes {
	float: left;
	display: inline;
	width: 50px !important;
	margin-top: 10px;
}

#employment label.owntoolsno {
	float: left;
	display: inline;
	width: 50px !important;
	margin-top: 10px;
}

#employment label.emp2 {
	float: left;
	display: inline;
	width: 240px !important;
}

#employment label.emp3 {
	float: left;
	display: inline;
	width: 160px !important;
}

#employment label.emp4 {
	float: left;
	display: inline;
	width: 160px !important;
}

#employment #empstartsal, #employment #empendsal {
	width: 48px;
}

#employment label.suplabel {
	float: left;
	display: inline;
	width: 235px;
}

#employment input.bigbox {
	width: 206px;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	background: #000;
	border-top: solid 6px #7d7b7b;
	text-align: center;
	padding: 20px 0 18px 0;
	clear: left;
	float: left;
	width: 920px;
}

#footer ul, #footer address {
	font-size: 12px;
	color: #bbb;
}

#footer ul {
	list-style: none;
	margin: 0 0 9px 0;
}

#footer li {
	display: inline;
	padding: 0 4px;
}

#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #fff;
}

#footer address {
	font-style: normal;
}

#bottom {
	width: 940px;
	height: 10px;
	line-height: 0;
	font-size: 0;
	background: url(../img/footer-bg.png) bottom left no-repeat;
	margin: 0;
	clear: both;
}

#bbb {
	text-align: center;
	margin: 4px 0;
}


