/************************************************************
	GENERIC
************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #BBBCBF url(../images/backgrounds/body.jpg) repeat-x left top;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
}
a {
	color: #CC0000;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, select, textarea {
	color: #666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textLarger {
	font-size: 120%;
}
.textSmaller {
	font-size: 80%;
}
.colorLighter {
	color: red;
}
.colorGray {
	color: #666;
}
img {
	/* behavior: url(/images/iepngfix.htc); */
}

/************************************************************
	CONTAINER
************************************************************/
#container {
	position: relative;
	min-height: 100%;
	font-size: 100%;
	line-height: 130%;
	clear: both;
}
/************************************************************
	HEADER
************************************************************/
#header {
	width: 950px;
	height: 76px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	right: 14px;
}

/************************************************************
		HEADER - NAVIGATION
************************************************************/
#navigation {
	margin-top: 44px;
	float: left;
	font-size: 90%;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	width: 560px;
	overflow: hidden;
	background: url(../images/separator.gif) no-repeat left top;
}
#navigation ul li {
	float: left;
	padding: 0 2px 0 0;
	background: url(../images/separator.gif) no-repeat right top;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
}
#navigation ul li a span {
	display: none;
}
#navigation #page2 { /* company */
	width: 59px;
	height: 32px;
	background: url(../images/navigation/company.gif) no-repeat top center;
}
#navigation #page3 { /* products */
	width: 57px;
	height: 32px;
	background: url(../images/navigation/products.gif) no-repeat top center;
}
#navigation #page6 { /* dealers */
	width: 46px;
	height: 32px;
	background: url(../images/navigation/dealers.gif) no-repeat top center;
}
#navigation #page7 { /* cs */
	width: 105px;
	height: 32px;
	background: url(../images/navigation/cs.gif) no-repeat top center;
}
#navigation #page14 { /* finance */
	width: 49px;
	height: 32px;
	background: url(../images/navigation/finance.gif) no-repeat top center;
}
#navigation #page59 { /* the firt blog */
	width: 45px;
	height: 32px;
	background: url(../images/navigation/the_dirt.gif) no-repeat top center;
}
#navigation #myAccount { /* my jcb */
	width: 42px;
	height: 32px;
	background: url(../images/navigation/account.gif) no-repeat top center;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 76px;
	z-index: 100;
}



#navigation li ul li {
	clear: left;
	margin: 0;
	padding: 0;
}
#navigation ul li ul a {
	display: block;
	padding: 5px 10px;
	background: #fcaf23;
	border-top: solid 1px #fdbf4f;
	border-bottom: solid 1px #ca8c1c;
	color: #333;
	width: 200px;
}
#navigation ul li ul a:hover {
	background: #fec30a;
	color: #000;
}
#navigation .disabled, #navigation .disabled:hover {
	color: #999;
	background: #fcaf23;
}

#searchBox {
	float: left;
	margin: 42px 0 0 60px;
	background: url(../images/backgrounds/search_box.gif) no-repeat 48px 1px;
	line-height: 18px;
	padding: 0;
	font-size: 10px;
}
#searchBox .title {
	float: left;
	margin-top: 1px;
}
#searchBox .keywords {
	border: solid 1px #CCC;
	background: none;
	border: 0;
	width: 100px;
	height: 12px;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	margin: 0 3px;
	float: left;
}
#searchBox .button {
	float: left;
	margin-top: 1px;
}

#navSecondary {
	height: 24px;
	width: 950px;
	margin: 0 auto;
}
#navSecondary ul {
	padding: 0;
	margin: 0;
}
#navSecondary li {
	float: left;
	list-style: none;
	margin: 8px 5px 0 0;
}
#navSecondary li img {
	float: left;
}
#navSecondary li a {
	display: block;
	padding: 0 0 0 5px;
	border-left: solid 1px #666;
}
#navSecondary li a img {
	float: none;
}

#flashNav {
	text-align: center;
}

/************************************************************
	BANNER
************************************************************/
#banner {
	height: 230px;
	padding-top: 0;
	margin: 0 auto;
	clear: both;
	width: 100%;
}
#banner img {
	display: block;
	width: 950px;
	margin: 0 auto;
}
/************************************************************
	BREADCRUMBS
************************************************************/
#breadcrumbs {
	clear: both;
	width: 950px;
	height: 20px;
	margin: 0 auto;
	border-top: solid 1px #B7B7B7;
	border-bottom: solid 1px #B7B7B7;
	color: #999;
	font-weight: bold;
	padding-top: 4px;
}
#breadcrumbs a {
	color: #999;
	text-decoration: none;
}
#breadcrumbs .active {
	color: #000;
}

/************************************************************
	FUNCTIONS
************************************************************/
#productBar {
	width: 950px;
	height: 31px;
	margin: 0 auto;
	background: url(../images/backgrounds/product_bar.gif) no-repeat center top;
	padding: 0;
	position: relative;
}
#productBar .productCategories {
	float: left;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 4px;
}
#productBar .productCategories select {
	font-weight: lighter;
}
#productBar .productPrevNext {
	float: right;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 7px;
}
#productBar .productPrevNext a {
	display: block;
	float: left;
	color: #000;
	padding: 0 10px;
	text-decoration: none;
	line-height: 10px;
}
#productBar .productPrevNext .previous {
	color: #656565;
	border-right: solid 1px #000;
}
#productBar .productPrevNext .current {
	color: #000;
}
#productBar .productPrevNext .next {
	color: #990002;
	border-left: solid 1px #000;
}

/************************************************************
	PAGE OPTIONS
************************************************************/
.pageOptions {
	position: absolute;
	right: 0;
	top: 0;
}
.pageOptions a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: none;
	font-size: 10px;
	padding-left: 15px;
}

/************************************************************
	CONTENT
************************************************************/
#content {
	width: 910px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 30px 20px;
	/* position: relative; */
	clear: both;
}


/************************************************************
	PANELS
************************************************************/
.panel {
	margin-bottom: 10px;
	/*& position: relative; */
}
.panel h1 {
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	position: relative;
}
.panel .panelLeft {
	vertical-align: top;
	width: 200px;
	margin-right: 20px;
}

/* main panel */
.panel .panelMain {
	vertical-align: top;
	line-height: 180%;
}
.panel .panelMain .contentBlock {
	border: solid 1px #CCC;
	background: #FFF;
}
.panel .panelMain .capsule {
	padding: 15px;
}
.panel .panelMain .capsule li {
	list-style: square;
}
.panel .panelMain br {
	line-height: 130%;
}

.panel .panelMain .tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.panel .panelMain .tabs li {
	float: left;
}
.panel .panelMain .tabs li a {
	float: left;
	display: block;
	padding: 0px 20px;
	margin-right: 1px;
	border: solid 1px #CCC;
	background: #F5F5F5;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
	position: relative;
	margin-bottom: -1px;
	white-space: nowrap;
}
.panel .panelMain .tabs li a.active {
	background: #FFF;
	color: #CC0000;
	border-bottom: solid 1px #FFF;
}





/* right panel */
.panel .panelRight {
	vertical-align: top;
	width: 180px;
	padding-left: 20px;
}
.panel .panelRight h3 {
	line-height: 130%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
.panel .panelRight h3 {
	line-height: 130%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

.panel .contentBox {
	border: solid 1px #CCC;
	text-align: left;
	background: #F5F5F5;
}
.panel .contentBox h3 {
	border-bottom: solid 1px #CCC;
	padding: 6px 12px;
	background: #FFF;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.panel .contentBox .capsule {
	padding: 12px;
	background: url(../images/backgrounds/sidebox.gif) no-repeat center top;
}





/************************************************************
	TABBED BLOCK
************************************************************/
.panel .panelMain .tabbedBlock {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 21px;
}
.panel .panelMain .tabbedBlock .content {
	background: #FFF;
	border: solid 1px #CCC;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.panel .panelMain .tabbedBlock .content h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
.panel .panelMain .tabbedBlock .content td {
	padding: 15px;
	vertical-align: top;
}
.panel .panelMain .tabbedBlock .menu {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;

}
.panel .panelMain .tabbedBlock .menu li {
	float: left;
	list-style: none;
}
.panel .panelMain .tabbedBlock .menu li a {
	display: block;
	padding: 1px 15px;
	text-decoration: none;
	/* border: solid 1px #CCC; */
	background: #EEE;
	margin-left: 1px;
	height: 20px;
	float: left;
	font-size: 10px;
	color: #666;
}
.panel .panelMain .tabbedBlock .menu li a.active {
	background: #FFF;
	border-top: #FFF;
}

/************************************************************
	ACCORDION ARTICLE
************************************************************/
.accordionArticle {

}
/* .accordionArticle h3 {
	color: #000;
	font-size: larger;
	margin-bottom: 5px;
} */
.accordionArticle .tab {
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	background: url(../images/backgrounds/accordion_article_tab.jpg) repeat-x;
	margin-bottom: 1px;
}
.accordionArticle .tab.active {
	color: #CC0000;
	font-size: 140%;
	border: solid 1px #CCC;
	background: #FFF;
	text-decoration: none;
}
.accordionArticle .content {
	border: solid 1px #CCC;
	margin: 1px 0 0 0;
	padding: 0;
	background: #FFF;
	width: 710px;
}
.accordionArticle .content .capsule {
	padding: 20px;
	overflow: hidden;
}

/************************************************************
	DATA TABLE
************************************************************/
.dataTable {
	border-collapse: collapse;
	border: solid 1px #CCC;
}
.dataTable th {
	padding: 8px 14px 11px 14px;
	text-align: left;
	border-bottom: solid 1px #CCC;
	background: #F5F5F5;
}
.dataTable th h1 {
	border: 0;
	padding: 0;
	margin: 0;
}
.dataTable td {
	padding: 8px 12px;
	border: dotted 1px #CCC;
	background: #FFF;
	vertical-align: top;
}
.dataTable .interlaced td {
	background: #FAFAFA;
}

.productCategories td a {
	text-decoration: none;
	color: #000;
}

/************************************************************
	DATA FORM
************************************************************/
.dataForm {
	border-collapse: collapse;
	border: solid 1px #CCC;
}
.dataForm .caption {
	width: 25%;
}
.dataForm td {
	padding: 8px 12px;
	border: dotted 1px #CCC;
	background: #FFF;
	vertical-align: top;
}
.dataForm input, .dataForm textarea {
	width: 60%;
}
.dataForm .button {
	width: auto;
}

.formLogin {
	
}
.formLogin td {
	padding: 4px;
}
.formLogin .caption {
	font-weight: bold;
	text-align: right;
}
.formLogin input {
	width: 95%;
}

#container .job {
	padding: 0;
	background: #FFF;
	border: solid 1px #CCC;
	border-top: 0;
	margin-bottom: 10px;
}
html>body #container .job {
	border-left: 0;
}
.job .description {
	padding: 10px;
}
.job .upload {
	background: #F5F5F5;
	padding: 10px;
}
.job .upload tr {
	display: block;
}
.job .upload td {
	padding: 0 5px 0 5px;
	border: 0;
	background: #F5F5F5;
}
.job .upload td input {
	font-size: 100%;
}

/************************************************************
	FOOTER
************************************************************/
#footer {
	position: absolute;
	background: #fcaf23;
	color: #333;
	width: 100%;
	bottom: 0;
}
#footer .wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: hidden;
}
#footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .menu li {
	float: left;
	padding-right: 12px;
	margin-right: 10px;
	background: url(../images/separator.gif) no-repeat right center;
}
#footer .copyright {
	float: right;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #000;
}

/************************************************************
	ERRORS AND WARNINGS
************************************************************/
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 10px;
}
.error img {
	margin-right: 10px;
	vertical-align: middle;
}
.error .title {
	font-weight: bold;
	color: #CC0000;
}
.error .message {
	color: #CC0000;
	padding: 0;
	margin: 5px;
	line-height: 150%;
}
.error li {
	list-style-type: square;
	margin-left: 50px;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.warning img {
	margin-right: 10px;
	vertical-align: middle;
}
.warning .title {
	font-weight: bold;
	color: #000;
}
.warning .message {
	color: #000;
	padding: 0;
	margin: 5px;
	line-height: 150%;
}
.warning li {
	list-style-type: square;
	margin-left: 50px;
}
.backlink {
	padding: 10px 0 0 0;
}

/************************************************************
	CALENDAR
************************************************************/
.calendar {
	background: #FFF;
	border-collapse: collapse;
}
.calendar td {
	border: 0;
	padding: 4px;
	vertical-align: top;
}
.calendar .month {
	background: #CCC;
	font-weight: bold;
}
.calendar .nav_prev, .calendar .nav_next {
	padding: 5px 10px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
.calendar .day td {
	border: solid 1px #CCC;
	width: 13%;
	text-align: center;
}
.calendar .date td {
	border: solid 1px #CCC;
	height: 60px;
}
.calendar .off {
	
}






/************************************************************
	ADDITIONS
************************************************************/
body.home {
	background: #F2F2F2 url(../images/backgrounds/body_phase_nav.jpg) repeat-x;
}
body.home #content {
	margin-top: 5px;
}

body.mediaCenter {
	background: #fcaf23;
	height: 100%;
	position: relative;
	min-height: 680px;
}
body.mediaCenter #container {
	background: url(../images/backgrounds/media_center.gif) repeat-x;
	height: 650px;
	min-height: 650px;
	position: static;
}
body.mediaCenter #container #content {
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
body.mediaCenter #footer {
	position: absolute;
	bottom: 0;
	height: 32px;
}