body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
	width: auto;
	font-family: arial, helvetica, sans-serif;
	background-color: #ccc;
	line-height:14px;
	letter-spacing:normal;
}

/*---------ALL STYLES-------------------*/
h1 {font-size:24px; color:#747476; margin:0; padding:5px 0;}
h2 {font-size:14px; color:#333; margin:0; padding:0 0 3px 0;}
h3 {font-size:13px; color:#c4c7c7; margin:0; padding:0 0 3px 0;}
h4 {color:#0072ba;}

a {color: #0072ba; font-weight:bold;text-decoration:none;}
a:hover {text-decoration:underline;}

#page {
	width: 1000px;
   margin: 0 auto;
   height: 100%;
	border:solid 1px #a6a6a6;
}

#content {
	width: 1000px;
   margin: 0 auto;
	background:url(images/bg_page.gif) repeat-x #fff;
}

#global-content {
	width: 980px;
   margin: 0 auto;
	padding: 10px;
	background:url(images/bg_page.gif) repeat-x #fff;
}

#header {
	width: 960px;
	height: 49px;
	background:url(images/bg_header.gif);
	padding: 10px 20px;
	font-size:11px;
}
#languagebar {
	background:url(images/bg_foot.gif) top left repeat-x #fff;
	width:350px;
	height:40px;
	padding:5px 50px 0px 600px;
	color: #fff;
	font-size:12px;
	text-align:right;
}
/*anchor*/
#header ul { list-style: none; margin: 0; padding: 0; }
#header li { display: inline; padding: 0 0 0 18px; }
#header a:link, #header a:visited, #header a:active { color: #808080; text-decoration: none;font-weight:bold; }
#header a:hover {color: #F00; text-decoration: none;}

/*primary top nav*/
a#navigation { background: #fff; color: #aa0000; padding: 3px; -webkit-transition: all 1s linear; }
#navigation {
	background:url(images/bg_nav.jpg) no-repeat;
	width:1000px;
	height:51px;
	font-size:13px;
}

#navigation ul{
	margin: 0;
	padding: 32px 0 0 0;
}
#navigation ul li{
	display:inline;
	float:left;
	list-style:none;
	position:relative;
}	
#navigation li a{
	color:#fff;
	height:19px;
	padding: 31px 21px 4px 21px;
	text-decoration:none;
	font-size: 13px;
}

#navigation li a:hover{
	text-decoration:none;
	color: #fff;
	background:url(images/bg_navrollover.png) repeat-x;
}
#navigation li a:active{
	text-decoration:none;
	color: #fff;
	background:url(images/bg_navrollover.png) repeat-x;
}
#navigation li ul{
	z-index: 100;
	margin: 5px 0 0 0;
	padding:0;
	display: none;
	position: absolute;
	background:url(images/dropdown.png) repeat;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#navigation li:hover ul{
	display:block;
}

#navigation li ul li {
	display: block;
	float:none;
}

#navigation li ul li a {
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 4px 15px;
	font-weight: normal;
	text-align: left;
	color: #5D5D5D;
	border: none;
	height:auto;
	width:120px;
	}
	
#navigation li ul li a:hover {
	color: #fff;
	background: #0072ba;
		}

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 0;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	color:#666;
	font-size:12px;
}
.searchform .searchfield {
	background: url(images/srch.gif) left center no-repeat #fff;
	padding: 6px 6px 6px 22px;
	width: 155px;
	border: none;
	outline: none;
}
.searchform .searchbutton {
	color: #fff;
	border: none;
	font-size: 12px;
	height: 27px;
	width: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	background: #c43b40;
	background: -webkit-gradient(linear, left top, left bottom, from(#c43b40), to(#b82023));
	background: -moz-linear-gradient(top,  #c43b40,  #b82023);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c43b40', endColorstr='#b82023'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c43b40', endColorstr='#b82023'); /* ie8 */
}

.searchbutton {
	cursor: pointer;
}

.teaser_box_home {
	background: url(images/tease_home.gif);
	width:218px;
	height:92px;
	margin: 12px 8px;
	padding:10px 6px 10px 10px;
	line-height:15px;
}

.teaser_box {
	width:202px;
	margin: 12px 8px 0 8px;
	padding:15px 15px 0 15px;
	border-top: solid 1px #a1a1a1;	
	border-left: solid 1px #a1a1a1;
	border-right: solid 1px #a1a1a1;
}
.teaser_box p {margin-bottom:0; padding-bottom:0;}
	
.teaser_box_bottom {
	background:url(images/tease_interior.gif) bottom no-repeat #fff;
	width:204px;
	margin: 0 8px 12px 8px;
	padding:0 15px 15px 15px;
	line-height:12px;
}
.thumb_teaser {
	background:url(images/bg_tn.gif) top left;
	width:195px;
	margin-top:5px;
	padding:10px;
}
#foot {
	background:url(images/bg_foot.gif) top left repeat-x #808080;
	width:720px;
	border-top: 5px solid #343434;
	height:100%;
	padding: 25px 140px;
	color: #979999;
	font-size:12px;
}

#foot a {color: #fff;}

#copyright {
	font-size:11px;
	text-align:right;
	background:#808080;
	color:#bebebe;
	padding-right:30px;
}

/*-------------------HOMEPAGE STYLES----------------*/
#news {
	background:url(images/bg_news.gif) repeat-x top #fff;
	width:256px;
	text-align:left;
	margin: 2px;
}

#news ul {
	display:block;
	margin:0;
	padding-left:0;
	border-top: solid 1px #999;
}

#news ul li {
	list-style-image:url(images/bullet_arrow.gif);
	margin:0 15px 0 25px;
	padding: 15px 10px 15px 0;
}

#home_mid {
	background:url(images/bg_homemid1.gif) top left no-repeat;
	width:1000px;
}

#home_btm {
	/*background:url(images/bg_homemid2.gif) top left no-repeat #fff;*/
	background-color: #eeefef;
	width:1000px;
	border: none;
}

#home_btm a{text-decoration:underline;}
#home_btm a:hover {text-decoration:none;}
#home_btm ul {margin-top:0; padding-top:0;}

/*jQuery image slider styles*/
a img{
border:0;
}
div.wrap{
width:993px;
margin:0 auto;
text-align:left;
}
div#top div#nav{
float:left;
clear:both;
width:993px;
height:52px;
margin:22px 0 0;
background:url url(images/nav-bg.png) 0 0 no-repeat;
}
div#top div#nav ul{
float:left;
width:700px;
height:52px;
list-style-type:none;
}
div#nav ul li{
float:left;
height:52px;
}
div#nav ul li a{
border:0;
height:52px;
display:block;
line-height:52px;
text-indent:-9999px;
}
div#header{
margin:-1px 0 0;
}
div#video-header{
height:683px;
margin:-1px 0 0;
}
div#header div.wrap{
height:299px;
background:url(images/header-bg.png) 50% 0 no-repeat;
}
div#header div#slide-holder{
z-index:40;
width:993px;
height:299px;
position:absolute;
}
div#header div#slide-holder div#slide-runner{
top:9px;
left:9px;
width:973px;
height:278px;
overflow:hidden;
position:absolute;
}
div#header div#slide-holder img{
margin:0;
display:none;
position:absolute;
}
div#header div#slide-holder div#slide-controls{
left:0;
bottom:228px;
width:973px;
height:46px;
display:none;
position:absolute;
background:url(images/slide-bg.png) 0 0;
}
div#header div#slide-holder div#slide-controls p.text{
float:left;
color:#fff;
display:inline;
font-size:11px;
line-height:16px;
margin:15px 0 0 20px;
text-transform:uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav{
float:right;
height:24px;
display:inline;
margin:11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a{
float:left;
width:24px;
height:24px;
display:inline;
font-size:11px;
margin:0 5px 0 0;
line-height:24px;
font-weight:bold;
text-align:center;
text-decoration:none;
background-position:0 0;
background-repeat:no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on{
background-position:0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(images/silde-nav.png);}
div#nav ul li a{background:url(images/nav.png) no-repeat;}


/*-------------------INTERIOR PAGE STYLES----------------*/
/*left subnav*/
#subnav {
	background:url(images/bg_sidenav.png) top right repeat-y;
	width: 180px;
	float:left;
}
#subnav .subnav-header {
	margin: 15px 0 0 7px;
	font-size: 15px;
	font-weight: bold;
	color: #0072ba;
}
#subnav ul {
	display:block;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
}
#subnav li {
	padding-top: 2px;
	list-style:none;
	width: 170px;
	height: 16px;
	margin:0;
}
#subnav li a{
	display: block;
	color: #333;
	padding: 2px 0 2px 8px;
	font-size:12px;
	font-weight:normal;
}
#subnav li a:hover, #subnav li a.subnav-current {
	color: #fff;
	text-decoration: none;
	background: url(images/hover_sidenav.jpg) right no-repeat;
	color: #fff;
	padding: 2px 0 2px 8px;
}

#subnav li a.subnav-contactus {
	color: #fff;
	text-decoration: none;
	background: url(images/contact_sidenav.jpg) right no-repeat;
	color: #fff;
	padding: 2px 0 2px 8px;
}

.subsearch {float:right; margin:10px 0 0 0; padding:0; text-align:right;}

/*content area for 2 column layout*/
#page_content_wide {
	width:775px;
	margin:0;
	padding:10px 20px 10px 20px;
	float:right;
	text-align:left;
}

/*content area for 3 column layout*/
 .narrow {float:left; width:520px; padding-right:10px;}
 .right_column {float:left; width:240px;}

#breadcrumb {
	font-size:11px;
	font-weight:bold;
	padding:15px 0 0 0;
	float:left;
	width:465px;
	vertical-align:top;
}

/* ----------------------BERGSTROM GLOBAL PAGE STYLES ---------------------*/

#gheader {
	width: 960px;
	height: 49px;
	background: url(images/bg_header_globalsite.gif);
	padding: 10px 20px;
	font-size:11px;
}
/*global page anchor*/
#gheader ul { list-style: none; margin: 0; padding: 0; }
#gheader li { display: inline; padding: 0 0 0 18px; }
#gheader a:link, #header a:visited, #header a:active { color: #808080; text-decoration: none;font-weight:bold; }
#gheader a:hover {color: #F00; text-decoration: none;}

.countries {
	background:url(images/bg_countries.gif) top left repeat-x #fff;
	padding: 40px 20px 20px 20px;
	width:200px;
	float:left;
}
.countries a {text-decoration: underline;}
.countries a:hover {text-decoration: none;}
.countries img {padding-right:5px;}
.ctext {
	height: 185px;
}

#homepage-rotator-container {
	float: left;
	width: 740px;
	height: 343px;
	position: relative;
	z-index: 1;
}
#homepage-rotator-thumbnails {
	/*
	background-color: #00a;
	opacity: 0.7;
	filter:alpha(opacity=70);
	*/
	height: 39px;
	z-index: 10;
	position: relative;
	/*
	top: -50px;
	left: 12px;
	*/
	padding-right: 2px;
}

#homepage-rotator-thumbnails img {
	padding: 2px 0 2px 2px;
}

.landing-section {
	float: left;
	width: 47%;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 17px;
}
.landing-section-title {
	display: block;
	padding: 7px 4px 5px 4px;
	background:url(images/bg_product_head.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.landing-section-title:hover, a.landing-section-title:active {
	color:#900;
	text-decoration: none;
}
.landing-section-image {
	float: right;
	/*border: 1px #666 solid;*/
	margin: 0 0 4px 4px;
}
.landing-section-description {
	padding: 4px;
	height: 80px;
}
.clear {
	clear: both;
}

form.calculator > .label {
	float: left;
	width: 135px;
	padding: 4px;
	margin-bottom: 4px;
	text-align: right;
}
form.calculator > .input {
	float: left;
	width: 125px;
	margin-bottom: 4px;
}

form.service-center > .label {
	float: left;
	width: 165px;
	padding: 4px;
	margin-bottom: 4px;
	text-align: right;
}
form.service-center > .input {
	float: left;
	width: 155px;
	margin-bottom: 4px;
}
form.service-center input, form.service-center select {
	width: 145px;
}

form.kysor-parts > .label {
	float: left;
	width: 165px;
	padding: 4px;
	margin-bottom: 4px;
	text-align: right;
}
form.kysor-parts > .input {
	float: left;
	width: 155px;
	margin-bottom: 4px;
}
form.kysor-parts input, form.kysor-parts select {
	width: 145px;
}

form.nite-manuals-support > .label {
	float: left;
	width: 165px;
	padding: 4px;
	margin-bottom: 4px;
	text-align: right;
}
form.nite-manuals-support > .input {
	float: left;
	width: 205px;
	margin-bottom: 4px;
}
form.nite-manuals-support input, form.nite-manuals-support select {
	width: 195px;
}

.truck-show {
	/*float: left;
	width: 80%;
	height: 150px;
	margin-right: 10px;
	*/
	margin-bottom: 50px;
}
.truck-show-title {
	display: block;
	border: none;
	padding: 6px 4px 3px 4px;
	background:url(images/bg_product_head.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0072ba;
}
.truck-show-datelocation {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 3px 0 6px 0;
	color: #900;
}
.truck-show-image {
	float: left;
	/*border: 1px #666 solid;*/
	padding: 4px 10px 4px 0;
}
.truck-show-description {
	padding: 4px;
}

.sales-rep {
	margin-bottom: 12px;
	display: block;
	border: 1px #666 solid;
	padding: 4px;
	background-color: #eee;
	font-weight: bold;
	text-decoration: none;
}
.sales-rep-name {
	font-size: 14px;
}
.sales-rep-image {
	float: left;
	/*border: 1px #666 solid;*/
	padding: 0 4px 0 0;
}
.sales-rep-title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	font-style: italic;
}

.executive {
	cursor: pointer;
	margin-bottom: 12px;
	display: block;
	border: 1px #666 solid;
	padding: 4px;
	background-color: #eee;
	text-decoration: none;
}
.executive-name {
	font-weight: bold;
	font-size: 14px;
}
.executive-image {
	float: left;
	/*border: 1px #666 solid;*/
	padding: 0 4px 0 0;
}
.executive-title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	font-style: italic;
}

.executive-detail-image {
	float: right;
	-moz-box-shadow: 3px 3px 6px #888;
	-webkit-box-shadow: 3px 3px 6px #888;
	box-shadow: 3px 3px 6px #888;
}
.executive-detail-title {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.facility {
	cursor: pointer;
	margin-bottom: 12px;
	display: block;
	border: 1px #666 solid;
	padding: 4px;
	background-color: #eee;
	font-weight: bold;
	text-decoration: none;
}
.facility-name {
	font-size: 14px;
}
.facility-image {
	float: right;
	/*border: 1px #666 solid;*/
	padding: 0 4px 0 0;
}
.facility-description {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}

.facility-detail-image {
	-moz-box-shadow: 3px 3px 6px #888;
	-webkit-box-shadow: 3px 3px 6px #888;
	box-shadow: 3px 3px 6px #888;
}
.facility-detail-title {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}


.catalogue {
	display: block;
	border: 1px #CCC solid;
	padding: 8px;
	background-color: #EEE;
	font-weight: bold;
	text-decoration: none;
	box-shadow: #EEE 0 0 .25em;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #EEEEEE),
	color-stop(0.62, #FFFFFF)
);
background-image: -o-linear-gradient(right, #EEEEEE 0%, #FFFFFF 62%);
background-image: -moz-linear-gradient(right, #EEEEEE 0%, #FFFFFF 62%);
background-image: -webkit-linear-gradient(right, #EEEEEE 0%, #FFFFFF 62%);
background-image: -ms-linear-gradient(right, #EEEEEE 0%, #FFFFFF 62%);
background-image: linear-gradient(to right, #EEEEEE 0%, #FFFFFF 62%);
}

.catalogue-filter {
	display: block;
	padding: 0px;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.catalogue-foot {
	margin-bottom: 12px;
	display: block;
	border: 1px #666 solid;
	padding: 4px;
	background-color: #000;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
.catalogue-foot-margin {
	margin: 0px 10px;
}

.catalogue-foot-tab {
	margin: 0px 0.5px;
	padding:7px 15px 7px 15px;
	line-height:15px;
	border-left: 1px #BBB solid;
	border-right: 1px #BBB solid;
	border-bottom: 1px #BBB solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#EEE;
	text-align:center;
	box-shadow: #EEE 0 0 .25em;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EEE),
	color-stop(1, #CCC)
);
background-image: -o-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background-image: -moz-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background-image: -webkit-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background-image: -ms-linear-gradient(bottom, #EEE 0%, #CCC 100%);
background-image: linear-gradient(to bottom, #EEE 0%, #CCC 100%);
}

.catalogue-foot-tab a {
	color: #333; 
 text-decoration: none; 
}

.catalogue-pdfdownload {
	margin: 0px 8px;
	padding:0px 0px 0px 0px;
	line-height:15px;
	text-align:center;
}


.catalogue-name {
	font-size: 18px;
}
.catalogue-stockcodes {
	font-size: 14px;
}
.catalogue-image {
	float: right;
	/*border: 1px #666 solid;*/
	padding: 0 4px 0 0;
}
.catalogue-description {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}


.product-image-files {
	/*border: 1px #ccc solid;*/
	width: 250px;
	float: right;
	text-align: center;
}
.product-file {
	border: 1px #ccc solid;
	background-color: #eee;
	padding: 10px;
}
.product-file > a {
	font-size: 12px;
}

label {
	cursor: pointer;
}

th.form {
	font-size: 14px;
	color: #0072ba;
	background-color: #ddd;
}

.nite-applications-header {
	font-weight: bold;
	font-size: 14px;
}
.nite-applications-block {
	margin: 20px 20px 20px 0;
	float: left;
	width: 40%;
}



.bold {
	font-weight: bold;
}

/*
.berg_table_border1 td{
	border-top:#FFFFFF solid 1px;
	background:#F6F6F6;
	border-bottom:#CCCCCC  solid 1px
*/
	
	}
	
.berg_table_border1 td{
	background:#FFF;
	} 

.berg_table_border2 td{
	background:#F8F8F8;
	} 

.text_button {
   border: none;
   background-color: transparent;
   padding: 0;
}

.text_button_red {
   border: none;
   background-color: transparent;
   padding: 0;
   color: #C00;
   font-weight:bold;
}
	
#SelectCustomer { width: 800px; float: left}
#ReportTitles {
	width: 400px;
	float: left;
	text-align: right;
}
 #ReportTitles a {
	font-weight: bold;
}

