body {
	margin:0;
	color:#757575;
	font-family:lucida sans, arial, verdana, sans-serif;
	font-size:12px;
	line-height:18px;
}
img {
	border:0;
}
img.border {
	border:1px solid #bfbfbf;
}
label {
	font-size:11px;
	color:#000;
}
p {
	margin:0 0 15px 0;
}
h1 {
	font-family:georgia, lucida fax, arial, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#000;
	border-bottom:1px solid #bfbfbf;
	padding:0 0 10px 0;
	margin-top:0;
}
h1.noborder {
	font-family:georgia, lucida fax, arial, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#000;
	padding:0 0 10px 0;
	border:0;
	margin:0;
}
h2 {
	font-size:14px;
	color:#333333;
	margin:0;
}
h3 {
	font-family:georgia, lucida fax, arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#890000;
	margin:0 0 7px 0;
}
a {
	color:#005da2;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
.panorama {
	background:url('../images/panorama.jpg') center no-repeat;
	height:240px;
	padding:0 0 0 0;
}
.logo {
	width:1000px;
	margin:0 auto;
}
.nav_bg {
	background:url('../images/nav_bg.gif') repeat-x;
	width:100%;
	height:40px;
}
.nav_holder{
	font-family: arial;
    font-size: 13px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.nav_holder div {
	float:left;
}
.nav_holder div a {
	color: #2D2D2D;
    display: block;
    font-weight: bold;
    padding: 11px 26px;
    text-decoration: none;
}
.nav_holder div a:hover {
	color: #2d2d2d;
    display: block;
    font-weight: bold;
    padding: 11px 26px;
    text-decoration: none;
    background: #720000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30808', endColorstr='#720000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a30808), to(#720000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a30808,  #720000); /* for firefox 3.6+ */
	color:#fff;
}
a.nav_current {
	color: #2d2d2d;
    display: block;
    font-weight: bold;
    padding: 11px 29px;
    text-decoration: none;
    background: #720000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30808', endColorstr='#720000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a30808), to(#720000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a30808,  #720000); /* for firefox 3.6+ */
	color:#fff !important;
}
.divider {
	
}	
.container {
 width:1000px;
 background-color:none;
 margin:30px auto;
 overflow:hidden;
}
.par {
	margin:0 0 15px 0;
}
.home_leftcol {
	float:left;
	width:469px;
	padding:0 0 0 0;
	margin:20px 0 0 0;
}
.home_midcol {
	float:left;
	width:247px;
	padding:0 14px 0 14px;
	border-right:1px solid #cccccc;
}
.home_rightcol {
	float:left;
	width:469px;
	padding:0 0 0 0;
	margin:20px 0 0 21px;
}
.col_img{
	margin:0 0 7px 0;
}
.bold {
	font-weight:bold;
}
.darkgrey {
	color:#222121;
}
ul {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:square;
}
.home_coltext {
	margin:0 0 15px 0;
}
.home_coltext240 {
	margin:0 0 15px 0;
	/*height:120px*/
}
.footer {
	margin:30px 0 0 0;
	border-top:1px solid #cccccc;
	padding:5px 0 0 0;
}
.footer #footer_left {
	float:left;
}
.footer #footer_right {
	float:right;
}
.footer a {
	color:#757575;
	text-decoration:none;
}
.footer a:hover, a.current {
	color:#000;
	text-decoration:none;
}
.contact_leftcol {
	float:left;
	padding:0 0 0 0;
}
.contact_rightcol {
	float:left;
	width:735px;
	padding:0 0 0 18px;
	border-left:1px solid #cccccc;
	margin:0 0 0 18px;
}
.contactform_leftcol {
	float:left;
}
.contactform_rightcol {
	float:left;
	margin:0 0 0 20px;
}
input.textbox {
	background-color:#efefef;
	border:1px solid #cbcbcb;
	padding:4px;
	width:175px;
}
input.textbox:focus {
	background-color:#ddf0f6;
	border:1px solid #addeef;
	padding:4px;
	width:175px;
}
textarea {
	background-color:#efefef;
	border:1px solid #cbcbcb;
	padding:4px;
	overflow:hidden;
	width:380px;
	height:120px;
}
textarea:focus {
	background-color:#ddf0f6;
	border:1px solid #addeef;
	padding:4px;
	overflow:hidden;
	width:380px;
	height:120px;
}
.map {
	float:right;
	margin:19px 0 0 0;
}
.map iframe {
	border:1px solid #cbcbcb;
}

.news_item_article {
	overflow:hidden;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.news_item {
	overflow:hidden;
	padding:0 0 10px 0;
	border-bottom:1px dotted #bfbfbf;
	margin:0 0 10px 0;
}
.news_item_thumb {
	float:left;
	padding:3px;
	border:1px solid #bfbfbf;	
	margin:0 7px 0 0;
}	
.news_item_date_article {
	font-weight:bold;
	margin:0 0 5px 0;
}
.news_item_article_article {
	font-size:14px;
	font-weight:normal;
}
.news_item_article {
	font-size:14px;
	font-weight:bold;
}

.banner_serving {
	float:left;
	margin:30px 0 0 -7px;
}

.banner_shipping {
	float:left;
	margin:15px 0 0 29px;
}
.red {
	color:red;
}
input.contact_submit_en {
	background:url('../images/en/btn_submit.gif') no-repeat;
	width:68px;
	height:21px;
	border:0;
	float:left;
	cursor:pointer;
}
input.contact_submit_fr {
	background:url('../images/fr/btn_submit.gif') no-repeat;
	width:87px;
	height:21px;
	border:0;
	float:left;
	cursor:pointer;
}
input.contact_reset {
	background:url('../images/btn_reset.gif') no-repeat;
	width:59px;
	height:21px;
	border:0;
	float:left;
	cursor:pointer;
}
.contact_error {
	color:red;
	margin:0 0 10px 0;
}

a.cat {
	background:url("../images/cat_bg.gif") repeat-x;
	color:#fff;
	text-decoration:none;
	/*display:block;*/
	float:left;
	width:242px;
	padding:0 0 0 5px;
}

a.cat:hover {
	/*background:url("../images/cat_bg_on.gif") repeat-x;*/
	color:#fff;
	text-decoration:underline;
	display:block;
}

ul.catul {
	/*list-style-image:url("../images/cat_bullet.png");*/
	list-style-type:none;
	width:240px;
	margin:0 0 0 10px;
	float:left;
}

ul.catul li a{
	color:#005da2;
	background:url("../images/cat_bullet.png") no-repeat scroll 0 7px transparent;
	text-decoration:none;
	padding:0 0 0 10px;
}

ul.catul li a:hover{
	color:#005da2;
	text-decoration:underline;
	background:url("../images/cat_bullet.png") no-repeat scroll 0 7px transparent;
	padding:0 0 0 10px;
}



li.catlist {
	padding:0;
}

#p-list {
	float:left;
}	

.productsRightCol {
	float:left;
	text-align:left;
	width:1000px;
}

.prodholder {
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #fff;
	cursor:default;
	text-align:center;
	padding:10px 7px 0 7px;
	width:130px;
}

.prodtext {
	text-align:center;
	width:121px;
	margin:10px auto 10px;
}

.breadcrumbs {
	color:#000;
	font-size:20px;
}

.product_l {
	float:left;
	padding:20px;
	border:1px solid #ccc;
	margin:0 12px 0 0;
}	

.category_image {
	float:left;
	border:1px solid #ccc;
	margin:0 15px 0 0;
}	

.product_l img {
	float:left;
}	

.zoom a {
	background:url("../images/zoom.gif") no-repeat scroll 0 2px transparent;
	padding:0 0 0 15px;
}

.productsDesc {
	/*margin:-3px 0 0 0;*/
}

.productsDesc ul {
}

.productsImage {
	float:left;
	width:1000px;
}

.productsImage_new{
	float: right;
   margin: 0 0 0 20px;
}

ul.sitemapSubList {
	list-style-type:circle;
}

.imageMap {
	float:right;
	width:724px;
}

.profileMainPic {
	float:left;
	margin:0 10px 0 0;
}

.home_parts {
	float:left;
	margin:0 20px 0 0;
}

.services_leasing {
	background-color:#f5f5f5;
	float:left;
	padding:10px;
	border:1px solid #BFBFBF;
	width:978px;
}

.services_leasing_pic {
	margin:0 15px 0 0; 
	float:left;
}

.services_rebuilding {
	background-color:#f5f5f5;
	float:left;
	padding:10px;
	border:1px solid #BFBFBF;
	margin:10px 0 10px 0;
	width:978px;
}

.services_rebuilding_pic {
	margin:0 15px 0 0; 
	float:left;
	width:352px;
	height:304px;
	background-color:#d2d2d2;
}

.services_technical {
	background-color:#f5f5f5;
	float:left;
	padding:10px;
	border:1px solid #BFBFBF;
	width:978px;
}

.services_technical_pic {
	margin:0 15px 0 0; 
	float:left;
}

.productLink a {
	padding:2px 18px 0px 0px;
	background:url('../images/icon_external.png') right no-repeat;
}


