@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-color: #fff;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height:100%;
}

a:link {
	color: #C2140C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C2140C;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #C2140C;
}


#pageContainer {
	background-image:url(../images/side_grad.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:979px;
	margin-left:auto;
	margin-right:auto;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#insideContainer {
	background-image:url(../images/menu_bg_image.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:960px;
	margin-left:0;
	margin-right:0;
	background-color: #FFF;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#logoAndMenu {
	width:240px;
	float:left;
}

#topLogo {
	width:240px;
	height:186px;
	
}

#subPageContent {
	padding: 0 15px 0 15px;
	min-height:400px;
	
}

#subPageHeader {
	font-size:24px;
	padding: 20px 0 10px 20px;
	margin: 0 30px 10px 0;
	
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#000;
}
#sideMenu {
	background-image:url(../images/menu_bg_image.jpg);
	background-repeat:repeat-y;
	width:240px;
	min-height:300px;
	height:100%;	
}

#mainContent {
	float:left;
	width:719px;
	min-height:419px;
	/*background-color:#FFF; */
}



#bottomImages {
	background-image:url(../images/sub_pic_bar_bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	width:100%;
	border:0;
	margin:0;
	padding:0;
	height:150px;
	text-align:center;
	
	
}
#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;
	margin-bottom: 30px;
	
}

#bottomGrad {
	text-align:right;
	background:url(../images/bottom_grad.jpg);
	background-repeat:repeat-x;
	
}

#listNav {
	width:100%;
	height:35px; 
	text-align:center;
	vertical-align:middle;
	vert-align:middle;
	background-color:#DA0000;
	color:#FFF;
	margin-left: -15px;
	margin-right: 15px;
	
	
}

#listNavText {
	padding-top:7px;
}

#listNav a:link {
	color: #FFF;
	text-decoration: none;
}
#listNav a:visited {
	text-decoration: none;
	color: #FFF;
}
#listNav a:hover {
	text-decoration: underline;
	color: #FFF;
}
#listNav a:active {
	text-decoration: none;
	color: #FFF;
}

.subImage {
	margin: 12px 5px 10px 5px;	
}

.salesHeadline {
	font-size:20px;
	padding: 10px 0 10px 20px;
	margin: 0 30px 10px -15px;
	
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#000;
}

.partsList td {
	text-align:center;
	
}

.partsPrice {
	text-align:right;
	font-size:14px;
	color:#DA0000;	
	padding: 5px 0 5px 0;
	
}
.partsDescription {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 0 0 5px 0;
}

#sortBy {
	text-align:right;	
}

#descriptionDetail {
	margin: 5px 0 15px 0;	
}

.partsDescriptionDisplay {
	font-size:14px;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	text-align:center;
}