/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	}
#header {
	height: 150px;
	background-image: url(images/header/header_top.jpg);
	background-repeat: repeat-x;
}
#subnav{
	width: 750px;
	height: 30px;
	background-color: #CCCCCC;
}
#main{
	width: 750px;
}
#rightcolumn{
	width: 210px;
	top: 222px;
	height: 100%;
	float: right;
	position: absolute;
	left: 550px;
}
#footer{
	height 50px;
	height: 31px;
	padding-top: 8px;
	padding-left: 40px;
	width: 100%;
	background-image: url(images/footer/footer.jpg);
	background-repeat: repeat-x;
}
/*---------- MAIN NAVIGATION BAR ----------*/

#navbar {
	background-color: #777777;
	height: 23px;
	padding-top: 3px;
	padding-right: 12px;
}
.navbarbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#DDDDDD;
	text-decoration: none;
	height: 22px;
	padding-right: 35px;
}
a.navbarbutton:hover {
	color:#FFFFFF;
	font-weight: bold;
}
#navbar ul {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}

.navdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*---------- END OF MAIN NAVIGATION BAR ----------*/

/*---------- TOP NAVIGATION BAR ----------*/

#topnav {
	position: absolute;
	left: 549px;
	top: 10px;
}
#topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.topnavdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
/*---------- END OF TOP NAVIGATION BAR ----------*/
/*---------- START OF SUB NAVIGATION BAR ----------*/

#subnavbar {
	height: 23px;
	padding-top: 12px;
	padding-right: 12px;
}
.subnavbarbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#CCCCCC;
	text-decoration: none;
	height: 22px;
	padding-right: 18px;
	padding-left: 18px;
}
a.subnavbarbutton:hover {
	color:#444444;
	font-weight: bold;
}
#subnavbar ul {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
#subnavbar ul li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}

/*---------- END OF SUB NAVIGATION BAR ----------*/

/*---------- START OF PARTS SUB NAVIGATION BAR ----------*/

#partssubnavbar {
	height: 23px;
	padding-top: 12px;
	padding-right: 12px;
}
.partssubnavbarbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#CCCCCC;
	text-decoration: none;
	height: 22px;
	padding-right: 18px;
	padding-left: 18px;
}
a.partssubnavbarbutton:hover {
	color:#444444;
	font-weight: bold;
}
#partssubnavbar ul {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
#partssubnavbar ul li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}

/*---------- END OF PARTS SUB NAVIGATION BAR ----------*/

/*---------- START OF HOME PAGE GALLERY ----------*/
#blank {
	height: 329px;
}
.gallerylayer {
	position: absolute;
	height: 329px;
	width: 500px;
	left: 0px;
	top: 300px;
	visibility: hidden;
}
.galleryjava {
	position: absolute;
	height: 329px;
	width: 500px;
	left: 0px;
	top: 300px;
	visibility: visible;
}

/*---------- END OF HOME PAGE GALLERY ----------*/

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 460px;
	padding-left: 40px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	width: 500px;
	padding-left: 40px;
}
.first_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 460px;
	padding-left: 40px;
}
p a.first_para:hover {
	color: #333333;
	text-decoration: underline;
}
.side_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 29px;
	width: 181px;
	padding-top: 2px;
	padding-bottom: 6px;
}
.instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	width: 500px;
	padding-left: 40px;
}
a.instruction:hover {
	color: #CC0033;
	text-decoration: underline;
	padding-left: 0px;
}
.instruction_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	width: 500px;
}
a.instruction_01:hover {
	color: #CC0033;
	text-decoration: underline;
}
.designby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 24px;
}
.xposure {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 40px;
	width: 500px;
}
.side_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 19px;
	width: 181px;
	padding-top: 2px;
	padding-bottom: 6px;
}
.body_text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 460px;
	padding-left: 40px;
}
#right_col {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#used_info {
	width: 460px;
}
#features {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 200px;
}
.image-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 500px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	width: 500px;
	padding-left: 4px;
}
.contact-divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	width: 500px;
	padding-right: 2px;
	padding-left: 6px;
}
.contact-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	}
a.contact-info:hover {
	color: #CC0033;
	text-decoration: underline;
	}
#footer01 {
	height 50px;
	background-image: url(images/footer/footer.jpg);
	background-repeat: repeat-x;
	width: 750px;
}
#rightcolumn01 {
	top: 222px;
	height: 100%;
	float: right;
	position: absolute;
	left: 0px;
	width: 100%;
}
.side_text2Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 19px;
	width: 181px;
	padding-top: 2px;
	padding-bottom: 6px;
}
#agent {
	width: 190px;
	margin: 0px;
	position: absolute;
	top: 420px;
	left: 290px;
	height: 110px;
}
.contact-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	padding-left: 40px;
}
.table-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 500px;
	left: 555px;
}
.contact-infoCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
}
p a.contact-infoCopy:hover {
	color: #CC0033;
	text-decoration: underline;
	}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	width: 165px;
	padding: 0px 0px 0px 8px;
}
.table_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 8px;
	line-height: 18px;
}
.body_text750 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 710px;
	padding-left: 40px;
}
.first_para750 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 710px;
	padding-left: 40px;
}
#main750 {
}
.used-pics {
	text-decoration: none;
	border: solid #CCCCCC;
}
.dash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 18px;
	vertical-align: top;
	width: 750px;
	padding-left: 40px;
}
.first_parared {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0033;
	text-decoration: none;
	width: 460px;
	padding-left: 5px;
}
p a.first_parared:hover {
	color: #CC0033;
	text-decoration: underline;
	}

.first_parared01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	width: 460px;
	padding-left: 40px;
}
.body_right-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 460px;
	padding-left: 20px;
}
.first_pararight-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 460px;
	padding-left: 20px;
}
.first_para-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 460px;
	padding-left: 40px;
}
.contact-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 40px;
	line-height: 22px;
}
.titles-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	padding-left: 40px;
}
.contact-form-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 40px;
}
.side_textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding-left: 19px;
	width: 181px;
	padding-top: 2px;
	padding-bottom: 6px;
}
#print-this {
	left: 40px;
	width: 100px;
	position: absolute;
}
.contact-infoblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
a.contact-infoblack:hover {
	color: #666666;
	text-decoration: underline;
	}
.contact-formright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 22px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#expertise {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 200px;
	padding-left: 30px;
}
.expertise_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 420px;
}
.parts-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
}
.used-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#features_top {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 200px;
}
.contact-form_recruitment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.job_recruitment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	line-height: 22px;
}
.side_textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 29px;
	width: 181px;
	padding-top: 2px;
	padding-bottom: 6px;
}
.flash {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidetext-parts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 19px;
	width: 181px;
	padding-top: 2px;
	padding-bottom: 6px;
}
.sdctruck-parts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0033;
	text-decoration: none;
	width: 460px;
}
.body_textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 460px;
	padding-left: 40px;
}
.why-choose-sdc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 460px;
	padding-left: 40px;
}
.titlesItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0033;
	text-decoration: none;
	width: 500px;
	padding-left: 40px;
}
.titlesItalicblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 500px;
}
.table-row1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	padding-left: 5px;
}
.table-top-header-cent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}
.table-row-cent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
.table-row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	padding-left: 5px;
}


td.table-row1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
a {
	color: #CC0000;
	text-decoration: none;
}
td.table-row2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}.catalogue-table {
	width: 492px;
	padding-left: 40px;
}
