﻿@import url(form.css);

/*-----------------------------------------------------------------------------
RESET STYLESHEET
--------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, font, img, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
	
/* remember to define focus styles! */
:focus {
	outline: 0;}
	
ol, ul {
	list-style: none;}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;}
	
/*-----------------------------------------------------------------------------
GENERAL GLOBAL STYLES
--------------------------------------------------------------------------------*/
html, body {height: 100%;}

body {
	line-height: 1em;
	color: #515861;
	background: white;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	text-align: left;
	background: url(../images/bg.gif) top left repeat-x;
	font-size: 75%;} /* 12px */
    
p {
    margin: 0 0 1.35em 0;}
    
small {
    font-size: 10px;
    line-height: 1.35em;}

strong {font-weight: bold;}

em, i  {font-style: italic;}

.alignright {
	text-align: right;}

.alignleft {
	text-align: left}
	
.floatright {
    float: right;}
    
.floatrightphoto {
    float: right;
    margin: 0 0 15px 15px;}

.floatleft {
    float: left;}
    
.floatleftphoto {
    float: left;
    margin: 0 15px 15px 0;}
    
.clear {
    clear: both;}
    
.clearing {
	height: 0px;
	clear: both;
	overflow: hidden;}
	
.center {
    text-align: center;}
    
.right {
    text-align: right;}
	
code, blockquote {
	display: block;
	background: #f6f6f6;
	padding: 10px;
	border: dashed 1px #e3e3e3;
	border-left: solid 6px #e3e3e3;
	margin: 0 0 1.35em;}
	
cite {
    color: #93918c;
    font-style: normal;}
	
div.error, span.error {
	color: #c73838;}
	
div hr, p hr {
	display: none; }
	
div.hr {
    height: 1px;
	clear: both;
    border-top: 1px solid #dddddd;
    margin: 0;}
    
.rule {
    background: url(../images/dash_horizontal.gif) bottom left repeat-x;
    padding: 0 0 4px 0;
    margin: 0 0 20px 0;}
	

/*-----------------------------------------------------------------------------
FONT/TEXT STYLES
--------------------------------------------------------------------------------*/
h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif; 
    font-weight: normal;
    font-size: 2.3em;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #2467aa;
	line-height: 1.2em;}
    
h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    margin: 20px 0 12px 0;
    color: #2467aa;
    line-height: 1.2em;}
    
h3, h4 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2467aa;
    line-height: 1.2em;}
    
h4 {
    font-size: 1.1em;
    margin: 0px;}

.hidden{
    width: 1px;
    position: absolute;
    left: -9999px; }
    
.highlight {
    color: #2173af;}
    
.meta {
    color: #7b838d;}
    
#header h1 {
    font-size: 10px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    color: #b7d3f2;
    padding: 9px 32px 0 0;
    text-align: right;}
    
#footer h1 {
    font-size: 10px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    color: #2b71b5;}
    
.sidebox h2 {
    margin: 0px;
    color: #2467aa;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0 0 7px 0;
    background: url(../images/sidebox_line.gif) repeat-x bottom left;}
    
.caption {
    font-style: italic;
    color: #6e757f;}
    
    
/*------------------------------------------------------------------------------
LINK STYLES
--------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #2173af;
	text-decoration: none; }
	
a:hover, a:active { 
	color: #2173af;
	border-bottom: 1px solid #9abcd5;
	text-decoration: none;}
	
/* show users that this is an email link */
a[href^="mailto:"], a.mail {
	background: url(../images/email.png) no-repeat right center;
	padding-right:15px;}
	
a.none, a.none:hover {
    text-decoration: none;
    background: none;
    border: none;}
    
#header h1 a:link, #header h1 a:visited {
    color: #b7d7f2;}

#header h1 a:hover, #header h1 a:active {
    color: #5e9de1;
    text-decoration: none;
    border: 0px;}
	
	
	
/*------------------------------------------------------------------------------
LAYOUT & CONTAINER STYLES
--------------------------------------------------------------------------------*/
.inner {
    position: relative;
    width: 952px;
    margin: 0px auto;}

#header {
    position: relative;
    height: 275px;
    background: url(../images/header_bg.jpg) top center no-repeat;}
    
.logo {
    position: absolute;
    top: 84px;
    left: 32px;}

#middle {
    position: relative;
    line-height: 1.45;}
    
#main-home {
    position: relative;
    margin: 0 0 0 32px;
    width: 608px;
    float: left;}
    
#main {
    position: relative;
    width: 608px;
    margin-right: 32px;
    float: right;}
    
.home-button {
    margin: 0 4px 6px 0;}
    
.home-button-end {
    margin: 0 0 6px 0;}

#side-home {
    position: relative;
    width: 275px;
    margin-left: 677px;}
    
#side {
    position: relative;
    width: 275px;
    float: left;}

#footer {
    margin: 28px 0 0 0;
    padding: 0 0 1px 0;
    position: relative;
    color: #79828e;}
    
#footer .inner {
    background: url(../images/footer_bg.gif) repeat-x top left;
    padding: 16px 32px 0px 0;
    width: 920px;
    font-size: 11px;
    text-align: right;
    line-height: 1.65;}
    
.photo {
    padding: 6px;
    border: solid 1px #e3e8ee;}
   


/*------------------------------------------------------------------------------
LIST STYLES
--------------------------------------------------------------------------------*/
#main-home ul, #main-home ol, #main ul, #main ol {
    position: relative;
    margin: 5px 0 1em 30px;
    list-style-type: none;
    color: #2173af;}
    
#main-home ol, #main ol {
    list-style-type: decimal;
    padding: 12px 12px 8px 3em;}

#main ul li, #main-home ul li {
    background: url(../images/ul.gif) no-repeat 0 .4em;
    padding: 0 0 0.4em 1.4em;}
    
#main ol li, #main-home ol li {
    padding: 0 0 0.4em .5em; }


/*------------------------------------------------------------------------------
MODULES - JOB OF THE WEEK, LOGIN etc
--------------------------------------------------------------------------------*/
.spacing {
    margin-bottom: 20px;}

.sidebox {
    position: relative;
    background: #e9edf2;
    color: #3e4349;
    padding: 15px 32px 3px 30px;}
    
.sidebox-header {
    height: 30px;
    background: url(../images/sidebox_header.gif) repeat-x top left;
    margin: 0 0 1px 0;}
    
.sidebox-header span {
    text-transform: uppercase;
    color: #737a82;
    padding: 0 0 0 30px;
    font-size: 13px;
    font-weight: bold;
    line-height: 31px;}
    
.sidebox-footer {
    height: 7px;
    background: url(../images/sidebox_footer.gif) top left no-repeat;}
  
.sidebox-item {
    margin: 0 0 13px 0;}    
    
.sidebox p {
    margin: 1px 0 2px 0;
    line-height: 1.3;}
    
.rss-title {
    font-weight: bold;
    line-height: 1.3;}

.rss-desc {
    font-size: 11px;}
    
.related-link {
    line-height: 1;
    padding: 0 0 5px 0;
    font-weight: bold;}
    

/*-----------------------------------------------------------------------------
TOP LEVEL NAVIGATION (TABS)
--------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	left: 14px;
	top: 205px;
	height: 43px;
	list-style: none;}
	
#nav li {
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	height: 43px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */}
	
#nav li a {
	display: block;
	line-height: 43px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */}
	
#ctl00_TopNavigationCtrl1_navHome {
	width: 50px;
	background: url(../images/nav_home.gif) no-repeat;}

#ctl00_TopNavigationCtrl1_navBlackthorn {
	width: 87px;
	background: url(../images/nav_blackthorn.gif) no-repeat;}

#ctl00_TopNavigationCtrl1_navNoise {
	width: 47px;
	background: url(../images/nav_noise.gif) no-repeat;}
	
#ctl00_TopNavigationCtrl1_navEmissions {
	width: 71px;
	background: url(../images/nav_emissions.gif) no-repeat;}
		
#ctl00_TopNavigationCtrl1_navCatalytic {
	width: 142px;
	background: url(../images/nav_catalytic.gif) no-repeat;}
		
#ctl00_TopNavigationCtrl1_navDiesel {
	width: 163px;
	background: url(../images/nav_diesel.gif) no-repeat;}
	
#ctl00_TopNavigationCtrl1_navSilencers {
	width: 71px;
	background: url(../images/nav_silencers.gif) no-repeat;}
		
#ctl00_TopNavigationCtrl1_navQuality {
	width: 62px;
	background: url(../images/nav_quality.gif) no-repeat;}
	
#ctl00_TopNavigationCtrl1_navContact {
	width: 67px;
	background: url(../images/nav_contact.gif) no-repeat;}

#nav li a:hover {
	background-position: 50% -43px;}
	
#nav li a.currentSection,
#nav li a.currentSection:hover {
	background-position: 50% -86px;}
    
    
/*------------------------------------------------------------------------------
SECOND LEVEL NAVIGATION STYLES
--------------------------------------------------------------------------------*/
#side ul {
    line-height: 1.25em;
    padding: 0;}

#side li {
    margin: 0 0 2px 0;}

#side li a {
    padding: 7px 19px 7px 45px;
    display: block;
    color: #2b71b5;
    background: #f5f7f9 url(../images/sidenav_bullet_off.gif) 32px center no-repeat;
    text-decoration: none;
    height: 1%;
    border-bottom: solid 1px #e9ecee;}
    
#side li a:hover, #side li a:active {
    background: #d7dde4 url(../images/sidenav_bullet_off.gif) 32px center no-repeat;
    text-decoration: none;
    border: none;
    border-bottom: solid 1px #cbd2d9;}
    
#side li a.selected, #side li a.selected:hover {
    font-weight: bold;
    background: #d7dde4 url(../images/sidenav_bullet_on.gif) 32px center no-repeat;
    border-bottom: solid 1px #cbd2d9;}
    
#side ul ul {
    margin: 2px 0 0 0;}
    
#side ul ul li a {
    padding: 5px 19px 5px 65px;
    background: #f0f3f5 url(../images/sidenav_bullet_off.gif) 52px center no-repeat;}
    
#side ul ul li a:hover, #side ul ul li a:active {
    background: #d7dde4 url(../images/sidenav_bullet_off.gif) 52px center no-repeat;}
    
#side ul ul li a.selected, #side ul ul li a.selected:hover {
    background: #d7dde4 url(../images/sidenav_bullet_on.gif) 52px center no-repeat;}
    
#side ul ul ul li a {
    padding: 5px 19px 5px 85px;
    background: #f0f3f5 url(../images/sidenav_bullet_off.gif) 72px center no-repeat;}
    
#side ul ul ul li a:hover, #side ul ul ul li a:active {
    background: #d7dde4 url(../images/sidenav_bullet_off.gif) 72px center no-repeat;}
    
#side ul ul ul li a.selected, #side ul ul ul li a.selected:hover {
    background: #d7dde4 url(../images/sidenav_bullet_on.gif) 72px center no-repeat;}


/*------------------------------------------------------------------------------
DATAGRID STYLES
--------------------------------------------------------------------------------*/ 
/* datagrid classes */
.grid {
	border: none;
	line-height: 1.4em;
	width: 100%;
	border-collapse: collapse;}
	
.grid td {
	padding: 6px 10px 6px 10px;
	border-bottom: solid 1px #e3e3e3;
	vertical-align: middle;}

.grid a:link, .grid a:visited {}

.grid a:hover, .grid a:active {}

.gridheader{		 
	background: #3580c6 url(../images/gridheader_bg.gif) repeat-x bottom left;}

.gridheader td {
    border-bottom: solid 1px #1373b0;
    font-weight: bold;
    color: #ffffff;}
	  
.griditem {
     background-color: #f8f8f8;}

.gridaltitem {
    background-color: #ffffff; }
    
.gridfooter{
     background: #1d84c8 url(../images/grid_bg.gif) repeat-x;
     height: 5px;}

.gridpaging{
	background-color: #ffffff;}

.gridpaging td{
	text-align: center ;}