/* --------------------------- BASIC ELEMENTS --------------------------- */

body { 
	font: 12px Arial, Helvetica, sans-serif; 
	line-height: 14px;
	color: #000;
	background: #000 url(../images/bg.gif) repeat-y center top fixed; 
	margin: 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	padding: 12px 5px 12px 5px;
	margin: 0px;
	}

h2 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	color: #333;
	padding: 0px;
	margin: 0px;
	}
	
h3 { 
	font-size: 18px;
	line-height: 22px; 
	color: #F60;
	margin: 0px;
	padding: 0px;
	}
	
h4 { 
	font-size: 12px; 
	}

a:link { 
	text-decoration: none; 
	color: #F60;
	}

a:visited { 
	text-decoration: none; 
	color: #F60;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #F00;
	}

/* --------------------------- COMMON --------------------------- */

.left { float: left; }

.right { float: right; }
	
.orange { color: #F60; }

.line { border-bottom: 1px solid #000; }

.padding { padding: 5px; }

/* --------------------------- CONTAINERS --------------------------- */

#container {
	margin: 0 auto;
	width: 750px;
	}

#top_container {
	position: relative;
	width: 750px;
	height: 150px;
	text-align: left;
	}

#sidebar_container {
	position: relative;
	float: left;
	width: 178px;
	text-align: left;
	}

#content_container {
	position: relative;
	float: right;
	width: 560px;
	background: #FFF;
	text-align: left;
	}
	
#full_container {
	position: relative;
	float: left;
	width: 750px;
	text-align: left;
	background: #FFF;
	}

#performance_left {
	position: relative;
	float: left;
	width: 369px;
	text-align: left;
	}
	
#performance_right {
	position: relative;
	float: right;
	width: 369px;
	text-align: left;
	}
	
#parts_container {
	padding: 2px;
	margin: 0px;
	height: 388px;
	background: #FFF url(../images/checker_bg.jpg) no-repeat top left;
	text-align: left;
	}
	
/* --------------------------- MASTHEAD --------------------------- */

#masthead {
	position: relative;
	float: left;
	height: 73px;
	width: 750px;
	background: url(../images/masthead.jpg);
	}
	
/* --------------------------- CONTENT AREA --------------------------- */

#content_title {
	font-size: 12px;
	height: 14px;
	color: #FFF;
	background: #000 url(../images/560top.gif) top left no-repeat;
	margin: 0px;
	padding: 5px 10px 5px 6px;
	white-space: nowrap;
	overflow: hidden;
	}

#content_area {
	padding: 2px;
	margin: 0px;
	background: #FFF;
	text-align: left;
	}

#content_masthead {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	padding: 12px 5px 12px 5px;
	margin: 0px;
	width: 546px;
	background: #000;
	}
	
#content_footer {
	height: 54px;
	width: 560px;
	background: #F60;
	}

/* --------------------------- FULL CONTENT AREA --------------------------- */

#full_title {
	font-size: 12px;
	height: 14px;
	color: #FFF;
	background: #000 url(../images/750top.gif) top left no-repeat;
	margin: 0px;
	padding: 5px 10px 5px 6px;
	white-space: nowrap;
	overflow: hidden;
	}

#full_area {
	padding: 2px;
	margin: 0px;
	background: #FFF url(../images/checker_bg.jpg) no-repeat top left;
	text-align: left;
	}

#full_masthead {
	width: 746px;
	background: #000;
	}
	
#full_footer {
	height: 24px;
	width: 750px;
	}
	
/* --------------------------- PARTS --------------------------- */

#parts {
	width: 536px;
	
	text-align: left;
	padding: 10px 0px 10px 0px;
	background: #FFF;
	}

#parts h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	}

#parts_menu {
	padding: 0px 2px 0px 2px;
	text-align: left;
	}

#parts_menu p {
	color: #000;
	}

#parts_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 365px;
	}

#parts_menu li {
	padding: 0px;
	border-bottom: 1px solid #000;
	}

#parts_menu li a {
	width: 325px;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 0px 8px 40px;
	background: url(../images/large_bullet.gif) no-repeat top left;
	}
	
#parts_menu li a:hover {
	text-decoration: none;
	display: block;
	color: #000;
	background: #FFE0CC url(../images/large_bullet.gif) no-repeat top left;
	padding: 8px 0px 8px 40px;
	}

.parts_pic {
	width: 165px;
	height: 110px;
	float: left;
	padding-bottom: 10px;
	}

.parts_copy {
	width: 370px;
	float: right;
	text-align: left;
	padding-bottom: 10px;
	}
	
.parts_table_top {
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	background: #000 url(../images/bullet.gif) no-repeat 6px 6px;
	font-size: 14px;
	color: #FFF;
	width: 340px;
	margin: 10px 0px 0px 0px;
	float: right;
	text-align: left;
	border-bottom: 1px solid #000;
	}
	
.parts_highlight {
	padding: 10px;
	line-height: 18px;
	background: #CCC;
	font-size: 16px;
	width: 350px;
	margin: 10px 0px 10px 0px;
	float: right;
	text-align: left;
	}
	
.parts_footnote {
	font-size: 9px;
	float: right;
	text-align: left;
	}
	
/* --------------------------- PERFORMANCE --------------------------- */

#perf_title {
	font-size: 12px;
	height: 14px;
	color: #FFF;
	background: #000 url(../images/369top.gif) top left no-repeat;
	margin: 0px;
	padding: 5px 10px 5px 6px;
	white-space: nowrap;
	overflow: hidden;
	}

#perf_menu_left {
	padding: 2px;
	margin: 0px;
	height: 605px;
	background: #FFF url(../images/checker_bg.jpg) no-repeat top left;
	text-align: left;
	}
	
#perf_menu_right {
	padding: 2px;
	margin: 0px;
	height: 605px;
	background: #FFF url(../images/checker_bg.jpg) no-repeat top left;
	text-align: left;
	}

#perf_masthead {
	width: 365px;
	background: #000;
	}

#perf_menu {
	padding: 0px;
	text-align: left;
	}

#perf_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 365px;
	}

#perf_menu li {
	padding: 0px;
	border-bottom: 1px solid #000;
	}

#perf_menu li a {
	width: 325px;
	display: block;
	text-decoration: none;
	padding: 8px 0px 8px 40px;
	background: url(../images/large_bullet.gif) no-repeat top left;
	}
	
#perf_menu li a:hover {
	text-decoration: none;
	display: block;
	background: #FFE0CC url(../images/large_bullet.gif) no-repeat top left;
	padding: 8px 0px 8px 40px;
	}

#perf_right {
	float: right;
	width: 245px;
	padding: 10px;
	text-align: right;
	}

#perf_left {
	float: left;
	width: 270px;
	text-align: left;
	padding: 10px;
	}
	
.perf_copy {
	line-height: 18px;
	}

.perf_padding {
	padding-bottom: 20px;
	}

#perf_footer {
	height: 24px;
	width: 369px;
	}
	
/* --------------------------- CONTACT --------------------------- */

.contact_map {
	padding: 15px 15px 0px 15px;
	float: right;
	width: 355px;
	text-align: left;
	}

.contact_text {
	padding: 10px;
	}
	
/* --------------------------- SITE MAP --------------------------- */

#sitemap h3 {
	font-size: 14px;
	color: #000;
	padding: 2px;
	border-bottom: 1px solid #000;
	}

#sitemap {
	padding: 10px;
	text-align: left;
	float: left;
	}

#sitemap ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}

#sitemap li {
	padding: 0px;
	border-bottom: 1px solid #000;
	}

#sitemap li a {
	width: 152px;
	display: block;
	text-decoration: none;
	padding: 4px;
	}
	
#sitemap li a:hover {
	text-decoration: none;
	display: block;
	padding: 4px;
	background: #FFE0CC;
	}
	
/* --------------------------- SPECIALS --------------------------- */

#specials {
	width: 277px;
	height: 200px;
	text-align: left;
	padding: 0px;
	background: #FFF;
	}
	
#specials a {
	display: block;
	font-size: 20px;
	padding: 14px 0px 0px 8px;
	margin-bottom: 5px;
	height: 30px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/deal_link.gif) no-repeat 0 0px;
	}
	
#specials a:hover {
	display: block;
	font-size: 20px; 
	padding: 14px 5px 0px 8px; 
	height: 30px;
	color: #FFF; 
	text-decoration: none; 
	background: url(../images/deal_link.gif) no-repeat 0 -44px;; 
	}
	
.specials_text {
	padding: 5px;
	}
	
/* --------------------------- PART REQUEST FORM --------------------------- */

#parts_form {
	padding: 10px;
	float: right;
	width: 250px;
	text-align: left;
	background: #CCC;
	}
	
#parts_copy {
	padding: 10px;
	float: left;
	width: 400px;
	text-align: left;
	background: #FFF;
	}

#parts_copy h3 {
	font-size: 12px;
	line-height: 14px;
	}
	
#parts_form h3 {
	padding-top: 5px;
	font-size: 12px;
	color: #000;
	}
	